@charset "UTF-8";
:root {
  --fontfamily-headlinesfont: SiemensProgress, sans-serif;
  --fontfamily-headlinesfont-bold: SiemensProgress-Bold, sans-serif;
  --fontfamily-headlinesfont-light: Segma-Light, sans-serif;
  --fontfamily-roman: SiemensSans-Roman, sans-serif;
  --fontfamily-bold: SiemensSans-Bold, sans-serif;
  --fontfamily-semibold: SiemensSerif-Semibold, serif;
  --max-pagewidth: auto;
  --max-pagewidth-padding: 30px;
  --max-pagewidth-padding-x2: -webkit-calc(var(--max-pagewidth-padding) * 2);
  --max-pagewidth-padding-x2: calc(var(--max-pagewidth-padding) * 2);
  --max-pagewidth-padding-divided-by-2: -webkit-calc(
    var(--max-pagewidth-padding) / 2
  );
  --max-pagewidth-padding-divided-by-2: calc(var(--max-pagewidth-padding) / 2);
  --mainnavigation-margin-top: -50px;
  --element-margin: 50px;
  --element-margin-bottom: 0;
}
html[lang="el-GR"] {
  --fontfamily-headlinesfont: SiemensSans-Roman, sans-serif;
  --fontfamily-headlinesfont-bold: SiemensSans-Bold, sans-serif;
  --fontfamily-headlinesfont-light: SiemensSans-Roman, sans-serif;
}
@media only screen and (min-width: 750px) {
  :root {
    --max-pagewidth-padding: 50px;
    --element-margin: 120px;
    --element-margin-bottom: 0;
  }
}
@media only screen and (min-width: 900px) {
  :root {
    --element-margin: 90px;
    --element-margin-bottom: 0;
    --mainnavigation-margin-top: -80px;
  }
}
@media only screen and (min-width: 1440px) {
  :root {
    --max-pagewidth-padding: 160px;
  }
}
@media only screen and (min-width: 1680px) {
  :root {
    --max-pagewidth-padding: 200px;
  }
}
i.icon,
i.icon.icon-s {
  font-size: 16px;
}
i.icon.icon-l,
i.icon.icon-m {
  font-size: 24px;
}
@-webkit-keyframes arrowSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100%,
  20% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  40%,
  80% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  60% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@keyframes arrowSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100%,
  20% {
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }
  40%,
  80% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  60% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@-webkit-keyframes arrowSlideRTL {
  0% {
    -webkit-transform: translateX(0) scaleX(-1);
    transform: translateX(0) scaleX(-1);
  }
  100%,
  20% {
    -webkit-transform: translateX(-1px) scaleX(-1);
    transform: translateX(-1px) scaleX(-1);
  }
  40%,
  80% {
    -webkit-transform: translateX(-2px) scaleX(-1);
    transform: translateX(-2px) scaleX(-1);
  }
  60% {
    -webkit-transform: translateX(-3px) scaleX(-1);
    transform: translateX(-3px) scaleX(-1);
  }
}
@keyframes arrowSlideRTL {
  0% {
    -webkit-transform: translateX(0) scaleX(-1);
    transform: translateX(0) scaleX(-1);
  }
  100%,
  20% {
    -webkit-transform: translateX(-1px) scaleX(-1);
    transform: translateX(-1px) scaleX(-1);
  }
  40%,
  80% {
    -webkit-transform: translateX(-2px) scaleX(-1);
    transform: translateX(-2px) scaleX(-1);
  }
  60% {
    -webkit-transform: translateX(-3px) scaleX(-1);
    transform: translateX(-3px) scaleX(-1);
  }
}
@-webkit-keyframes arrowSlideXY {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  100%,
  20% {
    -webkit-transform: translate(-1px, -50%);
    transform: translate(-1px, -50%);
  }
  40%,
  80% {
    -webkit-transform: translate(-2px, -50%);
    transform: translate(-2px, -50%);
  }
  60% {
    -webkit-transform: translate(-3px, -50%);
    transform: translate(-3px, -50%);
  }
}
@keyframes arrowSlideXY {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  100%,
  20% {
    -webkit-transform: translate(-1px, -50%);
    transform: translate(-1px, -50%);
  }
  40%,
  80% {
    -webkit-transform: translate(-2px, -50%);
    transform: translate(-2px, -50%);
  }
  60% {
    -webkit-transform: translate(-3px, -50%);
    transform: translate(-3px, -50%);
  }
}
@-webkit-keyframes arrowSlideDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100%,
  20% {
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  40%,
  80% {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  60% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}
@keyframes arrowSlideDown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100%,
  20% {
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  40%,
  80% {
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
  }
  60% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }
}
@-webkit-keyframes scrollArrow {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 125%);
    transform: translate(0, 125%);
  }
  40% {
    opacity: 0;
    -webkit-transform: translate(0, 150%);
    transform: translate(0, 150%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  62% {
    opacity: 0;
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
  }
  74% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  86% {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@keyframes scrollArrow {
  0%,
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 125%);
    transform: translate(0, 125%);
  }
  40% {
    opacity: 0;
    -webkit-transform: translate(0, 150%);
    transform: translate(0, 150%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  62% {
    opacity: 0;
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
  }
  74% {
    opacity: 0;
    -webkit-transform: translate(0, -125%);
    transform: translate(0, -125%);
  }
  86% {
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}
@-webkit-keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
}
@keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 35%, 0);
    transform: translate3d(0, 35%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 35%, 0);
    transform: translate3d(0, 35%, 0);
    visibility: hidden;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes tab-active {
  from {
    background-position: right bottom;
  }
  to {
    background-position: left bottom;
  }
}
@keyframes tab-active {
  from {
    background-position: right bottom;
  }
  to {
    background-position: left bottom;
  }
}
@-webkit-keyframes tab-inactive {
  from {
    background-position: left bottom;
  }
  to {
    background-position: right bottom;
  }
}
@keyframes tab-inactive {
  from {
    background-position: left bottom;
  }
  to {
    background-position: right bottom;
  }
}
@-webkit-keyframes colorIn {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes colorIn {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideLTR {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@keyframes slideLTR {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(200%, 0);
    transform: translate(200%, 0);
  }
}
@-webkit-keyframes slideLTRfrom50 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(150%, 0);
    transform: translate(150%, 0);
  }
}
@keyframes slideLTRfrom50 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(150%, 0);
    transform: translate(150%, 0);
  }
}
@-webkit-keyframes slideRTL {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
}
@keyframes slideRTL {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
  }
}
@-webkit-keyframes slideRTLfrom50 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
  }
}
@keyframes slideRTLfrom50 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
  }
}
.m-contentheader:after {
  background-color: #000028;
  content: "";
  height: 100%;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
}
legend {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"]
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container
  .select2-search--inline
  .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results__options {
  list-style: none;
  margin: 0;
}
.select2-results__option {
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection--single
  .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li {
  list-style: none;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-search--inline,
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}
.select2-container--default.select2-container--disabled
  .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled
  .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__group {
  padding-left: 0;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option
  .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    to(#eee)
  );
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#ccc)
  );
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow {
  background: 0 0;
  border: none;
}
.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fff),
    color-stop(50%, #eee)
  );
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #eee),
    to(#fff)
  );
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__clear {
  display: none;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}
.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"]
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open
  .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}
.select2-container--classic
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.margin-xs {
  margin-bottom: 5px;
}
.padding-xs {
  padding-bottom: 5px;
}
.margin-s {
  margin-bottom: 10px;
}
.padding-s {
  padding-bottom: 10px;
}
.margin-m {
  margin-bottom: 15px;
}
.padding-m {
  padding-bottom: 15px;
}
.margin-l {
  margin-bottom: 20px;
}
.padding-l {
  padding-bottom: 20px;
}
.margin-xl {
  margin-bottom: 30px;
}
.padding-xl {
  padding-bottom: 30px;
}
.margin-xls {
  margin-bottom: 40px;
}
.padding-xls {
  padding-bottom: 40px;
}
.margin-xxL {
  margin-bottom: 60px;
}
.padding-xxL {
  padding-bottom: 60px;
}
@-webkit-keyframes animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
}
@keyframes animation {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: #000 dotted 1px;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.float-none {
  float: none;
}
.zero-padding {
  padding: 0;
}
.zero-margin {
  margin: 0;
}
.no-bullets {
  list-style-type: none;
}
.clearfix:after,
.o-dob2address .suggestion-togglebox-content:after,
.o-dob2repairaddressfields .suggestion-togglebox-content:after,
.o-dobaddress .suggestion-togglebox-content:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.scrollbar-measure {
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 100px;
}
.o-dob2address .proxyField,
.o-dob2repairaddressfields .proxyField,
.o-dobaddress .proxyField,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hidden,
.is-hidden,
.visible-desktop,
.visible-desktop-inline,
.visible-desktop-inline-block,
.visible-mobile,
.visible-mobile-inline,
.visible-mobile-inline-block,
.visible-tablet,
.visible-tablet-inline,
.visible-tablet-inline-block {
  display: none !important;
}
.visibility-hidden {
  visibility: hidden;
}
@media (max-width: 749px) {
  .visible-mobile {
    display: block !important;
  }
  .visible-mobile-inline {
    display: inline !important;
  }
  .visible-mobile-inline-block {
    display: inline-block !important;
  }
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .visible-tablet {
    display: block !important;
  }
  .visible-tablet-inline {
    display: inline !important;
  }
  .visible-tablet-inline-block {
    display: inline-block !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (min-width: 900px) {
  .visible-desktop {
    display: block !important;
  }
  .visible-desktop-inline {
    display: inline !important;
  }
  .visible-desktop-inline-block {
    display: inline-block !important;
  }
  .hidden-desktop {
    display: none !important;
  }
}
.animated {
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  max-height: 2000px;
  overflow: hidden;
}
.animated-hidden {
  max-height: 0 !important;
}
.upercase {
  text-transform: uppercase;
}
@font-face {
  font-family: magic360;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/magic360.eot?#iefix) format("embedded-opentype");
}
@font-face {
  font-family: magic360;
  src: url(data:application/octet-stream;base64,d09GRgABAAAAAA5IAA8AAAAAGVAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABWAAAADMAAABCsP6z7U9TLzIAAAGMAAAAQwAAAFY+IEkFY21hcAAAAdAAAACAAAACCqm17StjdnQgAAACUAAAAAoAAAAKAAAAAGZwZ20AAAJcAAAFlAAAC3CIkJBZZ2FzcAAAB/AAAAAIAAAACAAAABBnbHlmAAAH+AAAA1sAAAUgQX/h8WhlYWQAAAtUAAAAMAAAADYJPaoVaGhlYQAAC4QAAAAdAAAAJAc9A19obXR4AAALpAAAAB8AAAA0LHUAAGxvY2EAAAvEAAAAHAAAABwHrgj2bWF4cAAAC+AAAAAgAAAAIACjC7NuYW1lAAAMAAAAAXcAAALNzJ0cHnBvc3QAAA14AAAAZwAAAO0t7RPFcHJlcAAADeAAAABlAAAAe91rA4V4nGNgZGBg4GKQY9BhYHRx8wlh4GBgYYAAkAxjTmZ6IlAMygPKsYBpDiBmg4gCAIojA08AeJxjYGTOZpzAwMrAwFTFtIeBgaEHQjM+YDBkZAKKMrAyM2AFAWmuKQwOLxhecDMH/c9iiGIOYpgGFGYEyQEA4qgLowB4nO2R3Q0CMQyDv3Lh+LmOwgAMxBNTMZ63OJxcJJag0mcpbtoHGzgDi3mYgPFmkOdld5S/cC8/eNZOpK9t362keo7Sk3fDP65cuHLzu43pi5X/maWf3yQOKs3GCaImW1GT+arJxtQ4adQ4c9Q4fdS4B9Rkk2rcjVs8YH4Bs8AfcQAAAAAAAAAAAAAAAHicrVZpcxNHEJ3VYcs2PoIPEjaBWcZyjHZWmMsIEMbsShbgHPKV7EKOXUt27otP/Ab9ml6RVJFv/LS8Hh3YYCdVVChK/ab37Uz3655ek9CSxF5Yj6TcfCmmtjZpZOdJSDdsWo7iQ9nZCylTTP4uiIJotdS+7TgkIhKBqnWFJYLY98jSJONDjzJatiW9alJu6Ul32RoP6q369tPQUY7dCSU1m6FD65EtqcKoEkUy7ZGSNi3D1V9JWuHnK8x81QwlgugkksabYQyP5GfjjFYZrcZ2HEWRTZYbRYpEMzyIIo+yWmKfXDFBQPmgGVJe+TSifIQfkRV7lNMKccl2mt/3JT/pHc6/JOJ6i7IlB/5AdmQHe6cr+SLS2grjpp1sR6GK8HR9J8Qjm5Pqn+xRXtNo4HZFpifNCJbKV5BY+Qll9g/JauF8ypc8GtWSg5wIWi9zYl/yDrQeR0yJaybIgu6OToig7pecodhj+rj4471dLBchBMg4lvWOSrgQRilhs5okbQQ5iJKyRZXUekdMnPI6LeItYb9O7ehLZ7RJqDsxnq2Hjq2cqOR4NKnTTKZO7aTm0ZQGUUo6Ezzm1wGUH9Ekr7axmsTKo2lsM2MkkVCghXNpKohlJ5Y0BdE8mtGbu2Gaa9eiRZo8UM89ek9vboWbOz2n7cA/a/xndSqmg70wnZ4OyEp8mna5SdG6fnqGfybxQ9YCKpEtNsOUxUO2fgfl5WNLjsJrA2z3nvMr6H32RMikgfgb8B4v1SkFTIWYVVAL3bTWtSzL1GpWi1Rk6rshTStf1mkCTTkOfWNfxjj+r5kZS0wJ3+/E6dkRl5659iXINIfcZl2P5nVqsV2AzmzP6TTL9n2d5th+oNM82/M6HWFr63SU7Yc6LbD9SKdjbC9oQZPuOwRyEYFcwAYSgbB1EAjbSwiErUIgbBcRCNsiAmG7hEDYfoxA2C4jELaXtayafippHDsTywBFiAOjOe7IZW4qV1PJpRKui0anNuQpcqukonhW/SsD/eKRN6yBtUC6RNb8ikmufFSV44+uaHnTxLkCjlV/e3NcnxMPZb9Y+FPwv9qaqqRXrHlkchV5I9CT40TXJhWPrunyuapH1/+Lig5rgX4DpRALRVmWDb6ZkPBRp9NQDVzlEDMbMw/X9bplzc/h/JsYIQvofvw3FBoL3INOWUlZ7WCv1dePZbm3B+WwJ1iSYr7M61vhi4zMSvtFZil7PvJ5wBUwKpVhqw1creDNexLzkOlN8kwQtxVlg6SNx5kgsYFjHjBvvpMgJExdtYHaKZywgbxgzCnY74RDVG+U5XB7oX0ejZR/a1fsyBkVTRD4bfZG2OuzUPJbrIGEJ7/U10BVIU3FuKmASyPlhmrwYVyt20YyTqCvqNgNy7KKDx9H3HdKjmUg+UgRq0dHP629Qp3Uuf3KKG7fO/0IgkFpYv72vpnioJR3tZJlVm0DU7calVPXmsPFqw7dzaPue8fZJ3LWNN10T9z0vqZVt4ODuVkQ7dsclKVMLqjrww4bqMvNpdDqZVyS3nYPMCwwoN+hFRv/V/dx+DxXqgqj40i9nagfo89iDPIPOH9H9QXo5zFMuYaU53uXE59u3MPZMl3FXayf4t/ArLXmZukacEPTDZiHrFodusoNfKcGOj3S3I70EPCx7grxAGATwGLwie5axvMpgPF8xhwf4HPmMGgyh8EWcxhsM2cNYIc5DHaZw2CPOQy+YM46wJfMYRAyh0HEHAZPmBMAPGUOg6+Yw+Br5jD4hjn3Ab5lDoOYOQwS5jDY13RrKHOLF3QXqG1QFejA9BMW97A41FQZsr/jhWF/bxCzfzCIqT9quj2k/sQLQ/3ZIKb+YhBTf9V0Z0j9jReG+rtBTP3DIKY+0y/GcpnBX0a+S4UDyi42n/P3xPsHwhpAtgABAAH//wAPeJyFlM9vE0cUx+fNZHcTh9hZvN4FQUmcCC9SCK7Ij5UANYkjFZsDa3NCHNGKH+FASTggBN51yAH1QmStIEKRmkurXio1akuyEQgOudjcLA5VQYQeihB/AiILb2Ztfimol3kzb958P9/ZmVlCCXn3hO2gr4lMukj7XzGljdDBAUirpmJaYChGWjXgGRxxqs5CuOQsXA3XHfo6XL+24FTDXzALR64SQrjOIptjvU2drg4JUMcyhRAIGWtxCvbhCjZ391z4jzNfdcK/pxYden/egcy5u6QNNX5it9g3QkMju0jXeExPbe/eplBoGxzYa6lpC00phmIqalMThFGTdbvhsufZYaPiFcse2JUKH9Prrme73kUv/H3WtekB1y16FbA3b7izUMTpA+Ey1rvu/7MVNY1cQL5hqRDtC5CPX4g+Qp7r2m8bnmuXBRf5Lmx43vGym+akik2zlbJdRpNhb4W7maVZXISpytbsXUYy0dUhU7HvVL/Y98gQt2AOpXDLTDH6RwyLHc1v5FftzcciwEsRNlZ5sPIv8oENd6IZRYTwRoDZVbI1c2dK624xWzDcbgKYJaDAiYZCb0bMm/fslQI8/0HQ6MMXhRV75ST2A5teWbHvff8cwt6Aj2n23zzWkuY9WWanWCfZQb7FezKY1tr5fdMSYOiarPT3ZcyR4e+gB6zRgz2gQ0qLQxYUuS8LmeExMDPDo9bQQR1+loJiTEu8SWig7+4sBnJcHpfgT623o9mX1kpiXgepXQpKsT1YGMdyug0L5DEZnn4yiMvNipbHgJ1gjBjC4/6epPCY0uTMF1YOA1ppeh+Avow1Mjyqf/D+GzorBVK3NCbLQbET8XE0/rGr7YmVuFk0cwjHtKO0JknjWI8Vu3Udzity1It/MivODk1eoP7n90WNxxRG8OySZnR4hrgie01xeGp0idYuFRr5mcnJmXyjAGcmeOCJCbhzudAozPyRm8bMfxMzmAx/xWY61+LN0aWv8QyhnYxAEGHVyENumsvncoJ36yOPLl0+hnHzwSQ3RFUxE57G5tJk6wym2Ct24sP/hPH/Uip6ccno/fn1+Zo/UfMh8Ou3sanN1336Y90Pj/q1LTRiiky5xmePl6+u1uBstV6t+W31Kl8Lb7gYZsh7fwNNrgB4nGNgZGBgAOI9fgK18fw2Xxm4mV8ARRguSxtbIej/WcwvmIOAXA4GJpAoABR1CZh4nGNgZGBgDvqfBSRfMDD8/w8kgSIogBcAh9YFogAAAHicY37BwMAsAcQtQLwADUdCMFM2EIPkX0AwAMNDB5sAAAAAAAAkAEYAhADCAPwBOAGKAdoCEgJMAm4CkAABAAAADQAxAAQAAAAAAAIAAAAQAHMAAAAeC3AAAAAAeJx1kMtOwkAUhv+RiwqJGk3cOisDMZZLIgsSEhIMbHRDDFtTSmlLSodMBxJew3fwYXwJn8WfdjAGYpvpfOebM2dOB8A1viGQP08cOQucMcr5BKfoWS7QP1sukl8sl1DFm+Uy/bvlCh4QWK7iBh+sIIrnjBb4tCxwJS4tn+BC3Fku0D9aLpJ7lku4Fa+Wy/Se5QomIrVcxb34GqjVVkdBaGRtUJftZqsjp1upqKLEjaW7NqHSqezLuUqMH8fK8dRyz2M/WMeu3of7eeLrNFKJbDnNvRr5ia9d48921dNN0DZmLudaLeXQZsiVVgvfM05ozKrbaPw9DwMorLCFRsSrCmEgUaOtc26jiRY6pCkzJDPzrAgJXMQ0LtbcEWYrKeM+x5xRQuszIyY78PhdHvkxKeD+mFX00ephPCHtzogyL9mXw+4Os0akJMt0Mzv77T3Fhqe1aQ137brUWVcSw4MakvexW1vQePROdiuGtosG33/+7wfjaYRPAHicbcw7CoAwEATQHf+/RC+SIokXslAQ1sZo4+kVtMiCUw37mKWE3jT0H4UEKTLkKFCiQo0GLTooaGr3OazXbJaTWX89bBOzsSoiY7sY+5gmPgaxfA5i6+RjJ9BL9AJHiSPRDVoLPsUAeJxj8N7BcCIoYiMjY1/kBsadHAwcDMkFGxlYnTYyMGhBaA4UeicDAwMnMouZwWWjCmNHYMQGh46IjcwpLhvVQLxdHA0MjCwOHckhESAlkUCwkYFHawfj/9YNLL0bmRhcAAfTIrgAAAA=)
      format("woff"),
    url(data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQrD+s+0AAAD8AAAAQk9TLzI+IEkFAAABQAAAAFZjbWFwqbXtKwAAAZgAAAIKY3Z0IAAAAAAAAA1YAAAACmZwZ22IkJBZAAANZAAAC3BnYXNwAAAAEAAADVAAAAAIZ2x5ZkF/4fEAAAOkAAAFIGhlYWQJPaoVAAAIxAAAADZoaGVhBz0DXwAACPwAAAAkaG10eCx1AAAAAAkgAAAANGxvY2EHrgj2AAAJVAAAABxtYXhwAKMLswAACXAAAAAgbmFtZcydHB4AAAmQAAACzXBvc3Qt7RPFAAAMYAAAAO1wcmVw3WsDhQAAGNQAAAB7AAEAAAAKAB4ALAABREZMVAAIAAQAAAAAAAAAAQAAAAFsaWdhAAgAAAABAAAAAQAEAAQAAAABAAgAAQAGAAAAAQAAAAAAAQNrAZAABQAAAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoCwNS/2oAWgNSAJYAAAABAAAAAAAAAAAABQAAAAMAAAAsAAAABAAAAWoAAQAAAAAAZAADAAEAAAAsAAMACgAAAWoABAA4AAAABAAEAAEAAOgL//8AAOgA//8AAAABAAQAAAABAAIAAwAEAAUABgAHAAgACQAKAAsADAAAAQYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADAAAAAAAoAAAAAAAAAAMAADoAAAA6AAAAAABAADoAQAA6AEAAAACAADoAgAA6AIAAAADAADoAwAA6AMAAAAEAADoBAAA6AQAAAAFAADoBQAA6AUAAAAGAADoBgAA6AYAAAAHAADoBwAA6AcAAAAIAADoCAAA6AgAAAAJAADoCQAA6AkAAAAKAADoCgAA6AoAAAALAADoCwAA6AsAAAAMAAAAAgAA/9QDGALqAAYADQAItQoHBAACLSsBIREnByc3ARcHFyERFwHcATxkkmSY/qBkmHr+xGQC6v7EfJhkkv6mZJJkATx6AAAAAgAA/5wDhAMgAAYADQAItQ0JBQECLSs3JyERJwcnAQcXIREXN5xqAShkkmQDhJpo/tpkkJJk/thqnGQCvJBkASZomgAEAAD/nwOPAx0ABgANABQAGwANQAoWFRIQDAcCAQQtKyU3ESE3JzcBBxcHJwcRAQcXIREXNwERJwcnNycDEH/+sYCAT/7SgYBQfoABT4GB/rGAgAJ9f4BPf4BvgP6wgn9PAi5/f1CAgQFP/YN/ggFQgIACLv6xgYBQf38ABAAA/58DjwMdAAYADQAUABsADUAKFhUSEAwHAgEELSslBxEhBxcHATcnNxc3EQE3JyERJwcBERc3FwcXAsCAAU9/f0/80oB/T36B/rGAgAFPgX8B34CATn5/IYIBUICBTwIvgX5Pfn/+sf4ggYD+sIKCAi8BT39+T36BAAQAAP+fA48DHQAGAA0AFAAbAA1AChsXEw8NCQYCBC0rJTcVIzcnNwEHNTMHFwcBJzMVJwcnAwcXIzUXNwNHSN9IuE/9y0jfSLhPAeZI30i4T9+4SN9IuDdI4Ei5TwGXSN9IuE8BB0jfSLhP/oO5SOBIuAAABAAA/58DjwMdAAYADQAUABsADUAKGRUUEA0JBgIELSslBzUzBxcHASc3FzcPAQM3JzMVJwcBIzUXNxcHAohI30i4T/2Itk+3SQHecLhI30i4Ar/gSbdPt1hI30i5TwJ4t0+2Rt4B/iC5SN9IuQIv4Ui2T7cAAAAAAgAA/7EDWgMLABgAMAAItS0hFAgCLSsBFA8BFxYUBgcjIiYnNTQ+AR8BNzYyHwEWARUUDgEvAQcGIi8BJjQ/AScmNDY3MzIWAaUFuVAKFA/6DxQBFhwLULkGDgZABQG0FCAJULkGDgZABQW6UQoUD/oPFgEFCAW5UQoeFAEWDvoPFAIMULkGBj8GAdv6DxQCDFC5BgY/Bg4GuVEKHhQBFgAAAAACAAD/uQNSAwMAFwAwAAi1LB8TCAItKwEVFAYmLwEHBiIvASY0PwEnJjQ2OwEyFgEUDwEXFhQGKwEiJjc1NDYWHwE3NjIfARYBrRYcC1G5BRAFPwYGuVALFg76DhYBpQa5UAsWDvoOFgEUHgpRuQYOBj8GATr6DhYCCVG6BQVABRAFuVALHBYWAWkHBrlQCxwWFg76DhYCCVG6BQVABQAABAAAAAACawKUAAYADQAUABsADUAKGxcRDgoHAwAELSsTJwc1MwcXBxcHFyM1FyUnNyczFScRNxUjNyc3unFJ0khzQ0NzSNJJAWZBc0jSSUnSSHNBAZd0SdJJc7NCckjSSeVBc0nSSP6oSdJIckIAAAQAAAAAAoQCoAAGAA0AFAAbAA1AChsXEQ4KBwMABC0rExc3FSM3JxMnNyczFScBFwcXIzUXEQc1MwcXB0JySdJIc0JCc0jSSQGPQXNI0klJ0khzQQKgdErSSHP9vUNxSdJIAhFBc0jSSf5iSNJJcUMAAAAAAgAA/2oD6ANSAAYADQAItQ0JAwACLSsVERc3FwcXEzcnIREnB5TKkMmUQcmUAbmUypYBuZTJkMqUAorKlP5HlMkAAAACAAD/agPoA1IABgANAAi1CgcGAgItKxU3JyERJwcBERc3FwcXyZQBuZLJAWeSypLJlATKkv5HlMkB+gG5lMmSypIAAAEAAAABAAC8ThB9Xw889QALA+gAAAAA0xszOgAAAADTGzM6AAD/agPoA1IAAAAIAAIAAAAAAAAAAQAAA1L/agAAA+gAAP//A+gAAQAAAAAAAAAAAAAAAAAAAA0D6AAAAxgAAAOEAAADoAAAA6AAAAOgAAADoAAAA1kAAANZAAACawAAAoQAAAPoAAAD6AAAAAAAAAAkAEYAhADCAPwBOAGKAdoCEgJMAm4CkAABAAAADQAxAAQAAAAAAAIAAAAQAHMAAAAeC3AAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE2IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA2ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQECAQMBBAEFAQYBBwEIAQkBCgELAQwBDQEOAAtyZXNpemUtZnVsbA5yZXNpemUtc21hbGwtMQ1yZXNpemUtZnVsbC0xDHJlc2l6ZS1zbWFsbA9yZXNpemUtZnVsbC1hbHQQcmVzaXplLXNtYWxsLWFsdA1yZXNpemUtZnVsbC0yDnJlc2l6ZS1zbWFsbC0yDXJlc2l6ZS1mdWxsLTMOcmVzaXplLXNtYWxsLTMNcmVzaXplLWZ1bGwtNA5yZXNpemUtc21hbGwtNAAAAAAAAAEAAf//AA8AAAAAAAAAAAAAAACwACwgsABVWEVZICBLuAAOUUuwBlNaWLA0G7AoWWBmIIpVWLACJWG5CAAIAGNjI2IbISGwAFmwAEMjRLIAAQBDYEItsAEssCBgZi2wAiwgZCCwwFCwBCZasigBCkNFY0VSW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCxAQpDRWNFYWSwKFBYIbEBCkNFY0UgsDBQWCGwMFkbILDAUFggZiCKimEgsApQWGAbILAgUFghsApgGyCwNlBYIbA2YBtgWVlZG7ABK1lZI7AAUFhlWVktsAMsIEUgsAQlYWQgsAVDUFiwBSNCsAYjQhshIVmwAWAtsAQsIyEjISBksQViQiCwBiNCsQEKQ0VjsQEKQ7AAYEVjsAMqISCwBkMgiiCKsAErsTAFJbAEJlFYYFAbYVJZWCNZISCwQFNYsAErGyGwQFkjsABQWGVZLbAFLLAHQyuyAAIAQ2BCLbAGLLAHI0IjILAAI0JhsAJiZrABY7ABYLAFKi2wBywgIEUgsAtDY7gEAGIgsABQWLBAYFlmsAFjYESwAWAtsAgssgcLAENFQiohsgABAENgQi2wCSywAEMjRLIAAQBDYEItsAosICBFILABKyOwAEOwBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAssICBFILABKyOwAEOwBCVgIEWKI2EgZLAkUFiwABuwQFkjsABQWGVZsAMlI2FERLABYC2wDCwgsAAjQrILCgNFWCEbIyFZKiEtsA0ssQICRbBkYUQtsA4ssAFgICCwDENKsABQWCCwDCNCWbANQ0qwAFJYILANI0JZLbAPLCCwEGJmsAFjILgEAGOKI2GwDkNgIIpgILAOI0IjLbAQLEtUWLEEZERZJLANZSN4LbARLEtRWEtTWLEEZERZGyFZJLATZSN4LbASLLEAD0NVWLEPD0OwAWFCsA8rWbAAQ7ACJUKxDAIlQrENAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAOKiEjsAFhIIojYbAOKiEbsQEAQ2CwAiVCsAIlYbAOKiFZsAxDR7ANQ0dgsAJiILAAUFiwQGBZZrABYyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsQAAEyNEsAFDsAA+sgEBAUNgQi2wEywAsQACRVRYsA8jQiBFsAsjQrAKI7AAYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wFCyxABMrLbAVLLEBEystsBYssQITKy2wFyyxAxMrLbAYLLEEEystsBkssQUTKy2wGiyxBhMrLbAbLLEHEystsBwssQgTKy2wHSyxCRMrLbAeLACwDSuxAAJFVFiwDyNCIEWwCyNCsAojsABgQiBgsAFhtRAQAQAOAEJCimCxEgYrsHIrGyJZLbAfLLEAHistsCAssQEeKy2wISyxAh4rLbAiLLEDHistsCMssQQeKy2wJCyxBR4rLbAlLLEGHistsCYssQceKy2wJyyxCB4rLbAoLLEJHistsCksIDywAWAtsCosIGCwEGAgQyOwAWBDsAIlYbABYLApKiEtsCsssCorsCoqLbAsLCAgRyAgsAtDY7gEAGIgsABQWLBAYFlmsAFjYCNhOCMgilVYIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgbIVktsC0sALEAAkVUWLABFrAsKrABFTAbIlktsC4sALANK7EAAkVUWLABFrAsKrABFTAbIlktsC8sIDWwAWAtsDAsALABRWO4BABiILAAUFiwQGBZZrABY7ABK7ALQ2O4BABiILAAUFiwQGBZZrABY7ABK7AAFrQAAAAAAEQ+IzixLwEVKi2wMSwgPCBHILALQ2O4BABiILAAUFiwQGBZZrABY2CwAENhOC2wMiwuFzwtsDMsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYbABQ2M4LbA0LLECABYlIC4gR7AAI0KwAiVJiopHI0cjYSBYYhshWbABI0KyMwEBFRQqLbA1LLAAFrAEJbAEJUcjRyNhsAlDK2WKLiMgIDyKOC2wNiywABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyCwCEMgiiNHI0cjYSNGYLAEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsAJiILAAUFiwQGBZZrABY2AjILABKyOwBENgsAErsAUlYbAFJbACYiCwAFBYsEBgWWawAWOwBCZhILAEJWBkI7ADJWBkUFghGyMhWSMgILAEJiNGYThZLbA3LLAAFiAgILAFJiAuRyNHI2EjPDgtsDgssAAWILAII0IgICBGI0ewASsjYTgtsDkssAAWsAMlsAIlRyNHI2GwAFRYLiA8IyEbsAIlsAIlRyNHI2EgsAUlsAQlRyNHI2GwBiWwBSVJsAIlYbkIAAgAY2MjIFhiGyFZY7gEAGIgsABQWLBAYFlmsAFjYCMuIyAgPIo4IyFZLbA6LLAAFiCwCEMgLkcjRyNhIGCwIGBmsAJiILAAUFiwQGBZZrABYyMgIDyKOC2wOywjIC5GsAIlRlJYIDxZLrErARQrLbA8LCMgLkawAiVGUFggPFkusSsBFCstsD0sIyAuRrACJUZSWCA8WSMgLkawAiVGUFggPFkusSsBFCstsD4ssDUrIyAuRrACJUZSWCA8WS6xKwEUKy2wPyywNiuKICA8sAQjQoo4IyAuRrACJUZSWCA8WS6xKwEUK7AEQy6wKystsEAssAAWsAQlsAQmIC5HI0cjYbAJQysjIDwgLiM4sSsBFCstsEEssQgEJUKwABawBCWwBCUgLkcjRyNhILAEI0KwCUMrILBgUFggsEBRWLMCIAMgG7MCJgMaWUJCIyBHsARDsAJiILAAUFiwQGBZZrABY2AgsAErIIqKYSCwAkNgZCOwA0NhZFBYsAJDYRuwA0NgWbADJbACYiCwAFBYsEBgWWawAWNhsAIlRmE4IyA8IzgbISAgRiNHsAErI2E4IVmxKwEUKy2wQiywNSsusSsBFCstsEMssDYrISMgIDywBCNCIzixKwEUK7AEQy6wKystsEQssAAVIEewACNCsgABARUUEy6wMSotsEUssAAVIEewACNCsgABARUUEy6wMSotsEYssQABFBOwMiotsEcssDQqLbBILLAAFkUjIC4gRoojYTixKwEUKy2wSSywCCNCsEgrLbBKLLIAAEErLbBLLLIAAUErLbBMLLIBAEErLbBNLLIBAUErLbBOLLIAAEIrLbBPLLIAAUIrLbBQLLIBAEIrLbBRLLIBAUIrLbBSLLIAAD4rLbBTLLIAAT4rLbBULLIBAD4rLbBVLLIBAT4rLbBWLLIAAEArLbBXLLIAAUArLbBYLLIBAEArLbBZLLIBAUArLbBaLLIAAEMrLbBbLLIAAUMrLbBcLLIBAEMrLbBdLLIBAUMrLbBeLLIAAD8rLbBfLLIAAT8rLbBgLLIBAD8rLbBhLLIBAT8rLbBiLLA3Ky6xKwEUKy2wYyywNyuwOystsGQssDcrsDwrLbBlLLAAFrA3K7A9Ky2wZiywOCsusSsBFCstsGcssDgrsDsrLbBoLLA4K7A8Ky2waSywOCuwPSstsGossDkrLrErARQrLbBrLLA5K7A7Ky2wbCywOSuwPCstsG0ssDkrsD0rLbBuLLA6Ky6xKwEUKy2wbyywOiuwOystsHAssDorsDwrLbBxLLA6K7A9Ky2wciyzCQQCA0VYIRsjIVlCK7AIZbADJFB4sAEVMC0AS7gAyFJYsQEBjlmwAbkIAAgAY3CxAAVCsQAAKrEABUKxAAgqsQAFQrEACCqxAAVCuQAAAAkqsQAFQrkAAAAJKrEDAESxJAGIUViwQIhYsQNkRLEmAYhRWLoIgAABBECIY1RYsQMARFlZWVmxAAwquAH/hbAEjbECAEQA)
      format("truetype");
}
.Magic360,
.Magic360-container {
  border: 1px solid #f3f3f3;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.Magic360-container .Magic360,
.Magic360-fullscreen .Magic360 {
  border: 0 !important;
}
.Magic360 {
  padding: 0 !important;
  outline: 0 !important;
  display: inline-block;
  font-size: 0 !important;
  line-height: 100% !important;
  max-width: 100%;
}
.Magic360-container {
  text-align: center !important;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.Magic360-container .Magic360 {
  display: inline-block !important;
  vertical-align: middle;
  -ms-touch-action: none;
  touch-action: none;
}
.Magic360-container .Magic360.m360-spin-x {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.Magic360-container .Magic360.m360-spin-y {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.Magic360.desktop.zoom-in {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.Magic360 img {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  height: auto;
}
.Magic360 > img {
  width: 100%;
}
button.m360-icon {
  color: #b4b4b4 !important;
  font: 900 30px/1 magic360 !important;
  cursor: pointer;
  z-index: 1000000 !important;
  background-color: transparent !important;
  border: 1px solid rgba(180, 180, 180, 0) !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: absolute !important;
  text-transform: none !important;
  text-align: center;
  speak: none;
  width: 44px !important;
  height: 44px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  outline: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-magic button.m360-icon:active,
button.m360-icon:hover {
  color: rgba(49, 51, 61, 0.76) !important;
}
button.m360-icon:before {
  display: inline !important;
  position: static !important;
  color: inherit !important;
  font: inherit !important;
  -webkit-font-smoothing: inherit !important;
  -moz-osx-font-smoothing: inherit !important;
}
button.m360-icon.m360-icon-fullscreen-close,
button.m360-icon.m360-icon-fullscreen-open {
  top: 0 !important;
  right: 0 !important;
}
button.m360-icon.m360-icon-fullscreen-close {
  width: 60px !important;
  height: 60px !important;
}
button.m360-icon.m360-icon-fullscreen-open:before {
  content: "\e800";
}
button.m360-icon.m360-icon-fullscreen-close:before {
  content: "\e801";
}
.lt-ie9-magic button.m360-icon {
  border: 0;
}
.Magic360-fullscreen:-webkit-full-screen {
  touch-action: none;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.lt-ie7-magic .Magic360-container .Magic360 {
  width: auto !important;
}
.Magic360-fullscreen {
  background: #fff;
  z-index: 2147483640 !important;
}
.Magic360-fullscreen:-ms-fullscreen {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
}
.Magic360-fullscreen:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.Magic360-fullscreen .Magic360 {
  display: inline-block !important;
  vertical-align: middle;
}
.Magic360-message {
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaa;
  display: block;
  font-size: 10px;
  color: #000;
  overflow: hidden;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 33%;
  left: 33%;
  z-index: 100;
  -webkit-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  border-collapse: separate;
  border-radius: 15px;
}
.Magic360-fullscreen .Magic360-message {
  font-size: 18px;
  background-color: rgba(49, 51, 61, 0.76);
  border-color: #ccc;
  color: #fff;
  top: 15px;
}
.m360-hint-message,
.m360-loader {
  color: #fff;
  font: 14px/1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana,
    "Helvetica Neue", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
.m360-hint,
.m360-loader {
  direction: ltr;
  text-align: center;
  display: inline-block;
  margin: 0;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.m360-hint {
  bottom: 8px;
  left: 0;
  right: 0;
  padding: 0 10%;
  -webkit-transition: opacity 0.25s, z-index 0.25s;
  transition: opacity 0.25s, z-index 0.25s;
}
.m360-hint-message {
  display: inline-block;
  border-radius: 2em;
  padding: 0.3em 1.5em;
  font-size: 14px;
  line-height: 1.5;
}
.m360-hint-message:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAqCAYAAAB4Ip8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhDODMzNkM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhDODMzNUM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq6mNcIAAAqiSURBVHja7Fx9aFXnGb/nfn/kfie2SqqpC9ugq/YDnGWF2nasmj8qOP9whemGoxQHlox2KOyv+rEwkO4TJmMQKaTUBqltsOoigRBaWUiNdjFzmdFYjSR3JkZjkpuPe/f8Tp9X3p6ec+8599wbt5v7wsv9ft/nPN/P73nPVbLZrKMyyne4zX5RUZSSEVHuSlYq3pnhm7Oi4xULNq2oWgWrsNcS7xQN77L/KwJW2BO4aHr49RzNeZqZiqDz8k7wTfAOfJulucD8szWcRRKun2bVyZMnH+vr63uxvr4+gtesQEpFjjmFG9i2bVv8+vXrr4yNjb0JHjLvPEUJoQjUZqbBAIEhInDF1NTUsSyP+fn5wba2tqfps6gZIZul4f915uBd+PDhw9+em5vrE7zLZDLTly9ffoU+i9P05uKdqb1tEKkwAfHJycl3INfZ2dleekyD0IWFhau7du16BAqQTxOXoIDBOx94NzMz00m8+oJ42EyGMcBCniRLXgcFYEV4IAJWNbC/v38LEZRqb29/hl5X45EIHgGhd+7c+TO9lyiGJpaZgOHVIlevXt1J1vvPffv2fYNe18AgyEh6wDsS/Cl6L8mKoBQsYBvxwys0cGho6FUWJGJv9ZUrV34i3M2hQ4e+yZpYUDwuQwEL602QcC+cO3eugd0xPF2is7PzOXhD8K+jo+NZ5p1zsQWMDUOwVmggC9fPQgRB1SKupFKpt6CdLHyPVSGXoYDBu6qzZ88+T9b6d4l3Ln5MTk9Pt7EH/At/7llsAasuBsIbHR3dKyVTID6MBAvEiViM+MKCrio3cKUAJoNPsYmJibdv3rz5Biu+Wwp7MSRZzLsv2E379QyjlAJW3TPiRUtLyxp6HmTBOdltn8pqBpUBr+VyN0tIwIJ3vRreCfetViUIb5Kb1jWMUglYdc+bN29GQvBvev4QC87PM06p/+NE4ISc+nNGHVyEulgLvHh5+jRTvO/h7zpLlSNoaEPdu4JDW1wnicLrJNw3eMdWHtPLposlYBlt8XEy8NDx48dfHh8f/4ie17GQ4xwvltFcQRb7CyHge/futXIcDvI6bl5TKZJAZfoCrPERZkyMadOb4nMBzAR4DdP0WWSyahw9PT0vTU1NHee9vZolcR0JVCDgHUpQozhsZm+3SUvwiix49+7diYaGhu+uWbNmq6Ioj1y7du0PyWRypcfjUa+E4sZsY2PjT2tra1tIC7fQ+98jYbfymn5mYFYHksvasNT79O3Zsye6Y8eOp6LR6KpIJPIdp9MZd7vdq/UWACBD3mWcmPkPiolDR44c+aypqWmiSPQZ0rx8+fJvURj7nNfM6GD4GRLspXA47PB6vY/qYNW2sGiZcWp2d/78+Wfr6uo2hkKhTSRA/8jISK/P5wsTEf/q6uo6QgTPBAKBzPr163tB4N69e2HF6dOnT7++adOmDzZu3NiBdcmSD9PvnqbHNqoB/7Z27douZuCMBUbmpI+Uzp9Op7uJtm4IjhSwV/yQ6XNQBvuEeG/lypVPkAKEVq1atePAgQN/3L9//4xN+vLS7vf7aylTHjJoKmCPDBSO+OpwuVy1Bs2cgglwsxuOd3d3fx+JFEqeGzdu/JyTArjjulu3br1/5syZH9Hzh9nFhdg6PVLsCzNkKT6PYQ2shTWxNvaQ6sB8tbIZ+hK8XlRyvVX8G5EnhKT3I/xdNcRYpc+iiwZfYqR8LX19fZsNkiesX4USVCC/9fX1NUy37Rislj/ARylGvA/obHBw8MfMtChfJBKqZaSBZ44dO/YME+nScSOK5D5dUpwMMFMTWBvJBvbCnpqSwbA8y0OfT3LZLim7VzTTKXkCt5SIhazQZ5HJ2CNGvPuYs+OggYCDAIhEDkNhp475ZkvAcoZ3ATUYo1BxCcRwCgyVtPtTtpiABfchGOsWGTf2wF7YE3vnWM8sfYpNlMkSfQUIGGVkO3u2kMG1BiBUIeDm5ubH9L5r9fpwYZHh4eHdnL29x5lvlSajvA+zMYP9BcQHYd1YuwZ7YU/szVbiNCjPctJXxE6PafoKEXAe41DYshNCwK2trU8WKuCvuQckHKoKBQIbyC0lNS5PuDpQ7UqlUrMGBAq359apL4WVqGUN9sBeqv/9cu+cMTgXfZRgOZU8B6CUL4eLJr5fbPqKVfK5Ke66dBTcMkjk1KTncydOnPiQJP8fKi+W7dy588TQ0NAPWaPCrEUqQEDlxV0iIq4T35wbNmyooVnNFhCUwATBPLwXxNrYA3thT+zNp0H0TMssfT4SnJcF6BJCF6OE9JkexLt7VMLpNfRBW3VnZ+eTW7duDYk3KaGdlg4AKHa0R8VJ0eFAC1Bq4A8AUeG4sZzm6rt3735y8ODB5zRZNBgTQfzA78fHxw9xcpJgAYhEJi56n4x0pbirEsuRSZulLyll0nGmLVwq+gpMstrQNdJJsrB2HImdDPMCFaTS9JdMY6F7f6UNGEN8RTovGvhiEHEpqi3bUYj39/f/7ujRow1E7AscJ8CoBJ5LP0kjhnG5ERNtMemzFo7lsXx9YzP0QRjIUtHcAP6Nrg1mqegrsEx6B310nTIJXiQKYWquaZJ7xn67AhZM9LC2JJDBgVnI/IApU4KQvX37NgSdJStGSwsWlDUzqHj/PZczMazJ2aGwHrOtxJz0ZW2MQuizyGRYaHRsbOzXqLXZu7i0UCZwexnL505cQkuDHSxarmFDrL1JFNyk6VsuXrz4W3JvF4ghw6Rtn6fT6ZFcjAMkyPVqXIIrBfbrLQCXNqQPAAIx8DewPHRsMMUJk1LQZ5HJ6ikYCBc0Sm1WrRtPyO1WissP69XMxWg2yHWhly8YTKilQv1no6Oj79LzRxndSsgTMQxaSN/5FRMYY8a5dEAHu50jmb6o1PgwnMWir5BmA8IB4rBBs0E9EIB8ArrHp2ViegBQKdqFwnLCTU1Nj5PlfsZJVlQDA+IY6OuNjY2rpVrV4yhBiaG5GFngHilp8mvpQ03LCFHCJExarHahHwoFr2HQLhR5hurKJcVb1Ia/yDQHOfjLBbtAu8C4ap7BUjX6CwA2ZDzb77B5/thGw7+Hs/4qTcNf8C/IhuNzGJysLAToMF3KYX1KbDq2b9/+ooT7fqVLNTAw8BK5ouZSWS8DF5Ym17DoDE2h48V1bcaxeEPlHfGlc926dT+Q8HJhHAEWrpwxL/rdISqMh1Sfj3cKV3PfegHQM6T4V6MTCUv0yI4KpKDZgI6V4+uH7hI4qcpZ/ds5oNuSH5v1IWtFlifdxQDNi4sEAURyQV92h+1sMFmR3fSlS5e2SaVYEoCKyO758HvIVgZv9/A2inIitIs7LTV4xGs+vN3BxPsclYPvWg8YgXBRwjEIUwNUTSBofKQn500DpRawU2SEojmOglyczAcKxHc7RPK556V86wru6aJybQzom4Bf8cgQ6gO9dUVYcZhvVxmW4T9GavLeQLVEBSysOIRSDZ7OAPf2OB7gzWcybBiFxqFuo8TgT9IxF5+Z2LtEBSzKtTByGSSsADUs4PKm9lZMn501brPKsKFAZcSJxHkzJcgS/o8OLTAj3zy/kK88MgVFFkHADh1YL+uw8DcElT9huc83pdh8K9Z/dBTtPyWW6MiWCtCo/MtOmQ8lW/kjtLIe/xVgAOSDS20/pMFNAAAAAElFTkSuQmCC);
  background-image: -webkit-image-set(
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAAqCAYAAAB4Ip8uAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxQjhDODMzNkM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQjhDODMzNUM3MEIxMUUzQkMzNEJCQzI2OUFGMUNCQSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq6mNcIAAAqiSURBVHja7Fx9aFXnGb/nfn/kfie2SqqpC9ugq/YDnGWF2nasmj8qOP9whemGoxQHlox2KOyv+rEwkO4TJmMQKaTUBqltsOoigRBaWUiNdjFzmdFYjSR3JkZjkpuPe/f8Tp9X3p6ec+8599wbt5v7wsv9ft/nPN/P73nPVbLZrKMyyne4zX5RUZSSEVHuSlYq3pnhm7Oi4xULNq2oWgWrsNcS7xQN77L/KwJW2BO4aHr49RzNeZqZiqDz8k7wTfAOfJulucD8szWcRRKun2bVyZMnH+vr63uxvr4+gtesQEpFjjmFG9i2bVv8+vXrr4yNjb0JHjLvPEUJoQjUZqbBAIEhInDF1NTUsSyP+fn5wba2tqfps6gZIZul4f915uBd+PDhw9+em5vrE7zLZDLTly9ffoU+i9P05uKdqb1tEKkwAfHJycl3INfZ2dleekyD0IWFhau7du16BAqQTxOXoIDBOx94NzMz00m8+oJ42EyGMcBCniRLXgcFYEV4IAJWNbC/v38LEZRqb29/hl5X45EIHgGhd+7c+TO9lyiGJpaZgOHVIlevXt1J1vvPffv2fYNe18AgyEh6wDsS/Cl6L8mKoBQsYBvxwys0cGho6FUWJGJv9ZUrV34i3M2hQ4e+yZpYUDwuQwEL602QcC+cO3eugd0xPF2is7PzOXhD8K+jo+NZ5p1zsQWMDUOwVmggC9fPQgRB1SKupFKpt6CdLHyPVSGXoYDBu6qzZ88+T9b6d4l3Ln5MTk9Pt7EH/At/7llsAasuBsIbHR3dKyVTID6MBAvEiViM+MKCrio3cKUAJoNPsYmJibdv3rz5Biu+Wwp7MSRZzLsv2E379QyjlAJW3TPiRUtLyxp6HmTBOdltn8pqBpUBr+VyN0tIwIJ3vRreCfetViUIb5Kb1jWMUglYdc+bN29GQvBvev4QC87PM06p/+NE4ISc+nNGHVyEulgLvHh5+jRTvO/h7zpLlSNoaEPdu4JDW1wnicLrJNw3eMdWHtPLposlYBlt8XEy8NDx48dfHh8f/4ie17GQ4xwvltFcQRb7CyHge/futXIcDvI6bl5TKZJAZfoCrPERZkyMadOb4nMBzAR4DdP0WWSyahw9PT0vTU1NHee9vZolcR0JVCDgHUpQozhsZm+3SUvwiix49+7diYaGhu+uWbNmq6Ioj1y7du0PyWRypcfjUa+E4sZsY2PjT2tra1tIC7fQ+98jYbfymn5mYFYHksvasNT79O3Zsye6Y8eOp6LR6KpIJPIdp9MZd7vdq/UWACBD3mWcmPkPiolDR44c+aypqWmiSPQZ0rx8+fJvURj7nNfM6GD4GRLspXA47PB6vY/qYNW2sGiZcWp2d/78+Wfr6uo2hkKhTSRA/8jISK/P5wsTEf/q6uo6QgTPBAKBzPr163tB4N69e2HF6dOnT7++adOmDzZu3NiBdcmSD9PvnqbHNqoB/7Z27douZuCMBUbmpI+Uzp9Op7uJtm4IjhSwV/yQ6XNQBvuEeG/lypVPkAKEVq1atePAgQN/3L9//4xN+vLS7vf7aylTHjJoKmCPDBSO+OpwuVy1Bs2cgglwsxuOd3d3fx+JFEqeGzdu/JyTArjjulu3br1/5syZH9Hzh9nFhdg6PVLsCzNkKT6PYQ2shTWxNvaQ6sB8tbIZ+hK8XlRyvVX8G5EnhKT3I/xdNcRYpc+iiwZfYqR8LX19fZsNkiesX4USVCC/9fX1NUy37Rislj/ARylGvA/obHBw8MfMtChfJBKqZaSBZ44dO/YME+nScSOK5D5dUpwMMFMTWBvJBvbCnpqSwbA8y0OfT3LZLim7VzTTKXkCt5SIhazQZ5HJ2CNGvPuYs+OggYCDAIhEDkNhp475ZkvAcoZ3ATUYo1BxCcRwCgyVtPtTtpiABfchGOsWGTf2wF7YE3vnWM8sfYpNlMkSfQUIGGVkO3u2kMG1BiBUIeDm5ubH9L5r9fpwYZHh4eHdnL29x5lvlSajvA+zMYP9BcQHYd1YuwZ7YU/szVbiNCjPctJXxE6PafoKEXAe41DYshNCwK2trU8WKuCvuQckHKoKBQIbyC0lNS5PuDpQ7UqlUrMGBAq359apL4WVqGUN9sBeqv/9cu+cMTgXfZRgOZU8B6CUL4eLJr5fbPqKVfK5Ke66dBTcMkjk1KTncydOnPiQJP8fKi+W7dy588TQ0NAPWaPCrEUqQEDlxV0iIq4T35wbNmyooVnNFhCUwATBPLwXxNrYA3thT+zNp0H0TMssfT4SnJcF6BJCF6OE9JkexLt7VMLpNfRBW3VnZ+eTW7duDYk3KaGdlg4AKHa0R8VJ0eFAC1Bq4A8AUeG4sZzm6rt3735y8ODB5zRZNBgTQfzA78fHxw9xcpJgAYhEJi56n4x0pbirEsuRSZulLyll0nGmLVwq+gpMstrQNdJJsrB2HImdDPMCFaTS9JdMY6F7f6UNGEN8RTovGvhiEHEpqi3bUYj39/f/7ujRow1E7AscJ8CoBJ5LP0kjhnG5ERNtMemzFo7lsXx9YzP0QRjIUtHcAP6Nrg1mqegrsEx6B310nTIJXiQKYWquaZJ7xn67AhZM9LC2JJDBgVnI/IApU4KQvX37NgSdJStGSwsWlDUzqHj/PZczMazJ2aGwHrOtxJz0ZW2MQuizyGRYaHRsbOzXqLXZu7i0UCZwexnL505cQkuDHSxarmFDrL1JFNyk6VsuXrz4W3JvF4ghw6Rtn6fT6ZFcjAMkyPVqXIIrBfbrLQCXNqQPAAIx8DewPHRsMMUJk1LQZ5HJ6ikYCBc0Sm1WrRtPyO1WissP69XMxWg2yHWhly8YTKilQv1no6Oj79LzRxndSsgTMQxaSN/5FRMYY8a5dEAHu50jmb6o1PgwnMWir5BmA8IB4rBBs0E9EIB8ArrHp2ViegBQKdqFwnLCTU1Nj5PlfsZJVlQDA+IY6OuNjY2rpVrV4yhBiaG5GFngHilp8mvpQ03LCFHCJExarHahHwoFr2HQLhR5hurKJcVb1Ia/yDQHOfjLBbtAu8C4ap7BUjX6CwA2ZDzb77B5/thGw7+Hs/4qTcNf8C/IhuNzGJysLAToMF3KYX1KbDq2b9/+ooT7fqVLNTAw8BK5ouZSWS8DF5Ym17DoDE2h48V1bcaxeEPlHfGlc926dT+Q8HJhHAEWrpwxL/rdISqMh1Sfj3cKV3PfegHQM6T4V6MTCUv0yI4KpKDZgI6V4+uH7hI4qcpZ/ds5oNuSH5v1IWtFlifdxQDNi4sEAURyQV92h+1sMFmR3fSlS5e2SaVYEoCKyO758HvIVgZv9/A2inIitIs7LTV4xGs+vN3BxPsclYPvWg8YgXBRwjEIUwNUTSBofKQn500DpRawU2SEojmOglyczAcKxHc7RPK556V86wru6aJybQzom4Bf8cgQ6gO9dUVYcZhvVxmW4T9GavLeQLVEBSysOIRSDZ7OAPf2OB7gzWcybBiFxqFuo8TgT9IxF5+Z2LtEBSzKtTByGSSsADUs4PKm9lZMn501brPKsKFAZcSJxHkzJcgS/o8OLTAj3zy/kK88MgVFFkHADh1YL+uw8DcElT9huc83pdh8K9Z/dBTtPyWW6MiWCtCo/MtOmQ8lW/kjtLIe/xVgAOSDS20/pMFNAAAAAElFTkSuQmCC")
      1x,
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABUCAYAAAC82LpqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxNTQ2NDdEMUM3MEIxMUUzQjI2QkI2NTZEOUZDMjc2OSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxNTQ2NDdEMEM3MEIxMUUzQjI2QkI2NTZEOUZDMjc2OSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGQTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGOTA1M0E3QjA4QzdFMzExOTUxQjhCNzcwMDhDQjMwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjMGTKsAAByHSURBVHja7F0LkFRVej79nO559DyYEUfEASExYJRFC8NKQKgku1vR6GrcDeujykRrTbRiardScawKeWh8sBVdH9EstUQRDbAGjUuxu1hgsGBVlMIHKjDozDA6PGZGZ2BgGKanHzn/9fw9/z19bve93bdfzDlVp3qm+/a95/z9f+f/z/86nmQyyXTTTbfKbF5NAt100wDWTTfdNIB10003J82vSaDb2dQ8Hk/Zj9FNu5N/MhPSbWLqppuWwNI6QLGmfy7disRryrVeA9g+ET0ZAJzUgNatQDznsQBykvSy4j1/GRLRa0FMIFpCIqQGsm758p2H8J3Me0mJ7xLlBmJ/GRLRR159Enhj4jVO3vNoEOuWI98hYJHX/ApMIJ9FBd8lRAf7SbLUth5vmYDXSwgYEj1AVkWf+D/Me5W4zkvG79H8qFsO4KW8VUXB297eHiHX+ghPooDxeMrAUustE/B6BXFCOKY9e/YsGBwc/PGpU6ce46/tGzdubCNaQ0gBYt10y0XjA74Lwv87duy45MyZM+u5YP3q4Ycf7k4kEp8D/z366KPN4noEuU9St0vXwI1SiG6TkD5BvGrem6Bv3rz58mg0uieZ3mJDQ0OPzp49u0Vc2ygkcoAQs2zmr3tpuk3J6xdgrEW+6+vr+wfgMQXfJTmQB7hA+TZey3uN4FtfLnzn6nxLSEiqFgMYm7Zv3/6HQKxkhnb69On/ISCOSNLYowGsAWxTaKT47siRI/ckszTOl6PAn0R4VOcqPCodwPIqCCBs4mrK78bj8S+SNhpIYrIa1or7+DSAdbfJd7DoNwD/bNmy5QoOzlN2+G58fPzA0qVLzxV8Vy8Jj0kF4DTVeXR09DdIKA7kI3zvsYb3/4K/VcT88MMP/8wNVVoz/aQCMPKdoToDGPl27QPcog0MDNy/atWq32tvb59x+PDhuzmwT8h8Nzw8/PN8VelKB3DaKtjZ2XmThYrcBH/De2kb4lisi6yGkVylsGb6SQFgpfTt7+//R8FOY11dXbcSYBp9x44dV6m2dLt27VomrmkgUnhSAJiugjUIUFBNELyEgC2iG/+rQAyGh3z3JJrpJw2ATXwHiz9qdyBtJb6byjtYnpvef//9P1XYYX6ZjxSudACbVsFDhw7djmrzAw88MEtaBacgiEGtkdVp+D/DnsSWiV8z/aQAcJr0RcPVmTNnXiP81ij4qJ7wXxNs5WQFEPbOuUrhSgUw9bulLIB8D/IuUKSnp+eHhJARsU+pFQQyVkO4Rl4NYQEg36sjxPTZkcaa6c96AMuWZ0Pr41uwT4F/QE0mQKwR14SpiwkEi7wfBhsN4Tuq/ZUOwEVwoPuo5Rn2Emjdk0CIEVchQkhjNeTX7qWE5AvAb8XnzQT81QTEBXG2a7BUHIBTfPfJJ59cJ3jnbSJ5a8Q1ARKZVYd8B8Yr2a20fPny8wjP2rbBuDnfYkYxyREwbM6cOdfD68DAwCoSdxoTMae0Y8wz6+/vX0VvGggEFvIVshHjU4mqVFMWkTK6lVvkFWtra7sRXo8ePfqcFO+ckHgOY+8hMvB50009ntDKlSuvEf/a0vbOhlBKLyVkbW3t9bANefLJJ/9XfD5OCImZIKiaGIR88MEHN8F3yD19t99++7UQaskl+rzDhw//YPfu3ZeRQBENYN1SfMfVZ191dfXVnIe+vPfeezeLz2MKvksQELNly5bt49rfe/SmU6dO/XNy/9KEVhZJhaZqTC1GXUkWPbQkB8mK5keLIajbvb29f81Xzb+38g1j279//w1kb+JjWoWerCo05bs6alUGwxTZ+5riCMR90F5TLYVbmtRoYkSlavRZtwem1mfDwgdOcyACANLCiowANqyGYC20Ey3Dwd1H/Mhhpz66fACsW9nF4KfxHUTxAZ90dHQsV4Tjesh90r67bt26S2V+gwVBskZnFRhltQd2QEhTkn5dXd1SeN22bdtW8V7CAvjG/nfDhg0/5vcdyTYevrJu/Oyzz+IsvYrCZNjj5dInE21YOBxeAHvcl156aTdRn634hKrT7KabburlUreXXsD304slNb2yVGibAEY1BgxLzTNnzpwK6gdEUwk/7znEehyULIHVwsLcDNI6mwQmboF6lkeMdJlJYFXlCFr0wG/RkY5Wn/vIdkVVkaLSJbCXkZBd0MyA7yB8kpnDcOEar+JeqEbXEJ/wLyi/cc1wOzMHdWR1J5W1FdojGjOHr/kIQ/lWr159GVjxRkZG3pZUZp/EWMhcIFG9V1555Qvj4+O7rJ7NF4SOJUuWfKSQ6JUkbbJVKPFJAPRnALKd932K933SsytRYqdZn1988cXfB76DdFVJwlqtvklZCp88eXI3vSAYDF5WSj7zugla3lTSAa3B6Ez3cbVjLnyP74MPSJ8FhdREHzC+GlKku7s7sWXLlh+xr8ubpLXjx4+vZ+Z6Rh7J8l06a6E9ZrOin98CuDLNkF6ZOr0Wv+/PsjD4ypx+meia4vPp06cbfHfixAm0JickoFqBOFULq7e39wOJ9yObN2+eSTTNotLGmy/TEdD6LFZ8VONCQl2p4vvf+XCDjo6OzwiAfRLzUmZJLQTXXntt51dfffXvivHEObhfVUhfrwIIvjJgRhm02ehHF7Ww+Dsoqcgy0FTdJ907SH8b8gyV+u0rI/o5pTPYXS6B187Ozo8JgC3Bm5zQyVMS+LnnnusQGmGqzeVNIYGLQhN/HquarKJ4CNi8ZDVK+9Framp+B25w+vTp5KZNm5bNmDGjmasi8ebm5pmhUKgaH8T3K0BED7/uWGtr6+OCoWLXXXfd02+88cZ3/X4/Eo6NjY29deutt/aSRSlMCB+XXuVqg8WscumUfkpGWLp0afCRRx6Z09jYOJUzZiu8x+k62+fz1WR6eDwe5zuXkc+EOnh0aGior729fT+nZ5TQzqtQIykNS0m/XGkN6u5seN2wYUOXBGAK1kyGLM8zzzwz8tRTT/V6vV4s8cQaGhou4i+/KslWw2E1A7ovo6s3gK5OGAVMKVk33HDD+du3b7+WS9t/7erq2sxVkI84EyV4T3JJanTOUEkOQHABqSohGO+/++673+P3m8Y7+N2ad+3a9Se0BMoXX3zxd2jsEtecs3jx4lZ5PGKMdWLMVIo5qnOUYzUIx/SDcD1wVUDqG1/IXgEDjN0EdCcN7gn3hmfAs+CZJFSwKPRz2YhF4+6NsXM+OgRFI8hcLA1YkiErlcXEvnZpbrMRF+0pxtz9DtUQWe3zM6kiAUS68D3B0vPOO++PwuHwYr5SzY3FYmBgYnzi8NAx/p6HMwvH7ldb+b71AJcco8eOHdsbCASifJVM/Qq33HKLoeo8//zzl+zfv39QrIJjwCwLFy58j+9lVkUikbvAGPjEE09souN95513vrlgwYJX+Q+2b3R0dOeRI0dev+aaa94QLiZUDzHSJkZU70IU8M6ZflTLED/+GTDWcfqBKjfKF799fI7jhw8fhoXRpNoh/cB4Y3IJ8DZt2rRL+EuA0x7uH+Z0v4g/6yL+G8zjz72+paWFrV+/nr3wwgvlQL98JbBBV8535xMjqN0xphm6OP17q6qqqCFrdsmMpQ6ToVFi1FJpAdEokBANObtS1sYYX51e51L3J2+++eYd999//7LHH38cJGdycHAQIrAgfRAMALDST0VTvaJPYRPJCjXCRTTlrrvumg6rKkgNcQ1+f+qnn376l2KlHCNS5gSMEcZKImhQqtQSiZK1xlaOyeSO6Qdz4LR6GD6Hgn8W9HGtwzPgWfDMYtPPZQlsyv9ds2bNxUJa/oKZAy8MaZnhfhjQkYrI4rT5N7m4BEvPD/YWY+52Mzn8xCfbgIMFAIG6BdFPJBLqCy4Zf3rgwIHvCRUW/LzwegEA9rXXXrsZruMr+moB3vOFH7iRmdMIaySjTRWxuIYFiJsgbBIqegjwRtDXjGAGRoOxwJhozS0YM4wd5kCI3yDmSMuHevIAcF70k0BCwdIo7tMg5hwRam0doV+teF619B5eh9/D+zSqVPhi0q8AAE6F7u7evfuPYdx8Hk8yRR6vDQCnUmChAIAcUsnMNdrKAsC0cqSpBCfsjfgq9BMiLWJczdoMP7RCck4RAIX96/R9+/bdLfas/yKAfY4AIwVsUArokH2XCOQG6XnUlRJhE4nZqQ5jhLHi/hnmAHOR9nu1xBKrZEIHcbj50A8ZrZ4sbtVsImdV5RqSXUQqV5PscsL7IdiRdg3FpJ+LAE5LIcSyTbDosAwhlBkAnCoGAGGYsg2BLGQYE11SAFvWz4UkBL6P+IRGopDqBLKhA1f8BpTEn3/++Qr4Hldx/0aAl/7g2XyPKv8yMl9A4X5BaV0rMyOMGcZOKg5+QsqGymNKUwezANgt+tUQoFYpFjcrF4+d7le4k2Q/fFiMIc3AVgj6uQxgU9VTSISBccJrDgD2UQCjNKcN4qSZzaSGYgHYJzMfV3t/BOoC7s+kKhpNRJKGJfW3Vkjili+//PIRkTH0A6L2po5SsfEDqYIevMw6xJCq3TWyVBZVPsZQFYI5Mhsla20A2A36ZfPzpsU2O6BfpvBMKz9xQelXSABjJhGp4FJHFhhPlnsigOsZyaSjjSxe9cUEsDeL4QVN6JD8/Fetra2PQSga+AK7u7vvaGtr20gsdWOix0iXk/ITgUAACMei0egpZn3yWyajW1L47Kx6Qur4fBwTjtN4FswB5gLXwNxgjjBXNDBKYHFi/XSbfgYNASekpzW79JO9SNglmsm0Kxb9XA/i4HwXEfECIworsy17L/4xMjIyKn/Y0NAQUVm/SxGJJZ8bAxlDF5177rkP4gXDw8NPXXjhhb8iExsnDBeTQUsB5vP5QiJII54h8oXlAWSmAHNcGltMjNm4HubC5/QM3hvmCnMW/wYcRhy5Sj8ZqEXwSpiAXQL6FaRhgAvnu2g+5BG/37j8QYi3YoM3UyilKQh84cKFf4uSBNp77733MrH0JSSwJiRAeaQVDFQxiFseLpanLIN0TmA0Gp/TS+Q7QTFnxnLLZsqbfsUCrMOFslj0K4gvGNoZCEbI00fd2dmZltbq9XqD2Z5diOa3oQay6urq79APwuFwQBGgYIuQfKIBocpEnRJSPs7RBQb3KOaE/y/NYY6FpF/+nFxZ9HNzAUd1Hvhu1Am4SGZdag5chY7bVd1LJYHlSZjia+fMmXMjBqWwzAkClpMYHBw8Y5eAihRFPJ/VbkA9zUqRjVxGzaO5c+f+hfTcRheB45h+ZM55gzYT/UTP+CzyWUno59IiExWqtM8J3RSGPrvaV8kBTEPHOugHEL7Y29v7ffFvglgrZb+tZQpaa2trxMFKKB8C7lM8w4pwqqwfGgoIKWLfr6uru5N+icw516oertDPLsjcoJ/qGQrgF4t+hVE5/f6gA81PRTfW0tIStAngggPZm2XfmBDS8kX5gmnTpv1Hf38//dECxPVhFYThjcfjY0R9N2XiqBq5Bv2RNWwi6EP5DAXxqFEJAwyMBnOAucjzGxoaWqfYQzvdd7tOP04SnwzqTC0X+knfLwX9CqFCo2pf41BwYICLH39PLnxC8oV8wRqVtqZFkcLZAGyoR4sWLXpOLqkJPzZfiR6KRqP/B+VcCaFozG8VkS6GbzEGWQ0sZdb3K1QyK5+kv729PbJu3brzmTk6JsTMMbgykGniABYdYzBmGDvMgUk+Oz7XD2HORM3NFcBu0E8F6EwBHGcD/VwHMB/rSaFR+Gx+L7VoLV++PATzxU60R5VxDA134aJI4QypWKbwMTh2EYK2rdLR4IQEcOpL8bsYRgkhk5A/OfPYsWM/g+vfeustCOTAOGh4Ri0zhwfS4AHDGY9VASGUD6rrM3XYYQ0zB0Gg1EidxQRjtZoHzBHmytLjZb1WdCsg/eToLIx9ppJUFVpZkfQrUCCHUU4W66mR4BnLQA4CXqCBEfqa7eB5OF0E0jE5jndApJZ4RogVOAotWyQRFgQzwujgjBgYYJa80sFTp06t6+7uvm3lypUXEQDP4H1WV1fXoyJyBZz/kI0ESQ7AtC3MHKSPAfZ4YpxxwJlMNDikSpG3ikH1lJGNz1RnvpKwxh3kgDW5TnUukVh50Q8OPWf2sogaFbSrOPoVKBbaADCeqwXzZVlCKSUAm8rRZmvSsbcFn3smBpSPZEzFwvJ9z312ksohGX9kZOTDvr6+NXxVuu/ZZ5+9/uDBg0Yq1t69e9sFgNvYRFLDlGzMasX0kGVC4lHpSXOY2WTJgDAXmJP0XfnYSKcAzpt+QjJ/AEXIIUQRVnaLJHvbvZzpVyAAG6GskLUGY4V65MxGLDTZ89eiBkVTK60aOWe4nk1EohVs7h7KeLIBUrEHSqVJwXlEd9999x0NDQ13WrkM4N5QFge2vZwRYW8Eyc9wpArUb+7nas0bfr8/OjY2treqqirBrzs2ODh4JJPKf8UVV/xahCOqWpyrh5s6OjpWz58/n1avjOM+jY+nGwqRifENHT9+fNXTTz+9esWKFUPEKhxl6uM2THNTuB5cpZ9Vi8fj3Xwew5ymUIEzOjw8bCTu87n3cQY9Wqn0c8llR/ehqWwwrvHN5ZJxJ0SM1dfXrxBzGhOvMdknLlyUNJsMSjuthmIHVs+GYgGcv6/GbTH7OloNg3QKM3ebR4LS4xkjTCr5AoHieEi3QqUA1Sp58uRJo3wOX+lR3TL+56oJ7MlA0hgS260GpxhC3iY5pSElQWCsMGaFNIuwiTIrGQ+scnikas70K1UrBf0KmdAP2xFxlM8rLP1IFU+WNEJDe9qzZ8+3bdYkb2QZzgwu9tEqVB2kxdbrmZRitnHjxvlQrQDP/EUAQ70rLnFTgDVScfh7+D8UtwMAq2pi5dqg9i8xJqRyWyU1kaqK1Sw9h9Wtihw5069UrRT0K0BNLFw0G8XiMypqQtOi7sosOIUabmzvrH4bqFTC0pP6C54LnUmFVkWzqAqOKysvrFmzpvWqq65awNWVy71e7ze4qjyfg9bwwTU1NRlqNVdnjGdCHDgEyPBrINQyL40C1EsuOR4hmT6gvoyK8WGaF61WiVUW48xBTScbKrQr9OO0uoxvL74BBcTliK5CtFLSz2UVmrrRQBp6uObwFuezcziPzSZqbkyo0AnFvagaHcKglWnTpv2nNJeRtWvX/sFtt912lE3UbRsvyvbB4dEg8okLctJ8vcJwAuVtoN7VeY899ti3tm7deg9fxfr4ajje2dlpVKnk6vWQVVVKB1UVT0C1BckNE2HmGscBll6tIsDMSecep3QrMP1Sfdu2bd8ENw4YtKASIqlSOehCVcqS089lCewhwDMkMN+q/QbmSizlKSt5lmT+lDUb6ENLIIkyPT9l6TWxilJOKNezfTyKMLOgwvfYIFSPqcLSDDWwZh0/ftwoy/nQQw9dJSzR08XnsN+aAgSG40RpR6KLci6mbTZYacmPQousUZVOdURJzsXJ8zwbyQn9HFuaK5V+BQAwSt8IdQWREwVNBQcsAJx2zCgtagdH3ZJyOvVWfu9yA7AdZsSyLFjFoVkAdWZPT8+TMPmdO3f+kPiCbbmS6OFSUDURpBJLr2ohF1bzMpdP53PxcLNs9KsWNKwle9HGXN1I5Uy/AgDYJD3Bty7qYt2nAJzHRk2siOxSIn5l6vcuWkVOvwsqeJLsPZJk34Q/cFwypQe4ygzuDzZr1iwIVPi1+Gxc2lPRUwI8JOZ0mO9lPjpw4MA/XXrppTvJNXFyjxgrvxrFudKPZQGP1XEeSvqB+4nT8KODBw+uuPjii3eS78Wl38BEP6vUQxcSpooRSmnwXkdHx74ZM2ZAeuclFnS14pEEoY/3zjvv7L/55ptfraqqmrNkyZL16EWysAMUnIEKdbyoXJkiJFbCltWrV88HhhgZGdki1OupzFwPSi6shlbbKS+//PICoWpjbyYBByG7VlA36VZg+qnOT5LPTbKqPknpZ0gPqbZ0oyJ80rSfdXicZzlJYNkSjW6wQVLH2SQ1M/wOXjk0E1xGJBy1nmw3spYPKoUVmjm1Jkr3otbWamHt/ACsqlwKz+GqTZxYBOPSCkYzlmqIbw1PBaBgBesfrbVV0IXPDWnkFASKlEJPBqu3vBCEiRUZJUpSCrhIZJK4bkngIlihmbToGckFo6Oj/x0Khb6zfv36eXBgtwg6wZJGCTpvRR40dlo2Fq30ckWaoszd6wbBVF2hxtBDssAPvAsikF555ZXLicqYugbsA9CZ+UCtUWYuqpY6THnRokUolcpWXXZCvwx0zVbET1WUDvuI6KcELWktLlPUlIPxlLv6TPkOIgCNCLOlvElbjGx50LSPC+BHheCxBdxCNG8JiGkQcmBgYCu8trW1LSaRMypiJqU9no8ANdHT0/Ndvhi82tfXN06urbTDqItB94TC1pBQgPdsnj/7+OOPX4fXpqamqyW+UxU1kK3QdHsXZOmRVkVPm/SWipBr164FQsZra2u/pTIoWJQ0CaKk5sC9YXx8/LcXXHDBKgjtE4duxTVws9I+yTIfD3o2zjslOJYtW7aP74N7gsHgEsiPZumHwDNJbUZLtscCP1Ul5Tk3DBIOFgs8ScFwg0Sj0bdhzwF+SpaeISInkhtGGDgRgJ5sAA2OumATfr1AMRYmNw06k3JFKY4Ri0k8ZATKQOCFcAFhEXoaF02TIFLfUZ3GABlObOKYUtvVN8vND2x7u8ekJHeslg+BBJJVsIpYWqsYSWeDa+VUOBJwH9YA1gBW8J3JHwy+b8yHJhb5OmYuaYRekzT/ueC7AcJ3ockC4LQMEQgwh3xSEgmEgQSYTJ7KpYWIFzkflRyujMHp/mKoNBrAFQXgNO0PCyuQo1boweU1FLyg9cm5wBDVRaR3VVkAuMCEpGp0Kj51eHj455IURhDjEZhw3RSV9IUwQOLXrHdKyEIyku6l6Vm0vypUieGURUUoJK1ukjqiFrd6lO+kw8yCkwXAaeqMqNME2SAxkk+JB3pjoIbhOMcjLUkK1y+Z+mBlDWAN4IzaH3TIeQY+4kLkZ4SPgOfw1Ew4kO4eee/LBckL5Ppqp9u2SgdwmjqD+wu+Gh4iK1szghfeUxWEI8Yv02HN5aDK6V5WAFYaszA2WmQUPc2kuHFxkHdMYrsxwqM58V0lA1hWZ1LVEnFvCyoNyRZpgr/hPcUquI45SOHSAJ70AFZKYUjooJVBwbAKBfAUWVtJqaZWY658dzYAOE0KY9VAkqZ1CLpV5T+yb7EsXaoBrAGs4DvTXlgIjwGbVUreJvnSEeItKZnQKAUhLVdD2VRv0cZIqZdGsgfJ6RQ8zfSTBsCU70zCA7S8bFVCudD4lJT5bZRclpMSwGlBGrC6WakueAJ8Z2fnTSw96TznIyw1008qAFsKDyhYZ6XxgWpNitVnrHc9WQAsr4ap4A4m6ibLRivw20nJ57SyvlcDWHcHfEdV6VrkKdiW8T3uP0PhOnHKwnZykoMKvN5SA9hTpLSubMSkMaeps2ugsNu8efPauNQ9euONN/aQ70E2Es2iyTmeVwdgnF3NAd/JVVCyuYKA16JMkblVSp4rBwAzln50pVVCfsaqERrAujlIcVSlC6psKckMPFdyoeEvMb0x/S9B/k8wc3aIh6nzXkt9bKVuFR7NKV4TEn+p0lkpvyWk75e0+cuMkB6JSKpcy7Kvc6VbxYGYChKaC5yUeK/seM5fZsRMsvRyMExBOA1c3QoF4mSW65gGsD2CaqDqVkreq4jm1b+ZbrpVbvNrEuh2VonQSeZV8GtC6qZb5TatQuummwawbrrpVor2/wIMACYrlOo06AbeAAAAAElFTkSuQmCC")
      2x
  );
  width: 40px;
  height: 42px;
  display: inline-block;
  speak: none;
  text-align: center;
  vertical-align: middle;
  margin-right: 4px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.m360-spin-x .m360-hint-message:before {
  background-position: -40px;
}
.m360-spin-y .m360-hint-message:before {
  background-position: -80px;
}
.m360-loader {
  border-radius: 100%;
  font-size: 0;
  opacity: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  left: 8px;
  bottom: 8px;
}
.m360-loader:after {
  content: attr(data-progress);
  font-size: 12px;
  line-height: 1;
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m360-loader:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 44px;
  height: 44px;
  margin: auto;
  text-indent: -9999em;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m360-loader.shown {
  opacity: 1;
  z-index: 1000;
  -webkit-transition: opacity;
  transition: opacity;
}
.m360-loader.shown:before {
  -webkit-animation: 2s linear infinite spin-loading;
  animation: 2s linear infinite spin-loading;
}
@-webkit-keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.lt-ie10-magic .m360-loader {
  border-radius: 2em;
  font-size: 14px;
  padding: 0.8em 1.2em;
  width: auto;
  height: auto;
}
.lt-ie10-magic .m360-loader:before {
  display: none;
}
.lt-ie10-magic .m360-loader:after {
  content: "Loading...   " attr(data-progress);
  text-align: center;
}
.lt-ie9-magic .m360-hint-message,
.lt-ie9-magic .m360-loader.shown {
  background: 0 0 !important;
}
.lt-ie9-magic .m360-loader {
  right: 0;
  left: 0;
  width: 96px;
  margin: auto;
}
.lt-ie9-magic .Magic360-fullscreen .m360-loader {
  left: 8px;
  right: auto;
}
.Magic360-container .m360-magnifier,
.Magic360-fullscreen .m360-magnifier {
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  border-collapse: separate;
  background-color: #fff;
  cursor: none;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.lt-ie9-magic .m360-magnifier {
  border: 3px ridge #e7e7e7;
}
.lt-ie9-magic .m360-magnifier.m360-magnifier-inner {
  border: none !important;
}
.Magic360-container.desktop .m360-magnifier.m360-magnifier-inner,
.Magic360-fullscreen.desktop .m360-magnifier.m360-magnifier-inner {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m360-magnifier img {
  position: absolute !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.m360-magnifier-loader-holder {
  background-color: transparent;
  cursor: default;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.m360-magnifier-loader-holder .m360-loader {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.m360-magnifier-loader-holder .m360-loader:before {
  -webkit-animation: 2s linear infinite spin-loading;
  animation: 2s linear infinite spin-loading;
}
.caption {
  font-size: 12px;
  line-height: 16px;
}
.normal {
  font-weight: 400;
}
sub,
sup {
  font-size: 12px;
}
em {
  font-style: italic;
}
blockquote {
  margin: 0 0 10px;
  font-style: italic;
}
ol,
ol ol,
ul,
ul ul {
  margin: 0 0 10px 10px;
  padding: 0 0 0 10px;
}
ol li,
ol ol li,
ul li,
ul ul li {
  margin: 0 0 5px;
}
ol li ol,
ol li ul,
ol ol li ol,
ol ol li ul,
ul li ol,
ul li ul,
ul ul li ol,
ul ul li ul {
  margin: 5px 0;
}
.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.list-unstyled ol,
.list-unstyled ul {
  list-style: none;
  margin: 5px 0 0;
}
address {
  font-style: normal;
  margin-bottom: 10px;
}
@font-face {
  font-family: icons;
  src: url(../fonts/icons.woff2) format("woff2"),
    url(../fonts/icons.woff) format("woff"),
    url(../fonts/icons.ttf) format("truetype"),
    url(../fonts/icons.svg#icons) format("svg");
}
.icon-avatardefault:before {
  content: "\e00b";
}
.icon-avatardefaultactive:before {
  content: "\e00c";
}
.icon-avatarloggedinactive:before {
  content: "\e00e";
}
.a-link-bent-arrow.a-button-link.a-button:before,
.a-link-bent-arrow.a-link:before,
.a-link-inline.a-link-bent-arrow.a-button-link.a-button:after,
.a-link-inline.a-link-bent-arrow.a-link:after,
.icon-bent-arrow:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-bent-arrow:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-inline.a-link-bent-arrow:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-bent-arrow.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-inline.a-link-bent-arrow.a-button-link.a-link:not(
    .a-button-plain
  ):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-bent-arrow.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-link-bent-arrow:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-inline.a-link-bent-arrow:after,
.m-oney-widget-section .a-link-bent-arrow.oney-widget-link:before,
.m-oney-widget-section .a-link-inline.a-link-bent-arrow.oney-widget-link:after,
.m-quicklinkmessages .a-heading .icon:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-bent-arrow.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-inline.a-link-bent-arrow.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-bent-arrow.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-inline.a-link-bent-arrow.a-button-link.a-link.a-button-primary:after,
.o-alternativeproduct
  .tile-description
  > .a-link-bent-arrow.a-link.a-link-primary:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-link-inline.a-link-bent-arrow.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-link-bent-arrow.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-link-inline.a-link-bent-arrow.a-button-link.a-link:not(
    .a-button-plain
  ):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-bent-arrow.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-inline.a-link-bent-arrow.a-link:after {
  content: "\e011";
}
.icon-bookmark:before {
  content: "\e013";
}
.icon-bulb:before,
.m-cartmessage-wop .heading.suggestion:before {
  content: "\e014";
}
.icon-configure:before,
.o-dealerlocator
  .m-filter
  .m-filterbar
  .filterbar-item.filterbar-filter
  .a-link
  .icon-filter:before {
  content: "\e01d";
}
.icon-copy-clipboard:before {
  content: "\e01f";
}
.icon-discount:before {
  content: "\e024";
}
.icon-dropdown:before,
.m-forminput-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple:after,
.m-forminput-dropdown .select2-selection__arrow b:before,
.pika-single .pika-label:after {
  content: "\e026";
}
.icon-EditProcessToggle:before,
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step-edit
  .step-edit:before,
.m-collapsableprocesstoggle.has-warnings
  .process-wrapper
  .process-step-wrapper
  .process-step-edit
  .step-edit:before {
  content: "\e028";
}
.icon-event:before {
  content: "\e029";
}
.icon-feedback:before {
  content: "\e02d";
}
.icon-filter-outline:before {
  content: "\e02f";
}
.icon-follow-link:before {
  content: "\e031";
}
.icon-google:before,
.janrain-provider-icon-24.janrain-provider-icon-google:before {
  content: "\e033";
}
.icon-gridview:before {
  content: "\e035";
}
.icon-help:before {
  content: "\e036";
}
.icon-houzz:before {
  content: "\e039";
}
.icon-interactive-content:before {
  content: "\e03c";
}
.icon-ipgbreadcrumb:before {
  content: "\e03d";
}
.icon-line:before {
  content: "\e03e";
}
.icon-listview_s:before,
.m-rangeslider.rangeslider-rebrush .rangeslider .noUi-handle:before {
  content: "\e041";
}
.icon-logout:before {
  content: "\e044";
}
.icon-odnoklassniki:before,
.janrain-provider-icon-24.janrain-provider-icon-odnoklassniki:before {
  content: "\e04c";
}
.icon-plus-circle:before,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightBodyWrapper
  tbody
  td:last-of-type
  span:after,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper
  tbody
  td:last-of-type
  span:after {
  content: "\e057";
}
.a-link-arrow.a-button-link.a-button:before,
.a-link-arrow.a-link:before,
.a-link-inline.a-link-arrow.a-button-link.a-button:after,
.a-link-inline.a-link-arrow.a-link:after,
.icon-pointer-arrow-right:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-arrow:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-inline.a-link-arrow:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-arrow.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-inline.a-link-arrow.a-button-link.a-link:not(.a-button-plain):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-arrow.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-link-arrow:before,
.m-form.oidc-registration .m-termsconditions a.a-link-inline.a-link-arrow:after,
.m-oney-widget-section .a-link-arrow.oney-widget-link:before,
.m-oney-widget-section .a-link-inline.a-link-arrow.oney-widget-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-arrow.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-inline.a-link-arrow.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-arrow.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-inline.a-link-arrow.a-button-link.a-link.a-button-primary:after,
.o-alternativeproduct
  .tile-description
  > .a-link-arrow.a-link.a-link-primary:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-link-inline.a-link-arrow.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-link-arrow.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-link-inline.a-link-arrow.a-button-link.a-link:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-arrow.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-inline.a-link-arrow.a-link:after {
  content: "\e059";
}
.icon-postalcode:before {
  content: "\e05a";
}
.icon-repair:before {
  content: "\e060";
}
.icon-report:before {
  content: "\e061";
}
.a-paginationarrows.next.last-slide:before,
.icon-reset:before {
  content: "\e062";
}
.icon-shopping-bag:before {
  content: "\e069";
}
.icon-shoppingcartrebrush:before,
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  form
  .a-button
  .icon:before {
  content: "\e06c";
}
.icon-st4-info:before {
  content: "\e06f";
}
.icon-step-1:before {
  content: "\e070";
}
.icon-step-2:before {
  content: "\e071";
}
.icon-step-3:before {
  content: "\e072";
}
.icon-strich:before {
  content: "\e074";
}
.icon-summary:before,
.m-processbar .processbar-icon-participation:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content
  .icon:before {
  content: "\e075";
}
.icon-tag:before,
.o-checkoutbasket .m-vouchercode .m-togglebox .togglebox-title .text:after {
  content: "\e076";
}
.icon-unchecked:before {
  content: "\e07a";
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  .bv-helper-icon:before {
  content: "\e07a" !important;
}
.icon-vk:before,
.janrain-provider-icon-24.janrain-provider-icon-vk:before {
  content: "\e07f";
}
.icon-WarningProcessToggle:before,
.m-collapsableprocesstoggle.has-warnings
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-icon-wrapper
  .step-icon:before {
  content: "\e080";
}
.icon-weibo:before {
  content: "\e082";
}
.icon-youku:before {
  content: "\e087";
}
.icon-address:before {
  content: "\e001";
}
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  .icon-amazon:before,
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  .janrain-provider-icon-24.janrain-provider-icon-amazon:before,
.icon-amazon:before,
.janrain-provider-icon-24.janrain-provider-icon-amazon:before {
  content: "\e002";
}
.a-link-anchor.a-button-link.a-button:before,
.a-link-anchor.a-link:before,
.icon-anchor:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-anchor:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-anchor.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-anchor.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-link-anchor:before,
.m-oney-widget-section .a-link-anchor.oney-widget-link:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-button-primary:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain):before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-anchor.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-anchor.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-link-anchor.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-link-anchor.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-anchor.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button:before {
  content: "\e003";
}
.icon-appliance:before {
  content: "\e004";
}
.icon-appointment:before {
  content: "\e005";
}
.icon-arrow_down_small:before {
  content: "\e08b";
}
.icon-arrow_left_small:before,
.m-navmain a .icon:before,
.o-dealerlocator .map-wrap .a-button-toggle-list .icon-arrow-left:before,
[dir="rtl"]
  .m-breadcrumb-rebrush
  .crumb-links-wrap
  .crumb
  > .icon.icon-arrow-right:before,
body[dir="rtl"] .icon-arrow_right_small:before,
body[dir="rtl"] .m-comparetable__slide-controls .icon-arrow-right:before,
body[dir="rtl"] .m-navmain a.has-child-level:before,
body[dir="rtl"] .m-pagination > ul > li.next:before,
body[dir="rtl"] .m-pagination > ul > li.nxt:before {
  content: "\e08c";
}
.icon-arrow_right_small:before,
.m-navmain a.has-child-level:before,
.o-dealerlocator .map-wrap .a-button-toggle-list .icon-arrow-right:before,
[dir="rtl"]
  .o-headerrebrush
  .m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .first-level
  .m-navigation-link-list
  .navigation-link.has-child-level:after,
[dir="rtl"]
  .o-headerrebrush
  .m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .sublevel:not(.third-level)
  .m-navigation-link-list
  .navigation-link.has-child-level:after,
body[dir="rtl"] .icon-arrow_left_small:before,
body[dir="rtl"] .m-comparetable__slide-controls .icon-arrow-left:before,
body[dir="rtl"] .m-pagination > ul > li.prev:before {
  content: "\e08d";
}
.icon-arrow_up_small:before {
  content: "\e08e";
}
.a-area.a-area-mobile.a-area-primary
  .a-link.a-link-anchor:not(.a-button)::before,
.a-area.a-area-mobile.a-area-primary .a-link.a-link-bent-arrow:before,
.a-link-anchor.a-button-link.a-button:not(.a-button)::before,
.a-link-anchor.a-link:not(.a-button)::before,
.a-link-bent-arrow.a-button-link.a-button:before,
.a-link-bent-arrow.a-link:before,
.icon-arrow-bent:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-anchor:not(.a-button)::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-bent-arrow:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-anchor.a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  )::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-bent-arrow.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-bent-arrow.a-button-link.a-button[data-popover-id]:before,
.m-firedmessage .content .list-unstyled .a-link.a-link-anchor:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-anchor:not(.a-button)::before,
.m-form.oidc-registration .m-termsconditions a.a-link-bent-arrow:before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-anchor:not(.a-button)::before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-bent-arrow:before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-anchor:not(.a-button)::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-bent-arrow:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-anchor:not(.a-button)::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-bent-arrow:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-anchor:not(.a-button)::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-bent-arrow:before,
.m-oney-widget-section .a-link-anchor.oney-widget-link:not(.a-button)::before,
.m-oney-widget-section .a-link-bent-arrow.oney-widget-link:before,
.m-searchresultcategories
  .searchresultcategory-item
  .searchresultcategory-link::after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-anchor.a-button-link.a-link:not(.a-button)::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-bent-arrow.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-anchor.a-button-link.a-link.a-button-primary:not(.a-button)::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-bent-arrow.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-link-anchor.a-link.a-link-primary:not(.a-button)::before,
.o-alternativeproduct
  .tile-description
  > .a-link-bent-arrow.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-link-anchor.a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  )::before,
.o-myproducts
  > .myproducts-controls
  .a-link-bent-arrow.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-anchor.a-link:not(.a-button)::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-bent-arrow.a-link:before {
  content: "\e08f";
}
.icon-arrow-down-2:before {
  content: "\e090";
}
.icon-arrow-down-24:before,
.m-forminput-dropdown .select2-container .select2-selection__arrow b:before {
  content: "\e091";
}
.icon-arrow-down-large:before {
  content: "\e092";
}
.icon-arrow-down-small:before {
  content: "\e093";
}
.a-morecontenttogglelink .content-toggle .icon:before,
.icon-arrow-down:before,
.m-breadcrumb .is-active:before,
.m-chips.dropdown .chips-icon:before,
.m-chips.select .chips-icon:before,
.m-contenttextmedia
  .content
  .js-moreless
  .a-link.a-morelesslink
  .icon.icon-arrow-down:before,
.m-customfilterdateselection .select2-selection__arrow b:before,
.m-filterlist:not(.m-filterlist-dealer) .filterlist-heading:before,
.m-forminput-dropdown.multiple-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple:after,
.m-navanchor .more-trigger .icon:before,
.m-orderitem .expand-collapse span .icon:before,
.m-paymentadyen .Select-module_adyen-checkout__dropdown__button__yTyqq:after,
.m-reviewitem
  .reviewitem-footer
  .more-less-container
  .a-link.a-morelesslink
  .icon-arrow-down:before,
.m-scrolldown:after,
.m-tabs-rebrush
  .tabs-rebrush-mobile
  .tab.current-tab
  .dropdown-toggle-icon:before,
.m-tabsrebrush-full-width
  .tabs-rebrush-mobile
  .tab.current-tab
  .dropdown-toggle-icon:before,
.m-technical-info-rebrush
  .technical-info-content-wrap
  > .icon-arrow-down:before,
.m-technical-info-rebrush .technical-info-content-wrap > .icon-arrow-up:before,
.m-togglebox .item.has-header-icon .togglebox-title:before,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .a-morecontenttogglelink
  .more-less-button
  .content-toggle
  .icon:before,
.o-myaccount-promotion-wpe
  .a-morecontenttogglelink
  .more-less-button
  .content-toggle
  .icon:before,
.pika-single.calendar .pika-lendar .pika-label:after,
.pika-single.is-bound .pika-label:after {
  content: "\e006";
}
.a-paginationarrows.prev:before,
.icon-arrow-left:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary:before,
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .back-button:after,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-button-secondary:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:before,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.oney-widget-link:before,
.m-pagination > ul > li.prev::before,
.pika-single .pika-prev:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link:before,
[dir="rtl"] .a-paginationarrows.next:before,
[dir="rtl"] .content-inner li a:before,
[dir="rtl"] .icon-arrow-right:before,
[dir="rtl"]
  .m-breadcrumb
  ul:not(.extendbreadcrumb-list)
  li:not(:last-child):after,
[dir="rtl"]
  .m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next::before,
[dir="rtl"] .m-linklist .list-unstyled li .a-link:before,
[dir="rtl"] .m-linklist-rebrush .list-unstyled li .a-link:before,
[dir="rtl"]
  .m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .navigation-link.has-child-level:after,
[dir="rtl"] .m-navmain .second-level .second-level-link:after,
[dir="rtl"] .m-serviceteaser .list-unstyled a.a-link:before,
[dir="rtl"]
  .m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper::after,
[dir="rtl"] .teaser-links a:before,
body[dir="rtl"] .m-forminput-slider-captcha .slider .noUi-handle:before,
body[dir="rtl"] .m-navmain .navigation .second-level-link .text:before,
html[dir="rtl"] .m-forminput-slider-captcha .slider .noUi-handle:before {
  content: "\e007";
}
#janrainAuthReturnExperience .janrainSwitchAccountLink:before,
.a-alert .alert-text .alert-link:after,
.a-alert
  .alert-text
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.alert-link:after,
.a-area.a-area-mobile.a-area-primary .a-link.arrowlink:after,
.a-button.a-button-link:before,
.a-button.a-link:before,
.a-link-article.a-button-link.a-button:after,
.a-link-article.a-link:after,
.a-link-internal.a-button-link.a-button:after,
.a-link-internal.a-link:after,
.a-paginationarrows.next:before,
.arrowlink.a-button-link.a-button:after,
.arrowlink.a-link:after,
.icon-arrow-right:before,
.m-breadcrumb .extendbreadcrumb .extendbreadcrumb-list li .a-link:before,
.m-breadcrumb ul:not(.extendbreadcrumb-list) li:not(:last-child):after,
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link.a-link.a-link-primary.a-button:after,
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  li
  > a:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-article:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-internal:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.arrowlink:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  li
  > a:before,
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-article.a-button-link.a-link:not(.a-button-plain):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-internal.a-button-link.a-link:not(.a-button-plain):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .arrowlink.a-button-link.a-link:not(.a-button-plain):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  li
  > .a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-article.a-button-link.a-button[data-popover-id]:after,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-internal.a-button-link.a-button[data-popover-id]:after,
.m-contenttextmedia
  .m-productconversionarea
  .arrowlink.a-button-link.a-button[data-popover-id]:after,
.m-contenttextmedia
  .m-productconversionarea
  li
  > .a-button-link.a-button[data-popover-id]:before,
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .a-link.show-more-a-link:after,
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .a-link.show-more-a-link:after,
.m-form.oidc-registration .m-termsconditions a.a-button:before,
.m-form.oidc-registration .m-termsconditions a.a-link-article:after,
.m-form.oidc-registration .m-termsconditions a.a-link-internal:after,
.m-form.oidc-registration .m-termsconditions a.arrowlink:after,
.m-form.oidc-registration .m-termsconditions li > a:before,
.m-forminput-slider-captcha .slider .noUi-handle:before,
.m-ipgselectionoverview ul li .icon-ipgbreadcrumb:before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:after,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.arrowlink:after,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:after,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.discard-button:after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:after,
.m-mediagallerylayer.m-imagevideogallery-layer
  .mediagallery-slide
  .image-description
  .a-link:before,
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .navigation-link.has-child-level:after,
.m-navmain .navigation .second-level-link .text:before,
.m-oney-widget-section .a-button.oney-widget-link:before,
.m-oney-widget-section .a-link-article.oney-widget-link:after,
.m-oney-widget-section .a-link-internal.oney-widget-link:after,
.m-oney-widget-section .arrowlink.oney-widget-link:after,
.m-oney-widget-section li > .oney-widget-link:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-multioptionbutton
  .a-button:before,
.m-pagination > ul > li.nxt::before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link:not(.a-button):after,
.m-popover .popover-content .a-button.a-button-link:before,
.m-popover .popover-content li > .a-button-link.a-button:before,
.m-productconversionarea .dealer-logos .a-logo:before,
.m-productconversionarea .details .promotion-link:before,
.m-productconversionarea .eco-m .eco-c a.ecr-details.ecr-open-details:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .a-link.js-trigger-popover-link:after,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.js-trigger-popover-link:after,
.m-searchResultContentCardSpareParts
  .top-wrapper
  .headline-wrapper
  .item-heading
  + .item-text:after,
.m-searchResultContentCardSpareParts
  .top-wrapper
  .headline-wrapper
  .item-text:last-child:after,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link:after,
.m-selfhelp-teaser .selfhelp-teaser-content .selfhelp-teaser-links a:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-article.a-button-link.a-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-internal.a-button-link.a-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .arrowlink.a-button-link.a-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  li
  > .a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-alert
  .alert-text
  .a-button-link.a-link.a-link-primary.a-button.alert-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-article.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-internal.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .arrowlink.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a.a-button-link.a-link.a-link-primary.a-button:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button-link.a-link.a-link-primary.a-button.discard-button:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .a-button-link.a-link.a-link-primary.a-button.js-trigger-popover-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutpayment
  .m-paymentdeliverymethod
  .delivery-method
  p
  a.a-button-link.a-link.a-link-primary.a-button:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttilesslider
  .info-text
  .a-button-link.a-link.a-link-primary.a-button:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  li
  > .a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link:after,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .info-text
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button:after,
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper:after,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-link-article.a-link.a-link-primary:not(.a-button):after,
.o-alternativeproduct
  .tile-description
  > .a-link-internal.a-link.a-link-primary:not(.a-button):after,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button)
  .icon::before,
.o-alternativeproduct
  .tile-description
  > .arrowlink.a-link.a-link-primary:not(.a-button):after,
.o-alternativeproduct
  li.tile-description
  > .a-link.a-link-primary:not(.a-button):before,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a:after,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a:after,
.o-checkoutpayment
  .m-paymentdeliverymethod
  .delivery-method
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link.a-link.a-link-primary.a-button:after,
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a:after,
.o-header .m-stage .teaser .a-link:not(.has-icon):not(.a-button):before,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text:after,
.o-list.bricks-view_
  .teaser-ugc
  .teaser-content
  .teaser-links
  .a-link.a-button
  .text:before,
.o-list.content-search .content-search-item .a-heading > a:after,
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-link-article.a-button-link.a-link:not(.a-button-plain):after,
.o-myproducts
  > .myproducts-controls
  .a-link-internal.a-button-link.a-link:not(.a-button-plain):after,
.o-myproducts
  > .myproducts-controls
  .arrowlink.a-button-link.a-link:not(.a-button-plain):after,
.o-myproducts
  > .myproducts-controls
  li
  > .a-button-link.a-link:not(.a-button-plain):before,
.o-myprofileforms .delete-myaccount .a-link.a-link-external:after,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:after,
.o-myprofileforms .delete-mysinglekey .a-link.a-link-external:after,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:after,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .a-link.product-online-dealers:before,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link.wtb:not(.a-button):before,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link.wtb:not(.a-button):before,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-online-dealers
  .a-link:before,
.o-producttilerebrush .a-link.product-online-dealers:before,
.o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link.wtb:not(.a-button):before,
.o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link.wtb:not(.a-button):before,
.o-producttilerebrush .product-online-dealers .a-link:before,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-button-secondary:after,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:after,
.o-similarproducttable
  .compare-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain):after,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-secondary.a-button-link:after,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:after,
.o-similarproducttable
  .compare-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:after,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-detail-link
  .similar-product-detail-link
  .a-link:after,
.pika-single .pika-next:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-article.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-internal.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .arrowlink.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  > .a-link:before,
[dir="rtl"] .a-paginationarrows.prev:before,
[dir="rtl"]
  .m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev::before,
[dir="rtl"] .m-uspnavigation .icon-arrow-left:before,
[dir="rtl"] form i.icon-arrow-left:before,
a.a-button.a-button-link:before,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link:after,
button.a-button.a-button-link:before,
li .m-productconversionarea .a-link.link-addtocart:before,
li > .a-button-link.a-button:before,
li > .a-link:before {
  content: "\e008";
}
.icon-arrow-scroll-down:before {
  content: "\e094";
}
.a-link-primary.a-link.a-totop .icon::before,
.icon-arrow-up-2:before {
  content: "\e095";
}
.a-morecontenttogglelink .content .content-less-toggle .icon:before,
.a-morecontenttogglelink .content-toggle.is-open .icon:before,
.icon-arrow-up:before,
.m-chips.dropdown.dropdown-open .chips-icon:before,
.m-chips.highlighted.dropdown-open .chips-content .chips-icon::before,
.m-chips.select.dropdown-open .chips-icon:before,
.m-contenttextmedia
  .content
  .js-moreless
  .a-link.a-morelesslink
  .icon.icon-arrow-up:before,
.m-filterlist:not(.m-filterlist-dealer) .filterlist-heading.is-opened:before,
.m-navanchor .more-trigger.is-open .icon:before,
.m-orderitem .expand-collapse span.is-expanded .icon:before,
.m-reviewitem
  .reviewitem-footer
  .more-less-container
  .a-link.a-morelesslink
  .icon-arrow-up:before,
.m-tabs .tab-more.is-open .icon:before,
.m-tabs-rebrush
  .tabs-rebrush-mobile
  .tab.current-tab.open
  .dropdown-toggle-icon:before,
.m-tabsrebrush-full-width
  .tabs-rebrush-mobile
  .tab.current-tab.open
  .dropdown-toggle-icon:before,
.m-togglebox .item.has-header-icon .togglebox-title.is-open:before,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .a-morecontenttogglelink
  .more-less-button
  .content-toggle.is-open
  .icon:before,
.o-myaccount-promotion-wpe
  .a-morecontenttogglelink
  .more-less-button
  .content-toggle.is-open
  .icon:before {
  content: "\e009";
}
.icon-availabilitycheck:before {
  content: "\e00a";
}
.icon-avatarloggedin:before {
  content: "\e00d";
}
.icon-badge:before {
  content: "\e00f";
}
.icon-bars:before {
  content: "\e010";
}
.icon-blog:before {
  content: "\e012";
}
.icon-burger-close:before,
.m-navmain .button-menu.is-active-mobile .a-button .icon:before {
  content: "\e096";
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(2)::before,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(2)::before,
.date-picker:after,
.icon-calendar:before,
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker::after {
  content: "\e015";
}
.icon-camera:before,
.m-form .icon-camera-enrocr ~ label:before {
  content: "\e016";
}
.icon-chat:before,
.m-cartmessage .advise + .content .message-textarea .icon:before {
  content: "\e097";
}
.icon-checked:before,
.m-imagetext .textcontainer .copytext ul li:before,
.m-processbar ul li.is-done .step-content .icon:before,
.m-stepper ul li.is-done .step-content .icon:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done.is-done
  .icon:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-done.is-done
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done.is-done
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-done.is-done
  .icon:before {
  content: "\e017";
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-valid
  .bv-helper-icon:before {
  content: "\e017" !important;
}
.icon-CheckProcessToggle:before,
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-icon-wrapper
  .step-icon:before {
  content: "\e018";
}
.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox
  .bv-mbox-close:before,
.icon-clear:before,
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close:before,
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close:before {
  content: "\e019";
}
.icon-clock:before {
  content: "\e01a";
}
.a-alert.alert-error .icon::before,
.a-alert.alert-error-no-background .icon::before,
.a-button-remove.a-button-link.a-button:after,
.a-button-remove.a-link:after,
.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox
  .bv-mbox-close,
.icon-close:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmainreworked
  .second-level
  .close
  a.a-link-primary.a-button
  .text:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.cancel.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.cancel.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-remove:after,
.m-chips.closeable .chips-icon:before,
.m-ciam-mergeaccount
  input.m-forminput.has-ajax-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-remove.a-button-link.a-link:not(.a-button-plain):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-remove.a-button-link.a-button[data-popover-id]:after,
.m-conversionbar .search.is-active .icon:before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus.is-not-selected
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus.is-not-selected
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:invalid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.has-confirm-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.is-invalid.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.is-invalid.has-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-ajax-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-ajax-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-confirm-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .had-focus:valid + .m-forminput.has-error ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.input.had-focus.has-error.is-invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.input.had-focus.has-error.is-invalid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .has-enrocr-error ~ .form-error-wrapper:before,
.m-form
  .m-forminput.had-focus.is-not-selected
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.had-focus.is-not-selected ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.had-focus:invalid ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.has-confirm-error
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.is-invalid.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.is-invalid.has-error
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.has-ajax-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.has-ajax-error ~ .form-error-wrapper::before,
.m-form
  .m-forminput.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.has-confirm-error ~ .form-error-wrapper::before,
.m-form .m-forminput.has-error + .had-focus:valid ~ .form-error-wrapper::before,
.m-form .m-forminput.has-error ~ .form-error-wrapper::before,
.m-form
  .m-forminput.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.has-min-length-error ~ .form-error-wrapper::before,
.m-form
  .m-forminput.input.had-focus.has-error.is-invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.input.had-focus.has-error.is-invalid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus.is-not-selected
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus.is-not-selected
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form :valid + .m-forminput.had-focus:invalid ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.has-confirm-error
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.is-invalid.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.is-invalid.has-error
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-ajax-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form :valid + .m-forminput.has-ajax-error ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form :valid + .m-forminput.has-confirm-error ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form :valid + .m-forminput.has-error ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.input.had-focus.has-error.is-invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.input.had-focus.has-error.is-invalid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  div[data-t-name="SingleInputChoice"]
  .m-forminput.has-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  div[data-t-name="SingleInputChoice"]
  .m-forminput.is-empty
  ~ .form-error-wrapper::before,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmainreworked
  .second-level
  .close
  a.a-link-primary.a-button
  .text:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.cancel.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.cancel.a-link-secondary:before,
.m-form.oidc-registration .m-termsconditions a.a-button-remove:after,
.m-forminput-dropdown.multiple-dropdown
  ul.select2-results__options
  .select2-results__option[aria-selected="true"]:after,
.m-navmain .button-menu.is-active-mobile .icon:before,
.m-navmainreworked .second-level .close .a-button-primary .text:before,
.m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-button-link
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-link
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .text:before,
.m-oney-widget-section .a-button-remove.oney-widget-link:after,
.m-oney-widget-section
  .m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.oney-widget-link
  .text:before,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.cancel.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.cancel.a-link-secondary.oney-widget-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-secondary.cancel:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.cancel.a-link-secondary.a-button-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.cancel.a-link-secondary.a-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.cancel.a-link-secondary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.cancel.a-link-secondary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.cancel.a-link-secondary.oney-widget-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.cancel.a-link-secondary.a-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-secondary.cancel:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.cancel.a-link-secondary.a-button-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.cancel.a-link-secondary.a-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.cancel.a-link-secondary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.cancel.a-link-secondary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.cancel.a-link-secondary.oney-widget-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.cancel.a-link-secondary.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-remove.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-remove.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text:before,
.m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap.voucher-redeem
  .a-link.a-button-remove:after,
.o-alternativeproduct
  .tile-description
  > .a-button-remove.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-button-remove.a-button-link.a-link:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-remove.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-link
  .text:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.cancel.a-link-secondary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.cancel.a-link-secondary.a-link:before {
  content: "\e01b";
}
.icon-compare:before {
  content: "\e01c";
}
.icon-confirmation:before {
  content: "\e01e";
}
.icon-customerservice:before {
  content: "\e020";
}
.icon-delete:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary
  .icon::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon::before,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary
  .icon::before,
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .file
  .delete
  .icon::before,
.m-formupload .upload-status-message i.icon:before,
.m-myproducttile .cta-area .a-button.a-button-secondary .icon::before,
.m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link
  .icon::before,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link .icon::before,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon::before,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon::before,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon::before,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .icon::before,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon::before,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon::before,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link
  .icon::before,
.m-selectedpresspicture .wrap-unselect .a-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon::before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address
  .layout-half
  .a-link.js-delete-address
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address.primary
  .layout-half
  .a-link.js-delete-address
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .layout-half
  .a-link.js-delete-address
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .layout-half
  .a-link.js-delete-address
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .layout-half
  .a-link.js-delete-address
  .icon:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link
  .icon::before {
  content: "\e021";
}
.icon-delivery:before,
.m-article-in-checkout.m-article-in-checkout
  .a-alert.a-alert-delivery
  .alert-headline:before {
  content: "\e022";
}
.icon-delivery2:before,
.m-stepper ul li:nth-child(2) .icon::before {
  content: "\e098";
}
.icon-devicedata:before {
  content: "\e023";
}
.icon-document:before,
.m-stepper ul li:nth-child(3) .icon::before,
.m-stepper ul li:nth-child(5) .icon::before,
.o-checkoutbasket .m-cartmessage-wop#advise1 h2.a-heading:before {
  content: "\e099";
}
.icon-download_arrow:before {
  content: "\e09a";
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:before,
.a-button-secondary-downloadIcon.a-button:before,
.a-link-download.a-button-link.a-button:before,
.a-link-download.a-link:before,
.a-link-inline.a-link-download.a-button-link.a-button:after,
.a-link-inline.a-link-download.a-link:after,
.icon-download:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-inline.a-link-download:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .data-sheet-energy
  .a-link.download:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-inline.a-link-download.a-button-link.a-link:not(
    .a-button-plain
  ):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-downloadIcon.a-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-button-link.a-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary-downloadIcon.a-button:before,
.m-form.oidc-registration .m-termsconditions a.a-link-download:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-inline.a-link-download:after,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-oney-widget-section .a-link-download.oney-widget-link:before,
.m-oney-widget-section .a-link-inline.a-link-download.oney-widget-link:after,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-popover .popover-content .a-button-secondary-downloadIcon.a-button:before,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
.m-stepbystepaccordion .a-button.a-button-secondary-downloadIcon:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button):before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-inline.a-link-download.a-button-link.a-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-inline.a-link-download.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.o-alternativeproduct
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary:not(
    .a-button
  ):before,
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link.a-link-primary:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-link-inline.a-link-download.a-link.a-link-primary:not(.a-button):after,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button:before,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-link-inline.a-link-download.a-button-link.a-link:not(
    .a-button-plain
  ):after,
.o-myproducts
  > .myproducts-controls
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-inline.a-link-download.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button-secondary-downloadIcon:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button-secondary-downloadIcon:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-list
  .a-button.a-button-secondary-downloadIcon:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button-secondary-downloadIcon:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before {
  content: "\e025";
}
.icon-edit:before,
.m-article-in-checkout.m-article-in-checkout .article-edit:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon)
  .icon::before,
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step-edit
  .step-edit:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  )
  .icon::before,
.m-deliverydetails .agent-info .edit:before,
.m-deliverydetails .billing-adress .edit:before,
.m-deliverydetails .delivery-date .edit:before,
.m-deliverydetails .shipping-adress .edit:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .a-button.a-button-primary:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  )
  .icon::before,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  )
  .icon::before,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon::before,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon)
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  )
  .icon::before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address
  .layout-half
  .a-link
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address.primary
  .layout-half
  .a-link
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .layout-half
  .a-link
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .layout-half
  .a-link
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .layout-half
  .a-link
  .icon:before,
.o-myprofileforms
  .myprofileforms-row
  .personal-details
  .edit-links
  .a-link
  .icon:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon::before {
  content: "\e027";
}
.a-link-external.a-button-link.a-button:after,
.a-link-external.a-link:after,
.icon-externallink:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-external:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-external.a-button-link.a-link:not(.a-button-plain):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-external.a-button-link.a-button[data-popover-id]:after,
.m-form.oidc-registration .m-termsconditions a.a-link-external:after,
.m-oney-widget-section .a-link-external.oney-widget-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-external.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-external.a-button-link.a-link.a-button-primary:after,
.o-alternativeproduct
  .tile-description
  > .a-link-external.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-link-external.a-button-link.a-link:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-external.a-link:after {
  content: "\e02a";
}
.icon-facebook:before,
.janrain-provider-icon-24.janrain-provider-icon-facebook:before {
  content: "\e02b";
}
.icon-fax:before {
  content: "\e02c";
}
.icon-file:before {
  content: "\e02e";
}
.icon-filter:before,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-expand-filter-button:before {
  content: "\e030";
}
.icon-fullscreen:before,
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-preferences
  .cl-video-control-fullscreenon:before {
  content: "\e09b";
}
.icon-gift:before {
  content: "\e09c";
}
.icon-globe:before {
  content: "\e032";
}
.icon-googleplus:before,
.janrain-provider-icon-24.janrain-provider-icon-googleplus:before {
  content: "\e034";
}
.icon-home:before {
  content: "\e037";
}
.a-image-hotspots .image-hotspot:before,
.icon-hotspot:before {
  content: "\e038";
}
.a-alert.alert-primary .icon::before,
.icon-info-circle-2:before,
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text:before {
  content: "\e09d";
}
.a-alert.alert-info .icon.icon-bulb::before,
.a-alert.alert-info .icon.icon-info-circle::before,
.a-alert.alert-light .icon.icon-bulb::before,
.a-alert.alert-light .icon.icon-info-circle::before,
.a-alert.alert-suggestion .icon.icon-bulb::before,
.a-alert.alert-suggestion .icon.icon-info-circle::before,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-helper-icon:before,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  .bv-helper-icon:before,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-valid
  .bv-helper-icon:before,
.icon-info:before,
.m-cashjournal .info-text:before,
.m-chips .a-button.a-button-plain .icon-info::before,
.m-containerexpandable
  .containerexpandable-togglelink
  ul
  li
  > .icon.icon-info-circle:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.subscription-details:before,
.m-popover .m-youtubeconsentpopover ul li .a-link:not(.a-button):before,
.m-processbar ul li.is-done .step-content .icon.icon-info:before,
.m-processbar ul li.is-done .step-content .icon.info-tooltip:before,
.m-quicklinkmessages .icon-message-available:before,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-relevancy-popup-target:before,
.m-st4footnote .icon:before,
.m-stepper ul li:nth-child(4) .icon::before,
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  .technical-info-item
  .icon-info-circle:before,
.o-checkoutbasket .m-cartmessage-wop#advise3 h2.a-heading:before,
.o-dealerlocator .m-filterlist-dealer .icon-info:before,
.o-technicaloverview
  .overview-warpper
  .m-overviewtile
  .content
  > p
  .icon.icon-info-circle:before,
body.pagetype-no-results-page .a-alert .icon::before,
body.pagetype-no-results-pagesite-structure-level-0 .a-alert .icon::before {
  content: "\e03a";
}
.icon-instagram:before {
  content: "\e03b";
}
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  .icon-linkedin:before,
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  .janrain-provider-icon-24.janrain-provider-icon-linkedin:before,
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  .janrain-provider-icon-linkedin-oauth2:before,
.icon-linkedin:before {
  content: "\e03f";
}
.gigya-screen.gigya-screen
  .gigya-composite-control-checkbox
  > label.gigya-label:after,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-checkbox
  > label.gigya-label:after,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-checkbox
  > label.gigya-label:after,
.icon-list-check:before,
.m-checkout-teaser .list-el:before,
.m-form .m-forminput.had-focus:valid ~ .form-error-wrapper::before,
.m-form .m-forminput.has-error.had-focus:valid ~ .form-error-wrapper::before,
.m-form .m-forminput.has-no-error ~ .form-error-wrapper::before,
.m-forminput-checkbox .a-formlabel:after,
.m-forminput-checkbox input:checked ~ .a-formlabel:before,
.m-listbox .listbox-content:before,
.m-processbar .is-done .step-content:after,
.m-productteaser .product-info .benefit-list li:before,
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  ul
  li:before,
.o-cookielaw .m-forminput-checkbox .a-formlabel:after,
.o-productdetail .a-morecontenttogglelink .content li:before,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:after {
  content: "\e040";
}
.icon-listview:before {
  content: "\e042";
}
.icon-location:before {
  content: "\e043";
}
.icon-mail:before {
  content: "\e045";
}
.icon-mappin-hole-2:before {
  content: "\e09e";
}
.icon-mappin-hole:before,
.m-conversionbar .a-link.has-icon .icon.icon-mappin:before,
.m-productconversionarea .buttongroup .a-link.dl:before,
.m-productconversionarea .js-button-group-wrapper .a-link.dl:before,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-data.links
  .icon-navigate:before,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-data.links
  .icon-navigate:before {
  content: "\e046";
}
.icon-mappin:before {
  content: "\e047";
}
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle
  .icon:before,
.a-morecontenttogglelink .more-less-button .a-link.is-open .icon:before,
.a-morecontenttogglelink.expand-link .content-toggle.is-open .icon:before,
.a-morelesslink.is-open .icon:before,
.icon-minus:before,
.m-comparetable__expandrow--expanded .m-comparetable__property-title:before,
.m-filterlist-dealer .filterlist-heading.is-opened:before,
.m-processaccordion .item .heading.is-open .icon:before,
.m-togglebox .item .togglebox-subtitle.is-open:before,
.m-togglebox .item .togglebox-title.is-open:before,
.m-togglebox .item.has-header-icon .togglebox-subtitle.is-open:before,
.m-togglebox .item.has-header-icon .togglebox-title.is-open:before,
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .is-open
  .icon:before {
  content: "\e048";
}
.icon-mybrand:before,
.m-stepper ul li:nth-child(1) .icon::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatardefault::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-mybrand::before {
  content: "\e049";
}
.icon-myproduct:before {
  content: "\e04a";
}
.icon-navigate:before {
  content: "\e04b";
}
.icon-or:before,
.m-productpromotion.flexible .promotion-separator .icon:before {
  content: "\e04d";
}
.icon-package:before {
  content: "\e04e";
}
.icon-pause:before,
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-container
  > .cl-video-control-button.cl-video-control-pause:before {
  content: "\e04f";
}
.icon-payment:before {
  content: "\e050";
}
.icon-percent:before,
.m-firedmessage .content-icon:before {
  content: "\e051";
}
.icon-phone
  .o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .links:before,
.icon-phone
  .o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .links:before,
.icon-phone:before,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-data.links
  .icon-phone:before,
.o-dealerlocator .m-maplist .dealer-item .dealer-data.links .icon-phone:before {
  content: "\e052";
}
.icon-pinit1:before {
  content: "\e053";
}
.icon-pinit2:before {
  content: "\e054";
}
.icon-placeholder:before {
  content: "\e055";
}
.icon-play_copi:before,
.m-containerexpandable
  .containerexpandable-togglelink
  ul
  li
  > .icon.icon-youku:before {
  content: "\e09f";
}
.icon-play_theme_3:before {
  content: "\e0a0";
}
.has-video-play:before,
.icon-play:before,
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-container
  > .cl-video-control-button.cl-video-control-play:before,
.m-video.m-video-cliplister #playButton > div:before,
.mediagallery-trigger-video.mediagallery-trigger-thumb:before {
  content: "\e056";
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:after,
#pl-returns-plugin .pl-style-compact .a-button-plusIcon.pl-button:after,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:before,
.a-button-plusIcon.a-button:after,
.a-button-secondary-plusIcon.a-button:before,
.a-image.a-image-hotspots button.a-button.image-hotspot:before,
.a-morecontenttogglelink .more-less-button .a-link .icon:before,
.a-morecontenttogglelink.expand-link .content-toggle .icon:before,
.a-morelesslink .icon:before,
.icon-plus:before,
.m-comparetable__expandrow:not(.m-comparetable__expandrow--expanded)
  .m-comparetable__property-title:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link:not(.a-button-plain):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button[data-popover-id]:after,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-plusIcon.a-button[data-popover-id]:before,
.m-filterlist-dealer .filterlist-heading:before,
.m-form.cart .form-actions .form-action-primary .a-button-plusIcon.a-link:after,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link:before,
.m-form.oidc-registration .m-termsconditions a.a-button-plusIcon.a-button:after,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary-plusIcon.a-button:before,
.m-imagevideogallery .gallerylist .listitem:before,
.m-myproducttile.add-new .a-link.full-dimension .icon-container .icon:before,
.m-popover .popover-content .a-button-plusIcon.a-button:after,
.m-popover .popover-content .a-button-secondary-plusIcon.a-button:before,
.m-pressteaser .m-multioptionbutton .a-button.a-button-link:before,
.m-pressteaser .m-multioptionbutton .a-button:before,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:before,
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.m-processaccordion .item .heading .icon:before,
.m-productpromotion.fixed .promotion-separator .icon:before,
.m-productpromotion.flexible .promotion-separator .icon.first:before,
.m-productset-thumbnails .thumbnails-separator .icon.first:before,
.m-stepbystepaccordion .a-button.a-button-plusIcon:after,
.m-stepbystepaccordion .a-button.a-button-secondary-plusIcon:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button:after,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button:before,
.m-tabs #press-content .o-list-press .a-loadmore .a-button.a-button-link:after,
.m-tabs #press-content .o-list-press .a-loadmore .a-button:after,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):after,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-technical-info-rebrush .button-wrapper .additional-technical-info:before,
.m-togglebox .item .togglebox-subtitle:before,
.m-togglebox .item .togglebox-title:before,
.m-togglebox .item.has-header-icon .togglebox-subtitle:before,
.m-togglebox .item.has-header-icon .togglebox-title:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary:not(.a-button):after,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary:not(
    .a-button
  ):before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button:after,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button:before,
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .icon:before,
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link:not(.a-button-plain):after,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link:not(.a-button-plain):before,
.o-myprofileforms .myprofileforms-row .title-wrap .a-link .icon:before,
.o-review .m-form .form-actions .form-action button.a-button-plusIcon:after,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:after,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button:after,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button:after,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button:before,
html body.pagetype-press-contact-list .a-button.a-button-plusIcon:after,
html
  body.pagetype-press-contact-list
  .a-button.a-button-secondary-plusIcon:before,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:after,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before,
html body.pagetype-press-release-detail .a-button.a-button-plusIcon:after,
html
  body.pagetype-press-release-detail
  .a-button.a-button-secondary-plusIcon:before,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:after,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before,
html body.pagetype-press-release-list .a-button.a-button-plusIcon:after,
html
  body.pagetype-press-release-list
  .a-button.a-button-secondary-plusIcon:before,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:after,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button-plusIcon:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button-secondary-plusIcon:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before {
  content: "\e058";
}
.m-imagevideogallery .gallerylist .listitem:hover:before {
  content: "\e058" !important;
}
.icon-print:before {
  content: "\e05b";
}
#parcellab-track-and-trace .parcellab-styles .pl-alert.pl-alert-danger::before,
#parcellab-track-and-trace .pl-alert.pl-alert-danger::before,
.a-alert.alert-warning .icon::before,
.icon-problem:before,
.m-cartmessage-wop .heading.warning:before,
.m-iumlayoutcontainer .iumcontent .m-st4safety:before,
.o-checkoutbasket .m-cartmessage-wop#advise2 h2.a-heading:before {
  content: "\e05c";
}
.icon-product-availibility:before {
  content: "\e0a1";
}
.a-rating .icon.icon-wishlist:before,
.icon-rating:before,
.m-forminput-clickable-rating .icon.icon-ratingstar:before {
  content: "\e0a2";
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating
  .bv-submission-star-rating
  .bv-rating-link:before,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating
  .bv-submission-star-rating
  .bv-rating-link:before,
.icon-ratingstar:before {
  content: "\e05d";
}
.icon-recommended-product:before,
.m-listbox.a-area .listbox-content:before {
  content: "\e05e";
}
.icon-registration:before {
  content: "\e05f";
}
.icon-rotate:before,
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn:before,
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn:before {
  content: "\e063";
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .icon-interactive-content::before,
.icon-rotate360:before,
.m-imagesequencer.stopped-on-last-frame:before,
.mediagallery-trigger-imagesequencer:before,
.not-open-imagesequencer:before {
  content: "\e064";
}
.icon-rss:before {
  content: "\e065";
}
.icon-scrolldown:before {
  content: "\e066";
}
.icon-search_24:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button
  .icon-search:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon-search:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button
  .icon-search:before,
.m-iumsearch form.m-iumsearch .a-button-primary .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon-search:before,
.m-oney-widget-section
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.oney-widget-link
  .icon-search:before,
.m-searchfield
  .m-form
  .searchfield-fieldset
  .submit-wrap
  .a-button
  .icon-search:before,
.m-searchfield
  .m-form
  .searchfield-fieldset
  .submit-wrap
  .a-button
  span:only-child:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link
  .icon-search:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon-search:before,
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .form-action
  .a-button
  .icon:before,
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap
  .a-button
  .icon::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link
  .icon-search:before {
  content: "\e0a3";
}
.icon-search:before,
.m-imagevideogallery .gallerylist .listitem:hover:before {
  content: "\e067";
}
.icon-settings:before,
.m-article-in-checkout.m-article-in-checkout
  .article-content
  .input-options:before {
  content: "\e0a4";
}
.icon-share:before {
  content: "\e068";
}
.icon-shopping-cart:before {
  content: "\e06a";
}
.icon-shoppingcart:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:before,
.m-navmain .second-level .overview .a-link:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:before,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:before,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id]:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:before {
  content: "\e06b";
}
.icon-slider:before,
.m-rangeslider .rangeslider .noUi-handle:before {
  content: "\e06d";
}
.icon-sort:before {
  content: "\e06e";
}
.a-productavailability:before,
.a-stateindicator::before,
.icon-stock:before {
  content: "\e073";
}
.a-alert.alert-success .icon::before,
.a-alert.alert-success-no-background .icon::before,
.icon-success:before {
  content: "\e0a5";
}
.icon-thumbs-down:before {
  content: "\e077";
}
.icon-thumbs-up:before {
  content: "\e078";
}
.icon-twitter:before,
.janrain-provider-icon-24.janrain-provider-icon-twitter:before {
  content: "\e079";
}
.icon-upload:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  span:before,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.oney-widget-link
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-button-primary
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-link
  span:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary
  span:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-link
  span:before {
  content: "\e07b";
}
.icon-user-loggedin:before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedin::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedinactive::before {
  content: "\e0a6";
}
.icon-usp:before {
  content: "\e07c";
}
.icon-videocontent:before {
  content: "\e07d";
}
.icon-vimeo:before {
  content: "\e07e";
}
.icon-volume-0:before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-0:before {
  content: "\e0a7";
}
.icon-volume-1:before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-1:before {
  content: "\e0a8";
}
.icon-volume-2:before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-2:before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-3:before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-4:before {
  content: "\e0a9";
}
.icon-volume:before {
  content: "\e0aa";
}
.icon-wechat:before,
.janrain-provider-icon-24.janrain-provider-icon-wechat:before {
  content: "\e081";
}
.icon-welcome:before {
  content: "\e083";
}
.icon-wifi-homeconnect:before {
  content: "\e0ab";
}
.icon-wifi-test:before,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon::before,
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon::before {
  content: "\e0ac";
}
.icon-wifi:before {
  content: "\e084";
}
.icon-wishlist:before {
  content: "\e085";
}
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  .icon-yahoo:before,
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  .janrain-provider-icon-24.janrain-provider-icon-yahoo-oauth2:before,
.icon-yahoo:before,
.janrain-provider-icon-24.janrain-provider-icon-yahoo:before {
  content: "\e086";
}
.icon-youtube:before {
  content: "\e088";
}
.icon-zoom:before {
  content: "\e0ad";
}
.icon-zoomin-reshape:before,
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon::before,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon::before {
  content: "\e0ae";
}
.icon-zoomin:before,
.mediagallery-trigger-zoom:before {
  content: "\e089";
}
.icon-zoomout-reshape:before,
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon::before,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon::before {
  content: "\e0af";
}
.icon-zoomout:before {
  content: "\e08a";
}
.icon-check-circle:before {
  content: "\e0b0";
}
.icon-exclamation-triangle:before {
  content: "\e0b1";
}
.icon-info-circle:before,
.m-cartmessage-wop .heading.info:before {
  content: "\e0b2";
}
.icon-sticky-note:before {
  content: "\e0b3";
}
.icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.icon.icon-xs {
  font-size: 10px;
}
.icon.icon-s {
  font-size: 17px;
}
.icon.icon-m {
  font-size: 20px;
}
.icon.icon-l {
  font-size: 30px;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.pinned {
  overflow-y: hidden;
}
.g-container {
  background: #fff;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.g-container:after {
  content: " ";
  display: block;
  clear: both;
}
.g-container .g-col,
.g-container .g-span,
.g-container .g-span-full {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.g-container .g-layout-full-outer:after,
.g-container .g-layout-full:after,
.g-container.g-layout-full-outer:after,
.g-container.g-layout-full:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.g-container .g-layout-full-outer .g-col,
.g-container.g-layout-full-outer .g-col {
  clear: both;
  padding: 0;
}
.g-container .g-layout-half:after,
.g-container.g-layout-half:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 750px) {
  .g-container .g-layout-half .g-col,
  .g-container .g-layout-half .g-span,
  .g-container.g-layout-half .g-col,
  .g-container.g-layout-half .g-span {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .g-container .g-layout-half .g-col:nth-of-type(2n + 1),
  .g-container.g-layout-half .g-col:nth-of-type(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .g-container .g-layout-half .g-col:nth-of-type(2n + 2),
  .g-container.g-layout-half .g-col:nth-of-type(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
.g-container .g-layout-third:after,
.g-container.g-layout-third:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 900px) {
  .g-container .g-layout-third .g-span,
  .g-container.g-layout-third .g-span {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    min-height: 1px;
  }
  .g-container .g-layout-third .g-col,
  .g-container.g-layout-third .g-col {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .g-container .g-layout-third .g-col:nth-of-type(3n + 1),
  .g-container.g-layout-third .g-col:nth-of-type(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .g-container .g-layout-third .g-col:nth-of-type(3n + 2),
  .g-container.g-layout-third .g-col:nth-of-type(3n + 2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .g-container .g-layout-third .g-col:nth-of-type(3n + 3),
  .g-container.g-layout-third .g-col:nth-of-type(3n + 3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
  }
}
.g-container .g-layout-fourth:after,
.g-container.g-layout-fourth:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 750px) {
  .g-container .g-layout-fourth .g-col,
  .g-container .g-layout-fourth .g-span,
  .g-container.g-layout-fourth .g-col,
  .g-container.g-layout-fourth .g-span {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .g-container .g-layout-fourth .g-col:nth-of-type(2n + 1),
  .g-container.g-layout-fourth .g-col:nth-of-type(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .g-container .g-layout-fourth .g-col:nth-of-type(2n + 2),
  .g-container.g-layout-fourth .g-col:nth-of-type(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
}
.g-container .full-width-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
}
[class*="janrain-provider-icon-"] {
  background: 0 0 !important;
  color: #fff;
  display: table-cell;
  font-family: icons;
  font-size: 30px;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}
.janrain-provider-icon-24.janrain-provider-icon-amazon,
.janrain-provider-icon-24.janrain-provider-icon-facebook,
.janrain-provider-icon-24.janrain-provider-icon-google,
.janrain-provider-icon-24.janrain-provider-icon-googleplus,
.janrain-provider-icon-24.janrain-provider-icon-odnoklassniki,
.janrain-provider-icon-24.janrain-provider-icon-twitter,
.janrain-provider-icon-24.janrain-provider-icon-vk,
.janrain-provider-icon-24.janrain-provider-icon-wechat,
.janrain-provider-icon-24.janrain-provider-icon-yahoo {
  background: 0 0;
}
#janrainEngageEmbed .janrainContent {
  border: 0 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  overflow: inherit !important;
}
#janrainEngageEmbed .janrainPage:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
#janrainEngageEmbed #janrainProviderPages {
  position: relative !important;
  padding: 0 !important;
  left: 0 !important;
}
#janrainEngageEmbed #janrainProviderPages .providers > li {
  background: 0 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  float: left;
  height: initial !important;
  margin-right: 20px !important;
  width: 60px !important;
}
#janrainEngageEmbed #janrainProviderPages .providers > li:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
#janrainEngageEmbed #janrainProviderPages .providers > li > a {
  padding: 10px !important;
  display: table !important;
  line-height: 10px !important;
}
#janrainEngageEmbed
  #janrainProviderPages
  .providers
  > li
  span[class*="janrain-provider-icon-"] {
  margin: 0 !important;
}
#janrainEngageEmbed #janrainProviderPages #janrainProviders_1 > li:last-child {
  margin-right: 0 !important;
}
#janrainEngageEmbed #janrainProviderPages + div {
  height: initial !important;
  padding: 0 !important;
  position: relative !important;
  width: initial !important;
  display: none !important;
}
#janrainAuthReturnExperience {
  width: auto !important;
}
#janrainAuthReturnExperience a[id*="janrain-"] {
  border: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
  outline: 0 !important;
  padding: 10px !important;
  text-align: center !important;
  width: auto !important;
  background: #000028 !important;
  color: #fff !important;
  height: auto !important;
  margin-bottom: 20px !important;
}
#janrainAuthReturnExperience a[id*="janrain-"]:hover {
  background: #7b89a1 !important;
}
#janrainAuthReturnExperience
  a[id*="janrain-"]
  span[class*="janrain-provider-text-color-"] {
  color: #fff !important;
  font-family: inherit !important;
  font-size: 100% !important;
}
#janrainAuthReturnExperience .janrainSwitchAccountLink {
  color: #000 !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-family: inherit !important;
  font-size: 100% !important;
  font-weight: 400 !important;
  max-width: 100%;
  position: relative;
  text-decoration: none;
}
#janrainAuthReturnExperience .janrainSwitchAccountLink:hover {
  color: #000 !important;
}
#janrainAuthReturnExperience .janrainSwitchAccountLink:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px !important;
  margin-right: 5px !important;
}
.janrainHeader {
  display: none !important;
}
.m360-loader {
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
}
.m360-hint-message,
.m360-loader {
  background: rgba(0, 0, 0, 0.6);
  background-image: none;
  border: none;
  top: 50%;
} /*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pika-single:after,
.pika-single:before {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-next,
.pika-prev {
  display: block;
  cursor: pointer;
  position: relative;
  outline: 0;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}
.pika-next:hover,
.pika-prev:hover {
  opacity: 1;
}
.is-rtl .pika-next,
.pika-prev {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.is-rtl .pika-prev,
.pika-next {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
.pika-next.is-disabled,
.pika-prev.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table td,
.pika-table th {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: 0;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #3af;
  font-weight: 700;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: 700;
  background: #3af;
  -webkit-box-shadow: inset 0 1px 3px #178fe5;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.is-inrange .pika-button {
  background: #d5e9f7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #3af;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff;
  background: #ff8000;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.pikaday__container {
  display: inline-block;
  position: relative;
}
.pikaday__display,
.pikaday__invisible {
  width: 100%;
}
.pikaday__display--native {
  pointer-events: none;
  cursor: pointer;
}
.pikaday__display.is-invalid {
  background: rgba(255, 0, 0, 0.05);
}
.pikaday__invisible {
  opacity: 0;
  color: transparent;
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.grecaptcha-badge {
  visibility: hidden;
}
.a-alert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-alert .icon {
  margin-right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.a-alert .icon::before {
  font-size: 20px;
  position: relative;
}
.a-alert .alert-text {
  color: #000;
}
.a-alert .alert-link {
  margin-left: 0;
}
@media (max-width: 749px) {
  .a-alert .alert-text {
    margin-right: 50px;
  }
  .a-area.a-area-mobile,
  .a-area.a-area-mobile.a-area-primary {
    background-color: transparent;
    color: #000;
  }
  .a-area.a-area-mobile.a-area-primary .a-link,
  .a-area.a-area-mobile.a-area-primary .a-link:hover {
    color: #000;
  }
  .a-area.a-area-mobile.a-area-secondary {
    background-color: transparent;
    color: #000;
  }
  .a-area.a-area-mobile.a-area-primary-outlined {
    background-color: transparent;
    color: transparent;
    border: 1px solid transparent;
  }
  .a-area.a-area-errorbox {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid red;
    color: red;
    margin: 30px 0;
    max-width: 300px;
    padding: 10px;
  }
  .a-area.a-area-errorbox > .header {
    margin-top: 0;
  }
  .a-area.a-area-warningbox {
    background: rgba(255, 174, 66, 0.1);
    border: 1px solid orange;
    color: orange;
    margin: 30px 0;
    max-width: 300px;
    padding: 10px;
  }
  .a-area.a-area-warningbox > .header {
    margin-top: 0;
  }
  .a-feedbackbutton {
    top: 40%;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .a-area.a-area-tablet,
  .a-area.a-area-tablet.a-area-primary {
    background-color: transparent;
    color: #000;
  }
  .a-area.a-area-tablet.a-area-primary .a-link,
  .a-area.a-area-tablet.a-area-primary .a-link:hover {
    color: #000;
  }
  .a-area.a-area-tablet.a-area-secondary {
    background-color: transparent;
    color: #000;
  }
  .a-area.a-area-tablet.a-area-primary-outlined {
    background-color: transparent;
    color: transparent;
    border: 1px solid transparent;
  }
  .a-area.a-area-errorbox {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid red;
    color: red;
    margin: 30px 0;
    max-width: 300px;
    padding: 10px;
  }
  .a-area.a-area-errorbox > .header {
    margin-top: 0;
  }
  .a-area.a-area-warningbox {
    background: rgba(255, 174, 66, 0.1);
    border: 1px solid orange;
    color: orange;
    margin: 30px 0;
    max-width: 300px;
    padding: 10px;
  }
  .a-area.a-area-warningbox > .header {
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  .g-container .g-layout-fourth .g-span,
  .g-container.g-layout-fourth .g-span {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    min-height: 1px;
  }
  .g-container .g-layout-fourth .g-col,
  .g-container.g-layout-fourth .g-col {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .g-container .g-layout-fourth .g-col:nth-of-type(4n + 1),
  .g-container.g-layout-fourth .g-col:nth-of-type(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .g-container .g-layout-fourth .g-col:nth-of-type(4n + 2),
  .g-container.g-layout-fourth .g-col:nth-of-type(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .g-container .g-layout-fourth .g-col:nth-of-type(4n + 3),
  .g-container.g-layout-fourth .g-col:nth-of-type(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .g-container .g-layout-fourth .g-col:nth-of-type(4n + 4),
  .g-container.g-layout-fourth .g-col:nth-of-type(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
  .a-area.a-area-desktop,
  .a-area.a-area-desktop.a-area-primary {
    background-color: transparent;
    color: #000;
  }
  .a-area.a-area-desktop.a-area-primary .a-link,
  .a-area.a-area-desktop.a-area-primary .a-link:hover {
    color: #000;
  }
  .a-area.a-area-desktop.a-area-secondary {
    background-color: transparent;
    color: #000;
  }
  .a-area.a-area-desktop.a-area-primary-outlined {
    background-color: transparent;
    color: transparent;
    border: 1px solid transparent;
  }
  .a-area.a-area-errorbox {
    background: rgba(255, 0, 0, 0.1);
    border: 1px solid red;
    color: red;
    margin: 30px 0;
    max-width: 300px;
    padding: 10px;
  }
  .a-area.a-area-errorbox > .header {
    margin-top: 0;
  }
  .a-area.a-area-warningbox {
    background: rgba(255, 174, 66, 0.1);
    border: 1px solid orange;
    color: orange;
    margin: 30px 0;
    max-width: 300px;
    padding: 10px;
  }
  .a-area.a-area-warningbox > .header {
    margin-top: 0;
  }
}
.a-backgroundimage {
  z-index: -100;
}
.a-backgroundimage .a-image {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.a-backgroundimage .a-image img {
  max-width: none;
  opacity: 0;
}
.a-backgroundimage .a-image .fadeable {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.a-backgroundimage .a-image .fade-in {
  opacity: 1;
}
.a-box-validation {
  border: 1px solid;
  margin: 10px 0;
  padding: 10px;
  display: none;
}
.a-box-validation .content-icon {
  display: inline-block;
  padding: 10px;
}
.a-box-validation .content-icon .icon {
  font-size: 2em;
  display: block;
}
.a-box-validation .content {
  display: none;
  vertical-align: top;
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
}
.m-form
  .m-forminput[data-field-nr="1"].has-custom-error
  ~ .a-box-validation.a-box-validation-errorbox {
  display: block;
  color: red;
}
.m-form
  .m-forminput[data-field-nr="1"].has-custom-error.fallback-error
  ~ .a-box-validation.a-box-validation-errorbox
  .content-default,
.m-form
  .m-forminput[data-field-nr="1"].has-custom-error:not(.fallback-error)
  ~ .a-box-validation.a-box-validation-errorbox
  .content-primary {
  display: inline-block;
}
.m-form
  .m-forminput[data-field-nr="1"].has-custom-success
  ~ .a-box-validation.a-box-validation-successbox {
  display: block;
  color: #53b044;
}
.m-form
  .m-forminput[data-field-nr="1"].has-custom-error.had-focus:valid
  ~ .a-box-validation.a-box-validation-errorbox {
  display: block;
  color: red;
}
.m-form
  .m-forminput[data-field-nr="1"].has-custom-success.had-focus:valid
  ~ .a-box-validation.a-box-validation-successbox {
  display: block;
  color: #53b044;
}
.m-form
  .m-forminput[data-field-nr="1"].has-custom-success.had-focus:valid
  ~ .a-box-validation.a-box-validation-successbox
  .content-primary {
  display: inline-block;
}
.m-form
  .m-forminput[data-field-nr="1"].has-custom-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput[data-field-nr="1"].has-custom-success.had-focus:valid
  ~ .form-error-wrapper::before {
  display: none;
}
.a-button,
.a-button.a-button-link,
.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain),
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button,
.m-oney-widget-section .a-button.oney-widget-link,
.m-popover .popover-content .a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link,
a.a-button,
button.a-button {
  background: #879baa;
  color: #fff;
  display: inline-block;
  outline: 0;
  width: auto;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.no-touchevents .a-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button:hover[data-popover-id],
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link:hover {
  background: #3cc8be;
}
.a-button[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button[disabled="disabled"]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link[disabled="disabled"]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[disabled="disabled"]:hover {
  background: #879baa;
}
.a-button .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .icon,
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id] .icon,
.m-form.oidc-registration .m-termsconditions a.a-button .icon,
.m-popover .popover-content .a-button .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button
  .icon,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button)
  .icon,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link
  .icon {
  vertical-align: middle;
}
.a-button .icon + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .a-button[data-popover-id]
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button
  .icon
  + .text,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button)
  .icon
  + .text,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .icon + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link
  .icon
  + .text {
  margin-left: 5px;
}
.a-button .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .text,
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id] .text,
.m-form.oidc-registration .m-termsconditions a.a-button .text,
.m-popover .popover-content .a-button .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button
  .text,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button)
  .text,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link
  .text {
  vertical-align: middle;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  a.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover .popover-content .no-touchevents .a-button-primary.a-button:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-button.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .report-popover-btn.js-review-reported:hover,
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-primary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-button.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-button.js-agree-button:hover,
.no-touchevents .a-button-primary.a-button.a-button-link:hover,
.no-touchevents .a-button-primary.a-button.a-link:hover,
.no-touchevents .a-button-primary.a-button:hover,
.no-touchevents .a-button.a-link-primary.a-link:hover,
.no-touchevents .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents .m-popover .popover-content .a-button-primary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button)[data-popover-id],
.no-touchevents
  .o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button-plain):not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents a.a-button-primary.a-button:hover,
.no-touchevents a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents button.a-button-primary.a-button:hover,
.no-touchevents button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button)[data-popover-id],
.o-alternativeproduct
  .m-popover
  .popover-content
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-primary.a-link:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button-plain):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-button.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-button.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-button.reset-filter-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover {
  background: #7b89a1;
}
.a-button-primary.a-button.a-button-link[disabled="disabled"]:hover,
.a-button-primary.a-button.a-link[disabled="disabled"]:hover,
.a-button-primary.a-button[disabled="disabled"]:hover,
.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-button-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link[disabled="disabled"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
a.a-button-primary.a-button[disabled="disabled"]:hover,
a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
button.a-button-primary.a-button[disabled="disabled"]:hover,
button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover {
  background: #000028;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button,
.a-button-secondary.a-button,
.a-button-secondary.a-button.a-button-link,
.a-button-secondary.a-button.a-link,
.a-button.a-link-secondary.a-button-link,
.a-button.a-link-secondary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-dealerteaser p .a-button.a-button-link.a-link,
.m-dealerteaser p .a-link.a-button,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary,
.m-form.oidc-registration .m-termsconditions a.a-button-secondary.a-button,
.m-form.oidc-registration .m-termsconditions a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback,
.m-helpfulnessvoting .m-helpful-button-container .a-button.js-negative-feedback,
.m-helpfulnessvoting .m-helpful-button-container .a-button.js-positive-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button,
.m-multioptionbutton .a-button,
.m-multioptionbutton .a-button.a-button-link,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-nextbeststeps .teaser-container .add-by-product-list .a-button,
.m-nextbeststeps .teaser-container .add-by-product-list .a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-oney-widget-section .a-button-secondary.a-button.oney-widget-link,
.m-oney-widget-section .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section a.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section button.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link,
.m-popover .popover-content .a-button-secondary.a-button,
.m-popover .popover-content .a-button.a-link-secondary.a-button-link,
.m-popover .popover-content .a-link-secondary.a-button.a-link,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-popover .popover-content a.a-button.a-link-secondary.a-button-link,
.m-popover .popover-content button.a-button.a-link-secondary.a-button-link,
.m-popover.add-to-download-basket .popover-content .a-button,
.m-popover.add-to-download-basket .popover-content .a-button.a-button-link,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link,
.m-popover[data-id="footerFunctionsSharePopover"] .popover-content > .a-button,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary.a-button-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  button.a-button.a-link-primary.a-button-link,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.a-link-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button-plain):not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myprofileforms .delete-myaccount .a-button.a-button-link.a-link,
.o-myprofileforms .delete-myaccount .a-link.a-button,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .delete-mysinglekey .a-button.a-button-link.a-link,
.o-myprofileforms .delete-mysinglekey .a-link.a-button,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .myprofileforms-row.delete .a-button.a-button-link.a-link,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-multioption .a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail .m-orderpurchaseitem .m-multioptionbutton .a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button.a-button-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button,
.o-productlistmodule .button-wrapper .a-link.productlistmodule-button,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button,
.o-producttile .cta-area .a-button.a-button-link.a-button-secondary,
.o-producttile .cta-area .a-button.a-button-secondary,
.o-producttile .cta-area .a-button.a-link-secondary.a-button-link,
.o-producttile .cta-area .a-button.a-link-secondary.a-link,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.o-producttile .cta-area a.a-button.a-link-secondary.a-button-link,
.o-producttile .cta-area button.a-button.a-link-secondary.a-button-link,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button,
.o-technicaloverview .buttons .a-button.a-button-link.a-link.a-button-primary,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
a.a-button-secondary.a-button,
a.a-button.a-link-secondary.a-button-link,
a.a-link-secondary.a-button.a-link,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore,
button.a-button-secondary.a-button,
button.a-button.a-link-secondary.a-button-link,
button.a-link-secondary.a-button.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link {
  background: 0 0;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-producttile
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .no-touchevents
  .a-button.a-button-link.add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .no-touchevents
  .add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-dealerteaser p .no-touchevents .a-button.a-button-link.a-link:hover,
.m-dealerteaser p .no-touchevents .a-link.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-button.a-button-link.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-button.a-button-link.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-button.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-button.js-positive-feedback:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover:not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button:hover,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button:hover,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-multioptionbutton .no-touchevents .a-button.a-button-link:hover,
.m-multioptionbutton .no-touchevents .a-button:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-button-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .no-touchevents
  .a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .no-touchevents
  .a-button:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .no-touchevents
  .a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .no-touchevents
  .a-button:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  a.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover .popover-content .no-touchevents .a-button-secondary.a-button:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .no-touchevents
  .a-button:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .report-popover-btn.js-popover-close:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .no-touchevents
  .popover-content
  > .a-button.a-button-link:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .no-touchevents
  .popover-content
  > .a-button:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .no-touchevents
  .a-button:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-button.a-button-link.a-link.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link.a-button.a-link-inline.dl:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-secondary.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .no-touchevents
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-link-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .no-touchevents
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .no-touchevents
  li
  > .a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-button.a-button-link.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-button.js-cancel-terms-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  #parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
.no-touchevents .a-button-secondary.a-button.a-button-link:hover,
.no-touchevents .a-button-secondary.a-button.a-link:hover,
.no-touchevents .a-button-secondary.a-button:hover,
.no-touchevents .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket:hover,
.no-touchevents
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket:hover,
.no-touchevents
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents .m-dealerteaser p .a-button.a-button-link.a-link:hover,
.no-touchevents .m-dealerteaser p .a-link.a-button:hover,
.no-touchevents
  .m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.no-touchevents
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.no-touchevents
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.no-touchevents .m-multioptionbutton .a-button.a-button-link:hover,
.no-touchevents .m-multioptionbutton .a-button:hover,
.no-touchevents
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents .m-popover .popover-content .a-button-secondary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover
  .popover-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  .m-popover.add-to-download-basket
  .popover-content
  .a-button:hover,
.no-touchevents
  .m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close:hover,
.no-touchevents
  .m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link:hover,
.no-touchevents
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button
  )[data-popover-id],
.no-touchevents
  .o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout:hover,
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout:hover,
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myprofileforms
  .delete-myaccount
  .a-button.a-button-link.a-link:hover,
.no-touchevents .o-myprofileforms .delete-myaccount .a-link.a-button:hover,
.no-touchevents
  .o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link:hover,
.no-touchevents .o-myprofileforms .delete-mysinglekey .a-link.a-button:hover,
.no-touchevents
  .o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-button:hover,
.no-touchevents
  .o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  .o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button:hover,
.no-touchevents
  .o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button:hover,
.no-touchevents
  .o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents .o-producttile .cta-area .a-button.a-button-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-button-primary:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents a.a-button-secondary.a-button:hover,
.no-touchevents a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
.no-touchevents
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
.no-touchevents
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
.no-touchevents
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
.no-touchevents
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore:hover,
.no-touchevents button.a-button-secondary.a-button:hover,
.no-touchevents button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-producttile
  .cta-area
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .a-button.a-button-link.instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .instant-checkout:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .no-touchevents
  .a-button.a-button-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .no-touchevents
  .a-button:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .delete-myaccount
  .no-touchevents
  .a-button.a-button-link.a-link:hover,
.o-myprofileforms .delete-myaccount .no-touchevents .a-link.a-button:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .delete-mysinglekey
  .no-touchevents
  .a-button.a-button-link.a-link:hover,
.o-myprofileforms .delete-mysinglekey .no-touchevents .a-link.a-button:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .no-touchevents
  .a-button.a-button-link.a-link:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .no-touchevents
  .a-link.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .no-touchevents
  .a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .no-touchevents
  .a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .no-touchevents
  .a-button:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .no-touchevents
  .a-button.a-button-link.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .no-touchevents
  .a-button.pagination-loadmore:hover,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.o-productlistmodule
  .button-wrapper
  .no-touchevents
  .a-button.a-button-link.a-link.productlistmodule-button:hover,
.o-productlistmodule
  .button-wrapper
  .no-touchevents
  .a-link.productlistmodule-button:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
.o-producttile .cta-area .no-touchevents .a-button.a-button-secondary:hover,
.o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.o-producttile
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .no-touchevents
  .a-button.a-button-link.a-link.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link:hover:first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .no-touchevents
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .no-touchevents
  .o-searchresultcontentsection
  > .pagination-loadmore:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover {
  background: 0 0;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"]:hover,
.a-button-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.a-button-secondary.a-button.a-link[disabled="disabled"]:hover,
.a-button-secondary.a-button[disabled="disabled"]:hover,
.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket[disabled="disabled"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket[disabled="disabled"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-dealerteaser p .a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-dealerteaser p .a-link.a-button[disabled="disabled"]:hover,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="disabled"]:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"]:hover,
.m-multioptionbutton .a-button.a-button-link[disabled="disabled"]:hover,
.m-multioptionbutton .a-button[disabled="disabled"]:hover,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-button-secondary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .a-button[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close[disabled="disabled"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link[disabled="disabled"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link[disabled="disabled"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-myaccount
  .a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myprofileforms .delete-myaccount .a-link.a-button[disabled="disabled"]:hover,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .a-link.a-button[disabled="disabled"]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-button[disabled="disabled"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button[disabled="disabled"]:hover,
.o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button[disabled="disabled"]:hover,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-button-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
a.a-button-secondary.a-button[disabled="disabled"]:hover,
a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore[disabled="disabled"]:hover,
button.a-button-secondary.a-button[disabled="disabled"]:hover,
button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover {
  background: 0 0;
}
.a-button-plain.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plain.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plain.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button-plain.a-button,
.m-popover .popover-content .a-button-plain.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plain.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plain.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plain.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button-plain.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-plain.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plain.a-button.a-link {
  background: 0 0;
  color: #000028;
  display: inline-block;
  padding: 0;
  width: auto;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-plain.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-plain.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-plain.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-plain.a-link.a-link-primary.a-button:hover,
.no-touchevents .a-button-plain.a-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plain.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plain.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plain.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plain.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-plain.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-plain.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plain.a-button.a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-plain.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-plain.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-plain.a-button.a-link:hover {
  background: 0 0;
  color: #000028;
}
.a-button[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled="disabled"]:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button[disabled="disabled"],
.m-popover .popover-content .a-button[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="disabled"],
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[disabled="disabled"]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link[disabled="disabled"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[disabled="disabled"] {
  opacity: 1;
}
.a-button-link.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button-link.a-button,
.m-popover .popover-content .a-button-link.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button-link.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts > .myproducts-controls .a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-link.a-button.a-link {
  background: 0;
  padding: 0;
  text-align: left;
}
.a-button-link.a-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id]:before,
.m-popover .popover-content .a-button-link.a-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):before {
  display: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link:not(.a-button-plain),
.m-contenttextmedia .m-productconversionarea .wop.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.wop.a-button,
.m-popover .popover-content .wop.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts > .myproducts-controls .wop.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link,
.wop.a-button {
  width: auto;
  border-radius: 4px;
  font-weight: 700;
  margin: 0 8px 0 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.wop.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-primary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.wop.a-link-primary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.wop.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.wop.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-primary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .wop.a-link-primary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .wop.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .wop.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .wop.a-link-primary.a-button.a-link:not(.a-button):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .wop.a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-primary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-button-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-primary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.wop.a-link-primary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.wop.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.wop.a-link-primary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-primary.a-button.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a.wop.a-button-primary.a-button,
.m-form.oidc-registration .m-termsconditions a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-primary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .wop.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-primary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-primary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section .wop.a-button-primary.a-button.oney-widget-link,
.m-oney-widget-section .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section a.wop.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section button.wop.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-primary.a-button,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-primary.a-button,
.m-popover
  .popover-content
  .m-oney-widget-section
  .wop.a-link-primary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-primary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-primary.a-button.a-link,
.m-popover .popover-content .wop.a-button-primary.a-button,
.m-popover .popover-content .wop.a-button.a-link-primary.a-button-link,
.m-popover .popover-content .wop.a-link-primary.a-button.a-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.a-button.a-button-link.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.report-popover-btn.js-review-reported,
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .wop.a-button.a-button-link.a-link.a-button-secondary:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .wop.a-link.a-button.a-button-secondary:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .wop.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-link.a-button-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.wop.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .wop.a-link-primary.a-button.oney-widget-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .wop.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button-primary.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-primary.a-button.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .wop.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .wop.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-link-primary.a-button.a-link.a-button-link.js-agree-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .wop.a-link-primary.a-button.a-link.a-button-primary:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .wop.a-link-primary.a-button.a-link.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .wop.a-link-primary.a-button.a-link.a-button-link.reset-filter-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-primary.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .wop.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .wop.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-button.a-button-link.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-button.js-agree-button,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .wop.a-link-primary.a-button.a-link:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .wop.a-link-primary.a-button.a-link:not(.a-button)[data-popover-id],
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .wop.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .wop.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .wop.a-link-primary.a-button.a-link.a-button-primary:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .wop.a-link-primary.a-button.a-link:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.wop.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.wop.a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .wop.a-link-primary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .wop.a-link-primary.a-button.a-link:not(.a-button-plain):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .wop.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .wop.a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts > .myproducts-controls .wop.a-link:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .wop.a-button,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .wop.a-button.a-button-link,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.reset-filter-button,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .wop.a-button.a-button-link.reset-filter-button,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .wop.a-button.reset-filter-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .wop.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .wop.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-primary.a-button.a-link[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .wop.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .wop.a-link.a-button.a-link-secondary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-primary.a-button.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.wop.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.wop.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
.wop.a-button-primary.a-button,
.wop.a-button-primary.a-button.a-button-link,
.wop.a-button-primary.a-button.a-link,
.wop.a-button.a-link-primary.a-link,
.wop.a-link-primary.a-button.a-button-link,
a.wop.a-button-primary.a-button,
a.wop.a-button.a-link-primary.a-button-link,
a.wop.a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.wop.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .wop.a-button.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.wop.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.wop.a-button.a-link-primary.a-button-link,
button.wop.a-button-primary.a-button,
button.wop.a-button.a-link-primary.a-button-link,
button.wop.a-link-primary.a-button.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.wop.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.wop.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.wop.a-button.a-link-primary.a-button-link {
  background: #2c5de5;
  color: #fff;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .wop#pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .wop#pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .wop.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.wop.a-link-secondary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-secondary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link.a-link-primary.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-producttile
  .cta-area
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.wop.a-link-secondary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.wop.a-button.a-link-primary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.wop.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.wop.a-link-secondary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-secondary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link.a-link-primary.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.wop.a-button.additional-technical-info.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.add-to-basket,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .wop.a-button.a-button-link.add-to-basket,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .wop.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .wop.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button-secondary.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-secondary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-button-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-secondary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-dealerteaser p .wop.a-button.a-button-link.a-link,
.m-dealerteaser p .wop.a-link.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.wop.a-link-secondary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.wop.a-button.a-link-primary:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.wop.a-link-secondary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.wop.a-link-secondary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-secondary.a-button.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link.a-link-primary.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.wop.a-button.additional-technical-info.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.wop.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.wop.a-button.a-link-secondary,
.m-form.oidc-registration .m-termsconditions a.wop.a-button-secondary.a-button,
.m-form.oidc-registration .m-termsconditions a.wop.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.js-negative-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.js-positive-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-button.a-button-link.js-negative-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-button.a-button-link.js-positive-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-button.js-negative-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-button.js-positive-feedback,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-button-link.a-link:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link:not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button.a-button-link,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-multioptionbutton .wop.a-button,
.m-multioptionbutton .wop.a-button.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button.a-button-link,
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-button-link.a-button-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-button-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-button-link.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.wop.a-button.a-link-secondary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  button.wop.a-button.a-link-secondary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-nextbeststeps .teaser-container .add-by-product-list .wop.a-button,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .wop.a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .wop.a-button,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .wop.a-button.a-button-link,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-secondary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-secondary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-secondary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.additional-technical-info.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section .wop.a-button-secondary.a-button.oney-widget-link,
.m-oney-widget-section .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section a.wop.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section button.wop.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.oney-widget-link,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button,
.m-popover
  .popover-content
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-secondary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link,
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-secondary.a-button.a-link,
.m-popover .popover-content .wop.a-button-secondary.a-button,
.m-popover .popover-content .wop.a-button.a-link-secondary.a-button-link,
.m-popover .popover-content .wop.a-link-secondary.a-button.a-link,
.m-popover .popover-content a.wop.a-button.a-link-secondary.a-button-link,
.m-popover .popover-content button.wop.a-button.a-link-secondary.a-button-link,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-popover.add-to-download-basket .popover-content .wop.a-button,
.m-popover.add-to-download-basket .popover-content .wop.a-button.a-button-link,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.a-button.a-button-link.report-popover-btn.js-popover-close,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.report-popover-btn.js-popover-close,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .wop.a-link.a-link-primary.a-button.a-button-link,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .wop.a-button,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .wop.a-button.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .wop.a-button,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .wop.a-button.a-button-link,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .wop.a-button.a-button-link.a-link.a-link-inline.dl,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .wop.a-link.a-button.a-link-inline.dl,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-primary.a-button-link[data-popover-id],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-button-link.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.a-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.wop.a-button.a-link-primary.a-button-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  button.wop.a-button.a-link-primary.a-button-link,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .wop.a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button-secondary.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .wop.a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .wop.a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .wop.a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.a-link.a-link-primary.a-button.a-button-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .wop.a-link.a-link-primary.a-button.a-button-link.add-to-basket,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-link.a-link-primary.a-button.a-button-link.js-negative-feedback,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-link.a-link-primary.a-button.a-button-link.js-positive-feedback,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .wop.a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .wop.a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .wop.a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-link-secondary.a-button.a-link.a-button-link.js-agree-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .wop.a-button-secondary.a-link.a-link-primary.a-button:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .wop.a-link.a-link-primary.a-button.a-link-secondary:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .wop.a-link.a-link-primary.a-button.a-button-link.instant-checkout,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .wop.a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .wop.a-link.a-link-primary.a-button.a-button-link.productlistmodule-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .wop.a-link-secondary.a-button.a-link.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .wop.a-link-secondary.a-button.a-link.a-button-link.reset-filter-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.a-link.a-link-primary.a-button.a-button-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-secondary.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-secondary.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-link-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .wop.a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.additional-technical-info.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.additional-technical-info.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .wop.a-button.additional-technical-info.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.additional-technical-info.a-link-secondary.a-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.additional-technical-info.a-link-secondary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.additional-technical-info.a-link-secondary.a-link,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .wop.a-link.a-button-primary.a-link-secondary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .wop.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .wop.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .wop.a-link.a-button-primary.a-link-secondary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .wop.a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .wop.a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .wop.a-button.a-button-link.a-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .wop.a-link:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-button.a-button-link.js-cancel-terms-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-button.js-cancel-terms-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.wop.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-button.a-button-link.a-link.a-button-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-button-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-link-secondary:not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .wop.a-button-secondary.a-link.a-link-primary.a-button:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .wop.a-link.a-link-primary.a-button.a-link-secondary:not(.a-button),
.o-alternativeproduct
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .wop.a-button-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.wop.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.wop.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.instant-checkout,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .wop.a-button.a-button-link.instant-checkout,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .wop.instant-checkout,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .wop.a-button,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .wop.a-button.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-button-link.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.wop.a-button.a-link-secondary.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.wop.a-button.a-link-secondary.a-button-link,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .wop.a-button-secondary.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .delete-myaccount .wop.a-button.a-button-link.a-link,
.o-myprofileforms .delete-myaccount .wop.a-link.a-button,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .delete-mysinglekey .wop.a-button.a-button-link.a-link,
.o-myprofileforms .delete-mysinglekey .wop.a-link.a-button,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .myprofileforms-row.delete .wop.a-button.a-button-link.a-link,
.o-myprofileforms .myprofileforms-row.delete .wop.a-link.a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-multioption .wop.a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .wop.a-button.a-button-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail .m-orderpurchaseitem .m-multioptionbutton .wop.a-button,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .wop.a-button.a-button-link.pagination-loadmore,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .wop.a-button.pagination-loadmore,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.productlistmodule-button,
.o-productlistmodule
  .button-wrapper
  .wop.a-button.a-button-link.a-link.productlistmodule-button,
.o-productlistmodule .button-wrapper .wop.a-link.productlistmodule-button,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link,
.o-producttile .cta-area .wop.a-button.a-button-link.a-button-secondary,
.o-producttile .cta-area .wop.a-button.a-button-secondary,
.o-producttile .cta-area .wop.a-button.a-link-secondary.a-button-link,
.o-producttile .cta-area .wop.a-button.a-link-secondary.a-link,
.o-producttile .cta-area a.wop.a-button.a-link-secondary.a-button-link,
.o-producttile .cta-area button.wop.a-button.a-link-secondary.a-button-link,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.reset-filter-button,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link.a-button.a-link-primary.a-button-link,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link.a-button.a-link-primary,
.o-technicaloverview
  .buttons
  .wop.a-button.a-button-link.a-link.a-button-primary,
.o-technicaloverview .buttons .wop.a-link.a-button.a-button-primary,
.o-technicaloverview .buttons .wop.a-link.a-button.a-link-primary,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.pl-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .wop.a-button-secondary.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .wop.a-link.a-button-primary.a-link-secondary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .wop.a-link.a-link-primary.a-button.a-link-secondary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .wop.a-button-secondary.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .wop.a-link.a-button-primary.a-link-secondary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-link-secondary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-secondary.a-button.a-link[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.additional-technical-info.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-link-secondary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .wop.a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.wop.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.wop.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link,
.wop.a-button-secondary.a-button,
.wop.a-button-secondary.a-button.a-button-link,
.wop.a-button-secondary.a-button.a-link,
.wop.a-button.a-link-secondary.a-button-link,
.wop.a-button.a-link-secondary.a-link,
a.wop.a-button-secondary.a-button,
a.wop.a-button.a-link-secondary.a-button-link,
a.wop.a-link-secondary.a-button.a-link,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-button.a-button-link.a-link:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:first-child:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-button.a-button-link.a-link:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-button.a-button-link.a-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-button.a-button-link.a-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .wop.a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .wop.a-button.a-button-link.pagination-loadmore,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .wop.pagination-loadmore,
button.wop.a-button-secondary.a-button,
button.wop.a-button.a-link-secondary.a-button-link,
button.wop.a-link-secondary.a-button.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.wop.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.wop.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.wop.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .wop.a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .wop.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link.a-button-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.wop.a-button.a-link-secondary.a-button-link {
  background: #fff;
  color: #2c5de5;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .wop#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .wop#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .wop.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.wop.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.wop.a-button.a-link-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.wop.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.wop.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.wop.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.wop.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.wop.a-button.additional-technical-info.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.wop.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.wop.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .wop.a-button.a-button-link.add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .wop.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-link-secondary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .wop.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button-secondary.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-secondary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-button-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-secondary.a-button.a-link:hover[data-popover-id],
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-dealerteaser p .wop.a-button.a-button-link.a-link:hover,
.m-dealerteaser p .wop.a-link.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.wop.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.wop.a-button.a-link-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.wop.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.wop.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.wop.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.wop.a-button.additional-technical-info.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.wop.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.wop.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.wop.a-button.a-link-secondary:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-button.a-button-link.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-button.a-button-link.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-button.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-button.js-positive-feedback:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link:hover:not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button:hover,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button:hover,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-multioptionbutton .wop.a-button.a-button-link:hover,
.m-multioptionbutton .wop.a-button:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-button:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-button-link.a-button-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-button-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-button-link.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .wop.a-button.a-button-link:hover,
.m-nextbeststeps .teaser-container .add-by-product-list .wop.a-button:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .wop.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .wop.a-button:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-secondary.a-button.oney-widget-link.a-link:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link.oney-widget-link:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section .wop.a-button-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section a.wop.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  button.wop.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-secondary.a-button.a-link:hover,
.m-popover .popover-content .wop.a-button-secondary.a-button:hover,
.m-popover .popover-content .wop.a-button.a-link-secondary.a-button-link:hover,
.m-popover .popover-content .wop.a-link-secondary.a-button.a-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .wop.a-button.a-button-link:hover,
.m-popover.add-to-download-basket .popover-content .wop.a-button:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.report-popover-btn.js-popover-close:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .wop.a-button.a-button-link:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .wop.a-button:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .wop.a-button.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .wop.a-button:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .wop.a-button.a-button-link.a-link.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .wop.a-link.a-button.a-link-inline.dl:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-button-link.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.a-link:hover,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button-secondary.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .wop.a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.wop.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .wop.a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link-secondary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .wop.a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .wop.a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .wop.a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .wop.a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .wop.a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .wop.a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .wop.a-link-secondary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .wop.a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-secondary.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-link-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .wop.a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.additional-technical-info.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.additional-technical-info.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .wop.a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.additional-technical-info.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .wop.a-button.additional-technical-info.a-link-secondary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .wop.a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .wop.a-link:hover:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-button.a-button-link.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .wop.a-button.js-cancel-terms-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.wop.a-link.a-button.a-link-secondary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.wop.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .wop.a-button.a-button-link.instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .wop.instant-checkout:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .wop.a-button.a-button-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .wop.a-button:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.wop.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.wop.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .wop.a-link-secondary.a-button.a-link.oney-widget-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .wop.a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .wop.a-button-secondary.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms .delete-myaccount .wop.a-button.a-button-link.a-link:hover,
.o-myprofileforms .delete-myaccount .wop.a-link.a-button:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms .delete-mysinglekey .wop.a-button.a-button-link.a-link:hover,
.o-myprofileforms .delete-mysinglekey .wop.a-link.a-button:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .wop.a-button.a-button-link.a-link:hover,
.o-myprofileforms .myprofileforms-row.delete .wop.a-link.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .wop.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .wop.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .wop.a-button:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .wop.a-button.a-button-link.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .wop.a-button.pagination-loadmore:hover,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.o-productlistmodule
  .button-wrapper
  .wop.a-button.a-button-link.a-link.productlistmodule-button:hover,
.o-productlistmodule .button-wrapper .wop.a-link.productlistmodule-button:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link:hover,
.o-producttile .cta-area .wop.a-button.a-button-secondary:hover,
.o-producttile .cta-area .wop.a-button.a-link-secondary.a-link:hover,
.o-producttile .cta-area a.wop.a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  button.wop.a-button.a-link-secondary.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-link.a-button.a-link-primary:hover,
.o-technicaloverview
  .buttons
  .wop.a-button.a-button-link.a-link.a-button-primary:hover,
.o-technicaloverview .buttons .wop.a-link.a-button.a-button-primary:hover,
.o-technicaloverview .buttons .wop.a-link.a-button.a-link-primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .wop.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .wop.a-link-secondary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .wop.a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .wop.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .wop.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .wop.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.wop.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .wop.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .wop.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .wop.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .wop.a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.wop.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.wop.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link:hover,
.wop.a-button-secondary.a-button.a-button-link:hover,
.wop.a-button-secondary.a-button.a-link:hover,
.wop.a-button-secondary.a-button:hover,
.wop.a-button.a-link-secondary.a-link:hover,
.wop.a-link-secondary.a-button.a-button-link:hover,
a.wop.a-button-secondary.a-button:hover,
a.wop.a-button.a-link-secondary.a-button-link:hover,
a.wop.a-link-secondary.a-button.a-link:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .wop.a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .wop.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .wop.a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .wop.a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .wop.a-button.a-button-link.pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .wop.pagination-loadmore:hover,
button.wop.a-button-secondary.a-button:hover,
button.wop.a-button.a-link-secondary.a-button-link:hover,
button.wop.a-link-secondary.a-button.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.wop.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.wop.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .wop.a-button.a-link-secondary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-link.a-link-primary.a-button.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .wop.a-button:hover {
  color: #fff;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button-tertiary.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .wop.a-button-tertiary.a-button[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button-tertiary.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-tertiary.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-tertiary.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .wop.a-button-tertiary.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .wop.a-button-tertiary.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button-tertiary.a-button.a-link,
.wop.a-button-tertiary.a-button {
  background: #2c5de5;
  color: #fff;
  border: 1px solid #fff;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .wop.a-button-tertiary.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .wop.a-button-tertiary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-tertiary.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .wop.a-button-tertiary.a-link.a-link-primary.a-button:hover,
.o-myproducts
  > .myproducts-controls
  .wop.a-button-tertiary.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .wop.a-button-tertiary.a-button.a-link:hover,
.wop.a-button-tertiary.a-button:hover {
  color: #000;
  border-color: #000;
}
.a-callout {
  background: #d4691b;
  color: #fff;
  margin-bottom: 8px;
  margin-right: 8px;
  vertical-align: top;
}
.a-callout.subscription-product {
  background: #666;
  color: #fff;
}
.a-caption {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
.a-caption.info-text {
  font-size: 14px;
  line-height: 18px;
  color: red;
}
.a-cartheading .a-heading {
  margin: 0 0 20px;
}
.a-errormessage {
  color: #e0173b;
  display: none;
}
.a-errormessage.quote-not-convertable {
  display: block;
  font-weight: 700;
  color: red;
  text-align: center;
}
.a-errormessage.dob2-error-message {
  display: block;
  text-align: center;
  color: #000;
}
.a-feedbackbutton {
  background: #879baa;
  border: none;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  outline: 0;
  text-align: center;
  z-index: 220;
  position: fixed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  height: auto;
  right: 0;
  left: auto;
  bottom: auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}
.a-feedbackbutton .icon {
  vertical-align: middle;
}
.a-feedbackbutton .icon + .text {
  margin-left: 5px;
}
.a-feedbackbutton .text {
  vertical-align: middle;
}
.a-feedbackbutton.a-feedbackbutton-primary {
  color: #fff;
}
.a-feedbackbutton:after {
  content: "";
  opacity: 0;
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.5s
    cubic-bezier(0.38, 0.04, 0.35, 0.96);
  transition: transform 0.5s cubic-bezier(0.38, 0.04, 0.35, 0.96);
  transition: transform 0.5s cubic-bezier(0.38, 0.04, 0.35, 0.96),
    -webkit-transform 0.5s cubic-bezier(0.38, 0.04, 0.35, 0.96);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.a-feedbackbutton:hover:after {
  opacity: 0.1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.a-formlabel {
  display: block;
  margin: 0 0 20px;
  --forminput--color-text: #2b2f43;
  --forminput--color-labelradiotext: #2d373c;
}
.a-formlabel[for] {
  margin: 0 0 10px;
}
.a-formlabel .label-text.disabled {
  color: rgba(153, 153, 153, 0.5);
}
.a-formlabel .label-text::after {
  color: inherit;
  content: none;
}
.a-formlabel .label-text.required::after {
  color: inherit;
  content: " *";
}
.a-formlabel .label-text .label-text-info {
  color: #41aaaa;
}
.a-heading sub,
.a-heading sup {
  font-size: 16px;
}
.a-heading.h1,
h1.a-heading {
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 15px;
}
@media (min-width: 750px) {
  .a-feedbackbutton {
    top: 45%;
  }
  .a-heading.h1,
  h1.a-heading {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 900px) {
  .a-feedbackbutton {
    top: 50%;
  }
  .a-heading.h1,
  h1.a-heading {
    font-size: 80px;
    line-height: 80px;
  }
}
.a-heading.h2,
h2.a-heading {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 15px;
}
@media (min-width: 750px) {
  .a-heading.h2,
  h2.a-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (min-width: 900px) {
  .a-heading.h2,
  h2.a-heading {
    font-size: 54px;
    line-height: 60px;
  }
}
.a-heading.h3,
h3.a-heading {
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 15px;
}
@media (min-width: 750px) {
  .a-heading.h3,
  h3.a-heading {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 900px) {
  .a-heading.h3,
  h3.a-heading {
    font-size: 40px;
    line-height: 44px;
  }
}
.a-heading.h4,
h4.a-heading {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 15px;
}
ol + .a-heading,
p + .a-heading,
ul + .a-heading {
  margin: 15px 0 0;
}
.a-horizontalrule,
hr {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  width: 100%;
}
.a-horizontalrule:before,
hr:before {
  content: "";
  display: block;
  width: 100%;
}
.a-horizontalrule.horizontalrule-s,
hr.horizontalrule-s {
  margin: 10px 0;
}
.a-horizontalrule.no-gutter,
hr.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
.a-identifier {
  color: #000;
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin: 20px 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
@media (min-width: 750px) {
  .a-heading.h4,
  h4.a-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .a-identifier {
    font-size: 22px;
    line-height: 28px;
    margin: 20px 0;
  }
  .a-morecontenttogglelink .more-less-button.hidden + .content.is-open {
    padding: 30px 0 0;
  }
}
@media (min-width: 900px) {
  .a-heading.h4,
  h4.a-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .a-identifier {
    font-size: 20px;
    line-height: 28px;
    margin: 20px 0;
  }
}
.a-image {
  display: block;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.a-image.align-left {
  text-align: left;
}
.a-image.align-right {
  text-align: right;
}
.a-image.float-left,
.a-image.float-right {
  width: auto;
}
.a-image.float-left {
  margin-right: 10px;
}
.a-image.float-right {
  margin-left: 10px;
}
.a-image.a-image-inline {
  display: inline;
}
.a-image img {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}
.a-image img.portrait-1-2 {
  max-width: 50%;
}
.a-image img.portrait-3-4 {
  max-width: 75%;
}
.a-image img.portrait-9-16 {
  max-width: 56.25%;
}
.a-image img.stretched {
  width: 100%;
  height: 100%;
}
.a-image.ciam-oco-registration-header-image {
  margin: 0 0 20px;
}
.layer-intro-text {
  margin-top: 10px;
  margin-bottom: 30px;
}
.a-button-link.a-button,
.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission a,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a,
.m-oney-widget-section .oney-widget-link,
.m-popover .popover-content .a-button-link.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button,
.o-alternativeproduct .tile-description > .a-link.a-link-primary:not(.a-button),
.o-myproducts > .myproducts-controls .a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-link.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link {
  color: #000;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-decoration: none;
}
.a-button-link.a-button:active,
.a-button-link.a-button:hover,
.a-link:active,
.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button:hover[data-popover-id],
.m-form.oidc-registration .m-termsconditions a:active,
.m-form.oidc-registration .m-termsconditions a:hover,
.m-oney-widget-section .oney-widget-link:active,
.m-oney-widget-section .oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:hover {
  outline: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.notesanchorlink,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.notesanchorlink,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .notesanchorlink.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .notesanchorlink.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.notesanchorlink,
.m-oney-widget-section .notesanchorlink.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .notesanchorlink.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .notesanchorlink.a-button-link.a-link.a-button-primary,
.notesanchorlink.a-button-link.a-button,
.notesanchorlink.a-link,
.o-alternativeproduct
  .tile-description
  > .notesanchorlink.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .notesanchorlink.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .notesanchorlink.a-link {
  float: right;
}
.has-icon.a-button-link.a-button .icon,
.has-icon.a-link .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.has-icon
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .has-icon.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form.oidc-registration .m-termsconditions a.has-icon .icon,
.m-oney-widget-section .has-icon.oney-widget-link .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .has-icon.a-button-link.a-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .has-icon.a-button-link.a-link.a-button-primary
  .icon,
.o-alternativeproduct
  .tile-description
  > .has-icon.a-link.a-link-primary:not(.a-button)
  .icon,
.o-myproducts
  > .myproducts-controls
  .has-icon.a-button-link.a-link:not(.a-button-plain)
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .has-icon.a-link
  .icon {
  vertical-align: middle;
  line-height: 1;
}
.has-icon.a-button-link.a-button .text,
.has-icon.a-link .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.has-icon
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .has-icon.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-form.oidc-registration .m-termsconditions a.has-icon .text,
.m-oney-widget-section .has-icon.oney-widget-link .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .has-icon.a-button-link.a-link
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .has-icon.a-button-link.a-link.a-button-primary
  .text,
.o-alternativeproduct
  .tile-description
  > .has-icon.a-link.a-link-primary:not(.a-button)
  .text,
.o-myproducts
  > .myproducts-controls
  .has-icon.a-button-link.a-link:not(.a-button-plain)
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .has-icon.a-link
  .text {
  vertical-align: middle;
}
.a-button-link.a-button .has-underline,
.a-link .has-underline,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a
  .has-underline,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a
  .has-underline,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain)
  .has-underline,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id]
  .has-underline,
.m-form.oidc-registration .m-termsconditions a .has-underline,
.m-oney-widget-section .oney-widget-link .has-underline,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link
  .has-underline,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary
  .has-underline,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button
  .has-underline,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button)
  .has-underline,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain)
  .has-underline,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link
  .has-underline {
  text-decoration: underline;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  li
  > a,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission li > a,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  li
  > .a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  li
  > .a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions li > a,
.m-oney-widget-section li > .oney-widget-link,
.m-popover .popover-content li > .a-button-link.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  li
  > .a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  li
  > .a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  li
  > .a-button-link.a-link.a-link-primary.a-button,
.o-alternativeproduct
  li.tile-description
  > .a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  li
  > .a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  > .a-button-link.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  > .a-link,
li > .a-button-link.a-button,
li > .a-link {
  padding-left: 15px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  li
  > a:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  li
  > a:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  li
  > .a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  li
  > .a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions li > a:before,
.m-oney-widget-section li > .oney-widget-link:before,
.m-popover .popover-content li > .a-button-link.a-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  li
  > .a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  li
  > .a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  li.tile-description
  > .a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  li
  > .a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  > .a-link:before,
li > .a-button-link.a-button:before,
li > .a-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
  left: 0;
  position: absolute;
  top: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  li
  > a.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  li
  > a.a-button,
.m-form.oidc-registration .m-termsconditions li > a.a-button,
.m-oney-widget-section li > .a-button.oney-widget-link,
.o-alternativeproduct
  li.tile-description
  > .a-button.a-link.a-link-primary:not(.a-button),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-link,
li > .a-button.a-button-link,
li > .a-button.a-link {
  padding-left: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  li
  > a.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  li
  > a.a-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  li
  > .a-button.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  li
  > .a-button.a-button-link[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions li > a.a-button:before,
.m-oney-widget-section li > .a-button.oney-widget-link:before,
.m-popover .popover-content li > .a-button.a-button-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  li
  > .a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  li
  > .a-button.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  li.tile-description
  > .a-button.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  li
  > .a-button.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-link:before,
li > .a-button.a-button-link:before,
li > .a-button.a-link:before {
  content: none;
}
.a-button-link.a-button:not(.a-button):visited,
.a-link:not(.a-button):visited,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):visited,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):visited:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a:not(.a-button):visited,
.m-oney-widget-section .oney-widget-link:not(.a-button):visited,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):visited,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):visited,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):visited,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button):visited:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):visited {
  color: #000;
}
.a-button-link.a-button:not(.a-button):visited.a-link-secondary,
.a-link:not(.a-button):visited.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):visited.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):visited.a-link-secondary:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button):visited.a-link-secondary,
.m-oney-widget-section
  .oney-widget-link:not(.a-button):visited.a-link-secondary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):visited.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ):visited.a-link-secondary,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):visited.a-link-secondary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):visited.a-link-secondary {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a:not(.a-button):hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-link.a-link:not(.a-button):hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a:not(.a-button):hover,
.m-oney-widget-section .no-touchevents .oney-widget-link:not(.a-button):hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-link.a-link:not(.a-button):hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-link.a-link.a-button-primary:not(.a-button):hover,
.no-touchevents .a-button-link.a-button:not(.a-button):hover,
.no-touchevents .a-link:not(.a-button):hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button):hover,
.no-touchevents .m-oney-widget-section .oney-widget-link:not(.a-button):hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link.a-link-primary:not(.a-button):hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link:not(.a-button):hover {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a:not(.a-button):hover.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-link.a-link:not(.a-button):hover.a-link-secondary:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a:not(.a-button):hover.a-link-secondary,
.m-oney-widget-section
  .no-touchevents
  .oney-widget-link:not(.a-button):hover.a-link-secondary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-link.a-link:not(.a-button):hover.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-link.a-link.a-button-primary:not(.a-button):hover.a-link-secondary,
.no-touchevents .a-button-link.a-button:not(.a-button):hover.a-link-secondary,
.no-touchevents .a-link:not(.a-button):hover.a-link-secondary,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):hover.a-link-secondary,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):hover.a-link-secondary:not(
    .a-button-plain
  ),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button):hover.a-link-secondary,
.no-touchevents
  .m-oney-widget-section
  .oney-widget-link:not(.a-button):hover.a-link-secondary,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):hover.a-link-secondary,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):hover.a-link-secondary,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):hover.a-link-secondary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link:not(.a-button):hover.a-link-secondary {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a:not(.a-button):hover.a-link-disabled:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-link.a-link:not(.a-button):hover.a-link-disabled:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a:not(.a-button):hover.a-link-disabled:hover,
.m-oney-widget-section
  .no-touchevents
  .oney-widget-link:not(.a-button):hover.a-link-disabled:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-link.a-link:not(.a-button):hover.a-link-disabled:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ):hover.a-link-disabled:hover,
.no-touchevents
  .a-button-link.a-button:not(.a-button):hover.a-link-disabled:hover,
.no-touchevents .a-link:not(.a-button):hover.a-link-disabled:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):hover.a-link-disabled:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):hover.a-link-disabled:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button):hover.a-link-disabled:hover,
.no-touchevents
  .m-oney-widget-section
  .oney-widget-link:not(.a-button):hover.a-link-disabled:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):hover.a-link-disabled:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ):hover.a-link-disabled:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):hover.a-link-disabled:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link:not(.a-button):hover.a-link-disabled:hover {
  color: #000;
}
.a-button.a-button-link:before,
.a-button.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-button-link[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-button:before,
.m-oney-widget-section .a-button.oney-widget-link:before,
.m-popover .popover-content .a-button.a-button-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:before,
a.a-button.a-button-link:before,
button.a-button.a-button-link:before {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
  margin-right: 5px;
}
.a-button.disableicon.a-button-link:before,
.a-button.disableicon.a-link:before,
.a-button.has-icon.a-button-link:before,
.a-button.has-icon.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.has-icon:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.has-icon.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button.disableicon.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button.has-icon.a-button-link[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-button.disableicon:before,
.m-form.oidc-registration .m-termsconditions a.a-button.has-icon:before,
.m-oney-widget-section .a-button.disableicon.oney-widget-link:before,
.m-oney-widget-section .a-button.has-icon.oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.disableicon.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.has-icon.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.has-icon.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-button.disableicon.a-link.a-link-primary:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-button.has-icon.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-button.disableicon.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-button.has-icon.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.has-icon.a-link:before {
  display: none;
}
.a-button.autowidth.a-button-link,
.a-button.autowidth.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.autowidth,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.autowidth.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button.autowidth.a-button-link[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button.autowidth,
.m-oney-widget-section .a-button.autowidth.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.autowidth.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.autowidth.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .tile-description
  > .a-button.autowidth.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button.autowidth.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.autowidth.a-link {
  width: auto;
}
.a-button.a-button-disabled.a-button-link:hover,
.a-button.a-button-disabled.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button-disabled:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-disabled.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a.a-button.a-button-disabled:hover,
.m-oney-widget-section .a-button.a-button-disabled.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-disabled.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button-disabled.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .tile-description
  > .a-button.a-button-disabled.a-link.a-link-primary:hover:not(.a-button),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button-disabled.a-link:hover {
  background: #879baa;
}
.a-link-download.a-button-link.a-button:before,
.a-link-download.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-link-download:before,
.m-oney-widget-section .a-link-download.oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: inherit;
}
.a-link-anchor.a-button-link.a-button:before,
.a-link-anchor.a-link:before,
.a-link-arrow.a-button-link.a-button:before,
.a-link-arrow.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-anchor:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-arrow:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-anchor.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-arrow.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-anchor.a-button-link.a-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-arrow.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-link-anchor:before,
.m-form.oidc-registration .m-termsconditions a.a-link-arrow:before,
.m-oney-widget-section .a-link-anchor.oney-widget-link:before,
.m-oney-widget-section .a-link-arrow.oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-anchor.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-arrow.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-anchor.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-arrow.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-link-anchor.a-link.a-link-primary:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-link-arrow.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-link-anchor.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-link-arrow.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-anchor.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-arrow.a-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-link-external.a-button-link.a-button:after,
.a-link-external.a-link:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-external:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-external.a-button-link.a-link:not(.a-button-plain):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-external.a-button-link.a-button[data-popover-id]:after,
.m-form.oidc-registration .m-termsconditions a.a-link-external:after,
.m-oney-widget-section .a-link-external.oney-widget-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-external.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-external.a-button-link.a-link.a-button-primary:after,
.o-alternativeproduct
  .tile-description
  > .a-link-external.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-link-external.a-button-link.a-link:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-external.a-link:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: 5px;
}
.a-link-internal.a-button-link.a-button:after,
.a-link-internal.a-link:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-internal:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-internal.a-button-link.a-link:not(.a-button-plain):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-internal.a-button-link.a-button[data-popover-id]:after,
.m-form.oidc-registration .m-termsconditions a.a-link-internal:after,
.m-oney-widget-section .a-link-internal.oney-widget-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-internal.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-internal.a-button-link.a-link.a-button-primary:after,
.o-alternativeproduct
  .tile-description
  > .a-link-internal.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-link-internal.a-button-link.a-link:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-internal.a-link:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
  margin-left: 5px;
}
.a-link-underlined.a-button-link.a-button,
.a-link-underlined.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-underlined,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-underlined,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-underlined.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link-underlined.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-link-underlined,
.m-oney-widget-section .a-link-underlined.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-underlined.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-underlined.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .tile-description
  > .a-link-underlined.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-underlined.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-underlined.a-link {
  border-bottom: 2px dotted #000;
}
.a-link-underlined.a-link-secondary.a-button-link.a-button,
.a-link-underlined.a-link-secondary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-underlined.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-underlined:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-underlined.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-underlined.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-underlined.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-underlined.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-underlined.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-underlined:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-underlined.a-link-secondary,
.m-oney-widget-section .a-link-underlined.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .no-touchevents
  .a-link-underlined.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-link-underlined.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-underlined.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-underlined.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-underlined.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-underlined.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-underlined.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-underlined.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents .a-link-underlined.a-button-link.a-button:hover,
.no-touchevents
  .a-link-underlined.a-link-secondary.a-button-link.a-button:hover,
.no-touchevents .a-link-underlined.a-link-secondary.a-link:hover,
.no-touchevents .a-link-underlined.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-underlined.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-underlined:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-underlined.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-underlined.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-underlined.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-underlined:hover,
.no-touchevents
  .m-oney-widget-section
  .a-link-underlined.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .a-link-underlined.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-underlined.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-underlined.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-underlined.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-underlined.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-link-underlined.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-underlined.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-underlined.a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-underlined.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-underlined.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-underlined.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-underlined.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-underlined.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-underlined.a-link:hover {
  border-bottom-color: #000;
}
.a-link-primary.a-button-link.a-button,
.a-link-primary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-link-primary,
.m-oney-widget-section .a-link-primary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button-link.a-link.a-button-primary,
.o-alternativeproduct .tile-description > .a-link-primary.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-link {
  color: #000;
}
.a-link-secondary.a-button-link.a-button,
.a-link-secondary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary:hover,
.m-form.oidc-registration .m-termsconditions a.a-link-secondary,
.m-oney-widget-section .a-link-secondary.oney-widget-link,
.m-oney-widget-section .no-touchevents .a-link-primary.oney-widget-link:hover,
.m-oney-widget-section .no-touchevents .a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents .a-link-primary.a-button-link.a-button:hover,
.no-touchevents .a-link-primary.a-link:hover,
.no-touchevents .a-link-secondary.a-button-link.a-button:hover,
.no-touchevents .a-link-secondary.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary:hover,
.no-touchevents .m-oney-widget-section .a-link-primary.oney-widget-link:hover,
.no-touchevents .m-oney-widget-section .a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-link:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-link:hover {
  color: #000;
}
.a-link-inline.a-button-link.a-button,
.a-link-inline.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-inline,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-inline,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-inline.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link-inline.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-link-inline,
.m-oney-widget-section .a-link-inline.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-inline.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-inline.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .tile-description
  > .a-link-inline.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-inline.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-inline.a-link {
  padding-left: 0;
}
.a-link-inline.a-button-link.a-button:before,
.a-link-inline.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-inline:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-inline.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-inline.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-link-inline:before,
.m-oney-widget-section .a-link-inline.oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-inline.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-inline.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-link-inline.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-link-inline.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-inline.a-link:before {
  display: none;
}
.a-link-inline.a-link-arrow.a-button-link.a-button:after,
.a-link-inline.a-link-arrow.a-link:after,
.a-link-inline.a-link-bent-arrow.a-button-link.a-button:after,
.a-link-inline.a-link-bent-arrow.a-link:after,
.a-link-inline.a-link-download.a-button-link.a-button:after,
.a-link-inline.a-link-download.a-link:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-inline.a-link-arrow:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-inline.a-link-bent-arrow:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-inline.a-link-download:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-inline.a-link-arrow.a-button-link.a-link:not(.a-button-plain):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-inline.a-link-bent-arrow.a-button-link.a-link:not(
    .a-button-plain
  ):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-inline.a-link-download.a-button-link.a-link:not(
    .a-button-plain
  ):after,
.m-form.oidc-registration .m-termsconditions a.a-link-inline.a-link-arrow:after,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-inline.a-link-bent-arrow:after,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-inline.a-link-download:after,
.m-oney-widget-section .a-link-inline.a-link-arrow.oney-widget-link:after,
.m-oney-widget-section .a-link-inline.a-link-bent-arrow.oney-widget-link:after,
.m-oney-widget-section .a-link-inline.a-link-download.oney-widget-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-inline.a-link-arrow.a-button-link.a-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-inline.a-link-bent-arrow.a-button-link.a-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-inline.a-link-download.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-inline.a-link-arrow.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-inline.a-link-bent-arrow.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-inline.a-link-download.a-button-link.a-link.a-button-primary:after,
.o-alternativeproduct
  .tile-description
  > .a-link-inline.a-link-arrow.a-link.a-link-primary:not(.a-button):after,
.o-alternativeproduct
  .tile-description
  > .a-link-inline.a-link-bent-arrow.a-link.a-link-primary:not(.a-button):after,
.o-alternativeproduct
  .tile-description
  > .a-link-inline.a-link-download.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-link-inline.a-link-arrow.a-button-link.a-link:not(.a-button-plain):after,
.o-myproducts
  > .myproducts-controls
  .a-link-inline.a-link-bent-arrow.a-button-link.a-link:not(
    .a-button-plain
  ):after,
.o-myproducts
  > .myproducts-controls
  .a-link-inline.a-link-download.a-button-link.a-link:not(
    .a-button-plain
  ):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-inline.a-link-arrow.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-inline.a-link-bent-arrow.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-inline.a-link-download.a-link:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-link-disabled.a-button-link.a-button,
.a-link-disabled.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-disabled,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-disabled,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-disabled.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link-disabled.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-link-disabled,
.m-oney-widget-section .a-link-disabled.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-disabled.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-disabled.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .tile-description
  > .a-link-disabled.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-disabled.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-disabled.a-link {
  color: #000;
  cursor: default;
}
.a-button-remove.a-button-link.a-button:before,
.a-button-remove.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-remove:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-remove.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-remove.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-button-remove:before,
.m-oney-widget-section .a-button-remove.oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-remove.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-remove.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-button-remove.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-button-remove.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-remove.a-link:before {
  display: none;
}
.a-button-remove.a-button-link.a-button:after,
.a-button-remove.a-link:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-remove:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-remove.a-button-link.a-link:not(.a-button-plain):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-remove.a-button-link.a-button[data-popover-id]:after,
.m-form.oidc-registration .m-termsconditions a.a-button-remove:after,
.m-oney-widget-section .a-button-remove.oney-widget-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-remove.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-remove.a-button-link.a-link.a-button-primary:after,
.o-alternativeproduct
  .tile-description
  > .a-button-remove.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-button-remove.a-button-link.a-link:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-remove.a-link:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
  position: absolute;
  right: 15px;
}
.a-button-disabled.a-button-link.a-button,
.a-button-disabled.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-disabled,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-disabled,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-disabled.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-disabled.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button-disabled,
.m-oney-widget-section .a-button-disabled.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-disabled.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-disabled.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .tile-description
  > .a-button-disabled.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-disabled.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-disabled.a-link {
  background-color: #000;
  opacity: 0.2;
  cursor: not-allowed;
  pointer-events: none;
}
.a-link-article.a-button-link.a-button,
.a-link-article.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-article,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-article,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-article.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link-article.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-link-article,
.m-oney-widget-section .a-link-article.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-article.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-article.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .tile-description
  > .a-link-article.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-article.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-article.a-link {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.a-link-article.a-button-link.a-button:before,
.a-link-article.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-article:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-article.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-article.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-link-article:before,
.m-oney-widget-section .a-link-article.oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-article.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-article.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-link-article.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-link-article.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-article.a-link:before {
  display: none;
}
.a-link-article.a-button-link.a-button span.text,
.a-link-article.a-link span.text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-article
  span.text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-article.a-button-link.a-link:not(.a-button-plain)
  span.text,
.m-form.oidc-registration .m-termsconditions a.a-link-article span.text,
.m-oney-widget-section .a-link-article.oney-widget-link span.text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-article.a-button-link.a-link
  span.text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-article.a-button-link.a-link.a-button-primary
  span.text,
.o-alternativeproduct
  .tile-description
  > .a-link-article.a-link.a-link-primary:not(.a-button)
  span.text,
.o-myproducts
  > .myproducts-controls
  .a-link-article.a-button-link.a-link:not(.a-button-plain)
  span.text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-article.a-link
  span.text {
  padding: -webkit-calc(1rem / 7) 0;
  padding: calc(1rem / 7) 0;
}
.a-link-article.a-button-link.a-button:after,
.a-link-article.a-link:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-article:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-article.a-button-link.a-link:not(.a-button-plain):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-article.a-button-link.a-button[data-popover-id]:after,
.m-form.oidc-registration .m-termsconditions a.a-link-article:after,
.m-oney-widget-section .a-link-article.oney-widget-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-article.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-article.a-button-link.a-link.a-button-primary:after,
.o-alternativeproduct
  .tile-description
  > .a-link-article.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-link-article.a-button-link.a-link:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-article.a-link:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: auto;
}
.a-link-article.a-button-link.a-button:visited,
.a-link-article.a-link:visited,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-article:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-article:visited,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-article.a-button-link.a-link:visited:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-article.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-article:hover,
.m-form.oidc-registration .m-termsconditions a.a-link-article:visited,
.m-oney-widget-section .a-link-article.oney-widget-link:visited,
.m-oney-widget-section .no-touchevents .a-link-article.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-article.a-button-link.a-link:visited,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-article.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-article.a-button-link.a-link.a-button-primary:visited,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-article.a-button-link.a-link.a-button-primary:hover,
.no-touchevents .a-link-article.a-button-link.a-button:hover,
.no-touchevents .a-link-article.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-article:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-article.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-article:hover,
.no-touchevents .m-oney-widget-section .a-link-article.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-article.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-article.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-link-article.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-article.a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-article.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-article.a-link.a-link-primary:visited:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-article.a-button-link.a-link:visited:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-article.a-link:visited,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-article.a-link:hover {
  color: #000;
}
.ios-os body:not(:root) .a-link.has-icon .icon,
.ios-os body:not(:root) .a-link.has-icon .text,
.mac-os body:not(:root) .a-link.has-icon .icon,
.mac-os body:not(:root) .a-link.has-icon .text {
  vertical-align: unset;
}
[dir="rtl"] .content-inner li a:before,
[dir="rtl"] .icon-arrow-right:before,
[dir="rtl"] .m-serviceteaser .list-unstyled a.a-link:before,
[dir="rtl"] .teaser-links a:before,
[dir="rtl"] form i.icon-arrow-left:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
@-webkit-keyframes loader {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes loader {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.a-loader {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.a-loader.area {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 500;
}
.a-loader.inline-area {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.a-loader.layer {
  background: rgba(0, 0, 0, 0.5);
  height: 100% !important;
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 500;
}
.a-loader .loading-indicator {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cssanimations .a-loader {
  height: 18px;
  width: 18px;
}
.cssanimations .a-loader img {
  display: none;
}
.cssanimations .a-loader .loading-indicator {
  height: 18px;
  width: 18px;
}
.cssanimations .a-loader .loader-el {
  -webkit-animation: 1s infinite loader;
  animation: 1s infinite loader;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  display: block;
  height: 4px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 2px);
  top: calc(50% - 2px);
  width: 1px;
}
.cssanimations .a-loader.area .loader-el,
.cssanimations .a-loader.inline-area .loader-el,
.cssanimations .a-loader.layer .loader-el {
  height: 16px;
  width: 2px;
}
.cssanimations .a-loader.inline-area {
  width: 100%;
  height: 100%;
}
.cssanimations .a-loader .loader-el-0 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-transform: rotate(0) translateY(6px);
  -ms-transform: rotate(0) translateY(6px);
  transform: rotate(0) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-0,
.cssanimations .a-loader.inline-area .loader-el-0,
.cssanimations .a-loader.layer .loader-el-0 {
  -webkit-transform: rotate(0) translateY(20px);
  -ms-transform: rotate(0) translateY(20px);
  transform: rotate(0) translateY(20px);
}
.cssanimations .a-loader .loader-el-1 {
  -webkit-animation-delay: -0.9166666667s;
  animation-delay: -0.9166666667s;
  -webkit-transform: rotate(30deg) translateY(6px);
  -ms-transform: rotate(30deg) translateY(6px);
  transform: rotate(30deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-1,
.cssanimations .a-loader.inline-area .loader-el-1,
.cssanimations .a-loader.layer .loader-el-1 {
  -webkit-transform: rotate(30deg) translateY(20px);
  -ms-transform: rotate(30deg) translateY(20px);
  transform: rotate(30deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-2 {
  -webkit-animation-delay: -0.8333333333s;
  animation-delay: -0.8333333333s;
  -webkit-transform: rotate(60deg) translateY(6px);
  -ms-transform: rotate(60deg) translateY(6px);
  transform: rotate(60deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-2,
.cssanimations .a-loader.inline-area .loader-el-2,
.cssanimations .a-loader.layer .loader-el-2 {
  -webkit-transform: rotate(60deg) translateY(20px);
  -ms-transform: rotate(60deg) translateY(20px);
  transform: rotate(60deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-3 {
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
  -webkit-transform: rotate(90deg) translateY(6px);
  -ms-transform: rotate(90deg) translateY(6px);
  transform: rotate(90deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-3,
.cssanimations .a-loader.inline-area .loader-el-3,
.cssanimations .a-loader.layer .loader-el-3 {
  -webkit-transform: rotate(90deg) translateY(20px);
  -ms-transform: rotate(90deg) translateY(20px);
  transform: rotate(90deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-4 {
  -webkit-animation-delay: -0.6666666667s;
  animation-delay: -0.6666666667s;
  -webkit-transform: rotate(120deg) translateY(6px);
  -ms-transform: rotate(120deg) translateY(6px);
  transform: rotate(120deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-4,
.cssanimations .a-loader.inline-area .loader-el-4,
.cssanimations .a-loader.layer .loader-el-4 {
  -webkit-transform: rotate(120deg) translateY(20px);
  -ms-transform: rotate(120deg) translateY(20px);
  transform: rotate(120deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-5 {
  -webkit-animation-delay: -0.5833333333s;
  animation-delay: -0.5833333333s;
  -webkit-transform: rotate(150deg) translateY(6px);
  -ms-transform: rotate(150deg) translateY(6px);
  transform: rotate(150deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-5,
.cssanimations .a-loader.inline-area .loader-el-5,
.cssanimations .a-loader.layer .loader-el-5 {
  -webkit-transform: rotate(150deg) translateY(20px);
  -ms-transform: rotate(150deg) translateY(20px);
  transform: rotate(150deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-6 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  -webkit-transform: rotate(180deg) translateY(6px);
  -ms-transform: rotate(180deg) translateY(6px);
  transform: rotate(180deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-6,
.cssanimations .a-loader.inline-area .loader-el-6,
.cssanimations .a-loader.layer .loader-el-6 {
  -webkit-transform: rotate(180deg) translateY(20px);
  -ms-transform: rotate(180deg) translateY(20px);
  transform: rotate(180deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-7 {
  -webkit-animation-delay: -0.4166666667s;
  animation-delay: -0.4166666667s;
  -webkit-transform: rotate(210deg) translateY(6px);
  -ms-transform: rotate(210deg) translateY(6px);
  transform: rotate(210deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-7,
.cssanimations .a-loader.inline-area .loader-el-7,
.cssanimations .a-loader.layer .loader-el-7 {
  -webkit-transform: rotate(210deg) translateY(20px);
  -ms-transform: rotate(210deg) translateY(20px);
  transform: rotate(210deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-8 {
  -webkit-animation-delay: -0.3333333333s;
  animation-delay: -0.3333333333s;
  -webkit-transform: rotate(240deg) translateY(6px);
  -ms-transform: rotate(240deg) translateY(6px);
  transform: rotate(240deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-8,
.cssanimations .a-loader.inline-area .loader-el-8,
.cssanimations .a-loader.layer .loader-el-8 {
  -webkit-transform: rotate(240deg) translateY(20px);
  -ms-transform: rotate(240deg) translateY(20px);
  transform: rotate(240deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-9 {
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
  -webkit-transform: rotate(270deg) translateY(6px);
  -ms-transform: rotate(270deg) translateY(6px);
  transform: rotate(270deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-9,
.cssanimations .a-loader.inline-area .loader-el-9,
.cssanimations .a-loader.layer .loader-el-9 {
  -webkit-transform: rotate(270deg) translateY(20px);
  -ms-transform: rotate(270deg) translateY(20px);
  transform: rotate(270deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-10 {
  -webkit-animation-delay: -0.1666666667s;
  animation-delay: -0.1666666667s;
  -webkit-transform: rotate(300deg) translateY(6px);
  -ms-transform: rotate(300deg) translateY(6px);
  transform: rotate(300deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-10,
.cssanimations .a-loader.inline-area .loader-el-10,
.cssanimations .a-loader.layer .loader-el-10 {
  -webkit-transform: rotate(300deg) translateY(20px);
  -ms-transform: rotate(300deg) translateY(20px);
  transform: rotate(300deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-11 {
  -webkit-animation-delay: -83.3333333ms;
  animation-delay: -83.3333333ms;
  -webkit-transform: rotate(330deg) translateY(6px);
  -ms-transform: rotate(330deg) translateY(6px);
  transform: rotate(330deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-11,
.cssanimations .a-loader.inline-area .loader-el-11,
.cssanimations .a-loader.layer .loader-el-11 {
  -webkit-transform: rotate(330deg) translateY(20px);
  -ms-transform: rotate(330deg) translateY(20px);
  transform: rotate(330deg) translateY(20px);
}
.cssanimations .a-loader .loader-el-12 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-transform: rotate(360deg) translateY(6px);
  -ms-transform: rotate(360deg) translateY(6px);
  transform: rotate(360deg) translateY(6px);
}
.cssanimations .a-loader.area .loader-el-12,
.cssanimations .a-loader.inline-area .loader-el-12,
.cssanimations .a-loader.layer .loader-el-12 {
  -webkit-transform: rotate(360deg) translateY(20px);
  -ms-transform: rotate(360deg) translateY(20px);
  transform: rotate(360deg) translateY(20px);
}
.a-loader .loading-text {
  font-size: 16px;
  color: #d4d9de;
  font-weight: 700;
  position: relative;
  top: 70px;
  left: -106px;
  width: 250px;
  display: inline-block;
}
.a-loadmore {
  clear: both;
  display: inline-block;
  float: left;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.a-loadmore.a-loadmore-rebrush {
  left: auto;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
.a-logo {
  display: block;
  overflow: hidden;
  position: relative;
}
.a-logo .a-image,
.a-logo .a-image img {
  width: auto;
}
.a-logo.svg-logo .a-image img,
.a-logo.svg-logo svg {
  width: 150px;
  height: 50px;
}
.a-menu {
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.a-menu:focus {
  outline: #000 dotted 1px;
}
.a-menu span {
  display: block;
  position: absolute;
  height: 2.5px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.a-menu span:nth-child(1) {
  top: 0;
}
.a-menu span:nth-child(2),
.a-menu span:nth-child(3) {
  top: 6px;
}
.a-menu span:nth-child(4) {
  top: 12px;
}
.a-menu.open span:nth-child(1) {
  top: 6px;
  width: 0%;
  left: 50%;
}
.a-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.a-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.a-menu.open span:nth-child(4) {
  top: 6px;
  width: 0%;
  left: 50%;
}
.a-menulinks .menu-link {
  cursor: pointer;
}
.a-menulinks .menu-link.a-link {
  display: inline;
  color: #000;
}
.a-menulinks .menu-link:focus {
  outline: #000 dotted 1px;
}
@media (min-width: 900px) {
  .a-menulinks .menu-link {
    border-bottom: 2px solid transparent;
  }
  .a-menulinks .menu-link.active {
    border-bottom: 2px solid;
  }
}
.a-morecontenttogglelink {
  width: 100%;
}
.form-row .a-morecontenttogglelink {
  margin-bottom: 0;
}
.a-morecontenttogglelink .more-less-button {
  display: inline-block;
  padding: 0;
  width: 100%;
}
.a-morecontenttogglelink.expand-link {
  margin: 0;
}
.a-morecontenttogglelink.expand-link .more-less-button {
  padding: 0;
}
.a-morecontenttogglelink .content-toggle .icon,
.a-morecontenttogglelink .content-toggle.is-open .icon,
.a-morecontenttogglelink.expand-link .content-toggle .icon,
.a-morecontenttogglelink.expand-link .content-toggle.is-open .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-morecontenttogglelink .content {
  max-height: 0;
  overflow: hidden;
}
.a-morecontenttogglelink .content:after {
  clear: both;
  content: "";
  display: table;
}
.a-morecontenttogglelink .content.is-in-transition {
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
.a-morecontenttogglelink .content.is-open {
  max-height: none;
  overflow: visible;
}
.a-morecontenttogglelink .content .content-less-toggle {
  text-align: center;
  width: 100%;
}
.a-morecontenttogglelink .content .content-less-toggle .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-morecontenttogglelink .content > :last-child {
  margin-bottom: 0;
}
.a-morecontenttogglelink .content .o-teasercontainer {
  margin-left: -1.3888888889%;
  margin-right: -1.3888888889%;
}
.a-page-part-container {
  width: 100vw;
  max-width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
  background-color: #f2f2f2;
  padding: 25px 0;
  margin-bottom: 50px;
}
.a-page-part-container .page-part-container-wrap {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.a-page-part-container .page-part-container-wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.a-paginationarrows.next,
.a-paginationarrows.prev {
  background: 0 0;
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 24px;
  margin-top: -12px;
  opacity: 1;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 1;
}
.a-paginationarrows.next.slick-disabled,
.a-paginationarrows.prev.slick-disabled {
  background: 0 0;
}
.no-touchevents .a-paginationarrows.next:hover,
.no-touchevents .a-paginationarrows.prev:hover {
  background-color: transparent;
}
.no-touchevents .a-paginationarrows.next:hover.slick-disabled,
.no-touchevents .a-paginationarrows.prev:hover.slick-disabled {
  background: 0 0;
  cursor: default;
}
.a-paginationarrows.next {
  right: 0;
}
.a-paginationarrows.next:before,
[dir="rtl"] .a-paginationarrows.next:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-paginationarrows.next.last-slide {
  right: 0;
}
.a-paginationarrows.next.last-slide:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-paginationarrows.prev {
  left: 0;
}
.a-paginationarrows.prev:before,
[dir="rtl"] .a-paginationarrows.prev:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
@media (min-width: 750px) {
  .a-paginationarrows.next,
  .a-paginationarrows.prev {
    font-size: 24px;
    height: 24px;
    margin-top: -12px;
    width: 24px;
  }
}
.a-paginationdots {
  bottom: 0;
  display: block;
  list-style: none;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.a-paginationdots li {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 2px;
  padding: 0;
  position: relative;
}
.a-paginationdots li button {
  background: #fff;
  border: none;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  width: 3px;
}
.a-paginationdots li.slick-active button {
  background: #fff;
}
@media (min-width: 900px) {
  .a-paginationarrows.next,
  .a-paginationarrows.prev {
    font-size: 24px;
    height: 24px;
    margin-top: -12px;
    width: 24px;
  }
  .a-paginationdots .slick-dots {
    bottom: 0;
  }
}
.a-paginationnumber {
  color: #86939b;
  font-size: 16px;
}
.a-productavailability {
  display: inline-block;
  margin: 0;
}
.a-productavailability:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-productavailability.a-link.in-stock,
.a-productavailability.available,
.a-productavailability.in-stock {
  color: #000;
}
.a-productavailability.available {
  margin-top: 0;
}
.a-productavailability.available .text {
  color: #2d373c;
}
.a-product-code-energy-label .energy-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-product-code-energy-label .energy-label-image {
  margin-right: 15px;
}
.a-product-code-energy-label .energy-label-class-range {
  display: block;
}
.a-progressbar {
  width: 100%;
  background-color: #000;
}
.a-progressbar .rectanglebar {
  height: 3px;
  background-color: #3cc8be;
}
.a-rating-bazaar-voice
  #BVRRSummaryContainer
  .bv-ask-question:visited.a-link-secondary,
.a-rating-bazaar-voice
  #BVRRSummaryContainer
  .bv-text-link:visited.a-link-secondary,
.a-rating-bazaar-voice
  #BVRRSummaryContainer
  .bv-write-review:visited.a-link-secondary {
  color: #d4d9de !important;
}
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-rating-stars {
  color: #ffb902 !important;
}
.bv-cleanslate.bv-popup-in .bv-core-container-660 .bv-popup {
  border: 1px solid #41aaaa !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-top: 10px !important;
}
.bv-cleanslate.bv-popup-in
  .bv-core-container-660
  .bv-popup
  .bv-popup-histogram-ratings
  table {
  width: 90% !important;
}
.bv-cleanslate.bv-popup-in
  .bv-core-container-660
  .bv-popup
  .bv-popup-histogram-ratings
  table
  .bv-popup-histogram-ratings-star {
  padding-left: 0 !important;
}
.bv-cleanslate.bv-popup-in
  .bv-core-container-660
  .bv-popup
  .bv-popup-histogram-ratings
  table
  .bv-popup-histogram-ratings-score {
  padding-right: 0 !important;
}
.bv-cleanslate.bv-popup-in
  .bv-core-container-660
  .bv-popup
  .bv-content-secondary-ratings-container {
  background-color: #d4d9de !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bv-cleanslate.bv-popup-in
  .bv-core-container-660
  .bv-popup
  .bv-content-secondary-ratings-container
  .bv-content-secondary-ratings-value {
  background-color: #41aaaa !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bv-cleanslate.bv-popup-in .bv-core-container-660 .bv-popup .bv-action-bar {
  margin: 0 auto !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 90% !important;
}
.bv-cleanslate.bv-popup-in
  .bv-core-container-660
  .bv-popup
  .bv-action-bar
  .bv-toplevel-actions
  button.bv-read-review {
  background: #41aaaa !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 11px !important;
  -webkit-transition: none !important;
  transition: none !important;
  width: 100% !important;
}
.bv-cleanslate.bv-popup-in
  .bv-core-container-660
  .bv-popup
  .bv-action-bar
  .bv-toplevel-actions
  button.bv-read-review:hover {
  background: #a5e1e1 !important;
}
.a-rating .scale .icon {
  color: #d4d9de;
}
.a-rating .scale .icon.is-active-partly {
  overflow: hidden;
  position: absolute;
}
.a-rating .unclickableRating {
  display: inline;
}
.a-rating .ratings .number,
.a-rating .reviews .number {
  color: #0064a6;
  padding-left: 0;
}
.a-rating .ratings .number:before,
.a-rating .reviews .number:before {
  content: "(";
}
.a-rating .ratings .number:after,
.a-rating .reviews .number:after {
  content: ")";
}
.a-ratingdimension .scale .icon {
  line-height: 1;
  color: #d4d9de;
}
.a-ratingdimension .scale .icon.is-active {
  color: #0064a6;
}
.a-ratingdimension .scale .icon.is-active-partly {
  overflow: hidden;
  position: absolute;
}
.a-ratingdimension .unclickable-rating {
  display: block;
  max-height: 10px;
}
.a-ratingdimension .ratings .number,
.a-ratingdimension .reviews .number {
  color: #0064a6;
  padding-left: 0;
}
.a-ratingdimension .ratings .number:before,
.a-ratingdimension .reviews .number:before {
  content: "(";
}
.a-ratingdimension .ratings .number:after,
.a-ratingdimension .reviews .number:after {
  content: ")";
}
.a-reviewheading.span,
span.a-reviewheading {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px;
  font-weight: 700;
}
.a-selectedfilter {
  background: 0 0;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
}
.a-selectedfilter:hover {
  background: #000;
  cursor: pointer;
}
.a-selectedfilter .icon-close {
  border: 1px solid #879baa;
  padding: 1px;
}
.a-selectedfilter .a-rating {
  margin-left: 5px;
  display: inline-block;
}
.a-selectedfilter .a-rating .scale .icon {
  font-size: 22px;
  color: #dfe6ed;
  vertical-align: middle;
  margin-top: -2px;
}
.a-selectedfilter .a-rating .scale .icon.is-active {
  color: #ffb902;
}
.a-selectedfilter.unselectable:hover {
  background: 0 0;
  cursor: default;
}
.a-selectedfilter.unselectable .icon {
  display: none;
}
.a-st4bold {
  font-weight: 700;
}
.a-st4emphasis {
  font-style: italic;
}
.a-st4image {
  display: inline;
}
.a-st4imagecontainer {
  display: block;
}
.a-st4imagecontainer .st4-image-caption {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 5px;
  width: 100%;
}
.a-st4imagecontainer .st4-image-caption .st4-imgtitle {
  display: block;
}
.a-st4link {
  display: initial;
}
.a-stateindicator {
  display: block;
  margin-bottom: 20px;
}
.a-stateindicator:last-child {
  margin-bottom: 0;
}
.a-stateindicator::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-stateindicator.a-link.cancelled::before,
.a-stateindicator.a-link.expired::before,
.a-stateindicator.cancelled::before,
.a-stateindicator.expired::before {
  color: #999;
}
.a-stateindicator.a-link.ordered::before,
.a-stateindicator.a-link.shipped::before,
.a-stateindicator.ordered::before,
.a-stateindicator.shipped::before {
  color: #f6ff0d;
}
.a-stateindicator.a-link.confirmed::before,
.a-stateindicator.a-link.created::before,
.a-stateindicator.a-link.inprocess::before,
.a-stateindicator.confirmed::before,
.a-stateindicator.created::before,
.a-stateindicator.inprocess::before {
  color: #53b044;
}
@media (min-width: 750px) {
  .a-reviewheading.span,
  span.a-reviewheading {
    font-size: 22px;
    line-height: 26px;
  }
  .a-stateindicator {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
  }
}
.a-text2col .column.first {
  padding-right: 1.3888888889%;
}
.a-text2col .column.last {
  padding-left: 1.3888888889%;
}
.a-textpictogram {
  width: 100%;
}
.a-textpictogram.float-none .text {
  display: table;
}
.a-textpictogram .a-image {
  float: left;
  margin: 0 30px 5px 0;
}
@media (max-width: 749px) {
  .a-ratingdimension .scale .icon {
    font-size: 24px;
  }
  .a-textpictogram .text {
    clear: both;
  }
}
.a-toggleSwitch {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.a-toggleSwitch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.a-toggleSwitch input:checked ~ .control {
  background-color: #41aaaa;
}
.a-toggleSwitch input:checked ~ .control:after {
  left: 22px;
}
.a-toggleSwitch .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  background-color: #666;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.a-toggleSwitch .control:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #fff;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
}
.a-tooltip {
  max-width: 300px;
  opacity: 0;
  white-space: nowrap;
  z-index: 500;
}
.a-tooltip.is-active {
  opacity: 1;
}
.a-totop {
  color: #41aaaa;
  font-size: 16px;
  line-height: 28px;
  margin: 0 10px;
}
@media (min-width: 900px) {
  .a-reviewheading.span,
  span.a-reviewheading {
    font-size: 1em;
    line-height: 26px;
  }
  .m-layer_addnewcard .layer-wrapper .layer-content {
    width: 50%;
  }
}
.m-add-question .layer-content-wrapper,
.m-add-question .layer-content-wrapper .col-container {
  display: block;
}
.m-add-question .layer-content-wrapper .col-container .col-img img {
  max-width: 100%;
  max-height: 200px;
}
@media (min-width: 750px) {
  .m-add-question .layer-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .m-add-question .layer-content-wrapper .col-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .m-add-question .layer-content-wrapper .guidelines-wrapper {
    position: relative;
  }
}
.m-addtocartpopover .popover-header {
  float: right;
}
.m-addtocartpopover .popover-content .a-image {
  display: none;
}
.m-addtocartpopover .popover-content .description {
  float: right;
  margin: 0 0 5px;
  width: 60%;
}
@media (min-width: 900px) {
  .m-addtocartpopover .popover-content .a-image {
    display: block;
    margin: 0 10px 0 0;
  }
  .m-addtocartpopover .popover-content .description {
    margin: 0 10px 5px 0;
  }
}
.m-advanceenumber .divider-text {
  display: block;
  margin: 0 0 20px;
}
.m-advanceenumber .m-searchfield,
.m-advanceenumber .m-searchinput:last-child {
  margin-bottom: 0;
}
.m-advanceenumber .searchfield-fullwidth .form-row:last-of-type {
  margin-right: 0;
}
.m-advanceenumber .form-row:last-of-type {
  padding: 0;
}
.m-advanceenumber
  .form-row:last-of-type
  .input-wrap:not(.fullwidth)
  .form-error-wrapper:before {
  display: none !important;
}
.m-advanceenumber .form-row:last-of-type + div {
  display: none;
}
.m-advanceenumber .m-enterenumberproductids {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.m-advanceenumber .m-enterenumberproductids .m-searchfield m-searchinput {
  margin-bottom: 0 !important;
}
.m-advanceenumber .m-enterenumberproductids .m-searchfield .input-wrap {
  width: 100% !important;
  padding-right: 0 !important;
}
.m-advanceenumberfield .form-row-wrapper {
  position: relative;
}
.m-advanceenumberfield .form-row-wrapper fieldset.form-row {
  margin-right: 0;
  padding: 0;
}
.m-advanceenumberfield .uppercase {
  text-transform: uppercase;
}
.m-advanceenumberfield .form-input-icon {
  position: absolute;
  right: 5px !important;
  top: 43px;
}
.m-advanceenumberfield .icon.icon-calendar {
  font-size: 25px;
  top: 38px;
}
.m-advanceenumberfield .m-enterenumberproductids {
  padding: 0 !important;
  margin-bottom: 10 !important;
}
.m-advanceenumberfield .m-enterenumberproductids .m-searchfield m-searchinput {
  margin-bottom: 0 !important;
  width: 100% !important;
}
.m-advanceenumberfield
  .m-enterenumberproductids
  .m-searchfield
  m-searchinput
  .form-row
  .searchinput
  .input-wrap {
  width: 100% !important;
}
.m-advanceenumberfield .m-enterenumberproductids .m-searchfield .input-wrap {
  width: 100% !important;
  padding-right: 0 !important;
}
.m-all-filter-modal {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-all-filter-modal .modal {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  padding: 10px 0;
  overflow: auto;
}
.m-all-filter-modal .modal.open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.m-all-filter-modal .modal.animation-in {
  -webkit-animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    blowUpModal;
  animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards blowUpModal;
}
.m-all-filter-modal .modal.animation-out {
  -webkit-animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    blowUpModalReverse;
  animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards blowUpModalReverse;
}
.m-all-filter-modal .modal .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-all-filter-modal .modal .icon.close-modal:focus {
  outline: #000 dotted 1px;
}
.m-all-filter-modal .modal .price-range {
  position: relative;
}
.m-all-filter-modal .modal .price-range .rangeslider {
  position: static;
  -ms-touch-action: none;
  touch-action: none;
}
.m-all-filter-modal .modal .price-range .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 8px;
}
.m-all-filter-modal .modal .price-range .input-container .price-range-inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-all-filter-modal
  .modal
  .price-range
  .input-container
  .price-range-inputs
  .divider {
  border-top: 2px solid #000;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 15px;
  margin: 0 5px;
}
.m-all-filter-modal
  .modal
  .price-range
  .input-container
  .price-range-inputs
  input {
  width: 75px;
  padding: 5px;
}
.m-all-filter-modal .modal .general-filter .filter {
  border-top: 1px solid #eee;
}
.m-all-filter-modal .modal .general-filter .filter.open .filter-content {
  display: block;
}
.m-all-filter-modal .modal .general-filter .filter.open .selected-filters {
  display: none;
}
.m-all-filter-modal .modal .general-filter .filter .filter-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-all-filter-modal .modal .general-filter .filter .filter-head .filter-toggle {
  margin-left: 10px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-head
  .selected-filters {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #0064a6;
  margin: 5px 0;
}
.m-all-filter-modal .modal .general-filter .filter .filter-text-container {
  overflow: hidden;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-text-container
  .filter-name
  .filter-name-text {
  font-weight: 700;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-text-container
  .filter-name
  .a-button {
  height: auto;
}
.m-all-filter-modal .modal .general-filter .filter .filter-content {
  display: none;
}
.m-all-filter-modal .modal .sort-by .sort-by-headline {
  padding: 10px 8px;
}
.m-all-filter-modal .modal .sort-by .chips-container {
  padding: 10px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.m-all-filter-modal .modal .sort-by .chips-container .m-chips:first-of-type {
  margin-left: 0;
}
.m-all-filter-modal .modal .sort-by .chips-container .m-chips:last-of-type {
  margin-right: 0;
}
.m-all-filter-modal .modal .cta .results-button {
  width: 100%;
}
.m-all-filter-modal .modal .reset .reset-button {
  display: block;
  padding: 0;
  background: 0 0;
  text-align: left;
}
@-webkit-keyframes blowUpModal {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes blowUpModalReverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.o-alternativeproduct {
  overflow: hidden;
  height: auto;
}
.o-alternativeproduct .tile-description {
  max-width: 300px;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.o-alternativeproduct .tile-description .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-alternativeproduct .tile-description .m-producttitle .product-code {
  font-size: 14px;
  line-height: normal;
}
.o-alternativeproduct .tile-description .m-producttitle .product-name {
  font-size: 18px;
  line-height: normal;
}
.o-alternativeproduct .tile-description .m-producttitle .fragment {
  overflow-wrap: anywhere;
}
.o-alternativeproduct .product-image-wrapper {
  position: relative;
  background-color: #fff;
}
.o-alternativeproduct .product-image-wrapper .a-link {
  width: 100%;
}
.o-alternativeproduct .product-image-wrapper .a-link .a-image {
  padding: 0;
}
.o-alternativeproduct .product-image-wrapper .a-link .a-image img {
  height: 178px;
  object-fit: contain;
}
.m-article-in-checkout {
  background-color: #fff;
  padding: 0.5rem 10px 1rem 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.m-article-in-checkout .article-media-container {
  float: left;
  width: 30%;
  padding: 10px 10px 0 0;
}
.m-article-in-checkout .article-link {
  color: inherit;
}
.m-article-in-checkout .article-header {
  float: right;
  width: 70%;
  padding: 10px 10px 0 0;
}
.m-article-in-checkout .article-content {
  width: 70%;
  float: right;
}
@media (max-width: 899px) {
  .m-addtocartpopover .popover-content .description {
    max-width: none;
    width: 100%;
  }
  .m-article-in-checkout .article-content {
    width: 100%;
    padding: 0;
  }
}
.m-article-in-checkout .article-quantity {
  margin: 1rem 0 0;
}
@media (max-width: 749px) {
  .m-article-in-checkout .article-quantity {
    margin: 1rem 0;
  }
}
.m-article-in-checkout .article-description .a-heading {
  margin-bottom: 0;
}
.m-article-in-checkout .article-description .article-description-code {
  color: #666;
  font-size: 1rem;
}
.m-article-in-checkout .available-icon {
  color: #53b044;
}
.m-article-in-checkout .article-price-container {
  margin: 1rem 0;
}
.m-article-in-checkout .article-price-vat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0 0 0.5rem;
}
.m-article-in-checkout .article-price {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0.5rem 0 0;
  color: #000;
}
.m-article-in-checkout .article-vat {
  font-size: 0.7rem;
  color: #000;
}
.m-article-in-checkout .additional-text {
  font-size: 0.7rem;
  color: #666;
}
.m-article-in-checkout .input-options {
  border: 1px solid #d4d9de;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  margin-top: 10px;
}
.m-article-in-checkout .input-options .input-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-article-in-checkout .input-options .input-option p {
  display: inline;
  margin: 0;
  padding: 0;
}
.m-article-in-checkout .text-highlight {
  font-weight: 700;
}
.m-article-in-checkout .a-alert.checkout-alert {
  margin: 0.5rem 0 0;
}
.m-article-in-checkout .checkout-callout {
  margin: 0 0 5px;
}
.m-article-in-checkout .article-productsets {
  margin-top: 10px;
  float: none;
  padding: 0;
  width: 100%;
}
.m-article-in-checkout .cew-list {
  margin-top: 0;
  overflow: hidden;
  line-height: 13px;
  width: 100%;
}
.m-article-in-checkout .cew-container {
  overflow: hidden;
  margin-top: 3px;
}
.m-article-in-checkout .cew-label {
  overflow-wrap: break-word;
  float: left;
  width: 30%;
}
@media (max-width: 749px) {
  .m-article-in-checkout .cew-label {
    width: 40%;
  }
}
.m-article-in-checkout .cew-value {
  overflow-wrap: break-word;
  float: right;
  margin-bottom: 0;
  margin-left: 0;
  width: 70%;
}
@media (max-width: 749px) {
  .m-article-in-checkout .cew-value {
    width: 60%;
  }
  .m-article-in-checkout .input-options .quantityselector-button {
    width: 20px;
  }
}
.m-article-in-checkout .a-heading {
  font-size: 1em;
}
.m-article-in-checkout .article-previous {
  display: block;
  color: #999;
  text-decoration: line-through;
  font-size: 1rem;
}
.m-article-in-checkout .article-edit {
  width: 100%;
  text-decoration: underline;
  text-align: right;
}
.m-article-in-checkout .delete {
  text-align: right;
  margin-top: 10px;
}
.m-article-in-checkout .input-options .a-morecontenttogglelink {
  margin-bottom: 15px;
}
.m-article-in-checkout .input-options .quantityselector-button {
  height: 24px;
  line-height: 0;
}
.m-article-in-checkout .input-options .quantityselector-value {
  height: 24px;
  width: 40px;
}
.m-article-in-checkout .input-option-item {
  width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 749px) {
  .m-article-in-checkout .input-options .quantityselector-value {
    width: 30px;
  }
  .m-article-in-checkout .input-options .icon-xs {
    font-size: 7px;
  }
  .m-article-in-checkout .input-option-item {
    width: 200px;
  }
}
.m-article-in-checkout .input-option {
  margin-bottom: 15px;
}
.m-article-in-checkout .applied-discount-value {
  color: red;
}
.m-article-in-checkout .subscription-selection .m-subscriptionselection {
  float: none;
  margin-top: 10px;
}
.m-article-in-checkout
  .subscription-selection
  .select2-container
  .select2-selection,
.m-article-in-checkout
  .subscription-selection
  .select2-container--default
  .select2-results
  .select2-results__option {
  background-color: #fff;
}
.m-article-in-checkout .subscription-selection .radio-border {
  border: 1px solid #000;
  border-radius: 0.25rem;
}
.m-article-in-checkout .local-stock-article {
  color: #000;
}
.m-article-in-checkout .m-quantityselector .quantityselector-value {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.m-article-in-checkout .m-quantityselector .quantityselector-button-minus {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: #fff;
  border: 1px solid #000;
}
.m-article-in-checkout .m-quantityselector .quantityselector-button-plus {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: #fff;
  border: 1px solid #000;
}
.m-article-in-checkout .price {
  font-weight: 700;
}
.m-article-in-checkout .previous {
  color: #999;
  text-decoration: line-through;
  margin-left: 5px;
  font-weight: 700;
}
.m-article-in-checkout .no-stock {
  color: red;
}
.m-averageproductrating {
  float: left;
  text-align: center;
}
.m-averageproductrating .avg-rating {
  display: block;
  font-size: 30px;
  padding: 5% 0 0;
}
.m-averageproductrating .totalReviews {
  margin: 10% 0 0;
}
.m-averageproductrating .totalReviews span {
  font-size: 20px;
}
@media (min-width: 750px) {
  .m-averageproductrating .avg-rating {
    padding: 10% 0 5%;
    font-size: 50px;
  }
}
@media (min-width: 900px) {
  .m-averageproductrating .avg-rating {
    padding: 20% 0 5%;
    font-size: 60px;
  }
  .m-breadcrumb ul:not(.extendbreadcrumb-list) {
    margin: 0;
    padding: 5px 0;
  }
}
.m-awardgallery {
  margin: 0;
}
.m-awardgallery .awards-slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0 0;
}
.m-awardgallery .awards-slider .slick-dots li button {
  background-color: #c7c7c7;
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border-width: 0;
  padding: 0;
}
.m-awardgallery .awards-slider .slick-dots li.slick-active button {
  background-color: #000;
}
.m-awardgallery .awards-slider .slick-track {
  margin-left: 0;
}
.m-awardgallery .awards-slider .award-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
}
.m-awardgallery .awards-slider .award-caption {
  font-size: 12px;
  margin: 5px 0 0;
}
.m-awardgallery .awards-slider .award-image-container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 160px;
}
.m-form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-form-actions .form-action-cart,
.m-form-actions .form-action-save-quote {
  margin-top: 10px;
}
@media (max-width: 749px) {
  .m-form-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-form-actions .form-action-cart,
  .m-form-actions .form-action-save-quote {
    width: 100%;
  }
}
.m-form-actions .form-action-cart {
  margin-right: 20px;
}
.m-form-actions .button-secondary-wop {
  border-radius: 0.5rem;
  font-weight: 700;
  color: #2b5ee5;
  background-color: #fff;
  border: 1px solid #2b5ee5;
}
.m-form-actions .button-primary-wop {
  background: #2b5ee5;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.m-brandmosaic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-brandmosaic .item-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-template-areas: "row1 row1 row1" "row2 row2 row2";
  grid-gap: 15px;
}
.m-brandmosaic .item-wrapper .item-container {
  position: relative;
  overflow: hidden;
}
.m-brandmosaic .item-wrapper .item-container img,
.m-brandmosaic .item-wrapper .item-container video {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.m-brandmosaic .item-wrapper .item-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.2))
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.2) 100%
  );
  opacity: 1;
  z-index: 1;
}
.m-brandmosaic .item-wrapper .item-container:hover img,
.m-brandmosaic .item-wrapper .item-container:hover video {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.m-brandmosaic .item-wrapper .item-container .item-headline {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #000;
  font-weight: 700;
  z-index: 2;
}
.m-brandmosaic .item-wrapper .item-container:first-child {
  grid-area: row1;
}
.m-brandmosaic .item-wrapper .item-container:first-child .item-headline {
  font-size: 22px;
}
.m-brandmosaic .mosaic-button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #2b5ee5;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  margin: 15px 0 0;
}
.m-brandmosaic .mosaic-button:hover {
  background-color: #214abb;
}
.m-breadcrumb {
  cursor: default;
}
.m-breadcrumb ul:not(.extendbreadcrumb-list) li {
  max-height: 30px;
  padding-left: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 749px) {
  .m-brandmosaic .item-wrapper {
    grid-template-areas: "row1 row1" "row2 row2" "row3 row3";
  }
  .m-brandmosaic .item-wrapper .item-container:last-child {
    grid-area: row3;
  }
  .m-breadcrumb ul:not(.extendbreadcrumb-list) li.is-hidden-mobile {
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
  }
}
.m-breadcrumb ul:not(.extendbreadcrumb-list) li:not(:last-child):after {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #96a0aa;
  display: none;
  font-size: 10px;
  margin: 0 5px;
  vertical-align: middle;
}
.m-breadcrumb
  ul:not(.extendbreadcrumb-list)
  li:nth-child(n + 2):nth-last-child(n + 3):after {
  content: " ";
}
.m-breadcrumb ul:not(.extendbreadcrumb-list) li .a-link {
  vertical-align: middle;
}
.m-breadcrumb ul:not(.extendbreadcrumb-list) li.extend-breadcrumb {
  margin-right: 5px;
}
.m-breadcrumb .is-active {
  color: #000;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.m-breadcrumb .is-active:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
  left: -15px;
  position: absolute;
  top: 0;
}
.m-breadcrumb .is-active-mobile:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 750px) {
  .m-breadcrumb ul:not(.extendbreadcrumb-list):after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .m-breadcrumb ul:not(.extendbreadcrumb-list) li {
    float: left;
    padding-left: 0;
    -webkit-transition: none;
    transition: none;
  }
  .m-breadcrumb ul:not(.extendbreadcrumb-list) li:not(:last-child):after {
    display: inline-block;
  }
  .m-breadcrumb
    ul:not(.extendbreadcrumb-list)
    li:nth-child(n + 2):nth-last-child(n + 3) {
    display: none;
  }
  .m-breadcrumb
    ul:not(.extendbreadcrumb-list)
    li:nth-child(n + 2):nth-last-child(n + 3):nth-last-child(3) {
    display: inline-block;
  }
  .m-breadcrumb
    ul:not(.extendbreadcrumb-list)
    li:nth-child(n + 2):nth-last-child(n + 3):nth-last-child(3)
    .a-link {
    display: none;
  }
  .m-breadcrumb
    ul:not(.extendbreadcrumb-list)
    li:nth-child(n + 2):nth-last-child(n + 3):nth-last-child(3):before {
    content: "...";
    cursor: pointer;
    margin-left: 5px;
    margin-right: -5px;
  }
  .m-breadcrumb .is-active {
    color: inherit;
    cursor: default;
  }
  .m-breadcrumb .is-active:before {
    display: none;
  }
}
[dir="rtl"]
  .m-breadcrumb
  ul:not(.extendbreadcrumb-list)
  li:not(:last-child):after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.extendbreadcrumb {
  color: #0064a6;
  position: absolute;
  background: #f2f2f2;
  height: 0;
  overflow: hidden;
  padding: 0 10px;
  width: 30%;
  z-index: 100;
}
.extendbreadcrumb.is-active-desktop {
  height: auto;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 900px) {
  .extendbreadcrumb {
    margin-top: -11px;
  }
  .m-cardlayout {
    height: 170px;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .extendbreadcrumb {
    margin-top: -17px;
  }
}
.m-breadcrumb-rebrush {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-breadcrumb-rebrush .a-link {
  padding: 4px 8px;
}
.m-breadcrumb-rebrush .a-link.crumb-root-link {
  padding: 4px 8px 4px 0;
}
.m-breadcrumb-rebrush .crumb-text {
  padding: 4px 8px;
}
.m-breadcrumb-rebrush .crumb-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-breadcrumb-rebrush .crumb-links-wrap .crumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-buyareatitle .m-ratingsummary,
.m-buyareatitle .m-ratingsummary .a-rating {
  display: inline-block;
}
.m-buyareatitle .toast {
  background-color: #d4691b;
  margin: 0 0 10px;
  border-radius: 2px;
}
.m-buyareatitle .toast .a-link {
  color: #fff;
}
.m-cardlayout {
  margin: 10px;
  padding: 10px;
  height: 170px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-cardlayout .card-top {
  overflow: hidden;
}
.m-cardlayout .card-top .delete-card {
  float: right;
  text-align: right;
  width: 40%;
}
.m-cardlayout .card-top .delete-card a.a-link {
  font-size: 1em;
}
.m-cardlayout .card-top .delete-card a.a-link .icon {
  float: none;
  font-size: 1em;
  margin-top: 0;
}
.m-cardlayout .card-top .delete-card .m-form {
  text-align: left;
}
.m-cardlayout .payment-type {
  width: 75px;
  border-radius: 8px;
}
.m-cardlayout .card-details {
  font-weight: 700;
}
.m-cardlayout .card-details .card-number {
  display: inline-block;
  margin-bottom: 5px;
}
.m-cardlayout .card-details .card-date {
  float: right;
  font-weight: 400;
}
.m-cardlayout .card-details .card-date .card-expired {
  color: red;
}
.m-carousel {
  position: relative;
}
@media (max-width: 749px) {
  .m-carousel.no-carousel-mobile
    .m-slider
    .slide:not(:first-child):not(.slide-initialized) {
    visibility: visible;
    position: relative;
    left: 0;
  }
  .m-carousel.no-carousel-mobile .carousel-paginationarrows,
  .m-carousel.no-carousel-mobile .carousel-paginationnumber {
    display: none;
  }
}
.m-carousel.paginationelements-top {
  margin-top: 88px;
}
.m-carousel.paginationelements-bottom {
  margin-bottom: 88px;
}
.m-carousel .slide {
  width: 100%;
  float: left;
  height: 100%;
  min-height: auto;
  overflow: visible;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 750px) {
  .m-carousel .slide {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.m-carousel .slide:focus {
  outline: 0;
}
.m-carousel .slider-container:not(.slick-initialized) {
  display: block;
  font-size: 0;
  text-align: left;
}
.m-carousel .slider-container:not(.slick-initialized) .slide {
  display: inline-block;
  float: none;
  font-size: 16px;
  text-align: left;
}
.m-carousel.slider-rebrush .slick-list {
  padding: 0 10% 0 0;
}
@media (min-width: 900px) {
  .m-carousel .slide {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-carousel.slider-rebrush .slick-list {
    padding: 0;
  }
}
.m-carousel.slider-rebrush .carousel-paginationarrows,
.m-carousel.slider-rebrush .carousel-paginationnumber {
  display: none;
}
@media (min-width: 750px) {
  .m-carousel.slider-rebrush .slick-list {
    padding: 0;
  }
  .m-carousel .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.m-carousel .slick-slider {
  overflow: hidden;
}
.m-carousel .paginationnumberposition-top {
  bottom: auto;
  margin: -48px auto auto;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
}
.m-carousel .paginationnumberposition-bottom {
  bottom: 0;
  margin: auto auto -48px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100px;
}
.m-carousel .paginationnumberposition-center {
  left: 0;
  right: 0;
}
.m-carousel .paginationnumberposition-left {
  left: 0;
}
.m-carousel .paginationnumberposition-right {
  right: 0;
}
.m-carousel .paginationnumberposition-none {
  display: none;
}
.m-carousel .carousel-paginationarrows {
  margin: 0;
  padding: 0;
  position: absolute;
}
.m-carousel .carousel-paginationarrows .a-paginationarrows.next,
.m-carousel .carousel-paginationarrows .a-paginationarrows.prev {
  background: 0 0;
  color: #0064a6;
  font-size: 16px;
  height: auto;
  margin-top: 0;
  top: auto;
  width: auto;
}
.no-touchevents
  .m-carousel
  .carousel-paginationarrows
  .a-paginationarrows.next:hover,
.no-touchevents
  .m-carousel
  .carousel-paginationarrows
  .a-paginationarrows.prev:hover {
  background: 0 0;
  color: #000;
}
.m-carousel .carousel-paginationarrows.paginationarrowposition-outside {
  top: 50%;
  width: 100%;
}
.m-carousel
  .carousel-paginationarrows.paginationarrowposition-outside
  .a-paginationarrows.next,
.m-carousel
  .carousel-paginationarrows.paginationarrowposition-outside
  .a-paginationarrows.prev {
  background: 0 0;
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 24px;
  margin-top: -12px;
  opacity: 1;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 1;
}
.no-touchevents
  .m-carousel
  .carousel-paginationarrows.paginationarrowposition-outside
  .a-paginationarrows.next:hover,
.no-touchevents
  .m-carousel
  .carousel-paginationarrows.paginationarrowposition-outside
  .a-paginationarrows.prev:hover {
  background-color: transparent;
  color: #000;
}
.m-carousel
  .carousel-paginationarrows.paginationarrowposition-outside
  .a-paginationarrows.next {
  float: right;
  margin-right: 0;
}
.m-carousel
  .carousel-paginationarrows.paginationarrowposition-outside
  .a-paginationarrows.prev {
  float: left;
  margin-left: 0;
}
.m-carousel .paginationarrowposition-top {
  bottom: auto;
  height: 28px;
  margin: -48px auto auto;
  position: absolute;
  top: 0;
}
.m-carousel .paginationarrowposition-bottom {
  bottom: 0;
  height: 28px;
  margin: auto auto -48px;
  position: absolute;
  top: auto;
}
.m-carousel .paginationarrowposition-corner {
  left: auto;
  right: auto;
  width: 100%;
}
.m-carousel .paginationarrowposition-center {
  left: 0;
  right: 0;
  width: 100px;
}
.m-carousel .paginationarrowposition-left {
  left: 0;
  text-align: left;
  width: 100px;
}
.m-carousel .paginationarrowposition-right {
  right: 0;
  text-align: right;
  width: 100px;
}
.m-carousel .paginationarrowposition-none {
  display: none;
}
@media (min-width: 900px) {
  .m-carousel.paginationelements-top {
    margin-top: 98px;
  }
  .m-carousel.paginationelements-bottom {
    margin-bottom: 98px;
  }
  .m-carousel .paginationarrowposition-top,
  .m-carousel .paginationnumberposition-top {
    margin-top: -58px;
  }
  .m-carousel .paginationarrowposition-bottom,
  .m-carousel .paginationnumberposition-bottom {
    margin-bottom: -58px;
  }
  .m-carousel.no-carousel-mobile .carousel-paginationarrows,
  .m-carousel.no-carousel-mobile .carousel-paginationnumber {
    display: block;
  }
}
@media (max-width: 749px) {
  .m-carousel .m-teaser .teaser-media {
    padding: 0;
  }
}
.m-carousel .m-teaser.effect-on-hover .teaser-media img {
  -webkit-transition: 30s linear;
  transition: 30s linear;
}
.m-carousel .m-teaser.effect .teaser-media .a-image,
.m-carousel .m-teaser.effect-on-hover .teaser-media .a-image {
  overflow: hidden;
}
.m-carousel .m-teaser.effect .teaser-media img,
.m-carousel .m-teaser.effect-on-hover .teaser-media .a-image:hover img {
  -webkit-animation: 30s linear infinite alternate animation;
  animation: 30s linear infinite alternate animation;
}
.m-carousel .a-paginationdots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-carousel .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0 0;
}
.m-carousel .slick-dots li button {
  background-color: #c7c7c7;
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border-width: 0;
  padding: 0;
}
.m-carousel .slick-dots li.slick-active button {
  background-color: #000;
}
.m-carousel .carousel-link {
  width: 60%;
  margin: 0 auto;
  display: block;
}
.m-carousel .carousel-link .text {
  margin-right: 10px;
}
.m-cartmessage-wop {
  clear: both;
  margin-top: 10px;
}
.m-cartmessage-wop .heading {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  position: relative;
  padding-left: 20px;
}
.m-cartmessage-wop .heading:before {
  position: absolute;
  top: -webkit-calc(50%);
  top: calc(50%);
  left: 10px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-cartmessage-wop .heading .a-heading {
  padding: 10px 10px 10px 25px;
  margin: 0;
  font-size: 18px;
}
.m-cartmessage-wop .heading.suggestion {
  background-color: #d7e1fe;
}
.m-cartmessage-wop .heading.suggestion:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #2c5de5;
}
.m-cartmessage-wop .heading.info {
  background-color: #d7e1fe;
}
.m-cartmessage-wop .heading.info:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #2c5de5;
}
.m-cartmessage-wop .heading.warning {
  background-color: #fff7e8;
}
.m-cartmessage-wop .heading.warning:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #ffaf15;
}
.m-cartmessage-wop .content {
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
}
.m-cartmessage-wop .content .message-textarea {
  margin: 0;
  padding: 0;
}
.m-cartmessage-wop .content .message-textarea .icon {
  padding-right: 5px;
}
.m-cartmessage-wop .content .message-callactions,
.m-cartmessage-wop .content .message-confirmation {
  width: 100%;
  float: left;
  margin: 10px 0;
  padding: 0;
}
@media (min-width: 750px) {
  .m-carousel .carousel-link {
    width: 30%;
  }
  .m-cartmessage-wop .content .message-callactions,
  .m-cartmessage-wop .content .message-confirmation {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .m-carousel .carousel-link {
    width: 30%;
  }
  .m-cartmessage-wop .content .message-callactions,
  .m-cartmessage-wop .content .message-confirmation {
    width: 50%;
  }
}
.m-cartmessage-wop .content .a-button {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}
@media (min-width: 750px) {
  .m-cartmessage-wop .content .a-button {
    width: 100%;
  }
}
.m-cashjournal {
  width: 35%;
  float: right;
  padding: 1em;
}
.m-cashjournal .a-button {
  background: #2b5ee5;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  border-radius: 0.5em;
}
.m-cashjournal .a-button:before {
  display: none;
}
.m-cashjournal .info-text {
  margin: 1em 0;
}
.m-cashjournal .info-text:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-cashjournal .info-text:after {
  display: none;
}
.m-categorypromotion {
  margin: 64px 0;
}
.m-categorypromotion .category-slider-container {
  width: 100vw;
  max-width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.m-categorypromotion .category-slider-container.center-items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-categorypromotion .category-slider-container .category-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-categorypromotion
  .category-slider-container
  .category-slider
  .category-tile.is-active
  .m-tile {
  border: 3px solid #2b5ee5;
}
.m-categorypromotion
  .category-slider-container
  .category-slider
  .category-tile
  .m-tile {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-categorypromotion
  .category-slider-container
  .category-slider
  .category-tile
  .m-tile
  .tile-image {
  object-fit: cover;
  min-height: 39.37px;
}
.m-categorypromotion
  .category-slider-container
  .category-slider-pagination-arrows {
  visibility: hidden;
  z-index: -1;
}
.m-categorypromotion
  .category-slider-container
  .category-slider-pagination-arrows.is-not-touch {
  visibility: visible;
  z-index: auto;
}
.m-categorypromotion
  .category-slider-container
  .category-slider-pagination-arrows
  .a-paginationarrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-categorypromotion
  .category-slider-container
  .category-slider-pagination-arrows
  .next,
.m-categorypromotion
  .category-slider-container
  .category-slider-pagination-arrows
  .prev {
  background: rgba(255, 255, 255, 0.5);
  color: #0064a6;
}
.m-categorypromotion
  .category-slider-container
  .category-slider-pagination-arrows
  .next {
  margin-right: 50px;
}
.m-categorypromotion
  .category-slider-container
  .category-slider-pagination-arrows
  .prev {
  margin-left: 50px;
}
@media (min-width: 900px) {
  .m-cartmessage-wop .content .a-button {
    width: 50%;
  }
  .m-categorypromotion {
    margin: 96px 0;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider
    .category-tile
    .m-tile {
    height: 155px;
    width: 155px;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider
    .category-tile
    .m-tile
    .tile-title {
    font-size: 14px;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider
    .category-tile
    .m-tile
    .tile-image {
    width: 139px;
    height: 78.19px;
    min-height: 78.19px;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows {
    visibility: visible;
    z-index: auto;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows
    .next {
    margin-right: 100px;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows
    .prev {
    margin-left: 100px;
  }
  .m-checkoutdeliverybillingaddress
    .billing-address-readonly
    .billing-address-info {
    border: 2px solid #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    background-color: #fff;
    padding: 5px;
    margin-right: 20%;
    border-radius: 5px;
  }
}
.m-checkoutdeliverybillingaddress {
  margin: 20px 0;
}
.m-checkoutdeliverybillingaddress.subscription-edit-delivery-address {
  overflow: hidden;
}
.m-checkoutdeliverybillingaddress .billing-address-readonly {
  padding: 10px 0 0;
}
.m-checkoutdeliverybillingaddress .billing-address-editable {
  padding: 10px 0 0;
}
.m-checkoutdeliverybillingaddress .billing-address-edit-link {
  margin: 20px 0 0;
}
.m-checkoutdeliverybillingaddress-wop {
  margin: 20px 0;
}
.m-checkoutdeliverybillingaddress-wop.subscription-edit-delivery-address {
  overflow: hidden;
}
.m-checkoutdeliverybillingaddress-wop .billing-address-readonly {
  padding: 10px 0 0;
}
@media (min-width: 900px) {
  .m-checkoutdeliverybillingaddress .billing-address {
    width: 50%;
    float: left;
  }
  .m-checkoutdeliverybillingaddress-wop
    .billing-address-readonly
    .billing-address-info {
    border: 2px solid #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    background-color: #fff;
    padding: 5px;
    margin-right: 20%;
    border-radius: 5px;
  }
}
.m-checkoutdeliverybillingaddress-wop .billing-address-editable {
  padding: 16px;
  background-color: #fff;
  border-radius: 2px;
}
.m-checkoutdeliverybillingaddress-wop .billing-address-edit-link {
  margin: 20px 0 0;
}
.m-checkoutdeliverybillingaddress-wop .billing-address-container {
  width: 300px;
  background-color: #fff;
  padding: 16px;
  border-radius: 2px;
}
@media (max-width: 749px) {
  .m-cashjournal {
    width: 100%;
    float: none;
  }
  .m-checkoutdeliverybillingaddress-wop .billing-address {
    margin-right: 1rem;
  }
  .m-checkoutdeliverybillingaddress-wop .billing-address-container {
    width: 100%;
  }
}
.m-checkoutdeliverybillingaddress-wop .billing-address-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 6px;
}
.m-checkoutdeliverybillingaddress-wop .billing-address-body {
  margin-left: 35px;
}
.m-checkoutdeliverybillingaddress-wop .checkout-edit-icon {
  font-size: 1.2rem;
  margin: 0 1.2rem 0 0;
}
.m-checkoutdeliverybillingaddress-wop .checkout-icon-summary {
  font-size: 1.5rem;
  padding: 1rem 0;
  margin: 0 0.25rem 0 0;
}
.m-checkoutdeliverybillingaddress-wop .highlight-text {
  font-weight: 700;
}
.m-checkoutdeliverybillingaddress-wop .billing-address-head-container {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkoutdeliverycontactpermission.no-hiercharchy ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.m-checkoutdeliverycontactpermission.no-hiercharchy .introtext ul {
  margin: 0 0 0 15px;
  list-style-type: initial;
}
.m-checkoutdeliverycontactpermission .consent-optin-group {
  width: 100%;
}
.m-checkoutdeliverycontactpermission .consent-optin-group:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-checkoutdeliverycontactpermission .consent-optin-group ul[class^="level-"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: flex-start;
  -ms-flex-flow: flex-start;
  flex-flow: flex-start;
}
.m-checkoutdeliverycontactpermission .consent-optin-group .consent-optin {
  width: 100%;
}
.m-checkoutdeliverycontactpermission
  .consent-optin-group.layout-half
  > ul
  > .consent-optin {
  width: 50%;
}
@media (max-width: 749px) {
  .m-checkoutdeliverybillingaddress-wop .billing-address-head-container {
    display: block;
  }
  .m-checkoutdeliverycontactpermission
    .consent-optin-group.layout-half
    > ul
    > .consent-optin {
    width: 100%;
  }
}
.m-checkoutdeliverycontactpermission
  .consent-optin-group.layout-third
  > ul
  > .consent-optin {
  width: 33%;
}
@media (max-width: 899px) {
  .m-checkoutdeliverycontactpermission
    .consent-optin-group.layout-third
    > ul
    > .consent-optin {
    width: 50%;
  }
}
@media (max-width: 749px) {
  .m-checkoutdeliverycontactpermission
    .consent-optin-group.layout-third
    > ul
    > .consent-optin {
    width: 100%;
  }
}
.m-checkoutdeliverycontactpermission
  .consent-optin-group.layout-fourth
  > ul
  > .consent-optin {
  width: 25%;
}
.m-checkoutdeliverycontactpermission li.footer,
.m-checkoutdeliverycontactpermission li.heading {
  display: block;
  width: 100%;
}
.m-checkoutdeliverycontactpermission .form-layout-full:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-form .m-checkoutdeliverycontactpermission .form-layout-fourth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-form
  .m-checkoutdeliverycontactpermission
  .form-layout-fourth
  .form-layout-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  min-width: 25%;
}
.m-form
  .m-checkoutdeliverycontactpermission
  .form-layout-fourth
  .form-layout-col:nth-child(n + 5) {
  max-width: 25%;
}
@media (max-width: 899px) {
  .m-checkoutdeliverycontactpermission
    .consent-optin-group.layout-fourth
    > ul
    > .consent-optin {
    width: 50%;
  }
  .m-form
    .m-checkoutdeliverycontactpermission
    .form-layout-fourth
    .form-layout-col {
    min-width: 50%;
  }
  .m-form
    .m-checkoutdeliverycontactpermission
    .form-layout-fourth
    .form-layout-col:nth-child(n + 2) {
    max-width: 50%;
  }
}
.m-form
  .m-checkoutdeliverycontactpermission
  .a-formlabel.checkbox
  .label-text.checkRequired::before,
.m-form
  .m-checkoutdeliverycontactpermission
  .a-formlabel.radio
  .label-text.checkRequired::before {
  color: inherit;
  content: " *";
}
.m-checkoutdeliverymode .border-highlight {
  border: 2px solid #2b5ee5 !important;
}
.m-checkoutdeliverymode
  .deliverydatepicker
  .delivery-date-info
  .delivery-date-date {
  font-weight: 700;
}
.m-checkoutdeliverymode
  .deliverylocalstorage
  .m-pickupalternativestoragelocation.localstorage {
  padding-top: 0;
}
.m-checkoutdeliverymode .deliveryaddanote.localstorage {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-checkoutdeliverymode .deliverylocalstorage.localstorage {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-checkoutdeliverymode
  .form-row.grid-container
  .deliverydetails
  .deliveryadditionalinfo.localstorage,
.m-checkoutdeliverymode
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker.localstorage {
  display: none;
}
.m-checkoutdeliverypickupaddress {
  padding-left: 30px;
}
.m-checkoutdeliverypickupaddress .address {
  padding: 20px 10;
}
.m-checkoutdeliverypickupaddress .address:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-checkoutdeliverypickupaddress
  .m-forminput.m-forminput-radio.form-field-width-l,
.m-checkoutdeliverypickupaddress
  .m-forminput.m-forminput-radio.form-field-width-xl,
.m-checkoutdeliverypickupaddress
  .m-forminput.m-forminput-radio.form-field-width-xs,
.m-checkoutdeliverypickupaddress
  .m-forminput.m-forminput-radio.form-field-width-xxs,
.m-checkoutdeliverypickupaddress
  .m-forminput.m-forminput-radio.form-field-width-xxxl {
  float: left;
}
.m-checkoutdeliverypickupaddress .addresses {
  margin-bottom: -20px;
  margin-top: 20px;
}
.m-checkoutdeliverypickupaddress .addresses .list-unstyled li {
  font-size: 16px;
}
@media (min-width: 750px) {
  .m-checkoutdeliverypickupaddress .addresses {
    margin-left: -1.3888888889%;
  }
  .m-checkoutdeliverypickupaddress .address {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-checkoutdeliverypickupaddress .address:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .m-checkoutdeliverypickupaddress .address:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .m-checkoutdeliverypickupaddress .m-containerexpandable {
    margin-top: -60px;
  }
}
@media (min-width: 900px) {
  .m-checkoutdeliverypickupaddress .addresses {
    margin-left: -1.3888888889%;
  }
  .m-checkoutdeliverypickupaddress .address {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-checkoutdeliverypickupaddress .address:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .m-checkoutdeliverypickupaddress .address:nth-child(3n + 2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .m-checkoutdeliverypickupaddress .address:nth-child(3n + 3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container.onlyoneoption
  .deliveryselection {
  padding: 5px 0 5px 30px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container.onlyoneoption
  .deliveryselection
  .deliverydate {
  padding: 0;
}
.m-checkoutdeliveryservice .form-row.grid-container {
  border: none;
  max-width: none;
  padding: 10px;
  margin: 0 0 10px;
}
.m-checkoutdeliveryservice .form-row.grid-container .deliveryselection {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 50% 50%;
  padding: 5px 0;
}
@media (min-width: 750px) {
  .m-checkoutdeliveryservice .form-row.grid-container .deliveryselection {
    grid-template-columns: 25% 25% 50%;
    -ms-grid-columns: 25% 25% 50%;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliveryselection
  .deliveryoption {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput-radio {
  width: auto;
  padding: 0;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput-radio
  .a-formlabel {
  margin: 0;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliveryselection
  .deliveryprice {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliveryselection
  .deliverydate {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  padding: 0 0 0 15px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliveryselection
  .deliverydate
  .label {
  font-weight: 700;
}
@media (max-width: 749px) {
  .m-checkoutdeliverycontactpermission
    .consent-optin-group.layout-fourth
    > ul
    > .consent-optin {
    width: 100%;
  }
  .m-form
    .m-checkoutdeliverycontactpermission
    .form-layout-fourth
    .form-layout-col {
    min-width: 100%;
  }
  .m-form
    .m-checkoutdeliverycontactpermission
    .form-layout-fourth
    .form-layout-col:nth-child(n + 1) {
    max-width: 100%;
  }
  .m-checkoutdeliveryservice
    .form-row.grid-container.onlyoneoption
    .deliverydetails
    .deliveryaddanote {
    display: none;
  }
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliveryselection
    .deliverydate {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    ms-grid-column: 1;
    padding: 10px 0 0 30px;
  }
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliverydetails
    .deliveryadditionalinfo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.m-checkoutdeliveryservice .form-row.grid-container .deliverydetails {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliverydetails
  .m-checkoutdeliverypickupaddress {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliverydetails
  .m-pickupalternativestoragelocation {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-row: 2;
  grid-column: 1;
}
@media (min-width: 900px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliverydetails
    .m-pickupalternativestoragelocation {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-row: 1;
    grid-column: 2;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliverydetails
  .deliveryadditionalinfo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  margin-top: 10px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliverydetails
  .deliveryaddanote {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliverydetails
    .deliveryaddanote {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
@media (min-width: 750px) {
  .m-checkoutdeliveryservice .form-row.grid-container .deliverydetails {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker
    .a-formlabel {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .a-formlabel {
  margin: 0 10px 0 0;
}
@media (min-width: 900px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker
    .a-formlabel {
    width: unset;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker {
  width: auto;
  margin-top: -7px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container
  .deliverydetails
  .deliverycutofftime {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  justify-self: end;
  -ms-grid-column-align: end;
  -ms-grid-column-span: 2;
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
@media (max-width: 749px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container
    .deliverydetails
    .deliverycutofftime {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
.m-checkoutdeliveryservice .form-row.grid-container .a-formlabel {
  font-weight: 700;
  margin: 0;
}
.m-checkoutdeliveryservice .form-row.grid-container-wop {
  cursor: pointer;
  border: 2px solid #f2f2f2;
  border-radius: 0.25rem;
  max-width: none;
  padding: 10px;
  margin: 0 0 10px;
}
.m-checkoutdeliveryservice .form-row.grid-container-wop .deliveryselection {
  padding: 5px 0;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliveryselection
  .delivery-wrapper-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliveryselection
  .deliverycutofftime {
  padding: 15px 0 0 30px;
}
@media (max-width: 749px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container-wop
    .deliveryselection
    .deliverycutofftime {
    padding: 15px 0 0 5px;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliveryselection
  .deliveryoption
  .m-forminput-radio {
  width: auto;
  padding: 0;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliveryselection
  .deliveryoption
  .m-forminput-radio
  .a-formlabel {
  margin: 0;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliveryselection
  .deliverydate {
  padding: 15px 0 0 30px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliveryselection
  .deliverydate
  .label {
  font-weight: 700;
}
.m-checkoutdeliveryservice .form-row.grid-container-wop .deliverydetails {
  padding: 20px 30px 0;
}
@media (max-width: 749px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container-wop
    .deliveryselection
    .deliverydate {
    padding: 15px 0 0 5px;
  }
  .m-checkoutdeliveryservice .form-row.grid-container-wop .deliverydetails {
    padding: 10px 5px 0;
  }
  .m-checkoutdeliveryservice
    .form-row.grid-container-wop
    .deliverydetails
    .m-pickupalternativestoragelocation
    .m-table {
    width: 300px;
    overflow-x: scroll;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .m-checkoutdeliverypickupaddress {
  padding-left: 0;
}
@media (max-width: 749px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container-wop
    .deliverydetails
    .m-pickupalternativestoragelocation
    .table-stripes-vertical {
    width: 600px;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliveryadditionalinfo {
  margin-top: 10px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliveryaddanote {
  margin-top: 10px;
  margin-bottom: 10px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliveryaddanote
  textarea {
  border-radius: 0.25rem;
  border: 2px solid #f2f2f2;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .a-formlabel {
  margin: 0 10px 0 0;
}
@media (min-width: 750px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container-wop
    .deliverydetails
    .deliverydatepicker
    .a-formlabel {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-checkoutdeliveryservice
    .form-row.grid-container-wop
    .deliverydetails
    .deliverydatepicker
    .a-formlabel {
    width: unset;
  }
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker {
  z-index: 10 !important;
  width: 250px;
  margin-top: -7px;
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker::after {
  font-size: 20px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  position: absolute;
  -webkit-transform: translate(-35px, 15px);
  -ms-transform: translate(-35px, 15px);
  transform: translate(-35px, 15px);
}
.m-checkoutdeliveryservice
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker
  .m-forminput {
  border-radius: 0.25rem;
  border: 2px solid #f2f2f2;
}
.m-checkoutdeliveryservice .form-row.grid-container-wop .a-formlabel {
  font-weight: 700;
  margin: 0;
}
.m-checkoutdeliveryshippingaddress .checkoutdeliveryshippingaddress-kiala-link {
  margin-top: 10px;
}
.m-checkoutdeliveryshippingaddress .address:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-checkoutdeliveryshippingaddress .address.primary {
  margin-left: -1.3888888889%;
  margin-right: -1.3888888889%;
}
@media (min-width: 750px) {
  .m-checkoutdeliveryshippingaddress .addresses {
    margin-left: -1.3888888889%;
  }
  .m-checkoutdeliveryshippingaddress .address {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-checkoutdeliveryshippingaddress .address:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .m-checkoutdeliveryshippingaddress .address:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .m-checkoutdeliveryshippingaddress .m-containerexpandable {
    margin-top: -60px;
  }
}
@media (min-width: 900px) {
  .m-checkoutdeliveryshippingaddress .addresses {
    margin-left: -1.3888888889%;
  }
  .m-checkoutdeliveryshippingaddress .address {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-checkoutdeliveryshippingaddress .address:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .m-checkoutdeliveryshippingaddress .address:nth-child(3n + 2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .m-checkoutdeliveryshippingaddress .address:nth-child(3n + 3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
  }
}
.m-checkoutdeliveryshippingaddress-wop .containerexpandable-togglelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-checkoutdeliveryshippingaddress-wop .form-row {
  padding-bottom: 0 !important;
}
.m-checkoutdeliveryshippingaddress-wop .is-open {
  padding-top: 0 !important;
}
.m-checkoutdeliveryshippingaddress-wop .form-layout-full,
.m-checkoutdeliveryshippingaddress-wop .form-layout-half {
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
}
.m-checkoutdeliveryshippingaddress-wop .address {
  width: 50%;
}
@media (max-width: 749px) {
  .m-checkoutdeliveryshippingaddress-wop .containerexpandable-togglelink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-checkoutdeliveryshippingaddress-wop .address {
    width: 100%;
  }
  .m-checkout-summary {
    padding: 1rem 1rem 1rem 0;
  }
}
.m-checkout-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-checkout-summary .checkout-list-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.m-checkout-summary .checkout-list-el .highlight {
  font-weight: 700;
}
.m-checkout-summary .checkout-list-el .previous {
  text-decoration: line-through;
}
.m-checkout-summary .checkout-total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkout-summary .checkout-total .checkout-heading {
  margin: 0;
}
.m-checkout-summary .free-shipping {
  font-weight: 700;
}
.m-checkout-summary .checkout-down-payment,
.m-checkout-summary .checkout-vat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkout-summary .additional-text {
  text-align: right;
}
.m-checkout-summary .checkout-hr {
  margin: 0 0 30px;
}
.m-checkout-summary .highlight-text {
  font-weight: 700;
  font-size: 1rem;
}
.m-checkout-summary .checkout-continue {
  font-weight: 700;
  font-size: 1rem;
}
.m-checkout-summary .discount-label {
  padding: 0.5rem 0.25rem;
  border-radius: 0.25rem;
}
.m-checkout-summary .discount-value {
  padding: 0.5rem 0;
  white-space: nowrap;
}
.m-checkout-summary .a-alert {
  margin: 7.5px 0 15px;
}
.m-checkout-summary .voucher-code-apply .togglebox-wrapper {
  width: unset !important;
}
.m-checkout-summary .voucher-code-apply .togglebox-wrapper .text {
  padding-left: 0 !important;
}
.m-checkout-summary .voucher-code-apply .form-button-wop {
  width: 100px;
  background: #2b5ee5;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5rem;
}
.m-checkout-summary .voucher-code-apply .voucherel {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkout-summary .voucher-code-apply .voucher-wrap {
  width: 100%;
}
.m-checkout-summary .voucher-code-apply .voucher-redeem {
  white-space: unset !important;
}
.m-checkout-summary .voucher-code-apply .discount-label {
  width: 50%;
  text-align: center !important;
  word-break: break-word;
}
.m-checkout-summary .voucher-code-apply .discount-label:hover {
  background: #d6f3e2;
}
.m-checkout-summary .voucher-code-apply .discount-value {
  font-weight: 700;
  font-size: 1rem;
}
.m-checkout-summary .voucher-code-apply .togglebox-title {
  font-size: 14px !important;
  line-height: 18px !important;
  padding: 0 !important;
}
.m-checkout-summary .form-action-secondary .button-secondary-wop {
  margin: 15px 0 0;
  border-radius: 0.5rem;
  font-weight: 700;
  color: #2b5ee5;
  background-color: #fff;
  border: 1px solid #2b5ee5;
}
.m-checkout-summary .form-action-secondary .button-secondary-wop:hover {
  background-color: #000;
}
.m-checkoutsummary-itemlist {
  margin-bottom: 16px !important;
}
.m-checkoutsummary-itemlist .a-image {
  max-width: 60px;
}
.m-checkoutsummary-itemlist .item-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-checkoutsummary-itemlist .item-expanded {
  border-top: 2px solid #d4d9de;
  padding-top: 12px;
}
.m-checkoutsummary-itemlist .service-vibs {
  margin-top: 12px;
}
.m-checkoutsummary-itemlist .service-vib-name {
  width: 240px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.m-checkoutsummary-itemlist .service-vib-hr {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 10px;
  margin-top: 0;
}
.m-checkoutsummary-itemlist .service-vib-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}
.m-checkoutsummary-itemlist .service-vib-quantity-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}
.m-checkoutsummary-itemlist .service-vib-quantity {
  margin-top: 5px;
}
.m-checkoutsummary-itemlist .item-price-quantity {
  text-align: right;
}
.m-checkoutsummary-itemlist .item-quantity {
  display: inline-block;
  margin-top: 5px;
}
.m-checkoutsummary-itemlist .discounted {
  color: red;
}
.m-checkoutsummary-itemlist .m-producttitle {
  margin-left: 12px;
  width: 190px !important;
}
.m-checkoutsummary-itemlist .m-producttitle .product-name {
  font-size: 16px;
}
@media (max-width: 749px) {
  .m-checkoutsummary-itemlist .m-producttitle {
    width: 170px;
  }
}
.m-checkout-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-checkout-teaser .checkout-teaser-icon {
  line-height: 100px;
}
.m-checkout-teaser .icon {
  font-size: 100px;
}
.m-checkout-teaser .checkout-teaser-button {
  width: 220px;
  background: #2b5ee5;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.m-checkout-teaser .list-el:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #2b5ee5;
  margin-right: 0.5rem;
}
.m-checkout-user-information-summary {
  border-radius: 0.25rem;
  background-color: #fff;
}
.m-checkout-user-information-summary .checkout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-checkout-user-information-summary .checkout-list-el {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
}
.m-checkout-user-information-summary .checkout-list-el.checkout-list-el-sm {
  width: 50%;
}
@media (max-width: 749px) {
  .m-checkout-teaser .checkout-teaser-button {
    width: 100%;
  }
  .m-checkout-user-information-summary {
    padding: 1rem;
  }
  .m-checkout-user-information-summary .checkout-list-el {
    margin: 0;
  }
  .m-checkout-user-information-summary .checkout-list-el.checkout-list-el-sm {
    width: 100%;
  }
}
.m-checkout-user-information-summary .checkout-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkout-user-information-summary .checkout-body {
  margin: 0 0 1rem 2.1rem;
}
.m-checkout-user-information-summary .highlight-text {
  font-weight: 700;
}
.m-checkout-user-information-summary .checkout-icon {
  font-size: 1.5rem;
  padding: 1rem 0;
  margin: 0 0.5rem 0 0;
}
.m-checkout-user-information-summary .checkout-headline-text {
  padding: 1.25rem 0 1rem;
  vertical-align: top;
}
.m-checkout-user-information-summary .checkout-hr {
  margin: 10px 0 0;
  bottom: 0;
  position: absolute;
}
.m-checkout-user-information-summary .checkout-edit-icon {
  font-size: 1.2rem;
  margin: 0 1.2rem 0 0;
}
.m-checkout-user-information-summary .checkoutordersummary-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkout-user-information-summary .checkout-icon-summary {
  font-size: 1.5rem;
  padding: 1rem 0;
  margin: 0 0.25rem 0 0;
}
.m-checkout-user-information-summary .checkoutordersummary-item {
  width: 50%;
}
.m-chips {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  height: 40px;
  max-width: 222px;
}
.m-chips .chips-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  width: 100%;
  padding: 12px 16px;
  border: 1px solid;
}
.m-chips .chips-content:focus {
  outline: #000 dotted 1px;
}
.m-chips .chips-content .chips-content-inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-chips .chips-content .chips-icon {
  display: none;
}
.m-chips .chips-content > :not(:first-child):not(.chips-icon) {
  margin-left: 12px;
}
.m-chips.rating {
  max-width: none;
}
.m-chips.rating .chips-content .a-rating.chips-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.m-chips.rating .chips-content .a-rating.chips-rating .icon {
  font-size: inherit;
}
.m-chips.rating .chips-content .a-rating.chips-rating .icon.is-active {
  color: inherit;
}
.m-chips.active {
  border-color: #2c5de5;
}
.m-chips.active .chips-content {
  color: #2c5de5;
}
.m-chips.disabled .chips-content {
  color: #a1a1a1;
  background-color: #f1f1f1;
}
.m-chips.closeable .chips-icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.m-chips.closeable .chips-icon:focus {
  outline: #000 dotted 1px;
}
.m-chips .dropdown-content {
  visibility: hidden;
  display: block;
  position: relative;
  z-index: 5;
  padding: 12px 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  border: 1px solid;
  border-top: none;
}
.m-chips .dropdown-content .chips-select-option {
  padding: 6px 0;
}
.m-chips .dropdown-content .chips-select-option:focus {
  outline: #000 dotted 1px;
}
.m-chips .dropdown-content .a-button.multiselect-submit {
  margin-top: 15px;
}
.m-chips.dropdown,
.m-chips.select {
  cursor: pointer;
}
.m-chips.dropdown.disabled,
.m-chips.select.disabled {
  cursor: auto;
}
.m-chips.dropdown .chips-icon,
.m-chips.select .chips-icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.m-chips.dropdown .chips-icon:focus,
.m-chips.select .chips-icon:focus {
  outline: #000 dotted 1px;
}
.m-chips.dropdown.dropdown-open .chips-icon,
.m-chips.select.dropdown-open .chips-icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin: 0 0 0 10px;
  cursor: pointer;
}
.m-chips.dropdown.dropdown-open .chips-icon:focus,
.m-chips.select.dropdown-open .chips-icon:focus {
  outline: #000 dotted 1px;
}
.m-chips.dropdown.dropdown-open .chips-content,
.m-chips.select.dropdown-open .chips-content {
  border-radius: 20px 20px 0 0;
}
.m-chips.dropdown.dropdown-open .chips-content .chips-content-inner,
.m-chips.dropdown.dropdown-open .chips-content .chips-icon,
.m-chips.dropdown.dropdown-open .chips-content .chips-prepend-icon,
.m-chips.select.dropdown-open .chips-content .chips-content-inner,
.m-chips.select.dropdown-open .chips-content .chips-icon,
.m-chips.select.dropdown-open .chips-content .chips-prepend-icon {
  color: #2c5de5;
}
.m-chips.dropdown.dropdown-open .dropdown-content,
.m-chips.select.dropdown-open .dropdown-content {
  visibility: visible;
}
.m-chips.show-all-filters-chip {
  cursor: pointer;
}
.m-chips.highlighted .chips-content {
  color: #fff;
  border: none;
}
.m-chips.highlighted.dropdown.dropdown-open .chips-content-inner,
.m-chips.highlighted.dropdown.dropdown-open .chips-icon,
.m-chips.highlighted.dropdown.dropdown-open .chips-prepend-icon,
.m-chips.highlighted.select.dropdown-open .chips-content-inner,
.m-chips.highlighted.select.dropdown-open .chips-icon,
.m-chips.highlighted.select.dropdown-open .chips-prepend-icon {
  color: #fff;
}
.m-chips.highlighted.dropdown.dropdown-open .dropdown-content,
.m-chips.highlighted.select.dropdown-open .dropdown-content {
  border-color: #2648a4;
}
.m-chips-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-collage-module .collage-headline {
  opacity: 0;
  -webkit-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1),
    -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1),
    transform 0.4s cubic-bezier(0.5, 1, 0.89, 1),
    -webkit-transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  margin: 12px;
}
.m-collage-module .collage-item-wrapper {
  margin: 15px;
  padding: 0 0 50px;
}
.m-collage-module .collage-item-wrapper .collage-item {
  list-style: none;
  z-index: 1;
  display: -ms-grid;
  display: grid;
}
@media (min-width: 900px) {
  .m-collage-module .collage-headline {
    text-align: center;
  }
  .m-collage-module .collage-item-wrapper {
    display: -ms-grid;
    display: grid;
  }
  .m-collage-module .collage-item-wrapper .collage-item {
    width: 60%;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.m-collage-module .collage-item-wrapper .collage-item > * {
  -ms-grid-column: 1;
  grid-column: 1;
}
.m-collage-module .collage-item-wrapper .collage-item .collage-img {
  -ms-grid-row-span: 10;
  -ms-grid-row: 3;
  grid-row: 3 / span 10;
  -webkit-transform: translateY(500px);
  -ms-transform: translateY(500px);
  transform: translateY(500px);
}
.m-collage-module .collage-item-wrapper .collage-item .collage-img img {
  width: 100%;
}
.m-collage-module .collage-item-wrapper .collage-item .collage-description-box {
  -webkit-transform: translateY(-220px);
  -ms-transform: translateY(-220px);
  transform: translateY(-220px);
  -ms-grid-row-span: 6;
  -ms-grid-row: 1;
  grid-row: 1 / span 6;
  max-width: 200px;
  height: -webkit-fit-content;
  height: fit-content;
  padding: 15px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 5px #d3d3d3;
  box-shadow: 0 0 10px 5px #d3d3d3;
  background-color: #fff;
  z-index: 3;
}
.m-collage-module
  .collage-item-wrapper
  .collage-item
  .collage-description-box
  .a-heading {
  font-weight: 700;
}
.m-collage-module
  .collage-item-wrapper
  .collage-item
  .collage-description-box
  > * {
  margin-bottom: 10px;
}
.m-collage-module
  .collage-item-wrapper
  .collage-item
  .collage-description-box
  > :last-child {
  margin-bottom: 0;
}
@media (max-width: 899px) {
  .m-collage-module .collage-item-wrapper .collage-item {
    max-width: 470px;
  }
  .m-collage-module .collage-item-wrapper .collage-item:not(:first-child) {
    margin: 20px 0 0;
  }
  .m-collage-module
    .collage-item-wrapper
    .collage-item:nth-child(2)
    .collage-description-box {
    margin-left: auto;
  }
}
.m-collage-module
  .collage-item-wrapper
  .collage-item:not(:first-child)
  .collage-img {
  border: 6px solid #fff;
}
.m-collage-module .collage-item-wrapper .collage-item:first-child {
  margin-left: auto;
}
.m-collage-module .collage-item-wrapper .collage-item:first-child .collage-img {
  margin: 0 0 0 25px;
}
@media (min-width: 900px) {
  .m-collage-module
    .collage-item-wrapper
    .collage-item:first-child
    .collage-img {
    margin: 0 25px 0 0;
  }
  .m-collage-module .collage-item-wrapper .collage-item:first-child {
    -ms-grid-row-span: 15;
    -ms-grid-row: 1;
    grid-row: 1 / span 15;
  }
  .m-collage-module
    .collage-item-wrapper
    .collage-item:first-child
    .collage-description-box {
    margin-left: auto;
  }
}
.m-collage-module .collage-item-wrapper .collage-item:nth-child(2) {
  -ms-grid-row-span: 15;
  -ms-grid-row: 9;
  grid-row: 9 / span 15;
}
@media (min-width: 900px) {
  .m-collage-module
    .collage-item-wrapper
    .collage-item:nth-child(2)
    .collage-img {
    margin: 0 0 0 25px;
  }
}
@media (max-width: 899px) {
  .m-collage-module
    .collage-item-wrapper
    .collage-item:nth-child(2)
    .collage-img {
    margin: 0 25px 0 0;
  }
  .m-compareadditem__text {
    display: none;
  }
}
.m-collage-module .collage-item-wrapper .collage-item:nth-child(3) {
  margin-left: auto;
}
.m-collage-module
  .collage-item-wrapper
  .collage-item:nth-child(3)
  .collage-img {
  margin: 0 0 0 25px;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-icon-wrapper
  .step-icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-collapsableprocesstoggle.has-warnings
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-icon-wrapper
  .step-icon {
  color: orange;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper,
.m-collapsableprocesstoggle.has-warnings
  .process-wrapper
  .process-step-wrapper {
  background-color: #fff;
  color: #000;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step-edit
  .step-edit,
.m-collapsableprocesstoggle.has-warnings
  .process-wrapper
  .process-step-wrapper
  .process-step-edit
  .step-edit {
  font-size: 20px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-collapsableprocesstoggle .process-wrapper .process-step-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-number-wrapper {
  border: 1px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-icon-wrapper {
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary {
  width: 100%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(1) {
  margin-left: 1%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(2) {
  margin-left: 2%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(3) {
  margin-left: 3%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(4) {
  margin-left: 4%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(5) {
  margin-left: 5%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(6) {
  margin-left: 6%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(7) {
  margin-left: 7%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(8) {
  margin-left: 8%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(9) {
  margin-left: 9%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(10) {
  margin-left: 10%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(11) {
  margin-left: 11%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(12) {
  margin-left: 12%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(13) {
  margin-left: 13%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(14) {
  margin-left: 14%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(15) {
  margin-left: 15%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(16) {
  margin-left: 16%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(17) {
  margin-left: 17%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(18) {
  margin-left: 18%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(19) {
  margin-left: 19%;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps:nth-child(20) {
  margin-left: 20%;
}
.m-collapsableprocesstoggle .process-wrapper .process-step-wrapper .dob-error {
  width: 100%;
  color: red;
}
.m-collapsableprocesstoggle .process-wrapper .process-step-content {
  display: none;
}
.m-collapsableprocesstoggle .process-wrapper .process-step-content.is-open {
  display: block;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .step-submit {
  width: auto;
  float: left;
}
.m-collapsemodule {
  margin-bottom: 15px;
}
.m-collapsemodule .collapse-header {
  border-radius: 90px 6px 0 0;
}
.m-collapsemodule .collapse-headline {
  margin: 15px 0;
  text-align: center;
}
.m-collapsemodule .collapse-divider {
  margin: 0;
  padding: 0 60px;
}
.m-collapsemodule .collapse-divider::before {
  height: 1px;
}
.m-collapsemodule .collapse-label-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 60px;
}
@media (max-width: 749px) {
  .m-checkout-user-information-summary .checkoutordersummary-item {
    width: 100%;
  }
  .m-collapsemodule .collapse-label-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.m-collapsemodule .collapse-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
}
.m-collapsemodule .collapse-label:focus {
  outline: #000 dotted 1px;
}
.m-collapsemodule .collapse-label:last-child {
  margin-right: 0;
}
.m-collapsemodule .collapse-label-active {
  font-weight: 700;
}
@media (max-width: 749px) {
  .m-collapsemodule .collapse-label {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .m-collapsemodule .collapse-label:last-child {
    margin-bottom: 0;
  }
}
.m-collapsemodule .collapse-checkmark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-bottom: 5px;
  -webkit-transition: background-color 0.4s ease-in-out 0.1s;
  transition: background-color 0.4s ease-in-out 0.1s;
}
.m-collapsemodule .collapse-checkmark .icon {
  -webkit-transition: color 0.4s ease-in-out 0.1s;
  transition: color 0.4s ease-in-out 0.1s;
}
.m-collapsemodule .collapse-content {
  height: 0;
  position: relative;
  border-radius: 0 0 6px 6px;
  -webkit-transition: height 0.4s ease-in-out 0.1s;
  transition: height 0.4s ease-in-out 0.1s;
}
.m-collapsemodule .collapse-text {
  position: absolute;
  padding: 15px 60px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.m-collapsemodule .collapse-text-active {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0.4s;
  transition: opacity 0.2s ease-in-out 0.4s;
}
.m-collapsemodule .collapse-text :last-child {
  margin-bottom: 0;
}
.m-collapsemodule .collapse-text .a-heading {
  font-weight: 700;
}
.m-collapsemodule.light-theme .collapse-header {
  border: 1px solid #d7e1fe;
  border-bottom: none;
  background-color: #d7e1fe;
}
.m-collapsemodule.light-theme .collapse-headline {
  color: #000;
}
.m-collapsemodule.light-theme .collapse-divider::before {
  background-color: #2c5de5;
}
.m-collapsemodule.light-theme .collapse-label {
  color: #000;
}
.m-collapsemodule.light-theme .collapse-checkmark {
  border: 1px solid #2c5de5;
  background-color: #fff;
}
.m-collapsemodule.light-theme .collapse-checkmark .icon {
  color: #2c5de5;
}
.m-collapsemodule.light-theme .collapse-label-active .collapse-checkmark {
  background-color: #2c5de5;
}
.m-collapsemodule.light-theme .collapse-label-active .collapse-checkmark .icon {
  color: #fff;
}
.m-collapsemodule.light-theme .collapse-content {
  border: 1px solid #d7e1fe;
  border-top: none;
}
.m-collapsemodule.dark-theme .collapse-header {
  border: 1px solid #2c5de5;
  border-bottom: none;
  background-color: #2c5de5;
}
.m-collapsemodule.dark-theme .collapse-headline {
  color: #fff;
}
.m-collapsemodule.dark-theme .collapse-divider::before {
  background-color: #fff;
}
.m-collapsemodule.dark-theme .collapse-label {
  color: #fff;
}
.m-collapsemodule.dark-theme .collapse-checkmark {
  border: 1px solid #fff;
  background-color: #2c5de5;
}
.m-collapsemodule.dark-theme .collapse-checkmark .icon {
  color: #fff;
}
.m-collapsemodule.dark-theme .collapse-label-active .collapse-checkmark {
  background-color: #fff;
}
.m-collapsemodule.dark-theme .collapse-label-active .collapse-checkmark .icon {
  color: #2c5de5;
}
.m-collapsemodule.dark-theme .collapse-content {
  border: 1px solid #2c5de5;
  border-top: none;
}
.m-compareadditem {
  border: 1px solid #d4d9de;
  color: #0064a6;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}
.m-compareadditem > .add-item {
  padding: 30px 20px;
  margin-bottom: 0;
}
.m-compareadditem > .add-item .icon {
  margin-left: -10px;
}
@media print {
  .m-compareadditem .add-item {
    display: none;
  }
}
@-webkit-keyframes moveout {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes moveout {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.m-comparestickybar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: -30%;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 2s linear;
  transition: 2s linear;
}
.m-comparestickybar.is-show {
  bottom: 0;
  margin: 0;
}
.m-comparestickybar .comparison-slider-container {
  max-width: 80%;
  float: left;
}
.m-comparestickybar .comparison-slider-container .comparebar-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-left: 60px;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track {
  min-width: -webkit-max-content;
  min-width: max-content;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track
  .comparebar-thumb-container {
  min-width: 175px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track
  .comparebar-thumb-container.moveOut {
  -webkit-animation: 0.6s moveout;
  animation: 0.6s moveout;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track
  .comparebar-thumb-container.new-product {
  -webkit-animation: 0.6s ease-in forwards slideIn;
  animation: 0.6s ease-in forwards slideIn;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track
  .comparebar-thumb-container
  .image-code {
  display: inline-block;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track
  .comparebar-thumb-container
  .image-code
  .a-image {
  margin-right: 30px;
  min-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track
  .comparebar-thumb-container
  .image-code
  .comparebar-thumb-code {
  margin-top: 10px;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track
  .comparebar-thumb-container
  .comparebar-thumb-close {
  cursor: pointer;
  float: right;
  font-size: 10px;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-content-container
  .slick-track
  .comparebar-thumb-container
  .vl {
  border-left: 1px solid #666;
  height: 80px;
  margin-left: 20%;
}
.m-comparestickybar a.btn-bottom-set {
  margin-top: auto;
  margin-bottom: auto;
  height: -webkit-fit-content;
  height: fit-content;
}
@media (max-width: 749px) {
  .m-comparestickybar .is-desktop {
    display: none !important;
  }
  .m-comparestickybar a.btn-bottom-set {
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-comparestickybar .is-desktop {
    display: none !important;
  }
  .m-comparestickybar a.btn-bottom-set {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-collage-module
    .collage-item-wrapper
    .collage-item:nth-child(3)
    .collage-img {
    margin: 0 25px 0 0;
  }
  .m-collage-module .collage-item-wrapper .collage-item:nth-child(3) {
    -ms-grid-row-span: 15;
    -ms-grid-row: 18;
    grid-row: 18 / span 15;
  }
  .m-collage-module
    .collage-item-wrapper
    .collage-item:nth-child(3)
    .collage-description-box {
    margin-left: auto;
  }
  .m-comparestickybar .is-mobile {
    display: none !important;
  }
  .m-comparestickybar a.btn-bottom-set {
    width: auto;
    border-radius: 7px;
  }
  .m-comparetable__header-top {
    padding-left: 10px;
  }
}
.m-comparestickybar .a-paginationarrows {
  font-size: 15px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background-color: #999;
  color: #000;
}
.m-comparestickybar .a-paginationarrows.slick-disabled {
  display: none !important;
}
.m-comparestickybar .a-paginationarrows.next {
  margin-right: 20%;
}
.m-comparetable {
  background: #fff;
  margin-bottom: 20px;
}
.m-comparetable__warning-message {
  margin: 10px;
  border: 2px solid #2b5ee5;
  background-color: #c3d3df;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-comparetable__warning-message .content {
  color: #2b5ee5;
  padding: 10px;
}
.m-comparetable__warning-message .content-icon {
  color: #2b5ee5;
  padding: 20px;
}
.m-comparetable__header-top {
  min-height: 30px;
  margin-top: 20px;
}
.m-comparetable__title {
  display: block;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
}
.m-comparetable__product-numbers,
.m-comparetable__product-numbers-unit {
  font-weight: 400;
}
.m-comparetable__product-optional-headline {
  margin: 10px 0;
}
.m-comparetable__col {
  min-height: 30px;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  padding: 3px;
}
@media (min-width: 750px) {
  .m-comparetable__col {
    padding: 5px;
  }
}
.m-comparetable__col--wide {
  border-bottom: none;
  width: 60px;
  padding: 24px;
  text-align: left;
}
@media (min-width: 750px) {
  .m-comparetable__col--wide {
    width: 120px;
  }
}
@media (min-width: 900px) {
  .m-comparetable__col {
    padding: 24px;
  }
  .m-comparetable__col--wide {
    width: 200px;
  }
}
.m-comparetable__col--small {
  width: 25px;
  min-width: 25px;
  padding-left: 0;
  padding-right: 0;
  visibility: visible;
  border-bottom: none;
}
.m-comparetable__col--hidden {
  display: none;
}
.m-comparetable__col--with-padding {
  padding-left: 35px;
}
.m-comparetable__propertyvalue {
  word-break: break-word;
  width: 45%;
  max-width: 45%;
}
.m-comparetable__expand-controls {
  padding-top: 5px;
  padding-bottom: 10px;
  float: right;
}
@media (min-width: 750px) {
  .m-comparetable__propertyvalue {
    width: 20%;
    max-width: 20%;
  }
  .m-comparetable__expand-controls {
    padding-top: 5px;
  }
  .m-comparetable__table .m-comparetable__property-content-wrapper {
    padding: 0;
  }
}
@media (min-width: 900px) {
  .m-comparetable__expand-controls {
    padding-top: 0;
  }
}
.m-comparetable__slide-controls {
  color: #0064a6;
  margin-top: 160px;
  display: inline-block;
}
.m-comparetable__slide-controls:hover {
  color: #0064a6;
  cursor: pointer;
}
.m-comparetable__slide-controls--disabled.m-comparetable__slide-controls {
  color: #d4d9de;
  cursor: default;
}
.m-comparetable__subrow {
  border-bottom: 1px solid #d4d9de;
}
.m-comparetable__subrow--has-differences
  .m-comparetable__property-content-wrapper {
  background-color: #3cc8be;
}
.m-comparetable__subrow--has-differences
  .m-comparetable__property-content-wrapper--noBackgroud {
  background: 0 0;
}
.m-comparetable__propertyname-row {
  display: none;
}
.m-comparetable__property-content-wrapper {
  min-height: 30px;
  padding: 10px;
}
.m-comparetable__expandrow {
  border-top: 0 solid #d4d9de;
}
.m-comparetable__expandrow:hover {
  cursor: pointer;
}
.m-comparetable__expandrow:not(.m-comparetable__expandrow--expanded)
  .m-comparetable__property-title:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-comparetable__expandrow:not(.m-comparetable__expandrow--expanded)
  .m-comparetable__property-title
  .m-comparetable__text.is-opened {
  display: none;
}
.m-comparetable__expandrow:not(.m-comparetable__expandrow--expanded)
  .m-comparetable__property-title
  .m-comparetable__text.is-closed {
  display: inline;
}
.m-comparetable__expandrow--expanded .m-comparetable__property-title {
  color: #000;
}
.m-comparetable__expandrow--expanded .m-comparetable__property-title:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-comparetable__expandrow--expanded
  .m-comparetable__property-title
  .m-comparetable__text.is-opened {
  display: inline;
}
.m-comparetable__expandrow--expanded
  .m-comparetable__property-title
  .m-comparetable__text.is-closed {
  display: none;
}
.m-comparetable__expandrow--expanded .m-comparetable__property-content-wrapper {
  -webkit-animation-name: rowslidedown;
  animation-name: rowslidedown;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.m-comparetable__table {
  margin: 0;
  border-spacing: 0;
  border: 0;
  table-layout: fixed;
  width: 100%;
}
.m-comparetable__table--expanded .m-comparetable__expand-all-rows {
  display: none;
}
.m-comparetable__table--expanded .m-comparetable__collapse-all-rows,
.m-comparetable__table:not(.m-comparetable__table--expanded)
  .m-comparetable__expand-all-rows {
  display: inline;
}
.m-comparetable__table:not(.m-comparetable__table--expanded)
  .m-comparetable__collapse-all-rows {
  display: none;
}
.m-comparetable__table .table-fixed-header {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.m-comparetable__table .m-comparetable__property-content-wrapper {
  padding: 0;
}
.m-comparetable__table
  .m-comparetable__propertyname-row
  .m-comparetable__property-content-wrapper {
  padding-top: 5px;
}
.m-comparetable__table .m-comparetable__propertyname {
  color: #666;
  word-break: break-all;
}
.m-comparetable__table .m-comparetable__view-controls {
  position: absolute;
  padding-left: 10px;
}
.m-comparetable__table .m-comparetable__print-controls {
  padding-left: 10px;
}
.m-comparetable__properties {
  padding: 0 15px 0 25px;
}
.m-comparetable__text {
  padding-left: 20px;
}
.m-comparetable__show-differences-only {
  margin-top: 10px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.m-comparetable__m-compareadditem {
  border: 1px solid #d4d9de;
  color: #0064a6;
  cursor: pointer;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 900px) {
  .m-comparetable__table .m-comparetable__property-content-wrapper {
    padding: 10px;
  }
  .m-comparetable__m-compareadditem {
    display: none !important;
  }
  .product-family-dropdown {
    float: right;
  }
}
@-webkit-keyframes rowslidedown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: -webkit-max-content;
    max-height: max-content;
  }
}
@keyframes rowslidedown {
  0% {
    max-height: 0;
  }
  100% {
    max-height: -webkit-max-content;
    max-height: max-content;
  }
}
.fixedHeader-floating,
.fixedHeader-locked {
  background: #fff;
}
.fixedHeader-locked {
  display: none;
}
.m-productconversionarea.m-productconversionarea--m-compareTable {
  word-break: break-word;
}
.m-productconversionarea.m-productconversionarea--m-compareTable
  .buttongroup
  .a-button {
  width: 100%;
  max-width: 240px;
}
.js-initial-hidden-column {
  visibility: hidden;
}
.product-family-dropdown
  .product-family-container
  .select2-container
  .select2-selection {
  font-weight: 700;
  border-radius: 4px !important;
}
.product-family-dropdown
  .product-family-container
  .select2-container
  .select2-results__options {
  overflow-x: hidden;
  word-break: break-all;
}
.footnote-sup {
  cursor: pointer;
}
@media print {
  body {
    width: 100%;
  }
  .a-rating,
  .icon-arrow-left,
  .icon-arrow-right,
  .js-button-group-wrapper,
  .js-detail-wrapper,
  .m-comparetable__expand-controls,
  .m-comparetable__header-bottom,
  .m-comparetable__print-controls,
  .m-comparetable__product-optional-headline,
  .m-comparetable__view-controls,
  .m-comparetable__warning-message,
  .m-footerfootnote,
  .m-linklist,
  .m-next-best-steps,
  .m-pagetitle,
  .o-producttilesslider,
  .product-family-dropdown,
  .stock-info-wrapper {
    display: none;
  }
  .m-comparetable__table .table-fixed-header {
    position: static;
  }
  .m-comparetable__additem {
    visibility: hidden;
  }
}
.a-heading.header-text {
  font-size: 15px;
}
.m-comparetableHeader {
  max-width: 240px;
}
.m-comparetableHeader__header {
  overflow: hidden;
}
.m-comparetableHeader__delete {
  text-align: right;
  width: 20%;
  float: right;
  padding: 0;
}
.m-comparetableHeader__thumbnail {
  width: 80%;
  float: left;
}
.m-comparetableHeader__thumbnail img {
  max-height: 250px;
}
.m-comparetableHeader__producttitle {
  min-height: 40px;
  margin-top: 9px;
}
.m-comparetableHeader__ratingsummary {
  margin-top: 10px;
  font-size: 12px;
}
.m-comparetableHeader__ratingsummary .questions,
.m-comparetableHeader__ratingsummary .reviews,
.m-comparetableHeader__ratingsummary .text {
  display: none !important;
}
@media (min-width: 900px) {
  .m-comparetableHeader__delete {
    padding-left: 10px;
    text-align: left;
  }
  .m-comparetableHeader__ratingsummary .ratings .text {
    display: block !important;
  }
}
.m-comparetableHeader__button {
  margin-top: 10px;
  word-break: break-all;
}
.m-comparetableHeader .product-promotion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-comparetableHeader .product-promotion-wrapper .promotion-wrapper-left,
.m-comparetableHeader .product-promotion-wrapper .promotion-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-confirmationmessage {
  margin: 0 0 20px;
}
.m-confirmationmessage .a-button {
  max-width: 30em;
}
.m-confirmationmessage .email-sent-to .email-to {
  font-weight: none;
  color: none;
}
.m-consumerdetailsstatus {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.m-consumerdetailsstatus .consumer-is-one-consumer {
  font-weight: 700;
}
.m-consumersearchbox .submitwrapper button {
  margin-bottom: 0;
}
.m-consumersearchbox .simplesearch .a-morecontenttogglelink {
  margin-bottom: 0;
}
.m-consumersearchbox .detailed-search-trigger .content-toggle {
  margin-top: 10px;
}
.m-consumersearchbox .detailed-search-view {
  max-height: 0;
  overflow: hidden;
}
.m-consumersearchbox .detailed-search-view:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-consumersearchbox .detailed-search-view.is-in-transition {
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
.m-consumersearchbox .detailed-search-view.is-open {
  max-height: none;
  overflow: visible;
}
.m-consumersearchbox .detailed-search-view .m-filterlayer:after {
  content: none;
}
.m-contactteaser {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-contactteaser:after {
  content: " ";
  display: block;
  clear: both;
}
.m-contactteaser .person-details,
.m-contactteaser .profile-image {
  margin-bottom: 30px;
}
.m-contactteaser .person-details .a-heading {
  margin-bottom: 10px;
}
.m-contactteaser .person-details .title {
  margin-bottom: 15px;
}
.m-contactteaser .contact,
.m-contactteaser .person-details .adress {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .m-consumersearchbox .simplesearch fieldset {
    padding-bottom: 0;
  }
  .m-contactteaser .profile-image {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0 1.3888888889% 0 0;
  }
  .m-contactteaser .person-details {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 1.3888888889%;
  }
  .m-contactteaser .person-details:first-child {
    padding-left: 0;
    width: 75%;
  }
  .m-contactteaser .contact {
    width: 25%;
    float: left;
    padding: 0 0 0 1.3888888889%;
  }
  .m-contentheader .content {
    padding: 0;
  }
}
.m-containerexpandable .containerexpandable-togglelink .content-toggle {
  text-align: left;
  width: 100%;
}
.m-containerexpandable .containerexpandable-togglelink .content-less-toggle {
  text-align: center;
}
.m-contentcomparetable.arrow-position-0
  .container
  .content-wrap
  .item:nth-of-type(1)
  .item-content-information
  .expand-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-contentcomparetable.arrow-position-0
  .container
  .content-wrap
  .item:nth-of-type(1)
  .item-content-information
  .expand-area
  .icon {
  visibility: visible;
}
.m-contentcomparetable.arrow-position-1
  .container
  .content-wrap
  .item:nth-of-type(2)
  .item-content-information
  .expand-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-contentcomparetable.arrow-position-1
  .container
  .content-wrap
  .item:nth-of-type(2)
  .item-content-information
  .expand-area
  .icon,
.m-contentcomparetable.arrow-position-2
  .container
  .content-wrap
  .item:nth-of-type(3)
  .item-content-information
  .expand-area
  .icon {
  visibility: visible;
}
.m-contentcomparetable .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.m-contentcomparetable .container .content-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 15px;
}
.m-contentcomparetable .container .content-wrap .item {
  width: 100%;
  z-index: 3;
}
.m-contentcomparetable .container .content-wrap .item:nth-of-type(1n + 5) {
  display: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item:nth-of-type(1n + 2)
  .headline-expand-area {
  visibility: hidden;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item:last-of-type
  .item-content,
.m-contentcomparetable
  .container
  .content-wrap
  .item:last-of-type
  .item-content-information.expanded,
.m-contentcomparetable
  .container
  .content-wrap
  .item:nth-of-type(4)
  .item-content,
.m-contentcomparetable
  .container
  .content-wrap
  .item:nth-of-type(4)
  .item-content-information.expanded {
  overflow: hidden;
}
.m-contentcomparetable .container .content-wrap .item .item-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content-information {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content-information.expanded {
  max-height: unset;
  overflow: visible;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content-information.expanded
  .expand-area {
  display: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content-information
  .expand-area {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  padding: 0 0 10px;
  height: 25px;
  background-color: #fff;
  opacity: 0.9;
  width: 100%;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content-information
  .expand-area
  .icon {
  visibility: hidden;
}
.m-contentcomparetable .container .content-wrap .item .item-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-header
  .m-forminput
  .select-wrap {
  margin: 0;
}
.m-contentcomparetable .container .content-wrap .item .item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .a-image
  img {
  width: 100%;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .inner-information {
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .divider-light {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .divider-dark {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.m-contentheader {
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-contentheader .content {
  padding: 0;
}
@media (min-width: 900px) {
  .m-contentheader .content {
    padding: 0;
  }
}
.m-contentheader .footnote-number {
  font-weight: 700;
  vertical-align: super;
}
.m-contentheader .footnote-number::before {
  content: "[";
}
.m-contentheader .footnote-number::after {
  content: "]";
}
.m-contentheader .footnote-number-innote::before {
  content: "[";
}
.m-contentheader .footnote-number-innote::after {
  content: "]";
}
.m-contentheader .footnote-number-innote {
  vertical-align: super;
}
.m-contentheader .footnote-text {
  font-size: 12px;
  color: #999;
}
.m-contentloadBySelection__content {
  margin: 20px 0 0;
}
.m-contentloadBySelection__tab-inner {
  color: #000;
  margin: 0;
}
.m-contentloadBySelection .m-tabs .tab-panel.is-active {
  float: none;
}
.m-contentteaser .contentteaser-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-contentteaser .contentteaser-wrap .media {
  width: 100%;
}
@media (min-width: 750px) {
  .m-contentteaser .contentteaser-wrap .media {
    -webkit-flex-basis: 67%;
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .m-contentteaser .contentteaser-wrap .media-inner {
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    margin: 0 5px;
  }
  .m-contentteaser .contentteaser-wrap .content {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
  .m-contentteaser .contentteaser-wrap .content .content-inner {
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    margin: 0 20px;
  }
  .m-contentteaser .contentteaser-wrap.media-right .media {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .m-contentteaser .contentteaser-wrap.media-right .content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .m-contentteaser .contentteaser-wrap.media-right .content .content-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 10px;
  }
}
.m-contentteaser.effect-on-hover .media-inner .a-image img {
  -webkit-transition: 30s linear;
  transition: 30s linear;
}
.m-contentteaser.effect .media-inner .a-image,
.m-contentteaser.effect-on-hover .media-inner .a-image {
  overflow: hidden;
}
.m-contentteaser.effect .media-inner img,
.m-contentteaser.effect-on-hover .media-inner .a-image:hover img {
  -webkit-animation: 30s linear infinite alternate animation;
  animation: 30s linear infinite alternate animation;
}
.m-contentteaser .footnote-number {
  font-weight: 700;
  vertical-align: super;
}
.m-contentteaser .footnote-number::before {
  content: "[";
}
.m-contentteaser .footnote-number::after {
  content: "]";
}
.m-contentteaser .footnote-number-innote::before {
  content: "[";
}
.m-contentteaser .footnote-number-innote::after {
  content: "]";
}
.m-contentteaser .footnote-number-innote {
  vertical-align: super;
}
.m-contentteaser .footnote-text {
  font-size: 12px;
  color: #999;
}
.m-contenttext2col {
  margin-bottom: 0;
  width: 100%;
}
.m-contenttext2col:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-contenttext2col .footnote-number {
  font-weight: 700;
  vertical-align: super;
}
.m-contenttext2col .footnote-number::before {
  content: "[";
}
.m-contenttext2col .footnote-number::after {
  content: "]";
}
.m-contenttext2col .footnote-number-innote::before {
  content: "[";
}
.m-contenttext2col .footnote-number-innote::after {
  content: "]";
}
.m-contenttext2col .footnote-number-innote {
  vertical-align: super;
}
.m-contenttext2col .footnote-text {
  font-size: 12px;
  color: #999;
}
.m-contenttextmedia {
  width: 100%;
}
.m-contenttextmedia .heading:after,
.m-contenttextmedia:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-contenttextmedia .content,
.m-contenttextmedia .media,
.m-contenttextmedia > .heading {
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-contenttextmedia .content:only-child {
  display: block;
  float: none;
  width: 100%;
}
.m-contenttextmedia .content-inner p + .a-heading {
  margin-top: 20px;
}
.m-contenttextmedia .media .a-caption {
  margin: 15px 0 0;
}
.m-contenttextmedia .media .m-highlightbox,
.m-contenttextmedia .media .m-listbox,
.m-contenttextmedia .media .m-mediagallery,
.m-contenttextmedia .media .mediagallery-wrapper {
  margin-bottom: 0;
}
.m-contenttextmedia .content .icon-rotate360 {
  display: none;
}
@media (max-width: 899px) {
  .m-contentcomparetable.arrow-position-0
    .container
    .content-wrap
    .item:nth-of-type(1)
    .item-headline
    .icon,
  .m-contentcomparetable.arrow-position-1
    .container
    .content-wrap
    .item:nth-of-type(2)
    .item-headline
    .icon {
    visibility: visible;
  }
  .m-contentcomparetable .container .content-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .m-contentcomparetable .container .content-wrap .item:nth-of-type(1n + 3) {
    display: none;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item:nth-of-type(2)
    .item-content,
  .m-contentcomparetable
    .container
    .content-wrap
    .item:nth-of-type(2)
    .item-content-information.expanded {
    overflow: hidden;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .a-image
    img {
    margin-top: 0;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content-information {
    max-height: 0;
  }
  .m-contentcomparetable .container .content-wrap .item .item-headline .icon {
    visibility: hidden;
  }
  .m-contentcomparetable .container .content-wrap .item .expand-area {
    display: none;
  }
  .m-contenttextmedia .content .icon-rotate360 {
    display: inline-block;
  }
  .m-contenttextmediaslider.pagination-with-dots
    .m-slider.slick-initialized
    .paginationarrows {
    display: none;
  }
}
.g-col .m-contenttextmedia {
  margin-left: -1.3888888889%;
  margin-right: -1.3888888889%;
  width: auto;
}
@media (min-width: 750px) {
  .m-contenttextmedia .heading-special {
    display: block;
    float: left;
    vertical-align: middle;
    width: 50%;
  }
  .m-contenttextmedia .heading-special .a-heading {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .m-contenttextmedia .heading-special ~ .content {
    clear: both;
  }
  .m-contenttextmedia .media {
    width: 50%;
  }
  .m-contenttextmedia .media.align-bottom {
    vertical-align: bottom;
  }
  .m-contenttextmedia .content {
    width: 50%;
  }
  .m-contenttextmedia .content,
  .m-contenttextmedia .media {
    display: block;
    float: left;
    vertical-align: top;
  }
  .m-contenttextmedia[data-media-size="size-1of3"] .media {
    width: 33.3333333333%;
  }
  .m-contenttextmedia[data-media-size="size-1of3"] .content,
  .m-contenttextmedia[data-media-size="size-2of3"] .media {
    width: 66.6666666667%;
  }
  .m-contenttextmedia[data-media-size="size-2of3"] .content {
    width: 33.3333333333%;
  }
  .m-contenttextmedia[data-type="contenttext-image"] .content,
  .m-contenttextmedia[data-type="contenttext-video"] .content {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-contenttextmedia[data-type="contenttext-image"],
  .m-contenttextmedia[data-type="contenttext-video"] {
    display: table;
    table-layout: fixed;
  }
  .m-contenttextmedia[data-type="contenttext-image"] .content,
  .m-contenttextmedia[data-type="contenttext-video"] .content {
    display: table-cell;
    float: none;
    vertical-align: middle;
    width: 50%;
  }
  .m-contenttextmedia[data-type="contenttext-image"] .media,
  .m-contenttextmedia[data-type="contenttext-video"] .media {
    display: table-cell;
    float: none;
  }
}
.m-contenttextmedia.effect-on-hover .media-inner .a-image img {
  -webkit-transition: 30s linear;
  transition: 30s linear;
}
.m-contenttextmedia.effect .media-inner,
.m-contenttextmedia.effect .media-inner .a-image,
.m-contenttextmedia.effect-on-hover .media-inner,
.m-contenttextmedia.effect-on-hover .media-inner .a-image {
  overflow: hidden;
}
.m-contenttextmedia.effect .media-inner .a-image,
.m-contenttextmedia.effect-on-hover .media-inner:hover .a-image {
  -webkit-animation: 30s linear infinite alternate animation;
  animation: 30s linear infinite alternate animation;
}
.m-contenttextmedia .footnote-number {
  font-weight: 700;
  vertical-align: super;
}
.m-contenttextmedia .footnote-number::before {
  content: "[";
}
.m-contenttextmedia .footnote-number::after {
  content: "]";
}
.m-contenttextmedia .footnote-number-innote::before {
  content: "[";
}
.m-contenttextmedia .footnote-number-innote::after {
  content: "]";
}
.m-contenttextmedia .footnote-number-innote {
  vertical-align: super;
}
.m-contenttextmedia .footnote-text {
  font-size: 12px;
  color: #999;
}
.m-contenttextmediabig.effect-on-hover .media-inner .a-image img {
  -webkit-transition: 30s linear;
  transition: 30s linear;
}
.m-contenttextmediabig.effect .media-inner .a-image,
.m-contenttextmediabig.effect-on-hover .media-inner .a-image {
  overflow: hidden;
}
.m-contenttextmediabig.effect .media-inner img,
.m-contenttextmediabig.effect-on-hover .media-inner .a-image:hover img {
  -webkit-animation: 30s linear infinite alternate animation;
  animation: 30s linear infinite alternate animation;
}
.m-contenttextmediabig .footnote-number {
  font-weight: 700;
  vertical-align: super;
}
.m-contenttextmediabig .footnote-number::before {
  content: "[";
}
.m-contenttextmediabig .footnote-number::after {
  content: "]";
}
.m-contenttextmediabig .footnote-number-innote::before {
  content: "[";
}
.m-contenttextmediabig .footnote-number-innote::after {
  content: "]";
}
.m-contenttextmediabig .footnote-number-innote {
  vertical-align: super;
}
.m-contenttextmediabig .footnote-text {
  font-size: 12px;
  color: #999;
}
.m-contenttextmediaslider {
  position: relative;
}
.m-contenttextmediaslider .image-video-wrapper {
  font-size: 0;
  line-height: 0;
}
.m-contenttextmediaslider .m-contenttextmedia {
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 749px) {
  .m-contenttextmediaslider {
    margin-bottom: 20px;
  }
}
.m-contenttextmediaslider.pagination-with-dots
  .m-slider.slick-initialized
  .a-paginationdots {
  position: static;
}
.m-contenttextmediaslider.pagination-with-dots
  .m-slider.slick-initialized
  .paginationarrows {
  visibility: hidden;
}
.m-contenttextmediaslider.pagination-with-dots
  .m-slider.slick-initialized:hover
  .paginationarrows {
  visibility: visible;
}
.m-contenttextmediaslider.effect-on-hover .media-inner img {
  -webkit-transition: 30s linear;
  transition: 30s linear;
}
.m-contenttextmediaslider.effect .media-inner .a-image,
.m-contenttextmediaslider.effect-on-hover .media-inner .a-image {
  overflow: hidden;
}
.m-contenttextmediaslider.effect .media-inner img,
.m-contenttextmediaslider.effect-on-hover .media-inner .a-image:hover img {
  -webkit-animation: 30s linear infinite alternate animation;
  animation: 30s linear infinite alternate animation;
}
.stock-placeholder {
  height: 20px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
@-webkit-keyframes skeleton-loading {
  0% {
    background-color: #d4d9de;
  }
}
.location-link-placeholder {
  height: 100px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.color-select-placeholder {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.quantity-select-placeholder {
  height: 50px;
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.add-to-cart-button-placeholder {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-conversionbar {
  display: inline-block;
  width: 100%;
}
.m-conversionbar .a-link {
  border-left: 1px solid #d4d9de;
  float: right;
}
.m-conversionbar .a-link .count-indicator {
  vertical-align: middle;
}
.m-conversionbar .search.is-active .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
@media (min-width: 750px) {
  .contenttextmedia-size-1of3 .m-contenttextmedia .content:not(:only-child) {
    width: 66.6666666667%;
  }
  .contenttextmedia-size-1of3 .m-contenttextmedia .media {
    width: 33.3333333333%;
  }
  .contenttextmedia-size-1of2 .m-contenttextmedia .content:not(:only-child),
  .contenttextmedia-size-1of2 .m-contenttextmedia .media {
    width: 50%;
  }
  .contenttextmedia-size-2of3 .m-contenttextmedia .content:not(:only-child) {
    width: 33.3333333333%;
  }
  .contenttextmedia-size-2of3 .m-contenttextmedia .media {
    width: 66.6666666667%;
  }
  .m-conversionbar .a-link {
    padding: 5px 15px;
  }
  .m-conversionbarrebrush.user-logged-in:not(.popover-content) .mybrand .text {
    display: inline;
  }
}
@media (max-width: 899px) {
  .m-conversionbar .a-link .text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (min-width: 900px) {
  .m-conversionbar .a-link {
    border: none;
  }
  .m-conversionbar .a-link.js-vp3-hidden {
    display: none;
  }
}
.m-conversionbarrebrush {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-conversionbarrebrush:not(.popover-content) .mybrand .text {
  display: none;
}
.m-conversionbarrebrush .search:focus {
  outline: #000 dotted 1px;
}
.m-conversionbarrebrush .icon-avatarloggedin,
.m-conversionbarrebrush .icon-avatarloggedinactive {
  font-size: 30px;
}
.m-conversionbarrebrush .icon-avatardefault,
.m-conversionbarrebrush .icon-avatardefaultactive {
  font-size: 24px;
}
.m-conversionbarrebrush .a-link.mybrand {
  color: #000;
}
.m-conversionbarrebrush .a-link.mybrand.active,
.m-conversionbarrebrush .a-link.mybrand:hover {
  color: #2c5de5;
}
.m-conversionbarrebrush .a-link.shoppingcart,
.m-conversionbarrebrush .icon.icon-search {
  color: #000;
  cursor: pointer;
}
.m-conversionbarrebrush .a-link.shoppingcart:hover,
.m-conversionbarrebrush .icon.icon-search:hover {
  color: #2c5de5;
}
.m-cookitmaplist {
  position: relative;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-cookitmaplist:after {
  content: " ";
  display: block;
  clear: both;
}
.m-cookitmaplist.pre-initialized {
  display: none;
  visibility: hidden;
}
.m-cookitmaplist .dealer-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
}
.m-cookitmaplist .dealer-col-1 {
  grid-column: 1/4;
  min-height: 130px;
}
.m-cookitmaplist .expert-image-container {
  -ms-grid-column: 4;
  grid-column: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-cookitmaplist .expert-image-container img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.m-cookitmaplist .map-wrap {
  height: 100%;
  position: relative;
}
.m-cookitmaplist .map-wrap.pre-initialized .a-button-show-layer,
.m-cookitmaplist .map-wrap.pre-initialized .a-button-toggle-list {
  display: none;
}
.m-cookitmaplist .map {
  height: 100%;
  position: relative;
}
.m-cookitmaplist .map-inner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.m-cookitmaplist .map-inner .location-pin {
  z-index: 9;
}
.m-cookitmaplist .map-inner .location-pin.active,
.m-cookitmaplist .map-inner .location-pin.mouseover {
  color: #000;
  cursor: pointer;
  font-size: 40px;
  margin-left: -5px;
  margin-top: -5px;
  z-index: 10;
}
.m-cookitmaplist .map-inner .location-pin.active:after,
.m-cookitmaplist .map-inner .location-pin.mouseover:after {
  font-size: 15px;
  left: 5.5px;
  line-height: 5px;
  top: 32px;
  width: 28px;
}
.m-cookitmaplist .a-button-show-layer,
.m-cookitmaplist .a-button-toggle-list {
  background: #fff;
  position: absolute;
  z-index: 12;
}
.m-cookitmaplist .a-button-show-layer.a-button-plain:hover,
.m-cookitmaplist .a-button-toggle-list.a-button-plain:hover {
  background: #fff;
}
.m-cookitmaplist .a-button-show-layer.mobile-hidden,
.m-cookitmaplist .a-button-toggle-list.mobile-hidden {
  display: none;
  visibility: hidden;
}
.m-cookitmaplist .a-button-toggle-list {
  height: 125px;
  left: 0;
  margin-top: -62.5px;
  top: 50%;
  width: 25px;
}
.m-cookitmaplist .a-button-show-layer {
  bottom: 0;
  height: 20px;
  left: 50%;
  margin-left: -62.5px;
  width: 125px;
}
.m-cookitmaplist .dealer-wrap {
  overflow: hidden;
  position: relative;
  padding: 0 2px;
  display: none;
}
.m-cookitmaplist .dealer-wrap.visible {
  display: block;
}
.m-cookitmaplist .dealer-list {
  height: 100%;
  list-style: none;
  overflow-y: auto;
  padding-left: 0;
  margin: 0;
}
.m-cookitmaplist .dealer-list.no-results {
  margin-bottom: 0;
}
.m-cookitmaplist .search-legend .search-legend-dealers {
  background-color: #f7eef6;
}
.m-cookitmaplist .search-legend .search-legend-experts {
  background-color: #e2f5e7;
}
.m-cookitmaplist .search-legend .search-legend-events {
  background-color: #ddf5f3;
}
.m-cookitmaplist .search-legend p {
  margin: 0;
  padding: 0.5rem;
}
.m-cookitmaplist .search-legend .search-legend-item {
  margin-bottom: 0.6rem;
}
.m-cookitmaplist .dealer-item {
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  position: relative;
}
.m-cookitmaplist .dealer-item.cookit-dealer-item {
  background-color: #f7eef6;
}
.m-cookitmaplist .dealer-item.cookit-expert-item {
  background-color: #e2f5e7;
}
.m-cookitmaplist .dealer-item.cookit-event-item {
  background-color: #ddf5f3;
}
.m-cookitmaplist .dealer-item.cookit-expert-support-item {
  background-color: #e8f1ff;
}
.m-cookitmaplist .dealer-item .opening-hours {
  margin-bottom: 20px;
}
.m-cookitmaplist .dealer-item .dealer-col-1 {
  padding-top: 20px;
}
.m-cookitmaplist .dealer-item.filter-hidden {
  display: none;
  visibility: hidden;
}
.m-cookitmaplist .dealer-item.no-results {
  border-bottom: none;
  padding: 0;
}
.m-cookitmaplist .dealer-item.no-results:hover {
  background: 0 0;
  cursor: default;
}
.m-cookitmaplist .dealer-item .cookit-data-event {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}
.m-cookitmaplist .dealer-item .external-cookit-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0;
  grid-column: 1/-1;
}
.m-cookitmaplist .dealer-item .external-cookit-link .cookit-button-link {
  max-width: 250px;
}
.m-cookitmaplist .dealer-item .dealer-col-1,
.m-cookitmaplist .dealer-item .dealer-col-2 {
  padding-left: 36px;
}
.m-cookitmaplist .dealer-item .dealer-data {
  display: block;
}
.m-cookitmaplist .dealer-item .dealer-data.hours,
.m-cookitmaplist .dealer-item .dealer-data.links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.m-cookitmaplist .dealer-item .dealer-data.links .a-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.m-cookitmaplist .dealer-item .dealer-data.address {
  font-style: normal;
  margin-bottom: 20px;
}
.m-cookitmaplist .dealer-item .location-meta {
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 29px;
  width: 31px;
}
.m-cookitmaplist .dealer-item .location-distance {
  display: inline-block;
  margin-top: 10px;
  word-spacing: 999px;
}
.m-cookitmaplist .dealer-item .link-buy-online,
.m-cookitmaplist .dealer-item .m-imagelist-dealerlocator {
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-col-1,
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-col-2,
  .m-cookitmaplist .dealer-item .dealer-col-1,
  .m-cookitmaplist .dealer-item .dealer-col-2 {
    padding-right: 12px;
  }
}
@media (min-width: 750px) {
  .m-cookitmaplist .dealer-item .location-meta {
    left: 5px;
    width: 48px;
  }
  .m-cookitmaplist .dealer-item .dealer-col-1,
  .m-cookitmaplist .dealer-item .dealer-col-2,
  .m-cookitmaplist .dealer-item .dealer-gallery {
    padding-left: 55px;
  }
}
@media (min-width: 900px) {
  .m-cookitmaplist .dealer-item .location-meta {
    left: 0;
    width: 55px;
  }
  .m-cookitmaplist .dealer-item .dealer-col-1 {
    padding-left: 63px;
  }
  .m-cookitmaplist .dealer-item .dealer-col-2 {
    width: 33.3333333333%;
    float: left;
    padding-left: 2.7777777778%;
    padding-right: 2.7777777778%;
  }
  .m-cookitmaplist .dealer-item .dealer-gallery {
    padding-left: 63px;
  }
  .m-cookitmaplist .dealer-item .dealer-gallery .a-paginationarrows.next,
  .m-cookitmaplist .dealer-item .dealer-gallery .a-paginationarrows.prev {
    font-size: 30px;
    height: 60px;
    margin-top: -30px;
    width: 60px;
  }
}
.m-cookitmaplist .dealer-wrap .location-pin:after {
  top: 2px;
  left: 5px;
}
.m-cookitmaplist .map-wrap .location-pin:after {
  top: 18px;
  left: 5.5px;
}
.m-cookitmaplist .map-wrap .location-pin.baidu:after {
  top: -3px;
  left: 5px;
}
.m-cookitmaplist .map-wrap .location-pin.mouseover.baidu:after {
  top: 0;
  left: 7px;
}
.m-cookitmaplist .location-pin {
  position: relative;
}
.m-cookitmaplist .location-pin.dealer-pin {
  color: #9e2896;
}
.m-cookitmaplist .location-pin.expert-pin {
  color: #00884a;
}
.m-cookitmaplist .location-pin.event-pin {
  color: #18837e;
}
.m-cookitmaplist .location-pin:after {
  border-radius: 50%;
  color: #fff;
  content: attr(data-dealer-index);
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  position: absolute;
  text-align: center;
  width: 20px;
}
.m-cookitmaplist .dealer-detail-wrap {
  margin-top: 76px;
}
.m-cookitmaplist .dealer-detail-wrap .link-container {
  border-bottom: 1px solid #000;
  left: 0;
  padding-bottom: 15px;
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-col-1,
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-col-2 {
  padding-left: 36px;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-data {
  display: block;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-data.hours,
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-data.links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-data.links .a-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-data.address {
  font-style: normal;
  margin-bottom: 20px;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .location-meta {
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 29px;
  width: 31px;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .location-distance {
  display: inline-block;
  margin-top: 10px;
  word-spacing: 999px;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .link-buy-online,
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .m-imagelist-dealerlocator {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .location-meta {
    left: 5px;
    width: 48px;
  }
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-col-1,
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-col-2,
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-gallery {
    padding-left: 55px;
  }
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .hours-item:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .hours-item .times {
  float: right;
}
.m-cookitmaplist
  .dealer-detail-wrap
  .dealer-detail
  .hours-item
  .times
  .times-item {
  display: block;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-logo {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-text {
  margin-bottom: 20px;
}
.m-cookitmaplist .more-info {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  margin: 20px 0;
}
.m-cookitmaplist .more-info .more-info-button {
  width: -webkit-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.m-cookitmaplist .more-info .more-info-details {
  max-width: 350px;
}
.m-cookitmaplist .more-info .more-info-details .more-info-list {
  list-style: inside;
  margin-bottom: 15px;
}
.m-cookitmaplist .more-info .more-info-details .more-info-text {
  text-align: center;
}
.m-cookitmaplist .item-indicator {
  padding: 0.5rem;
  color: #fff;
  width: -webkit-fit-content;
  width: fit-content;
  grid-column: 1/-1;
}
.m-cookitmaplist .item-indicator.dealer-indicator {
  background-color: #9e2896;
}
.m-cookitmaplist .item-indicator.expert-indicator {
  background-color: #00884a;
}
.m-cookitmaplist .item-indicator.event-indicator {
  background-color: #18837e;
}
.m-cookitmaplist .item-indicator.event-type {
  position: absolute;
  justify-self: end;
  background-color: #707070;
}
@media (max-width: 749px) {
  .m-cookitmaplist .a-button-load-more {
    margin-top: 20px;
  }
  .m-cookitmaplist .a-button-load-more.hidden {
    display: none;
    visibility: hidden;
  }
  .m-cookitmaplist .map.trigger-layer:after {
    background: 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
  }
  .m-cookitmaplist .dealer-list:not(.no-results) {
    margin-top: 20px;
  }
  .m-cookitmaplist .dealer-item.mobile-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (min-width: 750px) {
  .m-cookitmaplist {
    height: 100%;
    margin-bottom: 20px;
  }
  .m-cookitmaplist .dealer-wrap {
    width: 58.3333333333%;
    float: left;
    padding-right: 1.3888888889%;
    height: 100%;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
  }
  .m-cookitmaplist .map-wrap {
    width: 41.6666666667%;
    float: right;
    padding-left: 1.3888888889%;
    height: 100%;
    padding-right: 0;
  }
  .m-cookitmaplist .map-wrap.full-width {
    width: 100%;
    float: right;
    padding-left: 0;
    padding-right: 0;
  }
  .m-cookitmaplist .map-wrap.full-width .a-button-toggle-list {
    left: 0;
  }
  .m-cookitmaplist .dealer-detail-wrap,
  .m-cookitmaplist .dealer-list-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }
  .m-cookitmaplist .dealer-detail-wrap.all-legend-active,
  .m-cookitmaplist .dealer-list-wrap.all-legend-active {
    height: -webkit-calc(100% - 139.5px);
    height: calc(100% - 139.5px);
  }
  .m-cookitmaplist .dealer-detail-wrap.two-legend-active,
  .m-cookitmaplist .dealer-list-wrap.two-legend-active {
    height: -webkit-calc(100% - 94px);
    height: calc(100% - 94px);
  }
  .m-cookitmaplist .dealer-detail-wrap.one-legend-active,
  .m-cookitmaplist .dealer-list-wrap.one-legend-active {
    height: -webkit-calc(100% - 46.5px);
    height: calc(100% - 46.5px);
  }
  .m-cookitmaplist .cookit-list-wrap {
    margin-right: 2.7777777778%;
  }
  .m-cookitmaplist .dealer-detail-wrap {
    margin-right: 2.7777777778%;
    margin-top: 56px;
  }
  .m-cookitmaplist .dealer-detail-wrap.off-screen {
    left: 100%;
    right: -100%;
  }
  .m-cookitmaplist .dealer-detail-wrap .link-container {
    padding-top: 0;
    top: -56px;
  }
  .m-cookitmaplist .map {
    height: 100%;
  }
  .m-cookitmaplist .dealer-item.mouseover,
  .m-cookitmaplist .dealer-item:hover {
    background: #e9ecee;
    cursor: default;
  }
  .m-cookitmaplist .dealer-item.mouseover .location-pin,
  .m-cookitmaplist .dealer-item:hover .location-pin {
    color: #000;
  }
  .m-cookitmaplist .dealer-item.mouseover .location-pin:after,
  .m-cookitmaplist .dealer-item:hover .location-pin:after {
    background: #000;
  }
  .m-cookitmaplist .link-buy-online {
    width: 155px;
  }
}
.m-cookitmaplist .cookit-defautl-expert-background {
  background-color: #acc3e97f;
}
.m-countryselectorlist .region {
  display: block;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.m-countryselectorlist .region:after {
  content: " ";
  display: block;
  clear: both;
}
.m-countryselectorlist .region .country {
  display: block;
  line-height: 30px;
  padding: 6px 1.3888888889%;
  width: 100%;
  float: left;
}
@media (min-width: 750px) {
  .m-countryselectorlist .region .country {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
@media (min-width: 900px) {
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .location-meta {
    left: 0;
    width: 55px;
  }
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-col-1 {
    padding-left: 63px;
  }
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-col-2 {
    width: 33.3333333333%;
    float: left;
    padding-left: 2.7777777778%;
    padding-right: 2.7777777778%;
  }
  .m-cookitmaplist .dealer-detail-wrap .dealer-detail .dealer-gallery {
    padding-left: 63px;
  }
  .m-cookitmaplist
    .dealer-detail-wrap
    .dealer-detail
    .dealer-gallery
    .a-paginationarrows.next,
  .m-cookitmaplist
    .dealer-detail-wrap
    .dealer-detail
    .dealer-gallery
    .a-paginationarrows.prev {
    font-size: 30px;
    height: 60px;
    margin-top: -30px;
    width: 60px;
  }
  .m-cookitmaplist .dealer-wrap {
    width: 50%;
    float: left;
    padding-right: 1.3888888889%;
    padding-left: 0;
  }
  .m-cookitmaplist .dealer-wrap .dealer-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .m-cookitmaplist .dealer-wrap .dealer-layout:after {
    content: " ";
    display: block;
    clear: both;
  }
  .m-cookitmaplist .map-wrap {
    width: 50%;
    float: right;
    padding-left: 1.3888888889%;
    padding-right: 0;
  }
  .m-cookitmaplist .link-buy-online {
    width: 220px;
  }
  .m-countryselectorlist .region .country {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.m-countryselectorlist .region .country .m-imagelist {
  display: inline-block;
  float: left;
}
.m-countryselectorlist
  .region
  .country
  .a-link.language:not(:first-child):before {
  content: "|";
}
.m-countryselectorlist .region .country .a-link.countryName:hover,
.m-countryselectorlist
  .region
  .country
  .a-link.countryName:hover
  + a.defaultLanguage,
.m-countryselectorlist .region .country .a-link:hover {
  font-weight: 700;
}
fieldset.form-row .m-customfilterdateselection .form-row {
  margin-right: 0;
  padding: 0;
}
fieldset.form-row
  .m-customfilterdateselection
  .customfilterdateselection-slider.is-slide-active {
  height: 300px;
}
.pika-single .pika-lendar table th abbr[title],
.pika-single .pika-lendar table th acronym[title] {
  text-decoration: none;
  cursor: default;
}
.m-customfilterdateselection .customfilterdateselection-inner {
  position: relative;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .custom-input-dropdown {
  height: 40px;
  cursor: pointer;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .custom-input-dropdown
  .input-text {
  line-height: 40px;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .custom-input-dropdown:hover {
  color: #000;
}
.m-customfilterdateselection .customfilterdateselection-inner .clear-input {
  position: absolute;
  right: 40px;
  top: 10px;
}
.m-customfilterdateselection .customfilterdateselection-slider {
  background: #f2f2f2;
  height: 0;
  overflow: hidden;
  position: absolute;
  padding: 0 10px;
  width: 100%;
  z-index: 10;
}
.m-customfilterdateselection .customfilterdateselection-slider.is-slide-active {
  height: 330px;
  padding-top: 10px;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.m-customfilterdateselection .customfilterdateselection-slider .form-row {
  margin-bottom: 10px;
  padding: 0;
}
.m-customfilterdateselection .customfilterdateselection-slider .options {
  margin: 0 0 15px;
  padding: 0;
}
.m-customfilterdateselection .filterSelection {
  cursor: pointer;
  display: block;
  margin: 10px 0;
}
.m-customfilterdateselection .confirmation-wrapper .clear-date {
  float: right;
  line-height: 40px;
  text-align: center;
  width: 100px;
}
@media (max-width: 749px) {
  .m-customfilterdateselection .confirmation-wrapper .clear-date {
    width: 100%;
  }
}
.m-customfilterdateselection .confirmation-wrapper .confirm-date {
  float: right;
  width: 100px;
}
@media (max-width: 749px) {
  .m-customfilterdateselection .confirmation-wrapper .confirm-date {
    width: 100%;
  }
}
.m-dealerlocatorproductteaser {
  margin-bottom: 30px;
}
.m-dealerlocatorproductteaser:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-dealerlocatorproductteaser .m-producttitle {
  margin-bottom: 10px;
}
.m-dealerlocatorproductteaser .media .a-image img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
@media (min-width: 750px) {
  .m-dealerlocatorproductteaser .media .a-image {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .m-dealerlocatorproductteaser .media .a-image::after {
    content: "";
    display: block;
    margin-top: 100%;
  }
  .m-dealerlocatorproductteaser .media .a-image img,
  .m-dealerlocatorproductteaser .media .a-image picture {
    bottom: 0;
    left: 0;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-dealerlocatorproductteaser .media {
    width: 16.6666666667%;
  }
  .m-dealerlocatorproductteaser .content {
    width: 83.3333333333%;
  }
}
.m-dealerlocatorproductteaser .content .product-info span {
  padding-right: 10px;
}
.m-dealerlocatorproductteaser .content .heading-link {
  color: #000;
}
.m-dealerlocatorproductteaser .content .heading-link:hover {
  color: #0064a6;
}
.m-dealerteaser .shop-title {
  margin-bottom: 20px;
}
.m-dealerteaser .dealerteaser-mail {
  word-break: break-all;
}
.m-dealerteaser .dealer-info {
  color: #000;
  margin: 0 0 10px;
}
.m-dealerteaserrebrush .media {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-dealerteaserrebrush .media .a-image {
  width: 85%;
  text-align: left;
}
.m-dealerteaserrebrush .media .icon-wrapper {
  position: absolute;
  bottom: 50%;
  right: 5%;
  color: #000;
}
.m-dealerteaserrebrush .media .a-link {
  width: 100%;
  padding: 10px;
  border: 1px solid #d4d9de;
  text-decoration: none;
  color: #000;
}
.m-dealerteaserrebrush .shop-title {
  margin-bottom: 20px;
}
.delayed-add-to-cart .a-button-link {
  background: 0;
  padding: 0;
  text-align: left;
  border: 0;
}
.delayed-add-to-cart .a-button-link:before {
  display: none;
}
.m-deliverydetails:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-deliverydetails .m-deliverydetails-header-edit h2 {
  width: 85%;
  float: left;
  word-break: break-all;
  padding-right: 10px;
}
.m-deliverydetails .m-deliverydetails-header-edit .edit {
  float: right;
  width: 15%;
  word-break: break-all;
  top: -2px;
}
.m-deliverydetails .agent-info,
.m-deliverydetails .billing-adress,
.m-deliverydetails .delivery-date,
.m-deliverydetails .shipping-adress {
  width: 100%;
}
.m-deliverydetails :last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .m-deliverydetails .agent-info,
  .m-deliverydetails .billing-adress,
  .m-deliverydetails .delivery-date,
  .m-deliverydetails .shipping-adress {
    width: 50%;
  }
  .m-deliverydetails .billing-adress {
    padding-right: 1.3888888889%;
  }
  .m-deliverydetails .shipping-adress {
    padding-left: 1.3888888889%;
    padding-right: 0;
  }
  .m-deliverydetails .delivery-date {
    padding-left: 0;
    padding-right: 1.3888888889%;
  }
  .m-deliverydetails .agent-info {
    padding-left: 1.3888888889%;
    padding-right: 0;
  }
  .m-deliverydetails.deliverydetails-layout-fourth div:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media (min-width: 900px) {
  .m-deliverydetails .agent-info,
  .m-deliverydetails .billing-adress,
  .m-deliverydetails .delivery-date,
  .m-deliverydetails .shipping-adress {
    width: 33.3333333333%;
    margin-bottom: 0;
  }
  .m-deliverydetails.deliverydetails-layout-fourth .agent-info,
  .m-deliverydetails.deliverydetails-layout-fourth .billing-adress,
  .m-deliverydetails.deliverydetails-layout-fourth .delivery-date,
  .m-deliverydetails.deliverydetails-layout-fourth .shipping-adress {
    width: 25%;
  }
  .m-deliverydetails .agent-info,
  .m-deliverydetails .delivery-date,
  .m-deliverydetails .shipping-adress {
    padding: 0 1.3888888889%;
  }
}
.m-dob2-appliance-data {
  background-color: #fff;
  padding: 0.5rem 10px 1rem 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.m-dob2-appliance-data .dob2-appliance-media-container {
  float: left;
  width: 30%;
  padding: 10px 10px 0 0;
}
.m-dob2-appliance-data .dob2-appliance-header {
  float: right;
  width: 70%;
  padding: 10px 10px 0 0;
}
.m-dob2-appliance-data .dob2-appliance-description {
  margin-left: 110px;
}
.m-dob2-appliance-data .dob2-appliance-description .a-heading {
  margin-bottom: 0;
}
.m-dob2-appliance-data .dob2-appliance-description .dob2-appliance-details {
  margin: 1rem 0;
}
.m-dob2-appliance-data
  .dob2-appliance-description
  .dob2-appliance-details
  .dob2-appliancedetail-list {
  margin-top: 0;
  margin-bottom: 15px;
  overflow: hidden;
  line-height: 13px;
  width: 100%;
}
.m-dob2-appliance-data
  .dob2-appliance-description
  .dob2-appliance-details
  .dob2-appliancedetail-container {
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 15px;
}
.m-dob2-appliance-data
  .dob2-appliance-description
  .dob2-appliance-details
  .dob2-appliancedetail-label {
  overflow-wrap: break-word;
  float: left;
  width: 30%;
}
@media (max-width: 749px) {
  .m-dob2-appliance-data
    .dob2-appliance-description
    .dob2-appliance-details
    .dob2-appliancedetail-label {
    width: 40%;
  }
}
.m-dob2-appliance-data
  .dob2-appliance-description
  .dob2-appliance-details
  .dob2-appliancedetail-value {
  overflow-wrap: break-word;
  float: right;
  margin-bottom: 0;
  margin-left: 0;
  width: 70%;
}
.m-dob2-appliance-data .additional-text {
  font-size: 0.7rem;
  color: #666;
}
.o-dob2repairaddressfields .suggestion-fieldset {
  padding: 1px !important;
  visibility: hidden;
}
.o-dob2repairaddressfields .suggestion-togglebox {
  border-bottom: none;
  margin-bottom: 1px !important;
}
.o-dob2repairaddressfields .suggestion-togglebox-content.is-open {
  margin-bottom: 20px !important;
}
.m-dob2-user-information-summary {
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
}
.m-dob2-user-information-summary .dob2-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-dob2-user-information-summary .dob2-list-el {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
}
.m-dob2-user-information-summary .dob2-list-el.dob2-list-el-sm {
  width: 50%;
}
@media (max-width: 749px) {
  .m-dob2-appliance-data
    .dob2-appliance-description
    .dob2-appliance-details
    .dob2-appliancedetail-value {
    width: 60%;
  }
  .m-dob2-user-information-summary {
    padding: 1rem;
  }
  .m-dob2-user-information-summary .dob2-list-el {
    margin: 0;
  }
  .m-dob2-user-information-summary .dob2-list-el.dob2-list-el-sm {
    width: 100%;
  }
}
.m-dob2-user-information-summary .dob2-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-dob2-user-information-summary .dob2-body {
  margin: 0 0 1rem 2.1rem;
}
.m-dob2-user-information-summary .highlight-text {
  font-weight: 700;
}
.m-dob2-user-information-summary .dob2-icon {
  font-size: 1.5rem;
  padding: 1rem 0;
  margin: 0 0.5rem 0 0;
}
.m-dob2-user-information-summary .dob2-headline-text {
  padding: 1.25rem 0 1rem;
  vertical-align: top;
}
.m-dob2-user-information-summary .dob2-hr {
  margin: 10px 0 0;
  bottom: 0;
  position: absolute;
}
.m-dob2-user-information-summary .dob2-edit-icon {
  font-size: 1.2rem;
  margin: 0 1.2rem 0 0;
}
.m-dob2-user-information-summary .dob2ordersummary-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-dob2-user-information-summary .dob2-icon-summary {
  font-size: 1.5rem;
  padding: 1rem 0;
  margin: 0 0.25rem 0 0;
}
.m-dob2-user-information-summary .dob2ordersummary-item {
  width: 50%;
}
@media (max-width: 749px) {
  .m-dob2-user-information-summary .dob2ordersummary-item {
    width: 100%;
  }
}
.m-dobappointmentappliance .appointment {
  width: 100%;
}
@media (min-width: 750px) {
  .m-dobappointmentappliance .appointment {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .m-dobappointmentappliance .appointment {
    width: 33.3333333333%;
  }
}
.m-dobappointmentappliance .appointment .appointment-chosen:after,
.m-dobappointmentappliance .appointment .appointment-open:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-dobappointmentappliance .appointment .appointment-chosen {
  margin-bottom: 15px;
}
.m-dobappointmentappliance .appointment .appointment-icon-content {
  float: left;
  font-size: 20px;
  margin: 0;
  width: 20px;
}
.m-dobappointmentappliance .appointment .appointment-content {
  margin: 0 0 0 35px;
}
.m-dobappointmentappliance .appointment .appointment-form-content {
  margin: 15px 0 0 35px;
}
.m-dobavailabilityservicepartneritem .servicepartner-data {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.m-dobavailabilityservicepartneritem .servicepartner-data .hours-item {
  margin: 0 0 2px;
}
.m-dobavailabilityservicepartneritem .times {
  float: right;
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-dobavailabilityservicepartneritem .image-col {
    width: 33%;
  }
  .m-dobavailabilityservicepartneritem .address-col {
    width: 66%;
  }
  .m-dobavailabilityservicepartneritem .openingHours-col {
    margin-left: 33%;
    width: 66%;
  }
}
.m-downloadbasketbottom {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-downloadbasketbottom:after {
  content: " ";
  display: block;
  clear: both;
}
.m-downloadbasketbottom .element-wrapper {
  float: left;
  padding: 0;
}
.m-downloadbasketbottom .empty-basket,
.m-downloadbasketbottom .trigger-download-basket {
  display: inline-block;
  margin-top: 10px;
}
.m-downloadbasketbottom .m-multioptionbutton {
  float: left;
  padding: 0;
}
.m-downloadbaskettop {
  margin: 20px;
}
.m-downloadbaskettop .not-active {
  pointer-events: none;
  cursor: default;
}
.m-downloadbaskettop .pdb-header {
  display: block;
}
.m-downloadbaskettop .pdb-header .more-less-container {
  width: 66.6666666667%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-downloadbaskettop .pdb-header .m-multioptionbutton {
  width: 33.3333333333%;
  float: left;
  text-align: right;
  padding: 20px;
}
.m-downloadbaskettop .downloadbaskettop-inner .resetSelection {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  text-align: right;
  margin: 0 20px 0 0;
}
.m-downloadbaskettop .downloadbaskettop-inner .resetSelection .a-link {
  width: initial;
}
.m-downloadbaskettop .downloadbaskettop-inner .calendar-wrapper {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-downloadteaser {
  margin: 0 0 20px;
  width: 100%;
}
.m-downloadteaser:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-downloadteaser .a-image {
  display: table;
  float: left;
  max-width: 25%;
  table-layout: fixed;
}
.m-downloadteaser .download .select-wrap {
  margin: 0;
}
.m-downloadteaser .heading {
  display: table;
}
.m-downloadteaser .content {
  display: inline-block;
}
@media (min-width: 750px) {
  .m-downloadteaser .content {
    display: table;
  }
  .m-downloadteaser .content .download,
  .m-entervibqrcode .qrcode-external-link-container .external-link-container {
    width: 50%;
  }
}
.m-eancodefield .m-form .form-layout-third .form-layout-col:last-child {
  padding-left: 0;
}
.m-eancodefield .m-form .form-layout-third .form-layout-col .form-row {
  margin-right: 0;
}
.m-eancodefield
  .m-form
  .form-layout-third
  .form-layout-col
  .form-row
  .form-error-wrapper:before {
  display: none !important;
}
@media (max-width: 749px) {
  .m-eancodefield .m-form .form-layout-third .form-layout-col .form-row {
    padding: 0 0 10px;
  }
}
.m-eancodefield .eanfield-input {
  margin: 0;
  padding: 11px;
}
.m-eancodefield .m-form .m-forminput ~ .form-success-wrapper {
  display: none;
  color: #53b044;
  margin: 10px 0;
}
.m-eancodefield .m-form .m-forminput ~ .form-eanerror-wrapper {
  display: none;
  margin: 10px 0;
}
.m-eancodefield .m-form .m-forminput.has-eanerror ~ .form-eanerror-wrapper,
.m-eancodefield .m-form .m-forminput.has-success ~ .form-success-wrapper {
  display: block;
}
.m-eancodefield.rebrush .eanfield-input {
  border-radius: 0.5rem;
}
.m-eancodefield.rebrush .submit-ean .a-button {
  background: #2b5ee5;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.m-eancodefield.rebrush .submit-ean .a-button:hover {
  background: #000;
}
.m-enterenumberproductids .divider-text {
  display: block;
  margin: 0 0 20px;
}
.m-enterenumberproductids .m-searchfield,
.m-enterenumberproductids .m-searchinput:last-child {
  margin-bottom: 0;
}
.m-enterenumberproductids .searchfield-fullwidth .form-row:last-of-type {
  margin-right: 0;
}
.m-enterenumberproductids .form-row:last-of-type {
  padding: 0;
}
.m-enterenumberproductids
  .form-row:last-of-type
  .input-wrap:not(.fullwidth)
  .form-error-wrapper:before {
  display: none !important;
}
.m-enterenumberproductids .form-row:last-of-type + div {
  display: none;
}
.m-entervib .teaser-description {
  margin: 0 0 30px;
}
.m-entervibqrcode .qrcode-external-link-container .external-link-container {
  margin: 0 0 20px;
}
.m-entervibqrcode .qrcode-external-link-container .qrcode-container {
  display: none;
}
.m-estimateddeliverydate {
  margin-bottom: 15px;
}
.m-estimateddeliverydate.state-red .estimated-delivery-text {
  color: red;
}
.m-estimateddeliverydate.state-yellow .estimated-delivery-text {
  color: orange;
}
.m-estimateddeliverydate.state-green .estimated-delivery-text {
  color: #53b044;
}
.m-expandablestage {
  margin: 48px auto;
  width: 100%;
  --expandablestages-shadow: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
@media (min-width: 900px) {
  .m-downloadteaser .a-image {
    width: 25%;
  }
  .m-downloadteaser .content,
  .m-downloadteaser .heading {
    width: 48.75%;
  }
  .m-downloadteaser .download {
    float: right;
    width: 20.8333333333%;
  }
  .m-eancodefield .m-form .form-layout-third .submit-ean .a-button {
    width: 46%;
  }
  .m-entervibqrcode .qrcode-external-link-container .external-link-container {
    width: 25%;
  }
  .m-expandablestage {
    margin: 64px auto;
    width: 100%;
  }
}
.m-expandablestage .expandable-stage-elements-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-expandablestage .expandable-stage-elements-wrap .expandable-stage-title {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.m-expandablestage .expandable-stage-elements-wrap .expandable-area {
  max-height: 3.2rem;
  overflow: hidden;
}
.m-expandablestage .expandable-stage-elements-wrap .expandable-area.expanded {
  max-height: none;
}
.m-expandablestage
  .expandable-stage-elements-wrap
  .expandable-area
  .expandable-area-text
  + .expandable-area-diverse-content {
  margin: 32px 0 0;
}
.m-expandablestage .expandable-stage-elements-wrap .expandable-arrow {
  width: 100%;
  text-align: center;
}
.m-expandablestage
  .expandable-stage-elements-wrap
  .expandable-arrow
  .expand-toggle {
  cursor: pointer;
}
.m-expandablestage
  .expandable-stage-elements-wrap
  .expandable-arrow
  .expand-toggle:focus {
  outline: #000 dotted 1px;
}
.m-expandablestage .expandable-stage-elements-wrap .expandable-arrow .fade-out {
  -webkit-box-shadow: -10px -10px 15px #fff;
  box-shadow: -10px -10px 15px #fff;
  width: 100%;
}
.m-externalquestiondisplay {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 2%;
}
@media (min-width: 900px) {
  .m-externalquestiondisplay {
    width: 50%;
  }
}
.m-externalquestiondisplay .syndicated-question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-externalquestiondisplay
  .syndicated-question-container
  .syndicated-question-text {
  margin-left: 1rem;
}
.m-externalquestiondisplay
  .syndicated-question-container
  .syndicated-image-image {
  margin: 0 0 0 8px;
  height: auto;
  max-width: 55px;
}
.feature-promotion {
  width: 100%;
  border: 1px solid #0064a6;
}
.feature-promotion
  .promotion-content
  .image-checkbox-wrapper
  .m-forminput-checkbox
  .a-formlabel {
  word-wrap: break-word;
}
.feature-promotion .subline .subline-text {
  font-size: 20px;
  color: #fff;
  word-wrap: break-word;
}
.feature-promotion .promotion-description {
  width: 100%;
}
.feature-promotion .promotion-image {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: right;
}
@media (min-width: 750px) {
  .m-entervibqrcode .qrcode-external-link-container .qrcode-container {
    display: block;
  }
  .feature-promotion .promotion-content {
    margin: 15px;
  }
  .feature-promotion .promotion-description {
    padding: 15px 0 5px;
    display: inline-block;
  }
  .feature-promotion .promotion-image {
    width: auto;
    float: none;
  }
}
.feature-promotion .image-checkbox-wrapper {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  float: right;
}
@media (min-width: 750px) {
  .feature-promotion .image-checkbox-wrapper {
    float: none;
    width: auto;
  }
  .feature-promotion {
    width: 48%;
    height: -webkit-fit-content;
    height: fit-content;
  }
}
@media (min-width: 900px) {
  .feature-promotion {
    width: 32%;
    height: -webkit-fit-content;
    height: fit-content;
  }
}
.tabs-placeholder {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.feature-stories-placeholder {
  margin-bottom: 40px;
}
.feature-stories-placeholder .feature-stories-header {
  height: 50px;
  width: 35%;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
  margin-top: 20px;
  margin-bottom: 20px;
}
.feature-stories-placeholder .feature-tiles-container-placeholder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 48%;
  grid-template-columns: 48% 48%;
  margin-bottom: 4%;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder
  .feature-tile-placeholder {
  margin-right: 15px;
  margin-bottom: 15px;
  height: -webkit-calc(50vw - 50px);
  height: calc(50vw - 50px);
  position: relative;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
  cursor: pointer;
}
@media (min-width: 900px) {
  .feature-stories-placeholder .feature-tiles-container-placeholder {
    -ms-grid-columns: 34% 34% 34%;
    grid-template-columns: 34% 34% 34%;
  }
  .feature-stories-placeholder
    .feature-tiles-container-placeholder
    .feature-tile-wrapper-placeholder
    .feature-tile-placeholder {
    height: 169px;
  }
}
.feature-stories-placeholder
  .feature-tiles-container-placeholder
  .feature-tile-wrapper-placeholder
  .feature-tile-placeholder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.feature-stories-placeholder
  .copi-keyfeatures-container-placeholder
  .copi-keyfeatures-placeholder {
  height: 30px;
  width: 75%;
  margin-bottom: 15px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.feature-stories {
  margin-bottom: 40px;
}
.feature-stories.color-tiles {
  margin-bottom: 0;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(1)
  .feature-tile {
  background-color: #0064a6;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(2)
  .feature-tile {
  background-color: #00567f;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(3)
  .feature-tile {
  background-color: #006499;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(4)
  .feature-tile {
  background-color: #0066af;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(5)
  .feature-tile {
  background-color: #0088c6;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(6)
  .feature-tile {
  background-color: #0077c9;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(7)
  .feature-tile {
  background-color: #069;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(8)
  .feature-tile {
  background-color: #0099cf;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(9)
  .feature-tile {
  background-color: #177faf;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper:nth-child(10)
  .feature-tile {
  background-color: #33c4e9;
}
.feature-stories.color-tiles
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile:before {
  background-color: transparent;
}
.feature-stories .feature-tiles-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48% 48%;
  grid-template-columns: 48% 48%;
  margin-bottom: 4%;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper:nth-child(10) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.feature-stories .feature-tiles-container .feature-tile-wrapper .feature-tile {
  margin-right: 15px;
  margin-bottom: 15px;
  height: -webkit-calc(50vw - 50px);
  height: calc(50vw - 50px);
  position: relative;
  background-color: #999;
  cursor: pointer;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile:before {
  content: "";
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .icon-play {
  color: #0064a6;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .a-image {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .a-image
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .m-video {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  overflow: hidden;
  z-index: 2;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-name {
  width: 60%;
  float: left;
  padding: 5px 0 0 5px;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-name
  .feature-name-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  overflow: hidden;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-media-icon {
  float: right;
  padding-right: 10px;
  padding-top: 5px;
  color: #fff;
}
.feature-stories
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-open-layer-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
.feature-stories .button-wrapper {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .feature-stories .feature-tiles-container {
    -ms-grid-columns: 34% 34% 34%;
    grid-template-columns: 34% 34% 34%;
  }
  .feature-stories
    .feature-tiles-container
    .feature-tile-wrapper
    .feature-tile {
    height: 169px;
  }
  .feature-stories
    .feature-tiles-container
    .feature-tile-wrapper
    .feature-tile
    .content-wrapper
    .feature-name {
    font-size: 15px;
    font-weight: 700;
  }
  .feature-stories .button-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.feature-stories .button-wrapper .a-button {
  width: auto;
}
.feature-stories .m-layer {
  margin-top: 8%;
}
.feature-stories .copi-text .footnote-sup {
  cursor: pointer;
}
.m-filter:not(.m-filter-dealerlocator) {
  margin-bottom: 40px;
  position: relative;
}
.m-filterbar:not(.m-filterbar-dealerlocator) {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.m-filterbar:not(.m-filterbar-dealerlocator):not(.has-filter-link):not(
    .has-compare-link
  ):not(.has-sort-dropdown):not(.has-grid-list-toggle):not(.has-reset-button)
  .filterbar-buttons {
  display: none;
}
.m-filterbar:not(.m-filterbar-dealerlocator).list-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-results {
  padding-bottom: 5px;
}
.m-filterbar:not(.m-filterbar-dealerlocator) ul li {
  margin: 0;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-arrow {
  display: block;
  height: 30px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  width: 30px;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-arrow.is-active {
  visibility: visible;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-arrow:after,
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-arrow:before {
  bottom: -2px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-arrow:before {
  border: 16px solid transparent;
  border-bottom-color: #d4d9de;
  margin: -2px 0 1px -1px;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-arrow-invisible {
  display: none;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-nav {
  display: block;
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  position: relative;
  text-align: right;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-nav:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-nav
  .filterbar-right-content {
  float: right;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-title-label {
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item {
  background: #fff;
  font-weight: 700;
  padding: 0 1.3888888889%;
  text-align: center;
  width: 15%;
  display: inline-block;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.is-active:not(.filterbar-icons)
  > a,
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item:hover {
  color: #2d373c;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item-invisible {
  visibility: hidden;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item.filterbar-category,
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item.filterbar-filter {
  padding-left: 0;
  float: left;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-category {
  text-align: left;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-category
  .m-forminput-dropdown {
  margin: 0;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-category
  .select2-container--default
  .select2-results
  > .select2-results__options {
  overflow-x: hidden;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item.filterbar-reset {
  padding-right: 0;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item.filterbar-title {
  color: #2d373c;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-title:first-child:last-child {
  width: 100%;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item
  .select2-container {
  font-weight: 400;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item
  .filterbar-filter-label {
  display: none;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item.filterbar-sorting {
  padding-right: 0;
  text-align: left;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-sorting
  .m-forminput-dropdown {
  margin: 0;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-sorting
  .select-wrap {
  margin: 0;
  color: #666;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item.filterbar-icons {
  padding: 0;
  text-align: right;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-icons
  .a-button {
  padding-bottom: 0;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-icons
  .a-button:last-of-type {
  padding-right: 0;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item
  .filterbar-gridview,
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item
  .filterbar-listview {
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 10px;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item
  .filterbar-gridview:hover,
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item
  .filterbar-listview:hover {
  color: #2d373c;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item
  .filterbar-gridview.is-active,
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item
  .filterbar-listview.is-active {
  color: #2d373c;
  cursor: default;
}
.m-filterbar:not(
    .m-filterbar-dealerlocator
  ).has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
  .filterbar-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-filterbar:not(
    .m-filterbar-dealerlocator
  ).has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
  .filterbar-item.filterbar-title {
  width: 33.3333333%;
}
.m-filterbar:not(
    .m-filterbar-dealerlocator
  ).has-filter-link.has-compare-link.has-sort-dropdown
  .filterbar-item,
.m-filterbar:not(
    .m-filterbar-dealerlocator
  ).has-filter-link.has-compare-link.has-sort-dropdown
  .filterbar-item.filterbar-title,
.m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown.has-filter-link
  .filterbar-item,
.m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown.has-filter-link
  .filterbar-item.filterbar-title {
  width: 33.333333%;
}
.m-filterbar:not(.m-filterbar-dealerlocator).has-filter-link
  .filterbar-item.filterbar-title,
.m-filterbar:not(.m-filterbar-dealerlocator).has-filter-link.has-compare-link
  .filterbar-item.filterbar-title,
.m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown
  .filterbar-item.filterbar-title,
.m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown.has-compare-link
  .filterbar-item.filterbar-title {
  width: 80%;
}
.m-filterbar:not(
    .m-filterbar-dealerlocator
  ).filterbar-title:first-child:last-child,
.m-filterbar:not(
    .m-filterbar-dealerlocator
  ).has-compare-link:first-child:last-child {
  width: 100%;
}
@media (min-width: 750px) {
  .m-filterbar:not(.m-filterbar-dealerlocator)
    .filterbar-item
    .filterbar-filter-label {
    display: inline-block;
  }
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item {
    width: 20%;
  }
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title {
    width: 40%;
  }
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-icons {
    width: 15%;
  }
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown
    .filterbar-item,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown.has-filter-link
    .filterbar-item {
    width: 20%;
  }
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown
    .filterbar-item.filterbar-title,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown.has-filter-link
    .filterbar-item.filterbar-title {
    width: 40%;
  }
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown
    .filterbar-item.filterbar-icons,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown.has-filter-link
    .filterbar-item.filterbar-icons {
    width: 15%;
  }
  .m-filterbar:not(.m-filterbar-dealerlocator).has-filter-link.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-sort-dropdown.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown.has-filter-link
    .filterbar-item.filterbar-title {
    width: 60%;
  }
  .m-filterbar:not(.m-filterbar-dealerlocator).has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-filter-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown
    .filterbar-item.filterbar-title {
    width: 80%;
  }
}
.m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-selected-filters {
  margin-bottom: 10px;
}
.m-filterbar:not(.m-filterbar-dealerlocator) .a-selectedfilter .a-rating {
  line-height: 17px;
}
.m-filterbar-rebrush {
  border-top: 1px solid #000;
  margin: 8px 0 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.m-filterbar-rebrush .reset-button {
  background: 0 0;
  width: auto;
}
.m-filterbar-rebrush .filterbarrebrush-selected-filters {
  margin-bottom: 0 0 8px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-filterbar-rebrush .a-selectedfilter .a-rating {
  line-height: 17px;
}
@media (min-width: 900px) {
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title {
    width: 20%;
  }
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-icons {
    width: 15%;
  }
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title,
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-grid-list-toggle
    .filterbar-item.filterbar-title,
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-compare-link.has-sort-dropdown
    .filterbar-item.filterbar-title,
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title {
    width: 40%;
  }
  .m-filterbar:not(.m-filterbar-dealerlocator).has-filter-link.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-filter-link.has-grid-list-toggle
    .filterbar-item.filterbar-title,
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-grid-list-toggle.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-sort-dropdown.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown.has-filter-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(
      .m-filterbar-dealerlocator
    ).has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title {
    width: 60%;
  }
  .m-filterbar:not(.m-filterbar-dealerlocator).has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-filter-link
    .filterbar-item.filterbar-title,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-grid-list-toggle
    .filterbar-item.filterbar-title,
  .m-filterbar:not(.m-filterbar-dealerlocator).has-sort-dropdown
    .filterbar-item.filterbar-title {
    width: 80%;
  }
  .filter-area-placeholder {
    margin: 20px 20px 0 0;
  }
  .filter-area-placeholder .filter-placeholder {
    height: 50px;
    width: 15%;
    -webkit-animation: 1s linear infinite alternate plp-filter-loader;
    animation: 1s linear infinite alternate plp-filter-loader;
    margin: 0 5px 5px 0;
    border-radius: 30px;
    background-color: #d4d9de;
    display: inline-block;
  }
  .filter-area-placeholder .results-count-placeholder {
    height: 30px;
    width: 10%;
    -webkit-animation: 1s linear infinite alternate plp-filter-loader;
    animation: 1s linear infinite alternate plp-filter-loader;
    margin: 40px 0 10px 5px;
    background-color: #d4d9de;
    border-radius: 30px;
  }
  @-webkit-keyframes plp-filter-loader {
    0% {
      opacity: 0.3;
    }
  }
  @keyframes plp-filter-loader {
    0% {
      opacity: 0.3;
    }
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .selected-filters
    .a-selectedfilter {
    float: left;
  }
}
.m-filterlayer:not(.m-filterlayer-dealerlocator) {
  display: none;
  visibility: hidden;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator).is-opened {
  display: block;
  visibility: visible;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator).is-opened:not(
    .filter-block-is-opened
  )::after {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)::after {
  content: "";
  display: block;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator) .selected-filters {
  padding-top: 20px;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator) .selected-filters:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .selected-filters
  .a-selectedfilter {
  margin: 0 25px 10px 0;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator) .filter-block-outer {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .m-filterlayer:not(.m-filterlayer-dealerlocator) .selected-filters {
    padding-top: 40px;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator) .filter-block-outer {
    display: none;
    visibility: hidden;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-block-outer.is-opened {
    display: block;
    visibility: visible;
  }
}
.m-filterlayer:not(.m-filterlayer-dealerlocator) .filterlayer-spacer {
  padding-bottom: 0;
  padding-top: 20px;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator) .filterlayer-border {
  border-bottom: 1px solid #ccd9e1;
  border-top: 1px solid #ccd9e1;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filterlayer-border
  + .filterlayer-border,
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filterlayer-border:first-child {
  border-top: 0;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filterlayer-border:last-child {
  border-bottom: 0;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator) .filter-group-wrapper::after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-group-wrapper
  .filterlayer-col {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
@media (min-width: 750px) {
  .m-filterlayer:not(.m-filterlayer-dealerlocator) .filterlayer-spacer {
    padding-top: 40px;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator) .filterlayer-border {
    border: 0;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper.show-all
    .filterlayer-col:nth-child(n + 3) {
    display: block;
    visibility: visible;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:first-child,
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(2n + 1) {
    padding-left: 0;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(2n + 0) {
    padding-right: 0;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(n + 3) {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 900px) {
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper.show-all
    .filterlayer-col:nth-child(n + 5) {
    display: block;
    visibility: visible;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
}
@media (max-width: 749px) {
  .m-filterlayer:not(.m-filterlayer-dealerlocator) .filter-group-wrapper {
    margin-top: 20px;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper.show-all
    .filterlayer-col:nth-child(n + 2) {
    display: block;
    visibility: visible;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col {
    padding-left: 0;
    padding-right: 0;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(n + 2) {
    display: none;
    visibility: hidden;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    button.filter-closefilterarea-button,
  .m-filterlayer:not(.m-filterlayer-dealerlocator) button.reset-button {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(6n):not(:last-child) {
    margin-bottom: 30px;
    border-bottom: 0;
  }
}
@media (min-width: 900px) {
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(2n + 1) {
    padding-left: 1.3888888889%;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(2n + 0) {
    padding-right: 1.3888888889%;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(4n + 1) {
    padding-left: 0;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(4n + 0) {
    padding-right: 0;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(n + 3) {
    display: block;
    visibility: visible;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-group-wrapper
    .filterlayer-col:nth-child(n + 5) {
    display: none;
    visibility: hidden;
  }
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating {
  display: inline-block;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating
  .scale
  .icon {
  font-size: 22px;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating.a-formlabel,
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-group-wrapper
  .filterlayer-rating
  > div {
  margin-bottom: 10px;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-group-wrapper
  .filterlayer-rating
  input,
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-group-wrapper
  .filterlayer-selectablerange
  input {
  display: none;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-layer-controls
  .show-hide-wrapper {
  margin-top: 30px;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-layer-controls
  .show-hide-wrapper
  .filter-toggle.is-active
  .filter-toggle-hide {
  display: inline-block;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-layer-controls
  .show-hide-wrapper
  .filter-toggle
  .filter-toggle-hide,
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-layer-controls
  .show-hide-wrapper
  .filter-toggle.is-active
  .filter-toggle-showmore {
  display: none;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-layer-controls
  .show-hide-wrapper
  .filter-toggle
  .filter-toggle-showmore {
  display: inline-block;
}
.m-filterlayer:not(.m-filterlayer-dealerlocator)
  .filter-layer-controls
  .close-button-wrapper {
  margin-top: 30px;
}
.m-filterlayer-rebrush::after {
  content: "";
  display: block;
}
.m-filterlayer-rebrush .selected-filters:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-filterlayer-rebrush .filter-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 899px) {
  .m-filterlayer-rebrush .filter-group-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.m-filterlayer-rebrush .filter-group-wrapper .chip-sorting {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-filterlayer-rebrush .filter-group-wrapper .filterlayer-rating .a-rating {
  display: inline-block;
}
.m-filterlayer-rebrush
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating
  .scale
  .icon {
  font-size: 22px;
}
.m-filterlayer-rebrush
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating.a-formlabel,
.m-filterlayer-rebrush .filter-group-wrapper .filterlayer-rating > div {
  margin-bottom: 10px;
}
.m-filterlayer-rebrush .filter-group-wrapper .filterlayer-rating input,
.m-filterlayer-rebrush
  .filter-group-wrapper
  .filterlayer-selectablerange
  input {
  display: none;
}
.m-filterlayer-rebrush
  .filter-group-wrapper
  .filterlayer-rating
  .a-formlabel:focus,
.m-filterlayer-rebrush
  .filter-group-wrapper
  .filterlayer-selectablerange
  .a-formlabel:focus {
  outline: 0;
}
.m-filterlayer-rebrush
  .filter-group-wrapper
  .filterlayer-rating
  .a-formlabel:focus:before,
.m-filterlayer-rebrush
  .filter-group-wrapper
  .filterlayer-selectablerange
  .a-formlabel:focus:before {
  outline: #000 dotted 1px;
}
.m-filterlist-dealer .filterlist-container {
  background: #f2f2f2;
  height: 0;
  list-style-type: none;
  margin: 10px 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transition: height 0.4s, max-height 0.4s;
  transition: height 0.4s, max-height 0.4s;
}
.m-filterlist-dealer .filterlist-container.open-mobile {
  height: 190px;
  max-height: 190px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.m-filterlist-dealer .filterlist-heading {
  color: #0064a6;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.m-filterlist-dealer .filterlist-heading:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  padding-right: 10px;
}
.m-filterlist-dealer .filterlist-heading.is-opened {
  color: #000;
}
.m-filterlist-dealer .filterlist-heading.is-opened:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
@media (min-width: 750px) {
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    button.filter-closefilterarea-button,
  .m-filterlayer:not(.m-filterlayer-dealerlocator) button.reset-button {
    display: none;
  }
  .m-filterlayer:not(.m-filterlayer-dealerlocator)
    .filter-layer-controls
    .close-button-wrapper {
    margin-top: 0;
  }
  .m-filterlist-dealer .filterlist-container {
    height: 190px;
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: none;
    transition: none;
  }
  .m-filterlist-dealer .filterlist-heading {
    color: #000;
    cursor: default;
    font-size: 16px;
    line-height: 22px;
  }
  .m-filterlist-dealer .filterlist-heading:before {
    content: "";
    padding: 0;
  }
  .m-filterlist-dealer .filterlist-heading.is-opened:before {
    content: "";
  }
  .m-filterlist:not(.m-filterlist-dealer) .filterlist-container.open-mobile {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
  }
}
.m-filterlist-dealer .filterlist-row {
  display: block;
  margin: 0;
  width: 100%;
}
.m-filterlist-dealer .filterlist-label {
  float: left;
  width: 100%;
}
.m-filterlist-dealer .filterlist-label ~ .a-formlabel {
  margin: 0;
  padding: 10px 34px 10px 10px;
}
.m-filterlist-dealer .filterlist-label:checked ~ .a-formlabel:before,
.m-filterlist-dealer .filterlist-label ~ .a-formlabel:before {
  display: none;
}
.m-filterlist-dealer .filterlist-row-item {
  background: #f2f2f2;
  color: #0064a6;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.m-filterlist-dealer .filterlist-row-item:hover {
  background: #d4d9de;
  color: #000;
}
.m-filterlist-dealer .filterlist-row-item.is-active {
  background: #0064a6;
  color: #fff;
}
.m-filterlist-dealer .filterlist-row-item.is-active .filterlist-label-icon {
  display: none;
}
.m-filterlist-dealer .filterlist-row-item.is-active .filterlist-close-icon {
  display: block;
}
.m-filterlist-dealer .filterlist-row-item.is-active:hover {
  background: #000;
  color: #fff;
}
.m-filterlist-dealer .filterlist-label-icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.m-filterlist-dealer .filterlist-close-icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.m-filterlist-dealer .filterlist-heading-filter-icon {
  color: #999;
  display: none;
  float: right;
}
.m-filterlist-dealer .filterlist-heading-filter-icon.is-active {
  display: block;
}
.m-filterlist:not(.m-filterlist-dealer) {
  position: relative;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-container {
  background: #fff;
  height: 0;
  list-style-type: none;
  margin: 10px 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-container.open-mobile {
  max-height: 190px;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 5px;
  padding-left: 5px;
}
@media (max-width: 749px) {
  .m-filterlayer-rebrush button.reset-button {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
  .m-filterlist:not(.m-filterlist-dealer) .filterlist-container {
    -webkit-transition: height 0.4s, max-height 0.4s;
    transition: height 0.4s, max-height 0.4s;
  }
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-heading {
  color: #2d373c;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-heading:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  float: right;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-heading.is-opened {
  color: #2d373c;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-heading.is-opened:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
@media (min-width: 750px) {
  .m-filterlist:not(.m-filterlist-dealer)[data-legacy="true"]
    .filterlist-container {
    height: 190px;
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-transition: none;
    transition: none;
  }
  .m-filterlist:not(.m-filterlist-dealer)[data-legacy="true"]
    .filterlist-heading {
    color: #2d373c;
    cursor: default;
    font-size: 16px;
    line-height: 22px;
  }
  .m-filterlist:not(.m-filterlist-dealer)[data-legacy="true"]
    .filterlist-heading:before {
    content: "";
    padding: 0;
  }
  .m-filterlist:not(.m-filterlist-dealer)[data-legacy="true"]
    .filterlist-heading.is-opened:before {
    content: "";
  }
  .m-filter-teaser .filter-teaser-content .chip-container .filterlayer-col {
    width: 50%;
  }
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-row {
  display: block;
  margin: 0;
  width: 100%;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-label {
  float: left;
  width: 100%;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-label ~ .a-formlabel {
  margin: 0;
  padding: 10px 34px 0 10px;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-row-item {
  background: #fff;
  color: #999;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-row-item:hover {
  background: #fff;
  color: #2d373c;
}
.m-filterlist:not(.m-filterlist-dealer)
  .filterlist-row-item.is-active
  .filterlist-label-icon {
  display: none;
}
.m-filterlist:not(.m-filterlist-dealer)
  .filterlist-row-item.is-active
  .filterlist-close-icon {
  display: block;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-row-item.is-active:hover {
  background: #fff;
  color: #3cc8be;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-label-icon {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-close-icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.m-filterlist:not(.m-filterlist-dealer) .filterlist-heading-filter-icon {
  color: #879baa;
  display: none;
  float: right;
}
.m-filterlist:not(.m-filterlist-dealer)
  .filterlist-heading-filter-icon.is-active {
  display: block;
}
.m-filterlist:not(.m-filterlist-dealer) .icon-filter:before {
  content: "";
}
.m-filterlist-rebrush {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-filterlist-rebrush .m-chips.dropdown.dropdown-open .chips-content {
  height: -webkit-fit-content;
  height: fit-content;
  margin: 0;
  z-index: 1;
}
.m-filterlist-rebrush .m-chips.dropdown.dropdown-open .filterlist-heading {
  white-space: normal;
  text-overflow: clip;
}
.m-filterlist-rebrush .filterlist-heading {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-filterlist-rebrush .filterlist-chip-Icon {
  padding-left: 5px;
}
.m-filterlist-rebrush .filterlist-container {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.m-filterlist-rebrush .filterlist-row {
  margin: 0;
}
.m-filterlist-rebrush .filterlist-row .filterlist-label ~ .a-formlabel {
  margin: 0;
  padding: 10px 34px 10px 30px;
}
.m-filterlist-rebrush .filterlist-row-item {
  color: #0064a6;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.m-filterlist-rebrush .filterlist-row-item:hover {
  color: #0064a6;
}
.m-filterlist-rebrush .filterlist-row-item .filterlist-close-icon {
  display: none;
}
.m-filterlist-rebrush .filterlist-row-item .m-forminput-checkbox {
  word-break: break-word;
}
.m-filterlist-rebrush .filterlist-row-item .info-button {
  margin: 0 10px 0 auto;
}
.m-filterlist-rebrush .filterlist-row-item.is-active {
  color: #0064a6;
}
.m-filterlist-rebrush .filterlist-row-item.is-active .info-button {
  display: none;
}
.m-filterlist-rebrush .filterlist-row-item.is-active .filterlist-close-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0 auto;
}
.m-filterlist-rebrush
  .filterlist-row-item.is-active
  .filterlist-close-icon:focus {
  outline: #000 dotted 1px;
}
.m-filterlist-rebrush .filterlist-row-item.is-active:hover {
  color: #0064a6;
}
.m-filterlist-rebrush.is-in-modal {
  width: 100%;
}
.m-filterlist-rebrush.is-in-modal .filterlist-container {
  width: 100%;
  max-height: unset;
}
.m-filter-rebrush {
  position: relative;
}
.m-filter-rebrush .filter-wrap {
  max-width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 900px) {
  .m-filterlist-dealer .filterlist-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .m-filterlist:not(.m-filterlist-dealer)[data-legacy="true"]
    .filterlist-heading {
    font-size: 14px;
    line-height: 20px;
  }
  .m-filter-rebrush .filter-wrap {
    padding: 24px 0;
    background-color: #d7e2fe;
  }
}
.m-filter-rebrush .filter-wrap .filter-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
}
.m-filter-rebrush .filter-wrap .filter-container:after {
  content: " ";
  display: block;
  clear: both;
}
.m-filter-teaser {
  width: 98%;
}
.m-filter-teaser .filter-teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-filter-teaser .filter-teaser-content.hidden-desktop.hidden-tablet {
  padding: 4px;
}
.m-filter-teaser .filter-teaser-content .filter-teaser-image img {
  margin-left: 15%;
  height: auto;
}
.m-filter-teaser .filter-teaser-content .filter-teaser-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-filter-teaser .filter-teaser-content .filter-teaser-child:first-child {
  margin-top: 3%;
  margin-bottom: 3%;
}
.m-filter-teaser
  .filter-teaser-content
  .filter-teaser-dropdown
  .filter-description {
  line-height: 0.85em;
}
.m-filter-teaser .filter-teaser-content .chip-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 749px) {
  .m-filter-teaser .filter-teaser-content .chip-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2em;
  }
  .m-filter-teaser .m-filterlist-rebrush .chips-content {
    width: 138%;
  }
}
.m-filter-teaser .filter-teaser-content .show-more-a-link {
  margin-top: 5%;
  margin-left: 35%;
  text-decoration: underline;
}
.m-filter-teaser .filter-teaser-content::after {
  content: "";
  display: block;
}
.m-filter-teaser .filter-teaser-content .selected-filters:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-filter-teaser .filter-teaser-content .filter-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 899px) {
  .m-filter-teaser .filter-teaser-content .filter-group-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.m-filter-teaser .filter-teaser-content .filter-group-wrapper .chip-sorting {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating {
  display: inline-block;
}
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating
  .scale
  .icon {
  font-size: 22px;
}
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating.a-formlabel,
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-rating
  > div {
  margin-bottom: 10px;
}
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-rating
  input,
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-selectablerange
  input {
  display: none;
}
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-rating
  .a-formlabel:focus,
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-selectablerange
  .a-formlabel:focus {
  outline: 0;
}
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-rating
  .a-formlabel:focus:before,
.m-filter-teaser
  .filter-teaser-content
  .filter-group-wrapper
  .filterlayer-selectablerange
  .a-formlabel:focus:before {
  outline: #000 dotted 1px;
}
.m-filter-teaser .m-filterlist-rebrush {
  display: block;
}
.m-filter-teaser .m-filterlist-rebrush .filterlayer-rating input,
.m-filter-teaser .m-filterlist-rebrush .filterlayer-selectablerange input {
  display: none;
}
.m-filter-teaser .m-filterlist-rebrush .filterlayer-rating .a-formlabel:focus,
.m-filter-teaser
  .m-filterlist-rebrush
  .filterlayer-selectablerange
  .a-formlabel:focus {
  outline: 0;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .filterlayer-rating
  .a-formlabel:focus:before,
.m-filter-teaser
  .m-filterlist-rebrush
  .filterlayer-selectablerange
  .a-formlabel:focus:before {
  outline: #000 dotted 1px;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .m-chips.dropdown.dropdown-open
  .chips-content,
.m-filter-teaser
  .m-filterlist-rebrush
  .m-chips.select.dropdown-open
  .chips-content {
  border-radius: 2px;
}
.m-filter-teaser .m-filterlist-rebrush .m-chips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-filter-teaser .m-filterlist-rebrush .chips-content {
  border-radius: 2px;
}
.m-filter-teaser .m-filterlist-rebrush .chips-content-inner,
.m-filter-teaser .m-filterlist-rebrush .dropdown-content {
  border-radius: 2px;
}
.m-filter-teaser .m-filterlist-rebrush .dropdown-content .filterlist-row {
  display: block;
  margin: 0;
  width: 100%;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-row-item {
  color: #0064a6;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-row-item.is-active,
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-row-item:hover {
  color: #0064a6;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-row-item.is-active
  .filterlist-label-icon {
  display: none;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-row-item.is-active
  .filterlist-close-icon {
  display: block;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-row-item.is-active
  .filterlist-close-icon:focus {
  outline: #000 dotted 1px;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-row-item.is-active:hover {
  color: #0064a6;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-label-icon {
  display: block;
  position: absolute;
  right: 10px;
  top: -2px;
  z-index: 1;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-close-icon {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-heading-filter-icon {
  color: #879baa;
  display: none;
  float: right;
}
.m-filter-teaser
  .m-filterlist-rebrush
  .dropdown-content
  .filterlist-row
  .filterlist-heading-filter-icon.is-active {
  display: block;
}
.m-firedmessage {
  width: 100%;
}
.m-firedmessage .content {
  color: #2d373c;
}
.m-firedmessage .content ul,
.m-firedmessage .content ul li {
  margin: 0;
  padding: 0;
}
.m-firedmessage .content-icon {
  color: #2d373c;
  float: left;
  font-size: 40px;
  line-height: 30px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-fitstoappliance .preview-picture {
  width: 320px;
  height: auto;
  display: none;
  border: 5px solid #999;
}
.m-fitstoappliance .vib-state-container {
  display: block;
  width: 100%;
}
.m-fitstoappliance .vib-state-container .vib-state-content {
  border: 1px solid;
  margin: 10px 0;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-fitstoappliance .vib-state-container .vib-state-content .search-camera-icon {
  padding: 10px;
}
.m-fitstoappliance
  .vib-state-container
  .vib-state-content
  .search-camera-icon
  .icon {
  font-size: 2em;
  top: 60px;
}
.m-fitstoappliance .vib-state-container .vib-state-content .content-icon {
  display: inline-block;
  padding: 10px;
}
.m-fitstoappliance .vib-state-container .vib-state-content .content-icon .icon {
  font-size: 2em;
  display: block;
}
.m-fitstoappliance .vib-state-container .vib-state-content .content {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
}
.m-fitstoappliance .vib-state-container .vib-state-content.state-success {
  color: #53b044;
}
.m-fitstoappliance .vib-state-container .vib-state-content.state-error {
  color: red;
}
.m-floating-button {
  z-index: 102;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 74px;
  left: 16px;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-webkit-calc((56px + 74px) * -1));
  -ms-transform: translateY(calc((56px + 74px) * -1));
  transform: translateY(calc((56px + 74px) * -1));
}
.m-floating-button.visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m-fly-in-layer .fly-in-layer-content {
  bottom: auto;
  left: auto;
  right: 0;
  top: 10%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  min-width: 320px;
  max-width: 320px;
  min-height: 0;
  max-height: 460px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  border: none;
  background-color: #fff;
  z-index: 222;
}
.m-fly-in-layer .a-area--fly-in-flag {
  right: auto;
  bottom: auto;
  left: 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.m-fly-in-layer .a-area--fly-in-flag .fly-in-flag-text {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.m-fly-in-layer .fly-in-layer-content .fly-in-layer-content-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-top
  .js-close-button {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 10px 10px;
}
.m-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner {
  padding: 0 30px 30px;
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-inner
  .fly-in-layer-content-inner-area-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 750px) {
  .m-fly-in-layer .fly-in-layer-content {
    bottom: auto;
    left: auto;
    right: 0;
    top: 30%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    min-width: 600px;
    max-width: 600px;
    min-height: 0;
    max-height: 310px;
  }
  .m-fly-in-layer .a-area--fly-in-flag {
    right: auto;
    bottom: auto;
    top: 30%;
    left: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .m-fly-in-layer .a-area--fly-in-flag .fly-in-flag-text {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-top
    .js-close-button {
    padding: 30px 30px 10px 10px;
  }
  .m-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner {
    padding: 0 30px 30px;
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-inner
  .fly-in-layer-content-inner-area-wrap
  .fly-in-layer-image-area {
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 0;
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
  margin: 0 0 17px;
}
@media (min-width: 750px) {
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap
    .fly-in-layer-image-area {
    margin: 0 17px 0 0;
  }
}
@media (min-width: 900px) {
  .m-fly-in-layer .fly-in-layer-content {
    bottom: auto;
    left: auto;
    right: 0;
    top: 30%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    min-width: 770px;
    max-width: 770px;
    min-height: 0;
    max-height: 400px;
  }
  .m-fly-in-layer .a-area--fly-in-flag {
    right: auto;
    bottom: auto;
    top: 30%;
    left: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .m-fly-in-layer .a-area--fly-in-flag .fly-in-flag-text {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-top
    .js-close-button {
    padding: 30px 60px 10px 10px;
  }
  .m-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner {
    padding: 0 60px 60px;
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap
    .fly-in-layer-image-area {
    margin: 0;
  }
  .m-footerpagefunctionsfollow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-footerpagefunctionsfollow .likes {
    margin-left: auto;
  }
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-inner
  .fly-in-layer-content-inner-area-wrap
  .fly-in-layer-text-cta-area {
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 0;
  -ms-flex: 2 1 0px;
  flex: 2 1 0;
}
.m-fly-in-layer.is-open .fly-in-layer-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-fly-in-layer.is-open .a-area--fly-in-flag {
  display: none;
}
.m-fly-in-layer .a-area--fly-in-flag {
  display: block;
  position: fixed;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  z-index: 221;
}
.m-fly-in-layer .a-area--fly-in-flag .fly-in-flag-text {
  display: inline-block;
}
.m-footerfootnote {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d9de;
}
.m-footerlinkscopyright ul {
  display: block;
  width: 100%;
}
.m-footerlinkscopyright ul:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-footerlinkscopyright li {
  display: block;
  margin-right: 20px;
}
.m-footerlinkscopyright li .a-link {
  padding-left: 0;
}
.m-footerlinkscopyright li .a-link:before {
  content: "";
}
.m-footerpagefunctionsfollow {
  border-bottom: 2px solid #dfe6ed;
}
.m-footerpagefunctionsfollow .a-link {
  margin-right: 20px;
}
.m-footerpagefunctionsfollow .likes .text {
  margin-right: 20px;
}
.m-footerpagefunctionsfollow .likes .a-link:after,
.m-footerpagefunctionsfollow .likes .a-link:before {
  content: "";
}
.m-footerpagefunctionsfollow .likes ul {
  display: inline-block;
}
.m-footerpagefunctionsfollow .likes li {
  display: inline-block;
  vertical-align: middle;
}
.m-footnotes {
  margin-top: 20px;
  margin-left: 20px;
}
.m-footnotes .hide-text {
  height: 22px;
  overflow: hidden;
  padding-top: 5px;
}
.m-footnotes .expand-footnote {
  cursor: pointer;
}
.m-footnotes .expand-footnote:focus {
  outline: #000 dotted 1px;
}
.m-footnotes .showmore-button {
  -webkit-box-shadow: -10px -18px 15px #fff;
  box-shadow: -10px -18px 15px #fff;
  background-color: #fff;
  width: 100%;
  color: #2b5ee5;
}
.m-footnotes .showless-button {
  color: #2b5ee5;
}
.m-footnotes .footnote-item {
  margin-bottom: 10px;
}
.m-footnotes .footenote-hide {
  display: none;
}
@media print {
  .m-footnotes .footenote-hide {
    display: list-item !important;
  }
  .m-footnotes .hide-text {
    height: auto !important;
    overflow: unset !important;
    padding-top: 0 !important;
  }
  .form-actions,
  .m-footnotes .button-wrapper {
    display: none;
  }
}
.m-footnotes-info-container {
  display: none;
}
.m-footnotes-rebrush {
  margin-top: 30px;
}
.m-footnotes-rebrush .footnotes-toggle {
  cursor: pointer;
}
.m-footnotes-rebrush .footnotes-toggle:focus {
  outline: #000 dotted 1px;
}
.m-footnotes-rebrush .showmore-button {
  display: block;
  position: relative;
}
.m-footnotes-rebrush .showmore-button.fade-out-footnote-plp {
  -webkit-box-shadow: 5px -22px 15px #f2f2f2;
  box-shadow: 5px -22px 15px #f2f2f2;
}
.m-footnotes-rebrush .showmore-button.fade-out-footnote {
  -webkit-box-shadow: 5px -22px 15px #fff;
  box-shadow: 5px -22px 15px #fff;
}
.m-footnotes-rebrush .showless-button {
  display: none;
}
.m-footnotes-rebrush .footnotes-list.cut-third-item-height li:nth-child(3) {
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-footnotes-rebrush
  .footnotes-list.cut-third-item-height
  li:nth-child(3)
  span {
  -webkit-clip-path: inset(0 0 20% 0);
  clip-path: inset(0 0 20% 0);
}
.m-footnotes-rebrush .footnotes-list li:nth-child(n + 4),
.m-footnotes-rebrush.expanded .showmore-button {
  display: none;
}
.m-footnotes-rebrush.expanded .showless-button {
  display: block;
}
.m-footnotes-rebrush.expanded .footnotes-list li:nth-child(3) {
  list-style: inherit;
  white-space: normal;
  overflow: unset;
}
.m-footnotes-rebrush.expanded .footnotes-list li:nth-child(3) span {
  -webkit-clip-path: none;
  clip-path: none;
}
.m-footnotes-rebrush.expanded .footnotes-list li:nth-child(n + 4) {
  display: list-item;
}
.js-footnote-reference-number {
  cursor: pointer;
}
.js-layer-container-inner .js-footnote-reference-number {
  pointer-events: none;
}
.m-form .empty-div {
  overflow: auto;
  width: 100%;
}
.m-form [data-field-count="3"] .m-forminput:not(.form-layout-col) {
  width: -webkit-calc(100%/3 - 6.6666666667px);
  width: calc(100% / 3 - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-xxxl,
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col)
  > .m-forminput {
  width: 100%;
}
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-xxl {
  width: -webkit-calc(87.5% - 6.6666666667px);
  width: calc(87.5% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-xl {
  width: -webkit-calc(75% - 6.6666666667px);
  width: calc(75% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-l {
  width: -webkit-calc(62.5% - 6.6666666667px);
  width: calc(62.5% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-m {
  width: -webkit-calc(50% - 6.6666666667px);
  width: calc(50% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-s {
  width: -webkit-calc(37.5% - 6.6666666667px);
  width: calc(37.5% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-xs {
  width: -webkit-calc(25% - 6.6666666667px);
  width: calc(25% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-xxs {
  width: -webkit-calc(12.5% - 6.6666666667px);
  width: calc(12.5% - 6.6666666667px);
}
.m-form [data-field-count="2"] .m-forminput:not(.form-layout-col) {
  width: -webkit-calc(100%/2 - 5px);
  width: calc(100% / 2 - 5px);
}
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-xxxl,
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col)
  > .m-forminput {
  width: 100%;
}
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-xxl {
  width: -webkit-calc(87.5% - 5px);
  width: calc(87.5% - 5px);
}
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-xl {
  width: -webkit-calc(75% - 5px);
  width: calc(75% - 5px);
}
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-l {
  width: -webkit-calc(62.5% - 5px);
  width: calc(62.5% - 5px);
}
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-m {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-s {
  width: -webkit-calc(37.5% - 5px);
  width: calc(37.5% - 5px);
}
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-xs {
  width: -webkit-calc(25% - 5px);
  width: calc(25% - 5px);
}
.m-form
  [data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-xxs {
  width: -webkit-calc(12.5% - 5px);
  width: calc(12.5% - 5px);
}
.m-form [data-field-count="1"] .m-forminput:not(.form-layout-col) {
  width: -webkit-calc(100%/1 - 0px);
  width: calc(100% / 1 - 0px);
}
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-xxxl,
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col)
  > .m-forminput {
  width: 100%;
}
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-xxl {
  width: -webkit-calc(87.5% - 0px);
  width: calc(87.5% - 0px);
}
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-xl {
  width: -webkit-calc(75% - 0px);
  width: calc(75% - 0px);
}
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-l {
  width: -webkit-calc(62.5% - 0px);
  width: calc(62.5% - 0px);
}
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-m {
  width: -webkit-calc(50% - 0px);
  width: calc(50% - 0px);
}
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-s {
  width: -webkit-calc(37.5% - 0px);
  width: calc(37.5% - 0px);
}
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-xs {
  width: -webkit-calc(25% - 0px);
  width: calc(25% - 0px);
}
.m-form
  [data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-xxs {
  width: -webkit-calc(12.5% - 0px);
  width: calc(12.5% - 0px);
}
.m-form [data-field-count="3"] .a-formlabel:not(.form-layout-col):not(.radio) {
  width: -webkit-calc(100%/3 - 6.6666666667px);
  width: calc(100% / 3 - 6.6666666667px);
  display: inline-block;
  margin: 0;
  text-align: left !important;
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio):nth-last-of-type(1) {
  float: right;
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xxxl {
  width: 100%;
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xxl {
  width: -webkit-calc(87.5% - 6.6666666667px);
  width: calc(87.5% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xl {
  width: -webkit-calc(75% - 6.6666666667px);
  width: calc(75% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-l {
  width: -webkit-calc(62.5% - 6.6666666667px);
  width: calc(62.5% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-m {
  width: -webkit-calc(50% - 6.6666666667px);
  width: calc(50% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-s {
  width: -webkit-calc(37.5% - 6.6666666667px);
  width: calc(37.5% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xs {
  width: -webkit-calc(25% - 6.6666666667px);
  width: calc(25% - 6.6666666667px);
}
.m-form
  [data-field-count="3"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xxs {
  width: -webkit-calc(12.5% - 6.6666666667px);
  width: calc(12.5% - 6.6666666667px);
}
.m-form [data-field-count="2"] .a-formlabel:not(.form-layout-col):not(.radio) {
  width: -webkit-calc(100%/2 - 5px);
  width: calc(100% / 2 - 5px);
  display: inline-block;
  margin: 0;
  text-align: left !important;
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio):nth-last-of-type(1) {
  float: right;
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xxxl {
  width: 100%;
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xxl {
  width: -webkit-calc(87.5% - 5px);
  width: calc(87.5% - 5px);
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xl {
  width: -webkit-calc(75% - 5px);
  width: calc(75% - 5px);
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-l {
  width: -webkit-calc(62.5% - 5px);
  width: calc(62.5% - 5px);
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-m {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-s {
  width: -webkit-calc(37.5% - 5px);
  width: calc(37.5% - 5px);
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xs {
  width: -webkit-calc(25% - 5px);
  width: calc(25% - 5px);
}
.m-form
  [data-field-count="2"]
  .a-formlabel:not(.form-layout-col):not(.radio).form-field-width-xxs {
  width: -webkit-calc(12.5% - 5px);
  width: calc(12.5% - 5px);
}
@media (min-width: 900px) {
  .m-form .layout-2columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .m-form .layout-2columns .a-heading {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .m-form .layout-2columns .form-row {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.m-form .form-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .m-footerlinkscopyright ul {
    margin-bottom: 0;
  }
  .m-footerlinkscopyright li {
    display: inline-block;
  }
  .m-footerpagefunctionsfollow .likes .a-link {
    margin-right: 10px;
  }
  .m-form .form-layout-flex.form-layout-flex-third .form-layout-col {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-form
    .form-layout-flex.form-layout-flex-third
    .form-layout-col:first-child {
    padding-left: 0;
  }
  .m-form .form-layout-flex.form-layout-flex-third .form-layout-col:last-child {
    padding-right: 0;
  }
}
@media (max-width: 749px) {
  .m-form .form-layout-flex.form-layout-flex-third .form-layout-col {
    width: 100%;
    float: left;
    padding-right: 1.3888888889%;
    padding-left: 0;
  }
}
.m-form .form-layout-half:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 750px) {
  .m-form .form-layout-half .form-layout-col {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.m-form .form-layout-half .form-layout-col:first-child {
  padding-left: 0;
}
.m-form .form-layout-half .form-layout-col:last-child {
  padding-right: 0;
}
.m-form .form-layout-half .form-row {
  max-width: none;
}
.m-form .form-layout-third:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 750px) {
  .m-form .form-layout-third .form-layout-col {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.m-form .form-layout-third .form-layout-col:first-child {
  padding-left: 0;
}
.m-form .form-layout-third .form-layout-col:last-child {
  padding-right: 0;
}
.m-form .form-layout-third .form-row {
  max-width: none;
}
.m-form .form-layout-fourth:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 750px) {
  .m-form .form-layout-fourth .form-layout-col {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
@media (min-width: 900px) {
  .m-form .form-layout-fourth .form-layout-col {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.m-form .form-layout-fourth .form-layout-col:first-child {
  padding-left: 0;
}
.m-form .form-layout-fourth .form-layout-col:last-child {
  padding-right: 0;
}
.m-form .form-layout-fourth .form-row {
  max-width: none;
}
.m-form .form-linklist > li {
  margin: 0 0 15px;
}
.m-form .form-morelink {
  margin: 0 0 5px;
}
.m-form .m-forminput.m-forminput-checkbox + .m-forminput,
.m-form .m-forminput.m-forminput-radio + .m-forminput {
  margin-left: 0;
}
.m-form .m-forminput:visible + .m-forminput {
  margin-left: 10px;
}
.m-form .form-button,
.m-form .form-image {
  margin-bottom: 10px;
}
.m-form .form-textindent {
  padding-left: 30px;
}
.m-form .form-row {
  display: block;
  max-width: 300px;
}
.m-form .form-row.form-row-fullwidth {
  max-width: none;
}
.m-form .form-row .m-forminput-radio {
  float: left;
}
.m-form .form-row .a-formlabel:nth-last-of-type(1):after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-form .form-row .m-forminput-dropdown.m-forminput {
  float: left;
}
.m-form .form-row .m-forminput + .m-forminput:nth-last-of-type(1),
.m-form .form-row .m-forminput + div.m-forminput:nth-last-of-type(2) {
  float: right;
}
.m-form
  .form-row
  .m-forminput[type="hidden"]
  + .m-forminput:nth-last-of-type(1),
.m-form
  .form-row
  .m-forminput[type="hidden"]
  + div.m-forminput:nth-last-of-type(2) {
  float: none;
}
.m-form .form-row .m-forminput-radio.m-forminput-radio-autocomplete {
  float: none;
  width: 100%;
}
.m-form .form-row .m-forminput-slider-captcha,
.m-form .form-row .m-forminput-textarea {
  margin: 0;
}
.m-form .form-row > .a-formlabel {
  display: inline;
}
.m-form .form-row > .a-formlabel + .searchinput {
  margin: 10px 0 0;
}
.m-form .form-error-wrapper {
  clear: both;
  position: relative;
}
.m-form .form-error-wrapper::before {
  display: table;
  font-size: 20px;
  line-height: 38px;
  margin-top: -38px;
  position: absolute;
  right: -30px;
  top: 0;
  vertical-align: middle;
}
.m-form .form-error-wrapper .a-errormessage {
  padding: 10px 0 0 10px;
}
.m-form
  .form-error-wrapper
  .a-errormessage
  + .m-form
  .form-error-wrapper
  .a-errormessage {
  padding-top: 0;
}
.m-form .form-error-wrapper .a-errormessage.js-custom-error-message-success {
  color: #53b044;
}
.m-form
  .m-forminput.had-focus:valid
  ~ .form-error-wrapper
  .error-container:nth-child(0),
.m-form
  .m-forminput.has-error.had-focus:valid
  ~ .form-error-wrapper
  .error-container:nth-child(0),
.m-form
  .m-forminput.has-no-error
  ~ .form-error-wrapper
  .error-container:nth-child(0) {
  display: none;
}
.m-form .m-forminput.had-focus:valid ~ .form-error-wrapper::before,
.m-form .m-forminput.has-error.had-focus:valid ~ .form-error-wrapper::before,
.m-form .m-forminput.has-no-error ~ .form-error-wrapper::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #41aaaa;
}
.m-form
  .m-forminput.has-error.recaptcha-response
  ~ .form-error-wrapper::before {
  display: none;
}
.m-form
  .had-focus:valid
  + .m-forminput.had-focus.is-not-selected
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus.is-not-selected
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:invalid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.has-confirm-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.is-invalid.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.had-focus:valid.is-invalid.has-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-ajax-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-ajax-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-confirm-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .had-focus:valid + .m-forminput.has-error ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.input.had-focus.has-error.is-invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput.input.had-focus.has-error.is-invalid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .had-focus:valid
  + .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus.is-not-selected
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.had-focus.is-not-selected ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.had-focus:invalid ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.has-confirm-error
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.is-invalid.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.had-focus:valid.is-invalid.has-error
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.has-ajax-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.has-ajax-error ~ .form-error-wrapper::before,
.m-form
  .m-forminput.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.has-confirm-error ~ .form-error-wrapper::before,
.m-form .m-forminput.has-error + .had-focus:valid ~ .form-error-wrapper::before,
.m-form .m-forminput.has-error ~ .form-error-wrapper::before,
.m-form
  .m-forminput.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form .m-forminput.has-min-length-error ~ .form-error-wrapper::before,
.m-form
  .m-forminput.input.had-focus.has-error.is-invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput.input.had-focus.has-error.is-invalid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus.is-not-selected
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus.is-not-selected
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form :valid + .m-forminput.had-focus:invalid ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.has-confirm-error
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.is-invalid.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.had-focus:valid.is-invalid.has-error
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-ajax-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form :valid + .m-forminput.has-ajax-error ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-confirm-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form :valid + .m-forminput.has-confirm-error ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form :valid + .m-forminput.has-error ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-min-length-error
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.has-min-length-error
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.input.had-focus.has-error.is-invalid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput.input.had-focus.has-error.is-invalid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  + .had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  :valid
  + .m-forminput[data-livevalidation="true"].has-error.had-focus:valid
  ~ .form-error-wrapper::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #e0173b;
}
.m-form .had-focus:valid + .m-forminput.has-error.is-warning,
.m-form .m-forminput.has-error.is-warning,
.m-form :valid + .m-forminput.has-error.is-warning {
  color: orange;
}
.m-form
  .had-focus:valid
  + .m-forminput.has-error.is-warning
  ~ .form-error-wrapper:before,
.m-form .m-forminput.has-error.is-warning ~ .form-error-wrapper:before,
.m-form
  :valid
  + .m-forminput.has-error.is-warning
  ~ .form-error-wrapper:before {
  content: "";
}
.m-form
  .had-focus:valid
  + .m-forminput.has-error.is-warning
  ~ .form-error-wrapper
  .a-errormessage,
.m-form .m-forminput.has-error.is-warning ~ .form-error-wrapper .a-errormessage,
.m-form
  :valid
  + .m-forminput.has-error.is-warning
  ~ .form-error-wrapper
  .a-errormessage {
  color: orange;
}
.m-form
  .m-forminput.had-focus:valid.has-no-valid-proof
  ~ .form-error-wrapper::before,
.m-form .m-forminput.had-focus:valid.is-empty ~ .form-error-wrapper::before {
  content: none;
}
.m-form .form-error-wrapper .error-container .has-error,
.m-form
  .form-radio-group-wrapper.had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container
  .error-required,
.m-form
  .form-radio-group-wrapper.has-error
  ~ .form-error-wrapper
  .error-container
  .error-custom,
.m-form
  .m-forminput-simple-captcha[data-field-nr="6"].had-focus.captcha-empty
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-required,
.m-form
  .m-forminput-textarea[data-field-nr="6"].had-focus.is-empty.is-required
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-required,
.m-form
  .m-forminput[data-field-nr="6"].had-focus.is-empty:not(
    .is-bad-input
  ):required:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-required,
.m-form
  .m-forminput[data-field-nr="6"].had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-required,
.m-form
  .m-forminput[data-field-nr="6"].had-focus:not(.is-empty):invalid
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-mismatch,
.m-form
  .m-forminput[data-field-nr="6"].has-ajax-error
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="6"].has-confirm-error
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-confirm,
.m-form
  .m-forminput[data-field-nr="6"].has-error
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="6"].has-min-length-error
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-min-length,
.m-form
  .m-forminput[data-field-nr="6"][type="number"].had-focus.is-bad-input:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(6)
  .error-bad-input {
  display: block;
}
.m-form .form-error-wrapper .error-container .has-error,
.m-form
  .form-radio-group-wrapper.had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container
  .error-required,
.m-form
  .form-radio-group-wrapper.has-error
  ~ .form-error-wrapper
  .error-container
  .error-custom,
.m-form
  .m-forminput-simple-captcha[data-field-nr="5"].had-focus.captcha-empty
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-required,
.m-form
  .m-forminput-textarea[data-field-nr="5"].had-focus.is-empty.is-required
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-required,
.m-form
  .m-forminput[data-field-nr="5"].had-focus.is-empty:not(
    .is-bad-input
  ):required:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-required,
.m-form
  .m-forminput[data-field-nr="5"].had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-required,
.m-form
  .m-forminput[data-field-nr="5"].had-focus:not(.is-empty):invalid
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-mismatch,
.m-form
  .m-forminput[data-field-nr="5"].has-ajax-error
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="5"].has-confirm-error
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-confirm,
.m-form
  .m-forminput[data-field-nr="5"].has-error
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="5"].has-min-length-error
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-min-length,
.m-form
  .m-forminput[data-field-nr="5"][type="number"].had-focus.is-bad-input:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(5)
  .error-bad-input {
  display: block;
}
.m-form .form-error-wrapper .error-container .has-error,
.m-form
  .form-radio-group-wrapper.had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container
  .error-required,
.m-form
  .form-radio-group-wrapper.has-error
  ~ .form-error-wrapper
  .error-container
  .error-custom,
.m-form
  .m-forminput-simple-captcha[data-field-nr="4"].had-focus.captcha-empty
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-required,
.m-form
  .m-forminput-textarea[data-field-nr="4"].had-focus.is-empty.is-required
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-required,
.m-form
  .m-forminput[data-field-nr="4"].had-focus.is-empty:not(
    .is-bad-input
  ):required:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-required,
.m-form
  .m-forminput[data-field-nr="4"].had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-required,
.m-form
  .m-forminput[data-field-nr="4"].had-focus:not(.is-empty):invalid
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-mismatch,
.m-form
  .m-forminput[data-field-nr="4"].has-ajax-error
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="4"].has-confirm-error
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-confirm,
.m-form
  .m-forminput[data-field-nr="4"].has-error
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="4"].has-min-length-error
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-min-length,
.m-form
  .m-forminput[data-field-nr="4"][type="number"].had-focus.is-bad-input:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(4)
  .error-bad-input {
  display: block;
}
.m-form .form-error-wrapper .error-container .has-error,
.m-form
  .form-radio-group-wrapper.had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container
  .error-required,
.m-form
  .form-radio-group-wrapper.has-error
  ~ .form-error-wrapper
  .error-container
  .error-custom,
.m-form
  .m-forminput-simple-captcha[data-field-nr="3"].had-focus.captcha-empty
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-required,
.m-form
  .m-forminput-textarea[data-field-nr="3"].had-focus.is-empty.is-required
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-required,
.m-form
  .m-forminput[data-field-nr="3"].had-focus.is-empty:not(
    .is-bad-input
  ):required:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-required,
.m-form
  .m-forminput[data-field-nr="3"].had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-required,
.m-form
  .m-forminput[data-field-nr="3"].had-focus:not(.is-empty):invalid
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-mismatch,
.m-form
  .m-forminput[data-field-nr="3"].has-ajax-error
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="3"].has-confirm-error
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-confirm,
.m-form
  .m-forminput[data-field-nr="3"].has-error
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="3"].has-min-length-error
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-min-length,
.m-form
  .m-forminput[data-field-nr="3"][type="number"].had-focus.is-bad-input:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(3)
  .error-bad-input {
  display: block;
}
.m-form .form-error-wrapper .error-container .has-error,
.m-form
  .form-radio-group-wrapper.had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container
  .error-required,
.m-form
  .form-radio-group-wrapper.has-error
  ~ .form-error-wrapper
  .error-container
  .error-custom,
.m-form
  .m-forminput-simple-captcha[data-field-nr="2"].had-focus.captcha-empty
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-required,
.m-form
  .m-forminput-textarea[data-field-nr="2"].had-focus.is-empty.is-required
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-required,
.m-form
  .m-forminput[data-field-nr="2"].had-focus.is-empty:not(
    .is-bad-input
  ):required:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-required,
.m-form
  .m-forminput[data-field-nr="2"].had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-required,
.m-form
  .m-forminput[data-field-nr="2"].had-focus:not(.is-empty):invalid
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-mismatch,
.m-form
  .m-forminput[data-field-nr="2"].has-ajax-error
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="2"].has-confirm-error
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-confirm,
.m-form
  .m-forminput[data-field-nr="2"].has-error
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="2"].has-min-length-error
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-min-length,
.m-form
  .m-forminput[data-field-nr="2"][type="number"].had-focus.is-bad-input:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(2)
  .error-bad-input {
  display: block;
}
.m-form .form-error-wrapper .error-container .has-error,
.m-form
  .form-radio-group-wrapper.had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container
  .error-required,
.m-form
  .form-radio-group-wrapper.has-error
  ~ .form-error-wrapper
  .error-container
  .error-custom,
.m-form
  .m-forminput-simple-captcha[data-field-nr="1"].had-focus.captcha-empty
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-required,
.m-form
  .m-forminput-textarea[data-field-nr="1"].had-focus.is-empty.is-required
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-required,
.m-form
  .m-forminput[data-field-nr="1"].had-focus.is-empty:not(
    .is-bad-input
  ):required:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-required,
.m-form
  .m-forminput[data-field-nr="1"].had-focus.is-not-selected
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-required,
.m-form
  .m-forminput[data-field-nr="1"].had-focus:not(.is-empty):invalid
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-mismatch,
.m-form
  .m-forminput[data-field-nr="1"].has-ajax-error
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="1"].has-confirm-error
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-confirm,
.m-form
  .m-forminput[data-field-nr="1"].has-error
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-custom,
.m-form
  .m-forminput[data-field-nr="1"].has-min-length-error
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-min-length,
.m-form
  .m-forminput[data-field-nr="1"][type="number"].had-focus.is-bad-input:invalid
  ~ .form-error-wrapper
  .error-container:nth-child(1)
  .error-bad-input {
  display: block;
}
.m-form
  div[data-t-name="SingleInputChoice"]
  .m-forminput.is-empty
  ~ .form-error-wrapper
  .error-container
  .error-required {
  display: block;
}
.m-form
  div[data-t-name="SingleInputChoice"]
  .m-forminput.has-error.had-focus:valid,
.m-form div[data-t-name="SingleInputChoice"] .m-forminput.is-empty {
  border-color: #e0173b;
}
.m-form
  div[data-t-name="SingleInputChoice"]
  .m-forminput.has-error.had-focus:valid
  ~ .form-error-wrapper::before,
.m-form
  div[data-t-name="SingleInputChoice"]
  .m-forminput.is-empty
  ~ .form-error-wrapper::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #e0173b;
}
.m-form .suggest-layer-wrap {
  position: relative;
  width: 100%;
}
.m-form .suggest-layer-autocomplete {
  background: #f2f2f2;
  border: 1px solid #999;
  margin-top: 10px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 250;
}
.m-form .suggest-layer-autocomplete::after,
.m-form .suggest-layer-autocomplete::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  left: 1.3888888889%;
  position: absolute;
}
.m-form .suggest-layer-autocomplete::before {
  border-bottom: 15px solid #999;
  margin: 0;
  top: -16px;
}
.m-form .suggest-layer-autocomplete::after {
  border-bottom: 15px solid #f2f2f2;
  margin: 0;
  top: -15px;
}
.m-form .suggest-layer-autocomplete-right::after,
.m-form .suggest-layer-autocomplete-right::before {
  left: 83.3333333333%;
}
.m-form .suggest-layer-autocomplete-result-container {
  list-style-type: none;
  padding: 0;
}
.m-form .suggest-layer-autocomplete-result-row {
  display: block;
  margin: 0;
  width: 100%;
}
.m-form .suggest-layer-autocomplete-result-row:hover {
  background: #d4d9de;
}
.m-form .suggest-layer-autocomplete-result-row-item {
  color: #0064a6;
}
.m-form .suggest-layer-autocomplete-result-row-item:hover {
  color: #000;
}
.m-form .suggest-layer-autocomplete-result-row.state-current {
  background: #d4d9de;
  color: #000;
}
.m-form .suggest-layer-autocomplete-result-itemlabel ~ .a-formlabel {
  margin: 0;
  padding: 10px 34px 10px 10px;
}
.m-form
  .suggest-layer-autocomplete-result-itemlabel:checked
  ~ .a-formlabel:before,
.m-form .suggest-layer-autocomplete-result-itemlabel ~ .a-formlabel:before {
  display: none;
}
.m-form
  fieldset.highlighted
  input[type="text"].m-forminput:not(.pikaday__display) {
  background-color: #d4d9de;
}
.m-form fieldset.highlighted .select2-dropdown {
  border-color: #d4d9de;
}
.m-form fieldset.highlighted .select2-container .select2-results__option,
.m-form
  fieldset.highlighted
  .select2-container
  .select2-results__option--highlighted[aria-selected],
.m-form
  fieldset.highlighted
  .select2-container
  .select2-results__option[aria-selected="true"],
.m-form fieldset.highlighted .select2-selection,
.m-form fieldset.highlighted .select2-selection.select2-selection--multiple,
.m-form
  fieldset.highlighted
  .select2-selection.select2-selection--multiple
  .select2-selection__choice {
  background-color: #d4d9de;
}
.m-form fieldset.highlighted .select2-container .select2-results__options,
.m-form fieldset.highlighted .select2-container--open {
  border-color: #d4d9de;
}
.m-form fieldset.highlighted .custom-input-dropdown,
.m-form fieldset.highlighted .customfilterdateselection-slider,
.m-form
  fieldset.highlighted
  .select2-container--open
  .select2-search--dropdown {
  background-color: #d4d9de;
}
.m-form .icon-camera-enrocr {
  float: right;
  font-size: 30px;
  position: relative;
  top: 42px;
  right: 10px;
  cursor: pointer;
}
.m-form .search-camera-icon .icon-camera-enrocr {
  top: -24px;
  font-size: 2em;
}
.m-form .has-enrocr-error {
  border: 1px solid #e0173b;
}
.m-form .has-enrocr-error ~ .form-error-wrapper:before {
  -webkit-font-smoothing: antialiased;
  color: #e0173b;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-form template {
  display: none;
}
.form-actions {
  margin-bottom: -10px;
}
.form-actions:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.form-actions .form-action-secondary {
  float: left;
}
.form-actions .form-action-primary {
  float: right;
}
.form-actions .form-action {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .form-actions:not(.layout-half) .form-action {
    width: 50%;
  }
  .form-actions:not(.layout-half) .form-action:first-child:nth-last-child(3),
  .form-actions:not(.layout-half)
    .form-action:first-child:nth-last-child(3)
    ~ .form-action,
  .form-actions:not(.layout-half) .form-action:first-child:nth-last-child(4),
  .form-actions:not(.layout-half)
    .form-action:first-child:nth-last-child(4)
    ~ .form-action {
    width: 33.3333333333%;
  }
  .form-actions:not(.layout-half)
    .form-action:not(.form-action-primary):nth-child(3):last-of-type {
    padding-right: 0;
  }
  .form-actions:not(.layout-half)
    .form-action.form-action-primary
    ~ .form-action-secondary:last-child {
    padding-right: 1.3888888889%;
  }
  .form-actions:not(.layout-half) .form-action-primary {
    padding-right: 0;
  }
  .form-actions:not(.layout-half) .form-action-primary ~ .form-action-primary,
  .form-actions:not(.layout-half)
    .form-action-primary
    ~ .form-action-primary:not(:nth-child(4)),
  .form-actions:not(.layout-half) .form-action-secondary {
    padding-right: 1.3888888889%;
  }
  .form-actions:not(.layout-half) .form-action-group-primary {
    float: right;
    width: 33.3333333333%;
  }
  .form-actions:not(.layout-half) .form-action-group-primary .form-action {
    width: 100%;
  }
  .form-actions:not(.layout-half)
    .form-action-group-primary
    .form-action-primary
    ~ .form-action-primary {
    width: 100%;
    padding-right: 0;
  }
  .form-actions:not(.layout-half) .form-action-group-secondary .form-action {
    width: 33.3333333333%;
  }
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action-primary,
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:first-child:nth-last-child(3),
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:first-child:nth-last-child(3)
    ~ .form-action,
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:first-child:nth-last-child(4),
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:first-child:nth-last-child(4)
    ~ .form-action,
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:not(.form-action-primary):nth-child(3):last-of-type {
    padding-right: 1.3888888889%;
  }
}
.form-actions:not(.layout-half) .actions-info-text {
  padding-bottom: 10px;
}
input.m-forminput {
  border: 1px solid #879baa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #2d373c;
  margin: 10px 0 0;
  padding: 10px;
  width: 100%;
  --forminput--color-border: #000000;
  --forminput--color-placeholder: #7b89a1;
}
input.m-forminput.had-focus:invalid,
input.m-forminput.has-ajax-error,
input.m-forminput.has-confirm-error,
input.m-forminput.has-error,
input.m-forminput.has-min-length-error,
input.m-forminput[data-livevalidation="true"].has-error.had-focus:valid {
  border-color: #e0173b;
}
input.m-forminput.has-error.is-warning {
  border-color: orange;
}
input.m-forminput.has-error.had-focus:valid,
input.m-forminput:not([class*="-error"]):required:valid,
input.m-forminput:not([class*="need-min-length"]):required:valid {
  border-color: #41aaaa;
}
input.m-forminput.has-error.had-focus:valid.has-no-valid-proof,
input.m-forminput:not([class*="-error"]):required:valid.has-no-valid-proof,
input.m-forminput:not(
    [class*="need-min-length"]
  ):required:valid.has-no-valid-proof {
  border-color: #879baa;
}
input.m-forminput.has-error.had-focus:valid.is-invalid,
input.m-forminput:not([class*="-error"]):required:valid.is-invalid,
input.m-forminput:not([class*="need-min-length"]):required:valid.is-invalid {
  border-color: #e0173b;
}
input.m-forminput[type="password"] {
  text-security: disc;
}
input.m-forminput[type="password"]::-ms-clear,
input.m-forminput[type="password"]::-ms-reveal {
  display: none;
}
input.m-forminput::-webkit-inner-spin-button,
input.m-forminput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.m-forminput[type="number"] {
  -moz-appearance: textfield;
}
.m-forminput [disabled],
.m-forminput[disabled] {
  border-color: rgba(153, 153, 153, 0.5);
  color: rgba(153, 153, 153, 0.5);
  background: 0 0;
}
.m-forminput [disabled]::-webkit-input-placeholder,
.m-forminput[disabled]::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.m-forminput [disabled]:-ms-input-placeholder,
.m-forminput[disabled]:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.m-forminput [disabled]::placeholder,
.m-forminput[disabled]::placeholder {
  color: rgba(153, 153, 153, 0.5);
}
.m-forminput [readonly],
.m-forminput[readonly] {
  border-color: transparent;
  color: #2d373c;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}
.m-forminput [readonly]::-webkit-input-placeholder,
.m-forminput[readonly]::-webkit-input-placeholder {
  color: transparent;
}
.m-forminput [readonly]:-ms-input-placeholder,
.m-forminput[readonly]:-ms-input-placeholder {
  color: transparent;
}
.m-forminput [readonly]::placeholder,
.m-forminput[readonly]::placeholder {
  color: transparent;
}
:placeholder-shown {
  color: #93a5b2;
  opacity: 1;
}
form-error ::-webkit-input-placeholder {
  color: #93a5b2;
  opacity: 1;
}
form-error :-ms-input-placeholder {
  color: #93a5b2;
  opacity: 1;
}
form-error ::placeholder {
  color: #93a5b2;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.m-formupload .upload-status-message {
  padding: 10px 0 0 10px;
  margin: 0 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.m-formupload .upload-status-message i.icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: 10px;
  cursor: pointer;
}
.m-formupload .upload-maxfile-message {
  color: red;
}
.m-formupload .upload-area-wrapper {
  display: block;
  width: 100%;
}
@media (min-width: 900px) {
  .form-actions:not(.layout-half) .form-action,
  .form-actions:not(.layout-half) .form-action:first-child:nth-last-child(3),
  .form-actions:not(.layout-half)
    .form-action:first-child:nth-last-child(3)
    ~ .form-action,
  .form-actions:not(.layout-half) .form-action:first-child:nth-last-child(4),
  .form-actions:not(.layout-half)
    .form-action:first-child:nth-last-child(4)
    ~ .form-action,
  .form-actions:not(.layout-half) .form-action ~ .form-action {
    width: 25%;
  }
  .form-actions:not(.layout-half) .form-action-primary ~ .form-action-primary {
    padding-right: 1.3888888889%;
  }
  .form-actions:not(.layout-half) .form-action-group-primary {
    float: right;
    width: 25%;
  }
  .form-actions:not(.layout-half) .form-action-group-primary .form-action {
    width: 100%;
  }
  .form-actions:not(.layout-half)
    .form-action-group-primary
    .form-action-primary
    ~ .form-action-primary {
    width: 100%;
    padding-right: 0;
  }
  .form-actions:not(.layout-half) .form-action-group-secondary .form-action {
    width: 25%;
  }
  .form-actions:not(.layout-half) .form-action-group-secondary .form-action,
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action.form-action-secondary,
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:first-child:nth-last-child(3),
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:first-child:nth-last-child(3)
    ~ .form-action,
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:first-child:nth-last-child(4),
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action:first-child:nth-last-child(4)
    ~ .form-action,
  .form-actions:not(.layout-half)
    .form-action-group-secondary
    .form-action
    ~ .form-action {
    padding-right: 1.3888888889%;
  }
  .form-actions.layout-half .form-action {
    width: 50%;
  }
  .form-actions.layout-half .form-action-secondary {
    padding-right: 1.3888888889%;
  }
  .form-actions.layout-half .form-action-primary {
    padding-left: 1.3888888889%;
  }
  .m-formupload .upload-area-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.m-formupload .upload-dropzone {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  background-color: #e9ecee;
  border: 2px dashed #d4d9de;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.m-formupload .upload-dropzone:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 900px) {
  .m-formupload .upload-dropzone {
    width: 50%;
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    display: table;
  }
}
.m-formupload .upload-dropzone input {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.m-formupload .upload-dropzone:hover {
  background-color: #999;
}
.m-formupload .upload-dropzone .upload-icon {
  line-height: 60px;
  text-align: center;
}
.m-formupload .upload-dropzone .upload-icon .icon-upload.icon-l {
  font-size: 60px;
}
.m-formupload .upload-dropzone .upload-drophere {
  line-height: 40px;
  text-align: center;
  font-size: 18px;
}
.m-formupload .upload-dropzone .upload-orclick {
  line-height: 40px;
  text-align: center;
  font-size: 12px;
}
.m-formupload .upload-dropzone .upload-add-files {
  line-height: 40px;
  text-align: center;
  background-color: #666;
  color: #f2f2f2;
}
.m-formupload .upload-files-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}
.m-formupload .upload-files-list .upload-file-container {
  margin-top: 10px;
}
.m-formupload .upload-files-list .a-heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #999;
}
.m-formupload .upload-files-list .file {
  font-size: 12px;
  height: 20px;
}
.m-formupload .upload-files-list .file .delete {
  float: right;
  cursor: pointer;
}
.m-formupload .upload-files-list .file .delete .icon.icon-s {
  font-size: 12px;
}
.m-formupload .upload-files-list .file .filename {
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  display: inline-block;
  overflow: hidden;
}
.m-formupload .upload-files-list .progressbar {
  height: 6px;
  background-color: #e9ecee;
}
.m-formupload .upload-files-list .progressbar .progressindicator {
  height: 100%;
  background-color: #666;
  width: 0;
}
.m-formupload .upload-files-list .progressinfo {
  font-size: 12px;
}
.m-formupload .upload-files-list .progressinfo .performance {
  float: right;
}
.gigya-error-message {
  font-weight: 700;
}
.m-graphictext {
  display: block;
  margin-left: -1.3888888889%;
  margin-right: -1.3888888889%;
}
.m-graphictext.a-area,
.m-graphictext.a-area-desktop,
.m-graphictext.a-area-mobile,
.m-graphictext.a-area-tablet {
  padding: 40px 1.3888888889%;
}
.m-graphictext .m-contenttextmedia {
  margin-bottom: 0;
}
.m-grid-gallery {
  margin: 40px 0;
}
.m-grid-gallery .gallery-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  gap: 15px;
}
.m-grid-gallery .gallery-wrapper .gallery-item {
  position: relative;
}
.m-grid-gallery .gallery-wrapper .gallery-item .icon-play {
  position: absolute;
  color: #0064a6;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-grid-gallery .gallery-wrapper .gallery-item img {
  width: 100%;
}
.m-grid-gallery .gallery-main-image-wrapper {
  grid-area: 1/1/3 / span 4;
}
.m-grid-gallery .gallery-small-image-wrapper {
  grid-area: 2 / span 3 / auto/auto;
  overflow: hidden;
}
@media (max-width: 899px) {
  .m-grid-gallery .gallery-main-image-wrapper {
    grid-area: 1/1/2 / span 6;
  }
  .m-imagetextbuttonsipg .textcontainer:only-of-type .header {
    position: relative;
  }
}
.m-grid-gallery .gallery-column .gallery-item:not(:first-child) {
  padding: 15px 0 0;
}
.m-helpfulfunction .a-link:first-of-type {
  border-right: 1px solid #d4d9de;
}
.m-helpfulfunction .feedback {
  display: none;
}
.m-helpfulfunction .feedback .icon {
  float: left;
  padding: 0 5px 0 0;
  width: auto;
}
.m-helpfulfunction .feedback .text {
  padding: 0;
  width: auto;
}
.m-helpfulfunction.was-rated .consumer-review {
  display: none;
}
.m-helpfulfunction.was-rated .feedback {
  display: block;
}
.m-helpfulnessvoting {
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
@media (min-width: 900px) {
  .m-formupload .upload-files-list {
    width: 50%;
    margin-left: 40px;
    margin-top: 0;
  }
  .m-grid-gallery .gallery-small-image-wrapper {
    grid-area: 1 / auto/span 2 / auto;
    height: 0;
    min-height: 100%;
  }
  .m-helpfulnessvoting {
    width: 50%;
  }
}
.m-helpfulnessvoting .m-helpful-button-container .a-button {
  width: auto;
  padding: 4px;
}
.m-helpfulnessvoting .m-review-report-button {
  width: auto;
  padding: 4px;
  margin: 0;
}
.m-helpfulnessvoting .m-review-report-button:hover {
  color: #fff;
}
.m-helpfulnessvoting .m-review-report-button.reported-inappropriate {
  background: 0 0;
  color: #000;
  font-weight: 700;
  opacity: 1;
}
.m-helpfulnessvoting .a-button.a-button-disabled.a-link:hover {
  background: #41aaaa;
}
.form-actions-bv-review-report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .form-actions-bv-review-report {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.form-actions-bv-review-report .form-action {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 900px) {
  .form-actions-bv-review-report .form-action-bv-review-reject {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .form-actions-bv-review-report .form-action {
    width: 50% !important;
  }
}
.a-button.report-popover-btn {
  width: 100%;
}
.m-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-highlightbox {
  display: block;
  margin: 0 0 20px;
  width: 100%;
}
.m-highlightbox.a-area,
.m-highlightbox.a-area.a-area-desktop,
.m-highlightbox.a-area.a-area-mobile,
.m-highlightbox.a-area.a-area-tablet {
  padding: 20px;
}
.m-highlightbox :last-child {
  margin-bottom: 0;
}
.m-iframe iframe {
  width: 100%;
  border: 0;
}
.m-iframe iframe.auto-scrolling {
  overflow: auto;
}
.m-iframe iframe.no-scrolling {
  overflow: hidden;
}
.m-iframe iframe.enforce-scrolling {
  overflow: scroll;
}
.m-iframe-autosize iframe {
  border: 0;
  min-width: 100%;
  min-height: 500px;
  width: 1px;
}
.m-imagelist:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-imagelist > * {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
  width: auto;
}
.m-imagesequencer {
  text-align: center;
}
.m-imagesequencer.hide-hint .m360-hint,
.m-imagesequencer.hide-overlay-icon.stopped-on-last-frame:before {
  display: none;
}
.m-imagesequencer .Magic360-container {
  border: none;
}
.m-imagesequencer .Magic360-container:after {
  display: none;
}
.m-imagesequencer a.Magic360 {
  border: none;
}
.m-imagesequencer .no-pointer-events {
  pointer-events: none;
}
.m-imagesequencer.stopped-on-last-frame:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #41aaaa;
  font-size: 120px;
  left: 50%;
  line-height: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.m-imagesequencer.stopped-on-last-frame:hover:before {
  color: #a5e1e1;
}
.m-imagesequencer.open-layer .Magic360-container {
  z-index: -1;
}
.mediagallery-slide.mediagallery-trigger-imagesequencer:before {
  display: none;
}
.not-open-imagesequencer {
  position: relative;
}
.not-open-imagesequencer:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #41aaaa;
  font-size: 50px;
  left: 50%;
  line-height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.not-open-imagesequencer:hover:before {
  color: #a5e1e1;
}
.m-image-teaser-container {
  position: relative;
  margin: 5px;
  float: left;
}
.m-image-teaser-container.a-link .text-container .a-button,
.m-image-teaser-container.a-link .text-container .a-link {
  cursor: pointer;
}
.m-image-teaser-container .image-container {
  display: inline-block;
}
.m-image-teaser-container .text-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  bottom: 0;
  text-align: justify;
  width: 100%;
  padding: 0 15px 15px;
}
.m-image-teaser-container .text-container .copy-text,
.m-image-teaser-container .text-container .header {
  color: #000;
}
.m-image-teaser-container .text-container .copy-text:last-child {
  margin-bottom: 0;
}
.m-image-teaser-container .text-container .a-link {
  color: #0064a6;
}
.m-image-teaser-container .text-container .a-link:hover.a-link-disabled:hover {
  color: #0064a6;
}
.m-image-teaser-container .text-container .a-button {
  cursor: default;
}
.m-image-teaser-container .text-container .a-button:hover {
  background-color: #0064a6;
}
.m-image-teaser-container .text-container .a-button:focus {
  outline: 0;
}
@media (min-width: 750px) {
  .m-image-teaser-container .text-container {
    padding: 0 25px 15px 15px;
  }
  .m-imagetext .textcontainer.color-1 .header,
  .m-imagetext .textcontainer.color-2 .header {
    color: #fff;
  }
  .m-imagetext .textcontainer.right .header {
    left: auto;
    right: 5%;
  }
}
@media (min-width: 900px) {
  .m-image-teaser-container .text-container {
    padding-bottom: 0;
  }
  .m-image-teaser-container .text-container .a-button,
  .m-image-teaser-container .text-container .a-link,
  .m-image-teaser-container .text-container .copy-text {
    display: none;
  }
  .m-image-teaser-container:focus .a-link,
  .m-image-teaser-container:focus .copy-text,
  .m-image-teaser-container:hover .a-link,
  .m-image-teaser-container:hover .copy-text {
    padding-bottom: 15px;
    display: block;
  }
  .m-image-teaser-container:focus .a-button,
  .m-image-teaser-container:hover .a-button {
    margin-bottom: 15px;
    display: block;
  }
}
.m-image-teaser-carousel {
  margin-bottom: 50px;
}
.m-image-teaser-carousel .full-width-section {
  position: relative;
}
.m-image-teaser-carousel .image-teaser-slider .slick-track {
  margin-left: 0;
}
.m-image-teaser-carousel .image-teaser-slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0 0;
}
.m-image-teaser-carousel .image-teaser-slider .slick-dots li button {
  background-color: #c7c7c7;
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border-width: 0;
  padding: 0;
}
.m-image-teaser-carousel
  .image-teaser-slider
  .slick-dots
  li.slick-active
  button {
  background-color: #000;
}
.m-image-teaser-carousel .image-teaser-slider-arrows .next,
.m-image-teaser-carousel .image-teaser-slider-arrows .prev {
  font-size: 20px;
  height: 40px;
  margin-top: -50px;
  width: 40px;
}
.m-image-teaser-carousel .image-teaser-slider-arrows .prev {
  margin-left: 40px;
}
.m-image-teaser-carousel .image-teaser-slider-arrows .next {
  margin-right: 40px;
}
.m-image-teaser-carousel .m-image-teaser-container .image-container,
.m-image-teaser-carousel
  .m-image-teaser-container
  .image-container
  .a-image
  img {
  width: 100%;
}
.m-image-teaser-carousel .m-image-teaser-container .a-heading {
  font-weight: 700;
}
.m-image-teaser-carousel .m-solid-background-teaser-container {
  margin: 5px;
}
.m-image-teaser-carousel
  .m-solid-background-teaser-container
  .background-wrapper {
  padding: 0 0 -webkit-calc(100% * 4 / 3);
  padding: 0 0 calc(100% * 4 / 3);
}
.m-image-teaser-carousel .m-solid-background-teaser-container .text-container {
  position: absolute;
  bottom: 0;
}
.m-image-teaser-carousel .m-solid-background-teaser-container .a-heading {
  font-weight: 700;
}
.m-imagetext {
  position: relative;
}
.m-imagetext .textcontainer {
  background: 0 0;
  display: block;
  padding: 0 30px;
  width: 100%;
}
.m-imagetext .copytext,
.m-imagetext .header {
  color: #fff;
}
.m-imagetext .copytext p,
.m-imagetext .header p {
  margin-bottom: 20px;
}
.m-imagetext .copytext .a-link,
.m-imagetext .header .a-link {
  display: block;
  margin-top: 5px;
}
.m-imagetext .copytext .a-button:not(:last-child),
.m-imagetext .header .a-button:not(:last-child) {
  margin-bottom: 30px;
}
.m-imagetext .m-productconversionarea .link-addtocart:before {
  font-size: 100%;
  font-weight: 400;
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-imagetext .header {
    background: 0 0;
    left: 5%;
    padding: 20px;
    position: absolute;
    top: 5%;
    width: 50%;
  }
}
@media (min-width: 900px) {
  .m-imagetext {
    margin-bottom: 20px;
  }
  .m-imagetext .textcontainer {
    background: 0 0;
    left: 10%;
    padding: 20px;
    position: absolute;
    top: 10%;
    width: 50%;
  }
  .m-imagetext .textcontainer.right {
    left: auto;
    right: 10%;
  }
  .m-imagetext .textcontainer.color-1 .copytext,
  .m-imagetext .textcontainer.color-2 .copytext {
    color: #fff;
  }
  .m-imagetext .header {
    margin-bottom: 20px;
  }
}
.m-imagetext.effect-on-hover .a-image img {
  -webkit-transition: 30s linear;
  transition: 30s linear;
}
.m-imagetext.effect .a-image,
.m-imagetext.effect-on-hover .a-image {
  overflow: hidden;
}
.m-imagetext.effect img,
.m-imagetext.effect-on-hover .a-image:hover img {
  -webkit-animation: 30s linear infinite alternate animation;
  animation: 30s linear infinite alternate animation;
}
.m-imagetextbuttonsipg,
.m-imagetextbuttonsipg .textcontainer:only-of-type {
  position: relative;
}
.m-imagetextbuttonsipg .a-backlink {
  position: absolute;
  z-index: 100;
  left: 0;
}
.m-imagetextbuttonsipg .textcontainer {
  left: 0;
}
.m-imagetextbuttonsipg .textcontainer .a-button {
  margin-right: 10px;
  white-space: normal;
  width: auto;
  height: auto;
}
@media (max-width: 749px) {
  .m-imagetextbuttonsipg .textcontainer .a-button {
    display: block;
    margin-right: 0;
  }
  .m-imagetextbuttonsipg .textcontainer .a-button:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-imagetextbuttonsipg .textcontainer:only-of-type .header {
    padding: 30px 0 0;
  }
  .m-imagetextbuttonsipg .a-backlink {
    padding: 0 10px;
    top: 5%;
  }
}
@media (min-width: 750px) {
  .m-imagetextbuttonsipg .m-imagetext .copytext .a-link {
    display: inline-block;
  }
  .m-imagetextbuttonsipg .a-button,
  .m-imagetextbuttonsipg .a-link {
    top: 5%;
  }
  .m-imagetextbuttonsipg .a-button:not(:last-child) {
    margin-bottom: 20px;
  }
  .m-imagetextbuttonsipg .header {
    left: 0;
    top: 5%;
    width: 100%;
  }
  .m-imagetextbuttonsipg .textcontainer > div {
    margin: 20px 0;
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .m-imagetextbuttonsipg .textcontainer:only-of-type .header {
    padding: 25px 0 0;
  }
  .m-imagetextbuttonsipg .textcontainer.right .header {
    right: 0;
  }
}
@media (min-width: 900px) {
  .m-imagetextbuttonsipg .textcontainer {
    width: 100%;
    top: 5%;
  }
  .m-imagetextbuttonsipg .textcontainer .a-button {
    display: inline-block;
  }
  .m-imagetextbuttonsipg .textcontainer.left {
    width: 50%;
    top: 2%;
    left: 10%;
  }
  .m-imagetextbuttonsipg .textcontainer.right {
    width: 50%;
    padding: 0 15px 20px;
  }
  .m-imagetextbuttonsipg .textcontainer.right .header {
    right: 0;
  }
  .m-imagetextbuttonsipg .textcontainer.right > div {
    margin-top: 0;
  }
}
.m-imagetextradiobuttonsipg,
.m-imagetextradiobuttonsipg .textcontainer:only-of-type {
  position: relative;
}
.m-imagetextradiobuttonsipg .a-backlink {
  position: absolute;
  z-index: 100;
  left: 0;
}
@media (max-width: 749px) {
  .m-imagetextradiobuttonsipg .form-actions .form-action-primary {
    float: none;
    margin: 0 auto;
  }
  .m-imagetextradiobuttonsipg .m-form .form-row {
    display: block;
    padding: 0 10px;
  }
  .m-imagetextradiobuttonsipg
    .m-form
    .form-row
    .m-forminput
    + .m-forminput:nth-last-of-type(1),
  .m-imagetextradiobuttonsipg
    .m-form
    .form-row
    .m-forminput
    + .m-forminput:nth-last-of-type(2) {
    float: none;
  }
  .m-imagetextradiobuttonsipg .m-form .form-row .m-forminput-radio {
    margin: 0 auto;
    width: 100%;
    float: none;
    padding-bottom: 10px;
  }
  .m-imagetextradiobuttonsipg.no-background .a-backlink {
    position: relative;
    padding: 0;
  }
}
@media (min-width: 750px) {
  .m-imagetextradiobuttonsipg .m-imagetext .textcontainer {
    left: 0;
    width: 100%;
  }
  .m-imagetextradiobuttonsipg .m-imagetext .textcontainer .header {
    top: 10%;
    width: 100%;
    left: 0;
  }
  .m-imagetextradiobuttonsipg .textcontainer > div {
    margin: 20px 0;
  }
  .m-imagetextradiobuttonsipg .form-actions .form-action-primary {
    float: none;
    margin: 0 auto;
  }
  .m-imagetextradiobuttonsipg .a-formlabel {
    display: inline;
  }
  .m-imagetextradiobuttonsipg .m-form {
    padding: 20px;
    top: 50%;
    width: 100%;
  }
  .m-imagetextradiobuttonsipg .m-form .form-row {
    display: block;
    margin: 0;
    max-width: none;
  }
  .m-imagetextradiobuttonsipg .m-form .form-row:first-child {
    padding-top: 20px;
  }
  .m-imagetextradiobuttonsipg .m-form .form-row .m-forminput-radio {
    padding-right: 20px;
    width: 50%;
  }
  .m-imagetextradiobuttonsipg .m-form .form-row .m-forminput-radio .label-text {
    padding-right: 10px;
  }
  .m-imagetextradiobuttonsipg .textcontainer:only-of-type .header {
    padding: 25px 0 0;
  }
}
@media (max-width: 899px) {
  .m-imagetextradiobuttonsipg .textcontainer:only-of-type .header {
    position: relative;
  }
}
.m-imagevideogallery .gallerylist {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  grid-column-gap: 8px;
  -ms-grid-columns: 1fr;
  margin-bottom: 0;
  padding: 13px 13px 5px;
}
@media (min-width: 900px) {
  .m-imagetextradiobuttonsipg .m-form .form-row:nth-child(n + 1) {
    float: left;
  }
  .m-imagetextradiobuttonsipg .m-form .form-row {
    display: inline-block;
    width: 50%;
    max-width: none;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .m-imagetextradiobuttonsipg .m-form .form-row > .m-forminput {
    display: inline-block;
    padding-right: 20px;
    width: 50%;
  }
  .m-imagetextradiobuttonsipg.no-background .m-form {
    position: relative;
  }
  .m-imagetextradiobuttonsipg .textcontainer > div {
    margin: 20px 0;
    padding: 20px 10px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .m-imagetextradiobuttonsipg .form-actions .form-action-primary {
    float: right;
    margin: 0;
    padding-top: 30px;
    padding-right: 50px;
  }
  .m-imagetextradiobuttonsipg .m-imagetext .textcontainer {
    top: 5%;
  }
  .m-imagevideogallery .gallerylist {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  }
}
.m-imagevideogallery .gallerylist .listitem {
  margin: 0 0 8px;
  cursor: pointer;
  position: relative;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(6) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(8) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(10) {
  -ms-grid-row: 10;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(12) {
  -ms-grid-row: 12;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(13) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(14) {
  -ms-grid-row: 14;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(15) {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(16) {
  -ms-grid-row: 16;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(17) {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(18) {
  -ms-grid-row: 18;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(19) {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(20) {
  -ms-grid-row: 20;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(21) {
  -ms-grid-row: 21;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(22) {
  -ms-grid-row: 22;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(23) {
  -ms-grid-row: 23;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(24) {
  -ms-grid-row: 24;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(25) {
  -ms-grid-row: 25;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(26) {
  -ms-grid-row: 26;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(27) {
  -ms-grid-row: 27;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(28) {
  -ms-grid-row: 28;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(29) {
  -ms-grid-row: 29;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(30) {
  -ms-grid-row: 30;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(31) {
  -ms-grid-row: 31;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(32) {
  -ms-grid-row: 32;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(33) {
  -ms-grid-row: 33;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(34) {
  -ms-grid-row: 34;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(35) {
  -ms-grid-row: 35;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(36) {
  -ms-grid-row: 36;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(37) {
  -ms-grid-row: 37;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(38) {
  -ms-grid-row: 38;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(39) {
  -ms-grid-row: 39;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(40) {
  -ms-grid-row: 40;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(41) {
  -ms-grid-row: 41;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(42) {
  -ms-grid-row: 42;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(43) {
  -ms-grid-row: 43;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(44) {
  -ms-grid-row: 44;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(45) {
  -ms-grid-row: 45;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(46) {
  -ms-grid-row: 46;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(47) {
  -ms-grid-row: 47;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(48) {
  -ms-grid-row: 48;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(49) {
  -ms-grid-row: 49;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem:nth-child(50) {
  -ms-grid-row: 50;
  -ms-grid-column: 1;
}
.m-imagevideogallery .gallerylist .listitem .icon-play {
  position: absolute;
  z-index: 1;
}
.m-imagevideogallery .gallerylist .listitem:hover:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  position: absolute;
  color: #fff;
  z-index: 2;
}
.m-imagevideogallery .gallerylist .listitem:hover:after {
  background-color: transparent;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
  z-index: 1;
}
.m-imagevideogallery .m-layer {
  overflow: hidden;
  padding: 10px;
}
@media (min-width: 750px) {
  .m-imagevideogallery .gallerylist {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(21) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(22) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(23) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(24) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(25) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(26) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(27) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(28) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(29) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(30) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(31) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(32) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(33) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(34) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(35) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(36) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(37) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(38) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(39) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(40) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(41) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(42) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(43) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(44) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(45) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(46) {
    -ms-grid-row: 12;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(47) {
    -ms-grid-row: 12;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(48) {
    -ms-grid-row: 12;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(49) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(50) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .m-layer {
    padding: 20px;
  }
}
.m-imagevideogallery .m-layer.is-active ~ .gallerylist {
  visibility: hidden;
}
.m-imagevideogallery .m-layer .layer-overlay {
  background: #fff;
  opacity: 1;
}
.m-imagevideogallery .m-layer .layer-wrapper,
.m-imagevideogallery .m-layer .layer-wrapper .layer-content {
  max-width: none;
  min-height: auto;
  margin: 0;
  padding: 0;
  height: 100%;
}
.m-imagevideogallery .m-layer .layer-wrapper .layer-content .layer-close {
  position: fixed;
  top: 10px;
  right: 10px;
  float: none;
  z-index: 10;
}
.m-imagevideogallery
  .m-layer
  .layer-wrapper
  .layer-content
  .layer-content-inner {
  max-width: none;
  min-height: auto;
  height: 100%;
  margin: 0;
  padding: 0;
}
.m-imagevideogallery
  .m-layer
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .a-image {
  width: auto;
  height: 100%;
}
.m-imagevideogallery
  .m-layer
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .a-image
  img {
  width: auto;
  max-height: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-imagevideogallery
  .m-layer
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-video {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-imagevideogallery.m-review-imagegallery .a-image {
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-imagevideogallery.m-review-imagegallery .gallerylist .listitem {
  background-color: #fff;
}
.m-mediagallerylayer.m-imagevideogallery-layer
  .m-slider:not([data-adaptive-height])
  .slide[data-media-type="image"]
  .image-description
  .a-link {
  position: relative;
}
.m-mediagallerylayer.m-imagevideogallery-layer
  .mediagallery-slide
  .image-description {
  position: absolute;
  bottom: -50%;
  left: 0;
  z-index: 999;
  width: 100%;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  background: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.m-mediagallerylayer.m-imagevideogallery-layer
  .mediagallery-slide
  .image-description.open {
  bottom: 0;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.m-infodropdowncrossbrand {
  margin: 20px 0 0;
}
.m-infodropdowncrossbrand .m-togglebox {
  border: 1px solid #999;
}
.m-infodropdowncrossbrand .m-togglebox .item a.togglebox-title {
  font-size: 16px;
  border: none;
  outline: 0;
}
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content.body {
  padding: 0 14px;
}
.m-infodropdowncrossbrand
  .m-togglebox
  .item
  .togglebox-content.body
  h2.a-heading {
  font-size: 16px;
}
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content.body .images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  padding-bottom: 14px;
}
@media (min-width: 900px) {
  .m-imagevideogallery .gallerylist .listitem:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(13) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(19) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(20) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(21) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(22) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(23) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(24) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(25) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(26) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(27) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(28) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(29) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(30) {
    -ms-grid-row: 8;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(31) {
    -ms-grid-row: 8;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(32) {
    -ms-grid-row: 8;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(33) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(34) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(35) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(36) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(37) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(38) {
    -ms-grid-row: 10;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(39) {
    -ms-grid-row: 10;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(40) {
    -ms-grid-row: 10;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(41) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(42) {
    -ms-grid-row: 11;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(43) {
    -ms-grid-row: 11;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(44) {
    -ms-grid-row: 11;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(45) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(46) {
    -ms-grid-row: 12;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(47) {
    -ms-grid-row: 12;
    -ms-grid-column: 5;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(48) {
    -ms-grid-row: 12;
    -ms-grid-column: 7;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(49) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .m-imagevideogallery .gallerylist .listitem:nth-child(50) {
    -ms-grid-row: 13;
    -ms-grid-column: 3;
  }
  .m-imagevideogallery .m-layer {
    padding: 40px;
  }
  .m-imagevideogallery
    .m-layer
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-video {
    max-width: 1500px;
  }
  .m-imagevideogallery.m-review-imagegallery .a-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-infodropdowncrossbrand .m-togglebox .item .togglebox-content.body .images {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content.body .faq {
  margin-bottom: 10px;
}
.m-ipgselectionoverview .a-heading {
  font-size: 16px;
}
.m-ipgselectionoverview ul {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 5px 0 3px;
  margin: 0;
}
.m-ipgselectionoverview ul li {
  display: block;
  padding-right: 15px;
  font-size: 16px;
}
.m-ipgselectionoverview ul li i,
.m-ipgselectionoverview ul li span {
  vertical-align: middle;
}
.m-ipgselectionoverview ul li a {
  display: inline;
}
.m-ipgselectionoverview ul li span.valuetext {
  font-weight: 700;
}
.m-itemserviceitem {
  width: 100%;
  float: left;
  padding: 0;
}
.m-itemserviceitem .content {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  padding: 0;
}
.m-itemserviceitem .content .option .price .previous {
  text-decoration: line-through;
}
.m-itemserviceitem hr {
  margin: 0 0 10px;
  padding: 0;
}
.m-itemserviceitem .quantity {
  width: 50%;
  float: left;
  margin: 0 0 20px;
  padding: 0;
}
.m-itemserviceitem .quantity.disabled {
  width: auto;
}
.m-itemserviceitem .quantity.disabled .label,
.m-itemserviceitem .quantity.disabled .value {
  width: 100%;
  float: left;
  padding: 0;
}
.m-itemserviceitem .quantity .m-quantityselector {
  width: 120px;
}
.m-itemserviceitem .quantity .subscription-info {
  font-size: 16px;
  font-weight: 400;
}
.m-itemserviceitem .m-forminput-checkbox {
  display: inline-block;
}
.m-itemserviceitem .price-information {
  width: 50%;
  float: left;
  padding: 0;
}
.m-itemserviceitem .price-information .a-link {
  padding: 0 10px 0 0;
}
.m-itemserviceitem .price-information.per-item .label,
.m-itemserviceitem .price-information.per-item .price,
.m-itemserviceitem .price-information.total .label,
.m-itemserviceitem .price-information.total .price {
  width: 100%;
  float: left;
  padding: 0;
  text-align: right;
}
.m-itemserviceitem .price-information.per-item .price.previous,
.m-itemserviceitem .price-information.total .price.previous {
  text-decoration: line-through;
}
.m-itemserviceitem .price-information.per-item .price.current,
.m-itemserviceitem .price-information.total .price.current {
  font-weight: bolder;
}
.m-itemserviceitem .service-message-no-select {
  text-align: left;
  padding: 0 0 10px;
  font-size: unset;
  font-weight: unset;
}
@media (min-width: 750px) {
  .m-itemserviceitem .service-message-no-select {
    width: 25%;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    float: right;
    text-align: right;
  }
  .m-itemserviceitem .price-information.total {
    float: right !important;
  }
  .m-itemserviceitem .price-information.per-item,
  .m-itemserviceitem .price-information.total {
    width: 25%;
    float: left;
    padding: 0;
  }
}
.m-itemserviceitem .fired-message-wrapper {
  width: 25%;
  float: right;
  text-align: right;
  padding: 10px 0 0;
}
.m-itemserviceitem .fired-message-wrapper .fired-message {
  text-align: right;
}
.m-itemserviceitem.m-itemserviceitem-productitem .content,
.m-itemserviceitem.m-itemserviceitem-productitem
  .m-productconversionarea
  .details {
  margin: auto;
}
.m-itemserviceitem.m-itemserviceitem-productitem
  .m-productconversionarea
  .details
  p {
  font-size: 14px;
}
.m-itemserviceitem.m-itemserviceitem-productitem
  .m-productconversionarea
  .price
  .current,
.m-itemserviceitem.m-itemserviceitem-productitem
  .m-productconversionarea
  .price
  .previous {
  float: right;
  font-size: 20px;
  margin: 0 0 5px;
}
.m-itemserviceitem.m-itemserviceitem-productitem
  .m-productconversionarea
  .price
  .current {
  width: 100%;
}
.m-iumcaption {
  display: block;
}
.m-iumnavigationl1 {
  margin: 50px 0;
  width: 100%;
  max-width: 1360px;
}
.m-iumnavigationl1 ul {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
  margin: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  max-width: 1360px;
  background-color: #fff;
  z-index: 100;
}
.m-iumnavigationl1 ul.fixed {
  margin-top: 0;
  position: fixed;
  top: 0;
}
@media (max-width: 749px) {
  .m-iumnavigationl1 ul {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
  .m-iumnavigationl1 ul li {
    margin: 20px 10px;
  }
  .m-iumnavigationl1 ul li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1 ul li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1 ul li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1 ul li:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
@media (min-width: 750px) {
  .m-iumnavigationl1 ul {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }
  .m-iumnavigationl1 ul li {
    margin: 20px 10px;
  }
  .m-iumnavigationl1 ul li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1 ul li:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1 ul li:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1 ul li:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
}
@media (min-width: 900px) {
  .m-itemserviceitem {
    padding: 0 0 0 1.3888888889%;
  }
  .m-itemserviceitem .option {
    width: 55.5555555556%;
    float: left;
    padding: 0;
  }
  .m-itemserviceitem .price-information.per-item,
  .m-itemserviceitem .price-information.total {
    width: 14.8148148148%;
  }
  .m-itemserviceitem .quantity {
    width: 14.8148148148%;
    float: left;
    padding: 0;
  }
  .m-itemserviceitem .quantity .m-quantityselector {
    width: 100%;
    float: right;
    margin: -10px 0 0;
    padding: 0;
  }
  .m-itemserviceitem .quantity.disabled {
    margin: 0;
  }
  .m-itemserviceitem .quantity.disabled .value {
    padding: 0 55px 0 0;
    text-align: right;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem {
    width: 44.2477876106%;
    float: left;
    padding: 0;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .price-information.per-item,
  .m-itemserviceitem.m-itemserviceitem-productitem .price-information.total,
  .m-itemserviceitem.m-itemserviceitem-productitem .quantity {
    width: 33.3333333333%;
    float: left;
    padding: 0;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem
    .quantity
    .m-quantityselector {
    width: 100%;
    float: right;
    padding: 0;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .quantity.disabled .value {
    padding: 0 55px 0 0;
    text-align: right;
    width: 100%;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .quantity .quantity {
    width: 120px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .subscriptionselection {
    float: left;
  }
  .m-itemserviceitem.service-item {
    float: right;
    width: 75%;
  }
  .m-itemserviceitem.service-item .option {
    width: 40.8163265306%;
    float: left;
    padding: 0;
  }
  .m-itemserviceitem.service-item .price-information.per-item,
  .m-itemserviceitem.service-item .price-information.total {
    width: 19.5833333333%;
  }
  .m-itemserviceitem.service-item .quantity {
    width: 20%;
    float: left;
    padding: 0;
  }
  .m-itemserviceitem.service-item .quantity .m-quantityselector {
    float: right;
    padding: 0;
    width: 120px;
  }
  .m-iumnavigationl1 ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
  }
  .m-iumnavigationl1 ul.fixed {
    height: 206px;
  }
  .m-iumnavigationl1 ul li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1 ul li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m-iumnavigationl1 ul li:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .m-iumnavigationl1 ul li:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1 ul li:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1 ul li:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .m-iumnavigationl1 ul li:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .m-iumnavigationl1.content ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .m-iumnavigationl1.content ul li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-iumnavigationl1.content ul li:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-iumnavigationl1.content ul li:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .m-iumnavigationl1.content ul li:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .m-iumnavigationl1.content ul li:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .m-iumnavigationl1.content ul li:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  .m-iumnavigationl1.content ul li:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .m-iumnavigationl1.content ul li:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  .m-iumnavigationl1.fixed {
    height: 206px;
  }
}
.m-iumnavigationl2 > p {
  font-weight: 700;
  font-size: 16px;
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .a-button.active {
  background-color: #666;
}
.m-iumnavigationl2 .submenulist {
  display: none;
}
.m-iumsearch {
  display: block;
  position: relative;
  float: right;
  margin: -20px 0 15px;
}
.m-iumsearch:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-iumsearch .ium-search-input input {
  background-color: #fff;
  color: #2d373c;
  margin: 0;
  padding: 10px 30px 12px 10px;
  border: 1px solid #879baa;
}
.m-iumsearch .ium-search-input input::-webkit-input-placeholder {
  color: #2d373c;
}
.m-iumsearch .ium-search-input input:-ms-input-placeholder {
  color: #2d373c;
}
.m-iumsearch .ium-search-input input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.m-iumsearch .ium-search-button {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-iumsearch .ium-search-button button {
  background: 0 0;
  border: none;
  color: #2d373c;
  width: auto;
  padding: 9px;
}
.no-touchevents .m-iumsearch .ium-search-button button:hover {
  background: 0 0;
}
.m-iumsearch .ium-search-button button .icon {
  margin: 0;
}
@media (max-width: 899px) {
  .m-iumsearch {
    float: left;
    margin: 10px 0 15px;
  }
}
.m-iumsearchresult {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.m-iumsearchresult:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-iumsearchresult .iumsearchresult-title {
  margin: 2px 0 0;
  font-size: 40px;
}
.m-iumsearchresult .iumsearchresult-desc {
  margin: 0;
  line-height: 24px;
}
.m-iumsearchresult .iumsearchresult-desc em {
  font-weight: 700;
}
.m-iumsearchresult .iumsearchresult-icon {
  height: 50px;
  width: 50px;
  margin: 0 10px 0 0;
}
.m-iumsearchresult .iumsearchresult-icon-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.m-iumsearchresults {
  display: block;
  position: relative;
  margin: 0;
}
.m-iumsearchresults:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-iumsearchresults .results-overview {
  margin: 10px 0 40px;
}
.m-iumtile a {
  display: block;
}
.m-iumtile span {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.m-iumtile img,
.m-iumtile picture {
  height: 120px;
  width: 120px;
  display: inline-block;
}
.m-iumtile.active picture {
  background-color: #999;
  height: 120px;
  width: 120px;
  display: inline-block;
}
.m-iumtile.active img {
  opacity: 0.6;
  height: 120px;
  width: 120px;
  display: inline-block;
}
.m-klarna-widget-section {
  margin-bottom: 10px;
}
.m-languagecountryswitch .content-expanded {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f1f1f1;
  z-index: 4;
  overflow: auto;
  min-height: 100%;
}
.m-languagecountryswitch .content-expanded .top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 24px;
  border-bottom: 1px solid #000;
}
.m-languagecountryswitch .content-expanded .inner-content .title {
  font-size: 18px;
  font-weight: 700;
  padding: 17px 24px;
}
.m-languagecountryswitch .content-expanded .inner-content .languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}
.m-languagecountryswitch .content-expanded .inner-content .languages .a-link {
  padding: 17px 24px;
}
.m-languagecountryswitch
  .content-expanded
  .inner-content
  .languages
  .a-link:hover {
  background-color: #eee;
}
.m-languagecountryswitch
  .content-expanded
  .inner-content
  .more-languages-button {
  padding: 34px 48px;
}
.m-languagecountryswitch .content-expanded .close-btn {
  cursor: pointer;
}
.m-languagecountryswitch .content-expanded .close-btn:focus {
  outline: #000 dotted 1px;
}
.m-languagecountryswitch .content-collapsed .language-selector-btn-wrapper {
  cursor: pointer;
}
.m-languagecountryswitch .content-collapsed:focus {
  outline: #000 dotted 1px;
}
.m-languagecountryswitch .content-collapsed .textual-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-languagecountryswitch .content-collapsed .textual-element .seperator {
  margin: 0 2px;
}
.m-languagecountryswitch .language-selector-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-languagecountryswitch .language-selector-btn-wrapper .globe-icon {
  margin-right: 2px;
}
.m-languagecountryswitch .language-selector-btn-wrapper .first-langugage {
  font-weight: 700;
}
.m-languagecountryswitch.open .content-expanded {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m-layer {
  bottom: 0;
  display: none;
  left: 0;
  margin: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 240;
}
.m-layer[data-openonload="true"] .layer-wrapper {
  width: 100%;
}
.m-layer[data-t-decorator="CookieLaw"] .o-cookielaw {
  display: block;
}
.m-layer[data-t-decorator="CookieLaw"].is-active {
  z-index: 1500;
}
.m-layer.is-active {
  display: block;
}
.m-layer .layer-overlay {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  opacity: 0.8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 240;
}
.m-layer .layer-wrapper {
  border: 0;
  display: block;
  height: auto;
  left: 0;
  margin: 0 auto;
  min-height: -webkit-calc(100% - 0);
  min-height: calc(100% - 0);
  outline: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 241;
  max-width: 1400px;
}
.m-layer .layer-content {
  background: #fff;
  height: auto;
  margin: 0 auto;
  max-width: 1400px;
  min-height: 100%;
  opacity: 1;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.m-layer .layer-close {
  float: right;
  margin: 0;
}
.m-layer .layer-close .logout-form {
  z-index: 700;
}
.m-layer .layer-close .logout-form .a-button {
  z-index: 600;
}
.m-layer .layer-content-inner {
  height: auto;
  margin: 0;
  min-height: 100%;
}
.m-layer .layer-content-inner:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 750px) {
  .m-layer[data-openonload="true"] .layer-wrapper {
    width: 75%;
  }
  .m-layer .layer-wrapper {
    bottom: auto;
    margin: 20px auto;
    min-height: -webkit-calc(100% - 40px);
    min-height: calc(100% - 40px);
    top: 0;
  }
  .m-layer .layer-content {
    height: auto;
    padding: 0;
  }
  .m-layer .layer-content-inner {
    height: auto;
    margin: 0;
  }
  .m-layer.m-layer-mediagallery .layer-content {
    min-width: 500px;
    max-width: -webkit-calc((100vh - 200px) * (16 / 9));
    max-width: calc((100vh - 200px) * (16 / 9));
  }
}
@media (min-width: 900px) {
  .m-layer[data-openonload="true"] .layer-wrapper {
    width: 50%;
  }
  .m-layer .layer-wrapper {
    margin: 30px auto;
    min-height: -webkit-calc(100% - 180px);
    min-height: calc(100% - 180px);
  }
  .m-layer .layer-content {
    padding: 0;
  }
  .m-layer .layer-close {
    font-size: 20px;
    line-height: 25px;
  }
  .m-layer .layer-content-inner {
    margin: 0;
  }
}
.m-layer.m-layer-mediagallery .layer-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
.m-layer.m-layer-mediagallery .layer-content .layer-content-inner {
  margin-top: 0;
}
.m-layer.m-layer-mediagallery .layer-content .m-mediagallery,
.m-layer.m-layer-mediagallery .layer-content .mediagallery-caption {
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .m-layer.m-layer-mediagallery .layer-wrapper {
    height: 100%;
    margin-top: 0;
  }
  .m-layer.m-layer-mediagallery .layer-content,
  .m-layer.m-layer-mediagallery .layer-content .layer-content-inner {
    height: 100%;
  }
}
.m-layer.m-layer_locationselector .layer-wrapper {
  width: 50%;
}
.m-layer.m-layer_locationselector .layer-content-inner {
  margin: 15px;
}
@media (max-width: 749px) {
  .m-layer.m-layer_locationselector .layer-wrapper {
    width: 75%;
  }
  .m-linklist.two-column .list-unstyled:first-of-type {
    margin-bottom: 0;
  }
}
.m-layer.oco-handshake-layer .visited-websites {
  margin-bottom: 20px;
}
.m-layer.m-layer-imagevideogallery .layer-wrapper {
  height: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
.m-layer.m-layer-imagevideogallery .layer-content {
  height: 100%;
}
.m-layer.m-layer-imagevideogallery .layer-content .layer-content-inner {
  margin-top: 0;
  height: 100%;
}
.m-layer.m-layer-imagevideogallery .layer-content .m-mediagallery {
  margin-bottom: 0;
  height: 100%;
  width: auto;
}
.m-layer.m-layer-imagevideogallery .layer-content .mediagallery-caption {
  margin-bottom: 0;
}
.m-layer.m-layer-reviewDispaly:not(.m-layer-mediagallery)
  .layer-content.g-container {
  height: 100%;
}
.m-layer.m-layer-reviewDispaly .m-layer .layer-close {
  padding-top: 10px;
}
.m-layer.m-layer-reviewDispaly .review-caption-txt {
  width: 100%;
  text-align: center;
}
.m-layer.deletemyproduct_layer .layer-close button {
  color: #2c5de5;
}
.m-layer.deletemyproduct_layer .layer-close button:hover {
  border-color: #2648a4;
}
.m-layer.deletemyproduct_layer .form-actions {
  margin-top: 40px;
}
.m-layer.deletemyproduct_layer .form-actions .form-action-primary {
  float: none;
  display: inline-block;
}
.m-layer.deletemyproduct_layer .form-actions .form-action-secondary {
  display: inline-block;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-primary.a-button,
.m-layer.deletemyproduct_layer .form-actions .a-button-primary,
.m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-button-link,
.m-layer.deletemyproduct_layer .form-actions .a-link-primary.a-button.a-link,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-layer.deletemyproduct_layer
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-layer.deletemyproduct_layer
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-link {
  padding: 13px 16px 12px;
  border-radius: 4px;
  background-color: #2c5de5;
  font-weight: 700;
  font-size: 16px;
  white-space: unset;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-primary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-primary.a-button:hover,
.m-layer.deletemyproduct_layer .form-actions .a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-layer.deletemyproduct_layer
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-layer.deletemyproduct_layer
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-primary.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  button.a-link-primary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-primary.a-button.a-link:hover {
  background-color: #2648a4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-secondary.a-button,
.m-layer.deletemyproduct_layer .form-actions .a-button-secondary,
.m-layer.deletemyproduct_layer .form-actions .a-link-secondary.a-button.a-link,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-layer.deletemyproduct_layer
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-layer.deletemyproduct_layer
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-layer.deletemyproduct_layer
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-secondary.a-button.a-button-link,
.m-layer.deletemyproduct_layer
  .form-actions
  button.a-link-secondary.a-button.a-button-link,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-link {
  padding: 11px 16px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #000;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-secondary.a-button:hover,
.m-layer.deletemyproduct_layer .form-actions .a-button-secondary:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-layer.deletemyproduct_layer
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-layer.deletemyproduct_layer
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  a.a-link-secondary.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .form-actions
  button.a-link-secondary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer.deletemyproduct_layer
  .form-actions
  .a-link-secondary.a-button.a-link:hover {
  border-color: #2648a4;
  color: #2648a4;
}
.m-layer.deletemyproduct_layer .form-actions .icon.icon-s {
  font-size: 12px;
}
.windows-os .m-layer .has-scrollbar {
  right: 17px;
}
.m-linklist,
.m-linklist.bottomspacing {
  margin-bottom: 40px;
}
@media (min-width: 750px) {
  .m-layer.m-layer-imagevideogallery .layer-content,
  .m-layer.m-layer-reviewDispaly .layer-content.g-container,
  .m-layer.m-layer-reviewDispaly:not(.m-layer-mediagallery)
    .layer-content.g-container {
    min-width: 500px;
    max-width: -webkit-calc((100vh - 20px) * (16 / 9));
    max-width: calc((100vh - 20px) * (16 / 9));
  }
  .m-layer.m-layer-reviewDispaly
    .m-mediagallery
    .m-slider.slick-initialized.slick-initialized
    .slide,
  .m-layer.m-layer-reviewDispaly
    .m-mediagallery
    .m-slider.slick-initialized.slick-initialized
    .slide:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 95vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-linklist.two-column .list-unstyled {
    display: inline-block;
    width: 50%;
  }
  .m-linklist.two-column .list-unstyled:first-of-type {
    float: left;
  }
}
.m-linklist.m-article-link-list li {
  margin-bottom: 0;
  padding: 8px 0;
  border-top: 2px solid #d4d9de;
}
.m-linklist.m-article-link-list li:last-of-type {
  border-bottom: 2px solid #d4d9de;
}
@media (min-width: 900px) {
  .m-layer.m-layer-imagevideogallery .layer-content,
  .m-layer.m-layer-reviewDispaly .layer-content.g-container,
  .m-layer.m-layer-reviewDispaly:not(.m-layer-mediagallery)
    .layer-content.g-container {
    max-width: -webkit-calc((100vh - 60px) * (16 / 9));
    max-width: calc((100vh - 60px) * (16 / 9));
  }
  .m-linklist.m-article-link-list.two-column__article-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2.7777777778%;
  }
  .m-linklist.m-article-link-list.two-column__article-links .list-unstyled {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
  }
}
@media (max-width: 899px) {
  .m-linklist.m-article-link-list.two-column__article-links
    .list-unstyled:first-of-type {
    margin-bottom: 0;
  }
  .m-linklist.m-article-link-list.two-column__article-links
    .list-unstyled:first-of-type
    li:last-of-type {
    border-bottom: none;
  }
}
.m-listbox {
  color: #2d373c;
  margin: 0 0 10px;
  width: 100%;
  --color-listbox-text: #2b2f43;
  --color-listbox-icon: #000028;
}
.m-listbox.a-area,
.m-listbox.a-area.a-area-desktop,
.m-listbox.a-area.a-area-mobile,
.m-listbox.a-area.a-area-tablet {
  background-color: #fff;
  padding: 30px 30px 30px 10px;
}
.m-listbox .listbox-list {
  margin: 0;
  padding: 0;
}
.m-listbox .listbox-content {
  margin: 0 0 10px;
  padding-left: 40px;
}
.m-listbox .listbox-content:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 15px;
  margin-left: -30px;
  padding: 0 10px 0 0;
}
.m-listheader {
  margin: 0 0 20px;
  width: 100%;
}
.m-listheader:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-listheader hr {
  width: 100%;
  float: left;
  margin: 10px 0 0;
  padding: 0;
}
.m-listheader .item {
  width: 55.5555555556%;
  float: left;
  padding: 0;
  text-align: left;
}
.m-listheader .price,
.m-listheader .quantity,
.m-listheader .total {
  width: 14.8148148148%;
  float: left;
  padding: 0;
  text-align: right;
}
.m-listheader .quantity {
  padding: 0 30px 0 0;
}
.localstock-text {
  font-weight: 400;
  color: #2b5ee5;
  text-decoration: underline;
}
.local-stock-header {
  height: 0;
}
.m-locationLanguageSelection .a-button {
  width: auto;
  padding-left: 64px;
  padding-right: 64px;
}
.m-layer.location-language-selection-layer[data-t-decorator="CookieLaw"].is-active {
  z-index: 19999999;
}
.m-locationselectorlayout {
  display: none;
}
.m-locationselectorlayout.show-layout {
  display: block;
}
.m-locationselectorlayout .zip-code-wrapper {
  margin-top: 15px;
}
.m-locationselectorlayout .zip-code-wrapper .location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.m-locationselectorlayout .zip-code-wrapper .form-layout-full {
  width: 85%;
}
.m-locationselectorlayout .zip-code-wrapper .a-button {
  padding: 8px;
}
.m-locationselectorlayout .zip-code-wrapper .form-action {
  width: 15%;
  margin-top: 10px;
}
.m-locationselectorlayout .zip-code-wrapper input.m-forminput {
  margin-top: 10px;
}
.m-locationselectorlayout .zip-code-wrapper .form-error-wrapper:before {
  display: none;
}
.m-locationselectorlayout:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 750px) {
  .m-locationselectorlayout .input-container,
  .m-locationselectorlayout .location-region {
    width: 25%;
    float: left;
  }
  .m-locationselectorlayout .location-submit {
    width: 25%;
    float: left;
    margin: 0 0 0 40px;
  }
}
.m-locationselectorlayout.rebrush input.location-zip {
  border-radius: 0.5rem;
  margin: 0;
}
.m-locationselectorlayout.rebrush .location-submit {
  background: #2b5ee5;
  color: #fff;
  font-weight: 700;
  width: auto;
  font-size: 1rem;
  border-radius: 0.5rem;
  margin: 0 0 0 10px;
}
@media (max-width: 749px) {
  .m-locationselectorlayout.rebrush .input-container,
  .m-locationselectorlayout.rebrush .location-region {
    width: 50%;
    display: inline-block;
  }
}
.oidc-registration .form-row.form-row-fullwidth .m-forminput-radio {
  padding-right: 10px;
}
.oidc-registration
  .form-row.form-row-fullwidth
  .m-forminput-radio:nth-child(1):nth-last-child(1),
.oidc-registration
  .form-row.form-row-fullwidth
  .m-forminput-radio:nth-child(1):nth-last-child(2),
.oidc-registration
  .form-row.form-row-fullwidth
  .m-forminput-radio:nth-child(1):nth-last-child(3),
.oidc-registration
  .form-row.form-row-fullwidth
  .m-forminput-radio:nth-child(2):nth-last-child(1),
.oidc-registration
  .form-row.form-row-fullwidth
  .m-forminput-radio:nth-child(2):nth-last-child(2),
.oidc-registration
  .form-row.form-row-fullwidth
  .m-forminput-radio:nth-child(3):nth-last-child(1) {
  width: 100%;
  float: left;
  clear: both;
}
.oidc-registration .a-errormessage {
  padding: 0 0 10px;
}
.oidc-registration .oidc-registration-account-selection {
  padding: 10px 0 15px;
}
.m-ciam-mergeaccount .activationcodeissent-message-container {
  padding: 0;
  min-height: 30px;
}
.m-ciam-mergeaccount .activationcodeissent-message {
  color: #000;
  font-weight: 700;
}
.m-ciam-mergeaccount .submit-wrap {
  padding: 20px 0;
}
.m-ciam-mergeaccount input.m-forminput[readonly].validation-is-valid {
  border-color: #41aaaa;
  color: #2d373c;
  background-color: transparent;
  padding: 10px;
}
.m-ciam-mergeaccount input.m-forminput.has-ajax-error.had-focus:valid {
  border-color: #e0173b;
}
.m-ciam-mergeaccount
  input.m-forminput.has-ajax-error.had-focus:valid
  ~ .form-error-wrapper::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #e0173b;
}
.m-ciam-mergeaccount .m-form .form-row {
  padding: 0 0 10px;
}
.m-ciam-mergeaccount .m-form .form-row .a-formlabel::after {
  display: inline;
}
.m-ciam-mergeaccount .m-forminput[readonly] {
  padding: 0;
  margin: 0;
  color: rgba(153, 153, 153, 0.5);
  font-weight: 400;
}
.m-ciam-mergeaccount .discard-button-wrapper .discard-button {
  background: 0 0;
  color: #0064a6;
  width: auto;
  padding-left: 0;
}
.m-ciam-mergeaccount .discard-button-wrapper .discard-button:hover {
  color: #000;
}
.oco-handshake-approval {
  margin: 5px 0 20px;
}
.oco-handshake-approval .approval-message {
  padding: 0;
  border: none;
  background: #fff;
}
.oco-handshake-approval .approval-message.approval-inprogress,
.oco-handshake-approval .approval-message.approval-success {
  color: #000;
}
.oco-handshake-approval .approval-message.approval-rejected {
  color: red;
}
.m-maplist {
  position: relative;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-maplist:after {
  content: " ";
  display: block;
  clear: both;
}
.m-maplist.pre-initialized {
  display: none;
  visibility: hidden;
}
.m-maplist .map-wrap {
  position: relative;
}
.m-maplist .map-wrap.pre-initialized .a-button-show-layer,
.m-maplist .map-wrap.pre-initialized .a-button-toggle-list {
  display: none;
}
.m-maplist .map {
  height: 100%;
  position: relative;
}
.m-maplist .map-inner {
  height: 100%;
  position: absolute;
  width: 100%;
}
.m-maplist .map-inner .location-pin {
  z-index: 9;
}
.m-maplist .map-inner .location-pin.active,
.m-maplist .map-inner .location-pin.mouseover {
  color: #a5e1e1;
  cursor: pointer;
  font-size: 40px;
  margin-left: -5px;
  margin-top: -5px;
  z-index: 10;
}
.m-maplist .map-inner .location-pin.active:after,
.m-maplist .map-inner .location-pin.mouseover:after {
  font-size: 15px;
  left: 7px;
  line-height: 5px;
  top: 16px;
  width: 26px;
}
.m-maplist .a-button-show-layer,
.m-maplist .a-button-toggle-list {
  background: #879baa;
  position: absolute;
  z-index: 12;
}
.m-maplist .a-button-show-layer.a-button-plain:hover,
.m-maplist .a-button-toggle-list.a-button-plain:hover {
  background: #879baa;
}
.m-maplist .a-button-show-layer.mobile-hidden,
.m-maplist .a-button-toggle-list.mobile-hidden {
  display: none;
  visibility: hidden;
}
.m-maplist .a-button-toggle-list {
  height: auto;
  left: 0;
  margin-top: -auto/2;
  top: 50%;
  width: auto;
}
.m-maplist .a-button-show-layer {
  bottom: 0;
  height: auto;
  left: 50%;
  margin-left: -auto/2;
  width: auto;
}
.m-maplist .dealer-wrap {
  overflow: hidden;
  position: relative;
}
.m-maplist .dealer-list {
  height: 100%;
  list-style: none;
  overflow-y: auto;
  padding-left: 0;
}
.m-maplist .dealer-list.no-results {
  margin-bottom: 0;
}
.m-maplist .dealer-item {
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-top: 20px;
  position: relative;
}
.m-maplist .dealer-item.filter-hidden {
  display: none;
  visibility: hidden;
}
.m-maplist .dealer-item.no-results {
  border-bottom: none;
  padding: 0;
}
.m-maplist .dealer-item.no-results:hover {
  background: 0 0;
  cursor: default;
}
.m-maplist .dealer-item .dealer-col-1,
.m-maplist .dealer-item .dealer-col-2 {
  padding-left: 36px;
}
.m-maplist .dealer-item .dealer-data {
  display: block;
}
.m-maplist .dealer-item .dealer-data.hours,
.m-maplist .dealer-item .dealer-data.links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.m-maplist .dealer-item .dealer-data.links .a-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.m-maplist .dealer-item .dealer-data.links .dealer-email-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-maplist .dealer-item .dealer-data.address {
  font-style: normal;
  margin-bottom: 20px;
}
.m-maplist .dealer-item .dealer-reviews-detail.not-loaded,
.m-maplist .dealer-item .dealer-reviews.not-loaded {
  display: none;
}
.m-maplist .dealer-item .dealer-reviews-detail.loaded,
.m-maplist .dealer-item .dealer-reviews.loaded {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-maplist .dealer-item .dealer-reviews .rating,
.m-maplist .dealer-item .dealer-reviews-detail .rating {
  font-weight: bolder;
  color: #999;
  padding: 0 5px;
  margin-left: 10px;
}
.m-maplist .dealer-item .dealer-reviews .rating::after,
.m-maplist .dealer-item .dealer-reviews-detail .rating::after {
  content: "|";
  margin-left: 5px;
}
.m-maplist .dealer-item .dealer-reviews .link .a-link,
.m-maplist .dealer-item .dealer-reviews-detail .link .a-link {
  text-decoration: underline;
  white-space: nowrap;
  color: #999;
}
.m-maplist .dealer-item .dealer-reviews .a-rating,
.m-maplist .dealer-item .dealer-reviews-detail .a-rating {
  min-width: 105px;
  z-index: 1;
}
.m-maplist .dealer-item .dealer-reviews .a-rating .icon,
.m-maplist .dealer-item .dealer-reviews-detail .a-rating .icon {
  color: #d4d9de;
}
.m-maplist .dealer-item .dealer-reviews .a-rating .icon.is-active,
.m-maplist .dealer-item .dealer-reviews-detail .a-rating .icon.is-active {
  color: #0064a6;
}
.m-maplist .dealer-item .dealer-reviews .a-rating .icon.is-active-partly,
.m-maplist
  .dealer-item
  .dealer-reviews-detail
  .a-rating
  .icon.is-active-partly {
  overflow: hidden;
  position: absolute;
}
.m-maplist .dealer-item .dealer-reviews .a-rating .icon.last-star,
.m-maplist .dealer-item .dealer-reviews-detail .a-rating .icon.last-star {
  margin-left: 4.1px;
}
.m-maplist .dealer-item .dealer-reviews .a-rating-shadows,
.m-maplist .dealer-item .dealer-reviews-detail .a-rating-shadows {
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  min-width: 105px;
}
.m-maplist .dealer-item .dealer-reviews .a-rating-shadows .icon,
.m-maplist .dealer-item .dealer-reviews-detail .a-rating-shadows .icon {
  color: #d4d9de;
}
.m-maplist .dealer-item .location-meta {
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 29px;
  width: 31px;
}
.m-maplist .dealer-item .location-distance {
  display: inline-block;
  margin-top: 10px;
  word-spacing: 999px;
}
.m-maplist .dealer-item .link-buy-online,
.m-maplist .dealer-item .m-imagelist-dealerlocator {
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .m-maplist .dealer-detail-wrap .dealer-detail .dealer-col-1,
  .m-maplist .dealer-detail-wrap .dealer-detail .dealer-col-2,
  .m-maplist .dealer-item .dealer-col-1,
  .m-maplist .dealer-item .dealer-col-2 {
    padding-right: 12px;
  }
}
@media (min-width: 750px) {
  .m-maplist .dealer-item .location-meta {
    left: 5px;
    width: 48px;
  }
  .m-maplist .dealer-item .dealer-col-1,
  .m-maplist .dealer-item .dealer-col-2,
  .m-maplist .dealer-item .dealer-gallery {
    padding-left: 55px;
  }
}
@media (min-width: 900px) {
  .m-maplist .dealer-item .location-meta {
    left: 0;
    width: 55px;
  }
  .m-maplist .dealer-item .dealer-col-1 {
    width: 66.6666666667%;
    float: left;
    padding-right: 2.7777777778%;
    padding-left: 63px;
  }
  .m-maplist .dealer-item .dealer-col-2 {
    width: 33.3333333333%;
    float: left;
    padding-left: 2.7777777778%;
    padding-right: 2.7777777778%;
  }
  .m-maplist .dealer-item .dealer-gallery {
    padding-left: 63px;
  }
  .m-maplist .dealer-item .dealer-gallery .a-paginationarrows.next,
  .m-maplist .dealer-item .dealer-gallery .a-paginationarrows.prev {
    font-size: 30px;
    height: 60px;
    margin-top: -30px;
    width: 60px;
  }
}
.m-maplist .dealer-wrap .location-pin:after {
  top: -2px;
  left: 6px;
}
.m-maplist .map-wrap .location-pin.baidu:after {
  top: -3px;
  left: 5px;
}
.m-maplist .map-wrap .location-pin.mouseover.baidu:after {
  top: 0;
  left: 7px;
}
.m-maplist .location-pin {
  color: #41aaaa;
  position: relative;
}
.m-maplist .location-pin:after {
  border-radius: 50%;
  color: #fff;
  content: attr(data-dealer-index);
  display: block;
  font-family: sans-serif;
  font-size: 12px;
  position: absolute;
  text-align: center;
}
.m-maplist .dealer-detail-wrap .link-container {
  border-bottom: 1px solid #000;
  left: 0;
  right: 0;
  top: 0;
}
.m-maplist .dealer-detail-wrap .dealer-detail {
  position: relative;
  max-height: 100%;
  overflow-y: auto;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-col-1,
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-col-2 {
  padding-left: 36px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data {
  display: block;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.hours,
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.links {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.links .a-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-data.links
  .dealer-email-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews-detail.not-loaded,
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews.not-loaded {
  display: none;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews-detail.loaded,
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews.loaded {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews .rating,
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews-detail .rating {
  font-weight: bolder;
  color: #999;
  padding: 0 5px;
  margin-left: 10px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews .rating::after,
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews-detail
  .rating::after {
  content: "|";
  margin-left: 5px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews .link .a-link,
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews-detail
  .link
  .a-link {
  text-decoration: underline;
  white-space: nowrap;
  color: #999;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews .a-rating,
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews-detail .a-rating {
  min-width: 105px;
  z-index: 1;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews .a-rating .icon,
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews-detail
  .a-rating
  .icon {
  color: #d4d9de;
}
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews
  .a-rating
  .icon.is-active,
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews-detail
  .a-rating
  .icon.is-active {
  color: #0064a6;
}
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews
  .a-rating
  .icon.is-active-partly,
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews-detail
  .a-rating
  .icon.is-active-partly {
  overflow: hidden;
  position: absolute;
}
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews
  .a-rating
  .icon.last-star,
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews-detail
  .a-rating
  .icon.last-star {
  margin-left: 4.1px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews .a-rating-shadows,
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews-detail
  .a-rating-shadows {
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  min-width: 105px;
}
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews
  .a-rating-shadows
  .icon,
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-reviews-detail
  .a-rating-shadows
  .icon {
  color: #d4d9de;
}
.m-maplist .dealer-detail-wrap .dealer-detail .location-meta {
  display: block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 29px;
  width: 31px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .location-distance {
  display: inline-block;
  margin-top: 10px;
  word-spacing: 999px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .link-buy-online,
.m-maplist .dealer-detail-wrap .dealer-detail .m-imagelist-dealerlocator {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .m-maplist .dealer-detail-wrap .dealer-detail .location-meta {
    left: 5px;
    width: 48px;
  }
  .m-maplist .dealer-detail-wrap .dealer-detail .dealer-col-1,
  .m-maplist .dealer-detail-wrap .dealer-detail .dealer-col-2,
  .m-maplist .dealer-detail-wrap .dealer-detail .dealer-gallery {
    padding-left: 55px;
  }
}
.m-maplist .dealer-detail-wrap .dealer-detail .hours-item:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-maplist .dealer-detail-wrap .dealer-detail .hours-item .times {
  float: right;
}
.m-maplist .dealer-detail-wrap .dealer-detail .hours-item .times .times-item {
  display: block;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-logo {
  display: block;
  margin-bottom: 20px;
  max-width: 100%;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-text {
  margin-bottom: 20px;
}
@media (max-width: 749px) {
  .m-maplist .a-button-load-more {
    margin-top: 20px;
  }
  .m-maplist .a-button-load-more.hidden {
    display: none;
    visibility: hidden;
  }
  .m-maplist .map.trigger-layer:after {
    background: 0 0;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
  }
  .m-maplist .dealer-list:not(.no-results) {
    margin-top: 20px;
  }
  .m-maplist .dealer-item.mobile-hidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media (min-width: 750px) {
  .m-maplist {
    height: 100%;
    margin-bottom: 20px;
  }
  .m-maplist .dealer-wrap {
    width: 58.3333333333%;
    float: left;
    padding-right: 1.3888888889%;
    display: none;
    height: 100%;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
  }
  .m-maplist .dealer-wrap.visible {
    display: block;
  }
  .m-maplist .map-wrap {
    width: 41.6666666667%;
    float: right;
    padding-left: 1.3888888889%;
    height: 100%;
    padding-right: 0;
  }
  .m-maplist .map-wrap.full-width {
    width: 100%;
    float: right;
    padding-left: 0;
    padding-right: 0;
  }
  .m-maplist .map-wrap.full-width .a-button-toggle-list {
    left: 0;
  }
  .m-maplist .dealer-detail-wrap,
  .m-maplist .dealer-list-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-maplist .dealer-list-wrap {
    margin-right: 2.7777777778%;
  }
  .m-maplist .dealer-detail-wrap {
    margin-right: 2.7777777778%;
    margin-top: 56px;
  }
  .m-maplist .dealer-detail-wrap.off-screen {
    left: 100%;
    right: -100%;
  }
  .m-maplist .dealer-detail-wrap .link-container {
    padding-top: 0;
    top: -56px;
  }
  .m-maplist .map {
    height: 100%;
  }
  .m-maplist .dealer-item.mouseover,
  .m-maplist .dealer-item:hover {
    background: #e9ecee;
    cursor: default;
  }
  .m-maplist .dealer-item.mouseover .location-pin,
  .m-maplist .dealer-item:hover .location-pin {
    color: #a5e1e1;
  }
  .m-maplist .dealer-item.mouseover .location-pin:after,
  .m-maplist .dealer-item:hover .location-pin:after {
    background: #a5e1e1;
  }
  .m-maplist .link-buy-online {
    width: 155px;
  }
}
@media (min-width: 900px) {
  .m-maplist .dealer-detail-wrap .dealer-detail .location-meta {
    left: 0;
    width: 55px;
  }
  .m-maplist .dealer-detail-wrap .dealer-detail .dealer-col-1 {
    width: 66.6666666667%;
    float: left;
    padding-right: 2.7777777778%;
    padding-left: 63px;
  }
  .m-maplist .dealer-detail-wrap .dealer-detail .dealer-col-2 {
    width: 33.3333333333%;
    float: left;
    padding-left: 2.7777777778%;
    padding-right: 2.7777777778%;
  }
  .m-maplist .dealer-detail-wrap .dealer-detail .dealer-gallery {
    padding-left: 63px;
  }
  .m-maplist
    .dealer-detail-wrap
    .dealer-detail
    .dealer-gallery
    .a-paginationarrows.next,
  .m-maplist
    .dealer-detail-wrap
    .dealer-detail
    .dealer-gallery
    .a-paginationarrows.prev {
    font-size: 30px;
    height: 60px;
    margin-top: -30px;
    width: 60px;
  }
  .m-maplist .dealer-wrap {
    width: 50%;
    float: left;
    padding-right: 1.3888888889%;
    padding-left: 0;
  }
  .m-maplist .dealer-wrap .dealer-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .m-maplist .dealer-wrap .dealer-layout:after {
    content: " ";
    display: block;
    clear: both;
  }
  .m-maplist .map-wrap {
    width: 50%;
    float: right;
    padding-left: 1.3888888889%;
    padding-right: 0;
  }
  .m-maplist .link-buy-online {
    width: 220px;
  }
}
.m-marker-module {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@-webkit-keyframes fade-in {
  100% {
    background-color: #ffdf15;
  }
}
@keyframes fade-in {
  100% {
    background-color: #ffdf15;
  }
}
.m-marker-module .marker-content-container {
  width: 66.66666%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-marker-module .marker-content-container .marker-text {
  padding: 16px;
  font-weight: 700;
  text-align: center;
}
.m-marker-module .marker-content-container .marker-text em.highlight {
  background-color: #0000;
  -webkit-animation: 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.4s forwards fade-in;
  animation: 0.8s cubic-bezier(0.11, 0, 0.5, 0) 0.4s forwards fade-in;
}
.m-marker-module .marker-content-container .marker-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .m-marker-module .marker-content-container {
    width: 100%;
  }
  .m-marker-module .marker-content-container .marker-text {
    text-align: left;
  }
  .m-marker-module .marker-content-container .marker-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.m-marker-module .marker-content-container .marker-links .a-link {
  padding: 16px;
}
.m-mediagallery {
  margin-bottom: 40px;
  position: relative;
  direction: ltr;
  --m-mediagallery--max-height-lg: 50vh;
}
.m-mediagallery .m-slider:not(.slick-initialized) .slide {
  display: none;
  visibility: hidden;
}
.m-mediagallery .m-slider:not(.slick-initialized) .slide:first-child {
  display: block;
  visibility: visible;
}
.m-mediagallery .mediagallery-downloadlink-desktop {
  float: right;
  padding-left: 20px;
  width: 20%;
}
.m-mediagallery .mediagallery-downloadlink-desktop .a-link {
  margin-bottom: 20px;
}
.m-mediagallery .mediagallery-wrapper {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.m-mediagallery .mediagallery-wrapper .flexcampaign {
  left: 0;
  max-height: 75px;
  position: absolute;
  right: 0;
}
.m-mediagallery .mediagallery-wrapper .flexcampaign:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-mediagallery .mediagallery-wrapper .flexcampaign .a-image {
  float: left;
  margin-left: 10px;
  max-height: 75px;
  max-width: 75px;
  text-align: left;
  width: auto;
  z-index: 1;
}
.m-mediagallery .mediagallery-wrapper .flexcampaign .a-image:first-child {
  margin-left: 0;
}
.m-mediagallery .mediagallery-wrapper .counter {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  margin: 10px;
  background-color: #d4d9de;
  font-size: 15px;
  color: #000;
}
.m-mediagallery.mediagallery-with-download .mediagallery-wrapper {
  width: 100%;
}
.m-mediagallery.mediagallery-with-download .mediagallery-thumbnailcarousel {
  margin-bottom: 30px;
}
.m-mediagallery.mediagallery-mainslider .slick-list,
.m-mediagallery.mediagallery-mainslider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m-mediagallery .mediagallery-mainslider {
  margin-bottom: 20px;
}
.m-mediagallery .mediagallery-controls {
  display: block;
  margin: 0;
  padding: 56.25% 0 0;
  position: absolute;
  width: 100%;
}
.m-mediagallery .mediagallery-controls .prev {
  background: 0 0;
  color: #000;
  cursor: pointer;
}
.m-mediagallery .mediagallery-controls .prev.is-inactive {
  background: 0 0;
  color: #000;
  cursor: default;
}
.m-mediagallery .mediagallery-controls .next {
  background: 0 0;
  color: #000;
  cursor: pointer;
}
.m-mediagallery .mediagallery-controls .next.is-inactive {
  background: 0 0;
  color: #000;
  cursor: default;
}
.m-mediagallery .m-slider:not(.slick-initialized) .mediagallery-controls {
  display: none;
}
.m-mediagallery
  .m-slider:not([data-adaptive-height])
  .slide[data-media-type="image"] {
  display: block;
  position: relative;
  width: 100%;
}
.m-mediagallery
  .m-slider:not([data-adaptive-height])
  .slide[data-media-type="image"]::after {
  content: "";
  display: block;
  margin-top: 56.25%;
}
.m-mediagallery
  .m-slider:not([data-adaptive-height])
  .slide[data-media-type="image"]
  .a-image,
.m-mediagallery
  .m-slider:not([data-adaptive-height])
  .slide[data-media-type="image"]
  .a-link,
.m-mediagallery
  .m-slider:not([data-adaptive-height])
  .slide[data-media-type="image"]
  img,
.m-mediagallery
  .m-slider:not([data-adaptive-height])
  .slide[data-media-type="image"]
  picture {
  bottom: 0;
  left: 0;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-mediagallery .slide {
  cursor: pointer;
  height: 100%;
  min-height: auto;
  position: relative;
}
.layer-content .m-mediagallery .slide[data-media-type="image-hires"],
.layer-content .m-mediagallery .slide[data-media-type="image"] {
  cursor: default;
}
.m-mediagallery .slide[data-media-type="image"] img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.m-mediagallery .slide[data-media-type="image-hires"],
.m-mediagallery .slide[data-media-type="image-ocr"] {
  display: block;
  position: relative;
  width: 100%;
}
.m-mediagallery .slide[data-media-type="image-hires"]::after,
.m-mediagallery .slide[data-media-type="image-ocr"]::after {
  content: "";
  display: block;
  margin-top: 56.25%;
}
.m-mediagallery .slide[data-media-type="image-hires"] .a-image,
.m-mediagallery .slide[data-media-type="image-hires"] .a-link,
.m-mediagallery .slide[data-media-type="image-hires"] img,
.m-mediagallery .slide[data-media-type="image-hires"] picture,
.m-mediagallery .slide[data-media-type="image-ocr"] .a-image,
.m-mediagallery .slide[data-media-type="image-ocr"] .a-link,
.m-mediagallery .slide[data-media-type="image-ocr"] img,
.m-mediagallery .slide[data-media-type="image-ocr"] picture {
  bottom: 0;
  left: 0;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-mediagallery .slide[data-media-type="image-hires"] img,
.m-mediagallery .slide[data-media-type="image-ocr"] img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.m-mediagallery .slide[data-media-type="video"] {
  display: block;
  position: relative;
  width: 100%;
}
.m-mediagallery .slide[data-media-type="video"]::after {
  content: "";
  display: block;
  margin-top: 56.25%;
}
.m-mediagallery .slide[data-media-type="video"] .a-image,
.m-mediagallery .slide[data-media-type="video"] .a-link,
.m-mediagallery .slide[data-media-type="video"] .m-video,
.m-mediagallery .slide[data-media-type="video"] .play-layer {
  bottom: 0;
  left: 0;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-mediagallery .mediagallery-caption {
  margin-bottom: 20px;
  min-height: 56px;
}
.m-mediagallery .mediagallery-zoom {
  float: right;
  height: 20px;
  line-height: 2em;
  margin-bottom: 10px;
  margin-left: 30px;
}
.m-mediagallery .mediagallery-zoom .a-button-plain {
  padding: 0 10px 10px;
}
@media (min-width: 750px) {
  .m-mediagallery.mediagallery-with-download .mediagallery-wrapper {
    width: 80%;
  }
  .m-mediagallery.mediagallery-with-download .mediagallery-thumbnailcarousel {
    margin-bottom: 0;
  }
}
.m-mediagallery.m-mediagallery-rebrush .mediagallery-wrapper .callout {
  position: absolute;
  z-index: 1;
  margin: 5px 0 0 5px;
}
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  .callout
  .a-callout {
  display: table;
}
@media (min-width: 900px) {
  .m-mediagallery .mediagallery-slide {
    min-height: auto;
    position: relative;
  }
  .m-mediagallery .paginationnumberposition-bottom {
    margin-bottom: -58px;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .mediagallery-wrapper
    .m-slider
    .mediagallery-paginationarrows
    .a-paginationarrows.next,
  .m-mediagallery.m-mediagallery-rebrush
    .mediagallery-wrapper
    .m-slider
    .mediagallery-paginationarrows
    .a-paginationarrows.prev {
    font-size: 20px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
  }
}
.m-mediagallery.m-mediagallery-rebrush .mediagallery-thumbnailcarousel {
  padding: 0;
  overflow: hidden;
}
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-thumbnailcarousel
  .slick-list {
  width: -webkit-calc(100% + 10px * 1.5 + 1px);
  width: calc(100% + 10px * 1.5 + 1px);
}
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-thumbnailcarousel
  .slick-track {
  margin: 0 -10px;
}
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide:last-child
  .mediagallery-thumbnailcarousel-hover {
  right: 10px;
}
.m-mediagallery .mediagallery-thumbnailcarousel {
  padding: 0 30px;
}
.m-mediagallery .mediagallery-thumbnailcarousel.slick-slider .slick-list,
.m-mediagallery .mediagallery-thumbnailcarousel.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide {
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  min-height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
  width: 100%;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide:hover
  .mediagallery-thumbnailcarousel-hover {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  display: block;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide.is-active
  .mediagallery-thumbnailcarousel-hover {
  border: 1px solid #000;
  display: block;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide::after {
  content: "";
  display: block;
  margin-top: 56.25%;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide
  .a-image,
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide
  img,
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide
  picture {
  bottom: 0;
  left: 0;
  max-height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide
  img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.m-mediagallery .mediagallery-thumbnailcarousel .slick-slider {
  overflow: hidden;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-hover {
  bottom: 0;
  display: none;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 0;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside {
  top: 50%;
  width: 100%;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next,
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev {
  background: 0 0;
  color: #0064a6;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 24px;
  margin-top: -12px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 1;
}
.no-touchevents
  .m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next:hover,
.no-touchevents
  .m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev:hover {
  color: #000;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next.is-inactive,
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next.is-inactive:hover,
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev.is-inactive,
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev.is-inactive:hover {
  color: #999;
  cursor: default;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next {
  float: right;
  margin-right: 0;
}
.m-mediagallery
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev {
  float: left;
  margin-left: 0;
}
.m-mediagallery .mediagallery-downloadlink-mobile .a-link-download {
  margin-left: 10px;
  margin-top: 20px;
}
.m-mediagallery .m-slider:not(.slick-initialized) .slide:first-child .a-image,
.m-mediagallery
  .m-slider:not(.slick-initialized)
  .slide:first-child
  .a-image
  img,
.m-mediagallery
  .m-slider:not(.slick-initialized)
  .slide:first-child
  .a-image
  picture {
  position: relative;
}
.m-mediagallery .m-slider:not(.slick-initialized) .slide:first-child:after {
  margin-top: 0;
}
.m-mediagallery.pre-init .mediagallery-slide:not(:first-child) {
  display: none;
}
.m-mediagallery .typeplatefinder {
  padding-left: 15%;
}
.mediagallery-trigger {
  cursor: pointer;
  position: relative;
}
.mediagallery-trigger:before {
  color: #000;
  font-size: 40px;
  left: 50%;
  line-height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.mediagallery-trigger-thumb:before {
  font-size: 20px;
}
.mediagallery-trigger-video.mediagallery-trigger-thumb:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 1em;
}
.mediagallery-trigger-zoom:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.mediagallery-trigger-imagesequencer:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 30px;
}
.mediagallery-trigger:hover:before {
  color: #a5e1e1;
}
.m-mediagallerylayer {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 749px) {
  .m-mediagallery.m-mediagallery-rebrush
    .mediagallery-wrapper
    .callout
    .a-callout
    .callout-text {
    font-size: 12px;
    line-height: 12px;
    padding: 2px 8px;
  }
  .m-mediagallerylayer {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    vertical-align: middle;
  }
  .m-mediagallerylayer .mediagallery-mainslider.slick-slider {
    -ms-touch-action: pinch-zoom pan-y;
    touch-action: pinch-zoom pan-y;
  }
}
.m-mediagallerylayer.mediagallery-mainslider .slick-list,
.m-mediagallerylayer.mediagallery-mainslider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m-mediagallerylayer .mediagallery-wrapper {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
@media (min-width: 750px) {
  .m-mediagallerylayer .mediagallery-wrapper-small {
    width: 75%;
  }
  .m-mediagallerylayer .mediagallery-wrapper {
    width: 100%;
  }
}
.m-mediagallerylayer .mediagallery-controls {
  display: block;
  margin: 0;
  position: absolute;
  width: 100%;
}
.m-mediagallerylayer .mediagallery-controls .prev {
  background: 0 0;
  color: #000;
  cursor: pointer;
}
.m-mediagallerylayer .mediagallery-controls .prev.is-inactive {
  background: 0 0;
  color: #000;
  cursor: default;
}
.m-mediagallerylayer .mediagallery-controls .next {
  background: 0 0;
  color: #000;
  cursor: pointer;
}
.m-mediagallerylayer .mediagallery-controls .next.is-inactive {
  background: 0 0;
  color: #000;
  cursor: default;
}
.m-mediagallerylayer .mediagallery-slide {
  height: 100%;
  min-height: auto;
  overflow: visible;
  position: relative;
}
.m-mediagallerylayer .mediagallery-slide img {
  display: block;
  margin: 0 auto;
}
.m-mediagallerylayer .mediagallery-caption {
  margin-bottom: 20px;
  min-height: 56px;
}
.m-mediagallerylayer .mediagallery-icon {
  float: right;
  margin-top: 15px;
  margin-bottom: 8px;
  margin-left: 30px;
}
.m-mediagallerylayer .mediagallery-icon .a-button-plain,
.m-mediagallerylayer .mediagallery-icon .a-link {
  padding: 10px;
}
.m-mediagallerylayer .mediagalleryproduct-zoomable-image {
  overflow: hidden;
  position: relative;
}
.m-mediagallerylayer .mediagalleryproduct-zoomimage {
  cursor: default;
  left: 0;
  position: relative;
  top: 0;
}
.m-mediagallerylayer .mediagalleryproduct-zoomimage.movecursor {
  cursor: move;
}
.m-mediagalleryteaser {
  position: relative;
}
.m-mediagalleryteaser .mediagalleryteaser-biglist,
.m-mediagalleryteaser .mediagalleryteaser-smalllist {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (min-width: 900px) {
  [dir="rtl"] .mediagallery-with-download .mediagallery-controls,
  [dir="rtl"] .mediagallery-with-download .mediagallery-mainslider {
    margin-left: 25%;
  }
  [dir="rtl"] .mediagallery-with-download .mediagallery-mainslider {
    width: 100%;
  }
  .m-mediagallerylayer .mediagallery-slide {
    min-height: auto;
    overflow: visible;
    position: relative;
  }
  .m-mediagallerylayer .paginationnumberposition-bottom {
    margin-bottom: -58px;
  }
  .m-mediagalleryteaser .mediagalleryteaser-biglist,
  .m-mediagalleryteaser .mediagalleryteaser-smalllist {
    display: inline;
  }
}
.m-mediagalleryteaser .mediagalleryteaser-biglist {
  -webkit-transition: -webkit-transform 0.75s linear;
  transition: transform 0.75s linear, -webkit-transform 0.75s linear;
}
.m-mediagalleryteaser .mediagalleryteaser-biglist .mediagalleryteaser-type {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 300px;
  height: 225px;
}
@media (min-width: 750px) {
  .m-mediagalleryteaser .mediagalleryteaser-biglist .mediagalleryteaser-type {
    width: 600px;
    height: 450px;
  }
}
@media (min-width: 900px) {
  .m-mediagalleryteaser .mediagalleryteaser-biglist .mediagalleryteaser-type {
    width: 100%;
    height: 100%;
  }
}
.m-mediagalleryteaser
  .mediagalleryteaser-biglist
  .mediagalleryteaser-type
  .a-image,
.m-mediagalleryteaser
  .mediagalleryteaser-biglist
  .mediagalleryteaser-type
  .a-image
  img {
  width: 100%;
}
.m-mediagalleryteaser .mediagalleryteaser-smalllist {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.m-mediagalleryteaser .mediagalleryteaser-smalllist .mediagalleryteaser-type {
  margin: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 200px;
  height: 150px;
}
@media (min-width: 750px) {
  .m-mediagalleryteaser .mediagalleryteaser-smalllist .mediagalleryteaser-type {
    width: 400px;
    height: 300px;
  }
}
.m-mediagalleryteaser
  .mediagalleryteaser-smalllist
  .mediagalleryteaser-type
  .a-image,
.m-mediagalleryteaser
  .mediagalleryteaser-smalllist
  .mediagalleryteaser-type
  .a-image
  img {
  width: 100%;
}
.m-mediagalleryteaser .visible-lg {
  display: none;
}
.m-mediagalleryteaser .hidden-lg {
  display: block;
}
@media (min-width: 900px) {
  .m-mediagalleryteaser .mediagalleryteaser-smalllist .mediagalleryteaser-type {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    height: 100%;
  }
  .m-mediagalleryteaser .visible-lg {
    display: block;
  }
  .m-mediagalleryteaser .hidden-lg {
    display: none;
  }
}
.model-viewer-container {
  position: relative;
}
.model-viewer-container .model-viewer-close-button {
  float: right;
  cursor: pointer;
}
.model-viewer-container .qrcode-container {
  right: 0;
  bottom: 0;
  position: absolute;
}
.model-viewer-container .model-viewer {
  width: 100%;
}
.a-morelesslink {
  margin-bottom: 10px;
}
[data-moreless-flex] {
  display: block;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
  width: 100%;
}
[data-moreless-flex].notransition {
  -webkit-transition: none;
  transition: none;
}
.m-multioptionbutton,
.m-multioptionbutton .a-button {
  width: auto;
}
.m-multioptionbutton .a-button.is-active {
  background: #000;
}
.multioptionbutton-call-to-action {
  min-width: 150px;
}
.multioptionbutton-call-to-action .popover-header {
  display: none;
}
.multioptionbutton-call-to-action .content {
  padding: 0 0 30px;
  width: auto;
}
.multioptionbutton-call-to-action .content:last-child {
  padding: 0;
}
.multioptionbutton-call-to-action .content .a-button {
  width: auto;
}
.m-myproductdatainputfield {
  display: block;
}
.m-myproductdatainputfield input.m-forminput {
  border-radius: 4px;
}
.m-myproductdatainputfield
  .m-form
  .form-row
  .a-formlabel.e-number-readonly:after {
  display: inline;
  content: "/";
}
.m-myproductdatainputfield
  div.m-forminput:not(.form-layout-col).m-forminput-dropdown {
  width: auto;
  display: inline-block;
  float: none;
}
.m-myproductdatainputfield
  form
  .m-forminput.m-forminput-dropdown.has-error.is-warning
  .select-wrap {
  border: 1px solid orange;
}
.m-myproductdatainputfield .layer-close button {
  color: #2c5de5;
}
.m-myproductdatainputfield .layer-close button:hover {
  border-color: #2648a4;
}
.m-myproductdatainputfield .form-actions {
  margin-top: 40px;
}
.m-myproductdatainputfield .form-actions .form-action-primary {
  float: none;
  display: inline-block;
}
.m-myproductdatainputfield .form-actions .form-action-secondary {
  display: inline-block;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button,
.m-myproductdatainputfield .form-actions .a-button-primary,
.m-myproductdatainputfield .form-actions .a-link-primary.a-button.a-button-link,
.m-myproductdatainputfield .form-actions .a-link-primary.a-button.a-link,
.m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-myproductdatainputfield
  .form-actions
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button.a-button-link,
.m-myproductdatainputfield
  .form-actions
  button.a-link-primary.a-button.a-button-link,
.m-oney-widget-section
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-myproductdatainputfield
  .form-actions
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link {
  padding: 11px 16px 10px;
  border-radius: 4px;
  background-color: #2c5de5;
  font-weight: 700;
  font-size: 16px;
  white-space: unset;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:hover,
.m-myproductdatainputfield .form-actions .a-button-primary:hover,
.m-myproductdatainputfield .form-actions .a-link-primary.a-button.a-link:hover,
.m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .form-actions
  button.a-link-primary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:hover {
  background-color: #2648a4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button,
.m-myproductdatainputfield .form-actions .a-button-secondary,
.m-myproductdatainputfield .form-actions .a-link-secondary.a-button.a-link,
.m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button.a-button-link,
.m-myproductdatainputfield
  .form-actions
  button.a-link-secondary.a-button.a-button-link,
.m-oney-widget-section
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-link {
  padding: 11px 16px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #000;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button:hover,
.m-myproductdatainputfield .form-actions .a-button-secondary:hover,
.m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-link:hover,
.m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .form-actions
  button.a-link-secondary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-link:hover {
  border-color: #2648a4;
  background-color: #fff;
  color: #2648a4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button
  .icon.icon-s,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon.icon-s,
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link[data-popover-id]
  .icon.icon-s,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button
  .icon.icon-s,
.m-myproductdatainputfield .form-actions .a-button-secondary .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-link
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id]
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  a.a-link-secondary.a-button.a-button-link
  .icon.icon-s,
.m-myproductdatainputfield
  .form-actions
  button.a-link-secondary.a-button.a-button-link
  .icon.icon-s,
.m-oney-widget-section
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.oney-widget-link
  .icon.icon-s,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link
  .icon.icon-s,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .icon.icon-s,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-link
  .icon.icon-s {
  font-size: 12px;
}
.myaccount-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.m-myproducttile {
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
}
.m-myproducttile .product-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.m-myproducttile .callouts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-myproducttile .callouts .callout-link {
  text-decoration: none;
}
.m-myproducttile .callouts .a-callout {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  width: 104px;
}
.m-myproducttile .callouts .a-callout.callout-color-two {
  background-color: #2c5de5;
}
.m-myproducttile .product-image .a-link .a-image img {
  width: auto;
  max-height: 300px;
}
.m-myproducttile .producttitle .m-producttitle .heading-link:hover {
  color: #2c5de5;
}
.m-myproducttile .producttitle .m-producttitle .heading-link .a-heading {
  font-size: 16px;
  line-height: 20px;
}
.m-myproducttile .producttitle .m-producttitle .heading-link .fragment {
  font-weight: 700;
}
.m-myproducttile .producttitle .m-producttitle .fragment.vervibtID::before {
  content: none;
}
.m-myproducttile .producttitle .m-producttitle > .a-heading {
  line-height: 20px;
}
.m-myproducttile
  .producttitle
  .m-producttitle
  > .a-heading
  .fragment.std-header-6,
.m-myproducttile
  .producttitle
  .m-producttitle
  > .a-heading
  .fragment.vervibtID {
  font-size: 14px;
  color: #656565;
  font-weight: 700;
}
.m-myproducttile .enr .text-enr,
.m-myproducttile .enr .text-fdnr,
.m-myproducttile .enr .text-purchase-date,
.m-myproducttile .enr .text-registration-source,
.m-myproducttile .enr .text-znr,
.m-myproducttile .fdnr .text-enr,
.m-myproducttile .fdnr .text-fdnr,
.m-myproducttile .fdnr .text-purchase-date,
.m-myproducttile .fdnr .text-registration-source,
.m-myproducttile .fdnr .text-znr,
.m-myproducttile .purchase-date .text-enr,
.m-myproducttile .purchase-date .text-fdnr,
.m-myproducttile .purchase-date .text-purchase-date,
.m-myproducttile .purchase-date .text-registration-source,
.m-myproducttile .purchase-date .text-znr,
.m-myproducttile .registration-source .text-enr,
.m-myproducttile .registration-source .text-fdnr,
.m-myproducttile .registration-source .text-purchase-date,
.m-myproducttile .registration-source .text-registration-source,
.m-myproducttile .registration-source .text-znr,
.m-myproducttile .znr .text-enr,
.m-myproducttile .znr .text-fdnr,
.m-myproducttile .znr .text-purchase-date,
.m-myproducttile .znr .text-registration-source,
.m-myproducttile .znr .text-znr {
  font-size: 12px;
  color: #656565;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link.primary50.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-myproducttile .cta-area .a-link.a-button-primary.primary50,
.m-myproducttile .cta-area .a-link.primary50.a-link-primary.a-button,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.primary50.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.primary50.a-link-primary.a-button.a-button-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.primary50.a-link-primary.a-button.a-button-link.a-button-primary,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.primary50.a-link-primary.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-link.primary50.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-link.primary50.a-link-primary.a-button.a-button-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-link.primary50.a-link-primary.a-button {
  width: auto;
  padding: 13px 16px 12px;
  border-radius: 4px;
  background-color: #2c5de5;
  font-weight: 700;
  font-size: 16px;
  white-space: unset;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link.primary50.a-link-primary.a-button.a-button-link:hover:not(
    .a-button-plain
  ),
.m-myproducttile .cta-area .a-link.a-button-primary.primary50:hover,
.m-myproducttile .cta-area .a-link.primary50.a-link-primary.a-button:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.primary50.a-link-primary.a-button.a-button-link:hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.primary50.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.primary50.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-link.primary50.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-link.primary50.a-link-primary.a-button:hover {
  background-color: #2648a4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-link-secondary.a-button,
.m-myproducttile .cta-area .a-button-secondary,
.m-myproducttile .cta-area .a-link-secondary.a-button.a-link,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-myproducttile
  .cta-area
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-myproducttile .cta-area a.a-link-secondary.a-button.a-button-link,
.m-myproducttile .cta-area button.a-link-secondary.a-button.a-button-link,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-link {
  width: auto;
  padding: 11px 16px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #000;
  color: #000;
  margin-right: 20px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-link-secondary.a-button:hover,
.m-myproducttile .cta-area .a-button-secondary:hover,
.m-myproducttile .cta-area .a-link-secondary.a-button.a-link:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-myproducttile
  .cta-area
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-myproducttile .cta-area a.a-link-secondary.a-button.a-button-link:hover,
.m-myproducttile .cta-area button.a-link-secondary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-link:hover {
  border-color: #2648a4;
  background-color: #fff;
  color: #2648a4;
}
.m-myproducttile.add-new,
.m-myproducttile:hover {
  border-color: #2c5de5;
  min-height: 400px;
}
.m-myproducttile.add-new .a-link.full-dimension,
.m-myproducttile:hover .a-link.full-dimension {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-row-gap: 10px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #2c5de5;
}
.m-myproducttile.add-new .a-link.full-dimension:hover,
.m-myproducttile:hover .a-link.full-dimension:hover {
  color: #2c5de5;
}
.m-myproducttile.add-new .a-link.full-dimension .icon-container,
.m-myproducttile.add-new .a-link.full-dimension .text-container,
.m-myproducttile:hover .a-link.full-dimension .icon-container,
.m-myproducttile:hover .a-link.full-dimension .text-container {
  text-align: center;
}
.m-myproducttile.detail.rebrush:hover {
  min-height: auto;
}
.myproduct-productarea-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button,
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-link-primary.a-button.oney-widget-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-button-primary,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-link-primary.a-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-link-primary.a-button.a-button-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button,
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > .a-link.a-link-primary.a-button:not(.a-button),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-link-primary.a-button {
  width: 100%;
  padding: 13px 16px 12px;
  border-radius: 4px;
  background-color: #2c5de5;
  font-weight: 700;
  font-size: 16px;
  white-space: unset;
  margin-bottom: 10px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button:hover,
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-link-primary.a-button.oney-widget-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-button-primary:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-link-primary.a-button.a-button-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-link-primary.a-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button:hover:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover,
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > .a-link.a-link-primary.a-button:hover:not(.a-button),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link.a-link-primary.a-button:hover {
  background-color: #2648a4;
}
@media (min-width: 750px) {
  .m-myproducttile .product-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-link-primary.a-button,
  .m-oney-widget-section
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-link-primary.a-button.oney-widget-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-button-primary,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-link-primary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-link-primary.a-button.a-button-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-link.a-link-primary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link.a-link-primary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link.a-link-primary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-oney-widget-section
    .a-link.a-link-primary.a-button.oney-widget-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .o-alternativeproduct
    .tile-description
    > .a-link.a-link-primary.a-button:not(.a-button),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link.a-link-primary.a-button,
  .o-alternativeproduct
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .tile-description
    > .a-link.a-link-primary.a-button:not(.a-button),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-link-primary.a-button {
    width: auto;
    margin-right: 20px;
  }
}
@media (min-width: 900px) {
  .m-myproducttile .product-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
  .myproduct-productarea-container {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 80px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-link-primary.a-button,
  .m-oney-widget-section
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-link-primary.a-button.oney-widget-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-button-primary,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-link-primary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-link-primary.a-button.a-button-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-link.a-link-primary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link.a-link-primary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link.a-link-primary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-oney-widget-section
    .a-link.a-link-primary.a-button.oney-widget-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .o-alternativeproduct
    .tile-description
    > .a-link.a-link-primary.a-button:not(.a-button),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link.a-link-primary.a-button,
  .o-alternativeproduct
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .tile-description
    > .a-link.a-link-primary.a-button:not(.a-button),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link.a-link-primary.a-button {
    width: 100%;
  }
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button,
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-button-secondary,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  button.a-link-secondary.a-button.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-link {
  width: 100%;
  padding: 11px 16px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #000;
  color: #000;
  margin-bottom: 10px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button:hover,
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-button-secondary:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  button.a-link-secondary.a-button.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .a-link-secondary.a-button.a-link:hover {
  border-color: #2648a4;
  background-color: #fff;
  color: #2648a4;
}
@media (min-width: 750px) {
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link-secondary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link-secondary.a-button,
  .m-oney-widget-section
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.oney-widget-link,
  .m-popover
    .popover-content
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-button-secondary,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-secondary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-secondary.a-button.a-button-link[data-popover-id],
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-secondary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-oney-widget-section
    .a-link-secondary.a-button.oney-widget-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-popover
    .popover-content
    .a-link-secondary.a-button.a-button-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-secondary.a-button.a-button-link.a-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-secondary.a-button.a-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link-secondary.a-button.a-button-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    button.a-link-secondary.a-button.a-button-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-link {
    width: auto;
    margin-right: 20px;
  }
}
.m-navanchor {
  position: relative;
  width: 100%;
}
.m-navanchor .navanchor-navigation {
  width: 100%;
  min-height: 88px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  background: #f5f5f7;
}
.m-navanchor .navanchor-navigation:after {
  content: " ";
  display: block;
  clear: both;
}
.m-navanchor .navanchor-navigation.is-fixed {
  position: fixed;
  top: 0;
  z-index: 230;
}
.m-navanchor .navanchor-navigation.is-fixed .navanchor-list {
  position: relative;
  padding-top: 30px;
  margin-top: -30px;
}
.m-navanchor
  .navanchor-navigation.is-fixed
  .navanchor-list.navanchor-has-ctc-active {
  padding-top: 0;
  margin-top: 0;
  float: left;
}
.m-navanchor
  .navanchor-navigation.is-fixed
  .navanchor-list.navanchor-has-ctc-active
  .more-container {
  max-width: 95%;
}
.m-navanchor .navanchor-navigation.is-fixed .to-top {
  display: block;
}
.m-navanchor .navanchor-navigation.animate-out {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.m-navanchor .navanchor-list {
  margin: 0;
}
.m-navanchor .navanchor-list:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-navanchor .navanchor-list > li {
  float: left;
  margin: 0;
}
.m-navanchor .navanchor-list > li:first-child .a-link {
  padding-left: 0;
}
.m-navanchor .navanchor-list > li.to-top {
  float: right;
}
.m-navanchor .navanchor-list > li.to-top.has-ctc {
  position: fixed;
  right: 10px;
  background: #f5f5f7;
}
.m-navanchor .navanchor-list > li.to-top.has-ctc.header-active {
  margin-top: -125px;
}
.m-navanchor .navanchor-list > li.more > a span.text {
  display: none;
}
.m-navanchor .to-top {
  display: none;
}
.m-navanchor .to-top .a-link {
  line-height: 16px;
  vertical-align: middle;
}
.m-navanchor .a-link {
  font-size: 16px;
  font-weight: 700;
  padding: 19px 10px;
}
.m-navanchor .a-link:before {
  display: none;
}
.m-navanchor .a-link.is-active {
  color: #000;
}
.m-navanchor .more-active {
  max-width: 80%;
}
.m-navanchor .more-active .text {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-navanchor .more-trigger {
  border: 1px solid transparent;
  border-bottom: none;
  position: absolute;
  z-index: 231;
}
@media (min-width: 900px) {
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link-secondary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link-secondary.a-button,
  .m-oney-widget-section
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.oney-widget-link,
  .m-popover
    .popover-content
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-button-secondary,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-secondary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-secondary.a-button.a-button-link[data-popover-id],
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-secondary.a-button,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-oney-widget-section
    .a-link-secondary.a-button.oney-widget-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-popover
    .popover-content
    .a-link-secondary.a-button.a-button-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-secondary.a-button.a-button-link.a-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-secondary.a-button.a-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link-secondary.a-button.a-button-link,
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    button.a-link-secondary.a-button.a-button-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .a-link-secondary.a-button.a-link {
    width: 100%;
  }
  .m-navanchor .navanchor-list > li.to-top.has-ctc {
    position: relative;
    float: left;
    margin-top: 0;
    top: auto;
  }
  .m-navanchor .navanchor-list > li.to-top.has-ctc.header-active {
    margin-top: 0;
  }
  .m-navanchor .navanchor-list > li.more {
    position: relative;
  }
  .m-navanchor .navanchor-list > li.more > a span.text {
    display: inline-block;
  }
  .m-navanchor .more-trigger {
    position: relative;
  }
}
.m-navanchor .more-trigger .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-navanchor .more-trigger.is-open {
  background: #f5f5f7;
  border-color: transparent;
}
.m-navanchor .more-trigger.is-open .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-navanchor .more-trigger.is-open + .more-container {
  display: block;
}
.m-navanchor .more-container {
  background: #f5f5f7;
  border: 1px solid transparent;
  display: none;
  left: 0;
  max-width: 90%;
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  width: auto;
  z-index: 230;
}
.m-navanchor .more-container li .text {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-navanchor .more-container-list {
  margin: 0;
  padding: 0;
}
.m-navanchor .more-container-list li {
  padding: 0;
}
.m-navanchor .more-container-list .a-link {
  padding: 19px 10px;
}
.m-navanchor .navanchor-ctc-wrapper {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 750px) {
  .m-navanchor .navanchor-ctc-wrapper {
    width: 225px;
    float: right;
  }
  .m-navfooter:not(.rebrush) .hidden-list li:not(.group-header) {
    display: block;
  }
  .m-navfooter:not(.rebrush) nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-navfooter:not(.rebrush) .section-wrap {
    margin-bottom: 30px;
  }
  .m-navfooter:not(.rebrush) .section-wrap .section {
    margin: 0 -1.3888888889%;
  }
  .m-navfooter:not(.rebrush) ul {
    margin: 0 0 30px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .m-navfooter:not(.rebrush) li .a-link {
    padding-left: 0;
  }
  .m-navfooter:not(.rebrush) li .a-link:before {
    content: "";
  }
  .m-navfooter:not(.rebrush) li .icon {
    display: none;
  }
  .m-navfooter:not(.rebrush) li:not(.group-header) {
    padding-left: 0;
  }
}
.m-navanchor .navanchor-ctc-wrapper .m-productconversionarea {
  width: 100%;
}
.m-navanchor .navanchor-ctc-wrapper .m-productconversionarea form .a-button {
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
  padding: 11px;
}
.m-navfooter {
  display: block;
}
.m-navfooter .section-wrap {
  border-bottom: 0 solid #879baa;
}
.m-navfooter .hidden-list li:not(.group-header) {
  display: none;
}
.m-navfooter li .a-link {
  padding-left: 0;
}
.m-navfooter li .a-link:before {
  content: "";
}
.m-navfooter .close-section {
  width: 25%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  .m-navanchor .more-container {
    min-width: 200px;
    right: 0;
    left: auto;
  }
  .m-navfooter:not(.rebrush) ul {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .m-navfooter:not(.rebrush) li.group-header .a-link {
    pointer-events: auto;
  }
  .m-navfooter.rebrush .hidden-list li:not(.group-header) {
    display: block;
  }
  .m-navfooter.rebrush nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-navfooter.rebrush .section-wrap {
    margin-bottom: 30px;
  }
  .m-navfooter.rebrush ul {
    margin: 0 0 30px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .m-navfooter.rebrush li .a-link {
    padding-left: 0;
  }
  .m-navfooter.rebrush li .a-link:before {
    content: "";
  }
  .m-navfooter.rebrush li .icon {
    display: none;
  }
  .m-navfooter.rebrush li:not(.group-header) {
    padding-left: 0;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .navigation-col:not(:last-child) {
    border-right: 1px solid #000;
  }
}
@media (max-width: 899px) {
  .m-navfooter.rebrush nav .list-unstyled {
    padding: 16px 0;
    border-top: 1px solid #d4d9de;
  }
  .m-navfooter.rebrush nav .list-unstyled:first-child {
    border-top: none;
  }
  .m-navfooter.rebrush nav .list-unstyled .a-link.has-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .m-navfooter.rebrush nav .list-unstyled .a-link.has-icon .icon {
    margin-left: auto;
  }
}
.g-container .m-navfooter .g-layout-fourth .g-col {
  margin-left: 0;
  margin-right: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .g-container .m-navfooter .g-layout-fourth .g-col {
    margin-right: -3%;
  }
  [dir="rtl"] .g-container .m-navfooter .g-layout-fourth .g-col {
    margin-left: -3%;
    margin-right: 0;
  }
}
.m-navigation-flyout {
  background-color: #f1f1f1;
  height: 100%;
  position: relative;
}
.m-navigation-flyout .navigation-lists-wrap {
  height: 100%;
}
.m-navigation-flyout .navigation-lists-container {
  overflow-x: hidden;
}
.m-navigation-flyout .navigation-lists-container .navigation-lists-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .navigation-col {
  -webkit-box-flex: 33.3333333%;
  -webkit-flex: 33.3333333%;
  -ms-flex: 33.3333333%;
  flex: 33.3333333%;
  max-width: 33.333333%;
  width: 33.333333%;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .first-level {
  z-index: 3;
  position: relative;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .second-level {
  z-index: 2;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .third-level {
  z-index: 1;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .sublevel {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
@media (min-width: 900px) {
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .third-level
    .m-navigation-link-list
    .navigation-link.has-child-level:after {
    content: none;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel:not(.active).second-level {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel:not(.active).third-level {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .m-navigation-link-list
    .back-button {
    display: none;
  }
}
@media (max-width: 899px) {
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .navigation-col {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .first-level {
    z-index: 1;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .second-level {
    z-index: 2;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .third-level {
    z-index: 3;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .fourth-level {
    z-index: 4;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .fifth-level {
    z-index: 5;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sixth-level {
    z-index: 6;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .seventh-level {
    z-index: 7;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .eighth-level {
    z-index: 8;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel.active.second-level {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel.active.third-level {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel.active.fourth-level {
    -webkit-transform: translateX(-300%);
    -ms-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel.active.fifth-level {
    -webkit-transform: translateX(-400%);
    -ms-transform: translateX(-400%);
    transform: translateX(-400%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel.active.sixth-level {
    -webkit-transform: translateX(-500%);
    -ms-transform: translateX(-500%);
    transform: translateX(-500%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel.active.seventh-level {
    -webkit-transform: translateX(-600%);
    -ms-transform: translateX(-600%);
    transform: translateX(-600%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .sublevel.active.eighth-level {
    -webkit-transform: translateX(-700%);
    -ms-transform: translateX(-700%);
    transform: translateX(-700%);
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .m-navigation-link-list.match-parent-overflow-hidden {
    height: 100%;
    overflow: hidden;
  }
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .sublevel
  .m-navigation-link-list:not(.active) {
  display: none;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background: #f1f1f1;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .back-button {
  margin: 0 17px 0 0;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .back-button:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .list-heading {
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .controls-container {
  border-bottom: 1px solid #000;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .controls-container
  .mybrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .controls-container
  .mybrand
  .icon {
  margin-right: 12px;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .controls-container,
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .list-heading-row,
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .navigation-link,
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .product-adviser-title,
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .special-feature-link {
  padding: 17px 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .list-heading-row
  .navigation-link {
  padding: 0;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .navigation-link {
  text-decoration: none;
  color: #000;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .navigation-link.has-child-level:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: auto;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .special-feature-slot {
  margin: 0;
}
@media (min-width: 900px) {
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .m-navigation-link-list
    .navigation-link
    .text {
    border-bottom: 2px solid transparent;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .m-navigation-link-list
    .navigation-link.active
    .text {
    border-bottom: 2px solid;
  }
  .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .special-feature-slot {
    margin: 0;
    border-top: 1px solid #000;
  }
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .special-feature-slot
  .special-feature-link.a-link {
  color: #000;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .special-feature-slot
  .special-feature-link.a-link
  .icon {
  margin: 0 12px 0 0;
}
.m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .product-adviser-slot {
  margin: 24px 0 0;
}
.m-navigation-flyout .promotion-teaser-container {
  display: none;
}
.m-navigation-flyout
  .promotion-teaser-container
  .m-searchresultpromotionteaser {
  margin: 25px 0 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.m-navigation-flyout
  .promotion-teaser-container
  .m-searchresultpromotionteaser.animate-zoom {
  -webkit-animation: 0.35s forwards animate-zoom;
  animation: 0.35s forwards animate-zoom;
}
@media (min-width: 900px) {
  .m-navigation-flyout .promotion-teaser-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.333333%;
  }
  .m-navigation-flyout
    .promotion-teaser-container
    .m-searchresultpromotionteaser {
    margin: 25px;
  }
  .m-navigation-flyout .m-navigation-link-list .promotion-teaser-container {
    position: relative;
    width: auto;
  }
  .m-navigation-flyout
    .m-navigation-link-list
    .promotion-teaser-container
    .m-searchresultpromotionteaser.animate-zoom {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }
}
@-webkit-keyframes animate-zoom {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes animate-zoom {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
[dir="rtl"]
  .m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .m-navigation-link-list
  .navigation-link.has-child-level:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-navmain {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-navmain:after {
  content: " ";
  display: block;
  clear: both;
}
.m-navmain ul {
  padding: 0;
}
.m-navmain .button-menu {
  width: 25%;
  display: block;
  float: none;
}
.m-navmain .button-menu.is-active-mobile .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.no-touchevents .m-navmain .button-menu .a-button:hover {
  background: 0 0;
  color: #000;
}
.m-navmain .navigation-state-active > a,
.m-navmain .navigation-state-active > a:not(.a-button):visited {
  color: #000;
}
@media (max-width: 899px) {
  .m-navmain {
    margin-bottom: 10px;
  }
  .m-navmain .navigation {
    background: #fff;
    display: none;
    margin: 10px -10px 0;
    overflow: hidden;
    padding: 0 10px;
  }
  .m-navmain .navigation.is-active-mobile {
    display: block;
  }
  .m-navmain .nav-header {
    display: none;
    padding: 0;
  }
  .m-navmain .nav-header.is-active {
    display: block;
  }
  .m-navmain .nav-header .overview {
    border-bottom: 1px solid #d8d8d8;
  }
  .m-navmain .nav-header .overview a {
    font-weight: 700;
  }
  .m-navmain .nav-header .previous {
    border-bottom: 1px solid #d8d8d8;
  }
  .m-navmain nav {
    position: relative;
  }
  .m-navmain nav a {
    font-weight: 700;
  }
  .m-navmain ul {
    margin: 0;
    -webkit-transition: 0.4s, -webkit-transform 0.4s;
    transition: 0.4s, transform 0.4s, -webkit-transform 0.4s;
    width: 100%;
  }
  .m-navmain li {
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 0;
  }
  .m-navmain li.overview {
    display: none;
  }
  .m-navmain a {
    display: block;
    padding: 10px 0;
  }
  .m-navmain a:before {
    opacity: 0;
  }
  .m-navmain a.has-child-level:before {
    display: block;
    left: auto;
    opacity: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .m-navmain .first-level ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    z-index: 0;
  }
  .m-navmain .first-level ul.is-active-mobile {
    opacity: 1;
    z-index: 50;
  }
  .m-navmain .first-level.is-active-parent-mobile {
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .m-navmain .first-level.is-active-parent-mobile ul {
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 0.4s, -webkit-transform 0.4s;
    transition: 0.4s, transform 0.4s, -webkit-transform 0.4s;
  }
  .m-navmain .first-level.is-active-parent-mobile .is-active-mobile {
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .m-navmain .first-level.is-active-parent-mobile .is-active-parent-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .m-navmain .is-skipped-level {
    -webkit-transition: none;
    transition: none;
  }
  .m-navmain .is-skipped-level > li > a,
  .m-navmain .second-level .close,
  .m-navmain .second-level img {
    display: none;
  }
}
@media (min-width: 750px) {
  .m-navmain .button-menu {
    display: block;
  }
  .m-navmain .navigation .first-level.is-active-parent-mobile li > .a-link,
  .m-navmain .navigation .overview a {
    padding-left: 0;
  }
}
@media (max-width: 749px) {
  .m-navmain .button-menu .a-button .text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: 0 5px;
    overflow: hidden;
    padding: 0;
    width: 1px;
    position: relative;
  }
  .m-navmain .navigation .first-level.is-active-parent-mobile li > .a-link,
  .m-navmain .navigation .overview a {
    padding-left: 0;
  }
}
@media (min-width: 900px) {
  .m-navmain .button-menu {
    display: none;
  }
  .m-navmain .navigation {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
  }
  .m-navmain .navigation nav {
    display: block;
  }
  .m-navmain .navigation .first-level.is-active-parent-mobile li > .a-link,
  .m-navmain .navigation .overview a {
    padding-left: 0;
  }
  .m-navmain .first-level {
    display: block;
    position: relative;
  }
  .m-navmain .first-level > li {
    display: inline-block;
  }
  .m-navmain .first-level > li > a {
    font-size: 40px;
    font-weight: 700;
    padding: 15px 15px 15px 0;
  }
  .m-navmain .first-level a:after,
  .m-navmain .first-level a:before {
    content: "";
    opacity: 0;
  }
  .m-navmain .is-active > a {
    color: #000;
  }
  .m-navmain .is-active > a:after,
  .m-navmain .is-active > a:before {
    border: solid transparent;
    bottom: -1px;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 201;
  }
  .m-navmain .is-active > a:after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  .m-navmain .is-active > a:before {
    border-bottom-color: #999;
    border-width: 11px;
    margin-left: -11px;
  }
  .m-navmain .is-active .second-level {
    display: block;
  }
  .m-navmain .is-active .second-level.fade-in {
    opacity: 1;
  }
  .m-navmain .second-level {
    background-color: #fff;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    display: none;
    left: 0;
    margin-top: 0;
    opacity: 0;
    padding: 30px 0;
    position: absolute;
    top: auto;
    -webkit-transition: opacity 0.3s 0.4s;
    transition: opacity 0.3s 0.4s;
    width: 100%;
    z-index: 200;
  }
  .m-navmain .second-level > li {
    margin-bottom: 30px;
  }
  .m-navmain .second-level > li:not(.overview) {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-navmain .second-level .overview {
    display: block;
    min-height: 0;
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    clear: both;
  }
  .m-navmain .second-level .overview .a-link {
    font-weight: 700;
  }
  .m-navmain .second-level a {
    padding-left: 0;
  }
  .m-navmain .second-level .a-image {
    margin-bottom: 10px;
  }
  .m-navmain .second-level .close {
    bottom: 0;
    left: 50%;
    margin-bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .m-navmain .second-level-link {
    font-weight: 700;
    margin-bottom: 5px;
  }
}
[dir="rtl"] .m-navmain .second-level .second-level-link {
  position: relative;
}
[dir="rtl"] .m-navmain .second-level .second-level-link:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  position: absolute;
  right: 0;
}
.m-navmeta {
  display: none;
  width: 100%;
}
.m-navmeta .a-link {
  display: block;
  margin: 0;
  text-align: left;
}
.m-navmeta .a-link:after,
.m-navmeta .a-link:before {
  display: none;
}
.m-navmeta .navmeta-links {
  float: none;
}
.m-navmeta .language-selector {
  padding: 0 0 20px;
}
.m-navmeta .language-selector .m-forminput-dropdown {
  margin-bottom: 0;
  padding: 10px 0;
}
.m-navmeta .language-selector .m-forminput-dropdown .select2-selection {
  background: #fff;
}
.m-navmeta .close-mobile {
  bottom: 0;
  display: none;
  left: 50%;
  margin-bottom: -10px;
  position: relative;
  width: 25%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-navmeta.is-active-mobile,
.m-navmeta.is-active-mobile .close-mobile {
  display: block;
}
@media (min-width: 900px) {
  .m-navmeta {
    display: block;
  }
  .m-navmeta:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .m-navmeta .navmeta-links {
    float: left;
    max-width: 75%;
  }
  .m-navmeta .navmeta-links .a-link {
    display: inline-block;
    padding: 15px 15px 0 0;
  }
  .m-navmeta .language-selector {
    float: right;
    padding-bottom: 0;
    width: auto;
  }
  .m-navmeta .language-selector .a-link {
    float: left;
    padding-bottom: 20px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .m-navmeta .language-selector .m-forminput-dropdown {
    float: right;
    padding-bottom: 9px;
    padding-top: 6px;
    width: 150px;
  }
}
.m-navmyaccount {
  border-radius: 4px;
}
.m-navmyaccount .popover-header .a-button.popover-close {
  position: absolute;
  color: #000;
  top: 15px;
  right: 16px;
}
.m-navmyaccount .popover-header .a-button.popover-close .icon-close {
  font-size: 14px;
}
.m-navmyaccount .popover-content .mybrand {
  border-bottom: 1px solid #000;
  padding: 0 0 12px;
}
.m-navmyaccount .popover-content .mybrand p {
  margin: 0;
}
.m-navmyaccount .popover-content .mybrand .a-link {
  font-weight: 700;
}
.m-navmyaccount .popover-content .list-unstyled li {
  padding: 8px 0;
  border-bottom: 1px solid #a1a1a1;
}
.m-navmyaccount .popover-content .list-unstyled li .a-link {
  color: #2c5de5;
  padding: 0;
}
.m-navmyaccount .popover-content .list-unstyled li .a-link:hover {
  font-weight: 700;
}
.m-navmyaccount .popover-content .list-unstyled li .a-link:before {
  display: none;
}
@media (max-width: 899px) {
  .m-navmyaccount.m-popover {
    border: none;
    width: 100%;
    background: #f1f1f1;
  }
  .m-navmyaccount.m-popover.is-active .popover-arrow {
    display: none;
  }
  .m-navmyaccount .popover-content .buttons,
  .m-navmyaccount .popover-content .list-unstyled li,
  .m-navmyaccount .popover-content .mybrand {
    padding-left: 12px;
  }
}
.m-navmyaccount .popover-content .buttons form {
  display: inline-block;
  margin: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount
  .popover-content
  .buttons
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount
  .popover-content
  .buttons
  a.a-link-primary.a-button,
.m-navmyaccount .popover-content .buttons .a-button-primary,
.m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link,
.m-navmyaccount .popover-content .buttons .a-link-primary.a-button.a-link,
.m-navmyaccount
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-navmyaccount
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-navmyaccount
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-navmyaccount
  .popover-content
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-navmyaccount
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-navmyaccount
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-oney-widget-section
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-link {
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #2c5de5;
  font-weight: 700;
  font-size: 14px;
  white-space: unset;
  width: auto;
  margin: 0 10px 10px 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount
  .popover-content
  .buttons
  a.a-link-primary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount
  .popover-content
  .buttons
  a.a-link-primary.a-button:hover,
.m-navmyaccount
  .m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link:hover,
.m-navmyaccount .popover-content .buttons .a-button-primary:hover,
.m-navmyaccount .popover-content .buttons .a-link-primary.a-button.a-link:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount
  .popover-content
  .buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-navmyaccount
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-navmyaccount
  .popover-content
  .buttons
  a.a-link-primary.a-button.a-button-link:hover,
.m-navmyaccount
  .popover-content
  .buttons
  button.a-link-primary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-primary.a-button.a-link:hover {
  background-color: #2648a4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount
  .popover-content
  .buttons
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount
  .popover-content
  .buttons
  a.a-link-secondary.a-button,
.m-navmyaccount
  .m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link,
.m-navmyaccount .popover-content .buttons .a-button-secondary,
.m-navmyaccount .popover-content .buttons .a-link-secondary.a-button.a-link,
.m-navmyaccount
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-navmyaccount
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount
  .popover-content
  .buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-navmyaccount
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-navmyaccount
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-navmyaccount
  .popover-content
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-navmyaccount
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-navmyaccount
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-navmyaccount
  .popover-content
  .buttons
  a.a-link-secondary.a-button.a-button-link,
.m-navmyaccount
  .popover-content
  .buttons
  button.a-link-secondary.a-button.a-button-link,
.m-oney-widget-section
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-link {
  padding: 11px 16px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px;
  border: 2px solid #2c5de5;
  color: #2c5de5;
  width: auto;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount
  .popover-content
  .buttons
  a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount
  .popover-content
  .buttons
  a.a-link-secondary.a-button:hover,
.m-navmyaccount
  .m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link:hover,
.m-navmyaccount .popover-content .buttons .a-button-secondary:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-link:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount
  .popover-content
  .buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-navmyaccount
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-navmyaccount
  .popover-content
  .buttons
  a.a-link-secondary.a-button.a-button-link:hover,
.m-navmyaccount
  .popover-content
  .buttons
  button.a-link-secondary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-link:hover {
  border-color: #000;
  color: #000;
  background: #fff;
}
.m-next-best-steps {
  margin: 50px 0;
}
.m-next-best-steps .module-heading {
  text-align: center;
}
.m-next-best-steps .step-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
.m-next-best-steps .step-container .m-step-element {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
@media (min-width: 900px) {
  .m-next-best-steps.single-step-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-next-best-steps.single-step-layout .module-heading {
    text-align: left;
    -webkit-flex-basis: 66.66%;
    -ms-flex-preferred-size: 66.66%;
    flex-basis: 66.66%;
  }
  .m-next-best-steps.single-step-layout .step-container {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .m-next-best-steps.single-step-layout .step-container .m-step-element {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 899px) {
  .m-next-best-steps .step-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.m-oneaccountdecidedefaultdata .info {
  margin: 10px 0;
  text-align: center;
}
.m-oneaccountidentification h3 {
  margin-top: 20px;
}
.m-oneaccountidentification .account .account-brand {
  margin-right: 10px;
}
.m-oneaccountidentification .form-row {
  margin-top: 20px;
}
.m-oneaccountstart .link {
  padding: 10px 0;
}
.m-oneaccountstart h3 {
  margin-top: 20px;
}
.m-oneaccountstart .account .account-brand {
  margin-right: 10px;
}
.m-oney-widget-section {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: auto;
  padding: 12px !important;
}
.m-oney-widget-section a.oney-widget-link {
  color: #84bd06;
}
body .oney-modal.svelte-1temslo.svelte-1temslo {
  z-index: 2;
}
body
  .oney-modal.svelte-1temslo.svelte-1temslo
  .oney-modal-dialog.svelte-1temslo {
  top: 40%;
  border-radius: 10px;
  overflow: hidden;
}
body
  .oney-modal.svelte-1temslo.svelte-1temslo
  .oney-modal-dialog.svelte-1temslo
  .simulationPopin.svelte-1temslo.svelte-1temslo {
  max-height: 500px;
}
.m-ordercancelitem {
  margin: 0 0 30px;
  text-align: right;
  width: 100%;
}
.m-ordercancelitem:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-ordercancelitem .cancel-reason-title,
.m-ordercancelitem .cancel-status-message {
  font-weight: 700;
}
.m-ordercancelitem .cancel-reason-text {
  margin: 0;
}
@media (min-width: 750px) {
  .m-ordercancelitem {
    text-align: left;
    width: 50%;
  }
  .m-ordercancelitem .a-horizontalrule {
    display: none;
  }
}
.m-ordercookbook .ordercookbook-textmedia-wrapper:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-ordercookbook .ordercookbook-media {
  margin-bottom: 40px;
  width: 100%;
}
.m-ordercookbook .ordercookbook-content {
  width: 100%;
}
.m-ordercookbook .ordercookbook-content,
.m-ordercookbook .ordercookbook-media {
  display: block;
  float: left;
  vertical-align: top;
}
.m-ordercookbook .success-message {
  margin-top: 40px;
}
@media (min-width: 750px) {
  .m-ordercookbook .ordercookbook-media {
    float: right;
    padding-left: 1.3888888889%;
    width: 50%;
  }
  .m-ordercookbook .ordercookbook-content {
    padding-right: 1.3888888889%;
    width: 50%;
  }
  .m-ordercookbook .ordercookbook-header {
    display: inline-block;
  }
}
.g-container > .m-orderitem {
  margin-top: 30px;
}
.m-orderitem .item-wrapper:after,
.m-orderitem:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-orderitem .item-wrapper.order-info.expanded {
  background: #fff;
}
.m-orderitem .order-details .o-orderpurchasedetail .m-orderpurchaseitem {
  border: 0;
}
.m-orderitem
  .order-details
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item {
  width: 100%;
}
.m-orderitem
  .order-details
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .m-itemserviceitem.service-item {
  padding-left: 1.3888888889%;
}
.m-orderitem .a-horizontalrule {
  margin-bottom: 0;
  margin-top: 30px;
}
.m-orderitem .item-detail {
  margin-bottom: 10px;
}
.m-orderitem dl {
  margin: 0;
}
.m-orderitem dl:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-orderitem dt {
  width: 50%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  color: #999;
  margin: 0;
}
.m-orderitem dd {
  width: 50%;
  float: right;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  margin: 0;
}
.m-orderitem .expand-collapse {
  width: 2%;
  cursor: pointer;
}
.m-orderitem .expand-collapse span .icon,
.m-orderitem .expand-collapse span.is-expanded .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-orderitem .buttons,
.m-orderitem .order-number {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-orderitem .cancel,
.m-orderitem .care-contract {
  margin: 10px 0 0;
}
.m-orderitem .delivery-status dd {
  padding-left: 30px;
  position: relative;
}
.m-orderitem .delivery-status .icon {
  color: #999;
  left: 2.7777777778%;
  position: absolute;
}
.m-orderitem .delivery-status.repair,
.m-orderitem .price {
  margin-bottom: 20px;
}
.m-orderitem .price p:not(:first-of-type) {
  margin-bottom: 0;
}
.m-orderitem .price .h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0 0 5px;
}
.m-orderitem .buttons .a-button:before {
  content: "";
}
.m-orderitem .buttons .a-button + .a-button,
.m-orderitem .buttons .a-button + .m-multioptionbutton {
  margin-top: 10px;
}
.m-orderitem .m-multioptionbutton .a-button {
  width: 100%;
}
@media (min-width: 750px) {
  .m-orderitem .item-detail,
  .m-orderitem .item-detail-big {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-orderitem .item-detail-big:first-child,
  .m-orderitem .item-detail:first-child {
    width: 5%;
    padding-left: 0;
  }
  .m-orderitem .expand-collapse {
    width: 2%;
  }
  .m-orderitem .order-date,
  .m-orderitem .order-type {
    width: 20%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-orderitem .price {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .m-productitem.item
    .media {
    width: 3;
  }
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-wrap {
    width: 30.6748466258%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-orderitem .delivery-status dd {
    padding-left: 20px;
    position: relative;
  }
  .m-orderitem .delivery-status .icon {
    left: 0;
  }
  .m-orderitem dd,
  .m-orderitem dt {
    float: none;
    padding: 0;
    width: 100%;
  }
  .m-orderitem dt {
    margin-bottom: 10px;
  }
  .m-orderitem .buttons {
    float: right;
    width: 33.3333333333%;
  }
}
@media (min-width: 900px) {
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-wrap {
    width: 40%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-orderitem .item-detail {
    width: 14.2857142857%;
  }
  .m-orderitem .expand-collapse {
    width: 2%;
  }
  .m-orderitem .price {
    margin-bottom: 0;
  }
  .m-orderitem .buttons {
    width: 25%;
  }
}
.m-ordernotesarea {
  height: 300px;
  overflow-y: scroll;
}
.m-ordernotesarea .mynotes-row {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: right;
}
.m-ordernotesarea .mynotes-row .note-container {
  display: inline-block;
  width: 66%;
}
.m-ordernotesarea .mynotes-row .note-container .note {
  text-align: left;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #000;
}
.m-ordernotesarea .mynotes-row .note-container .authortimestamp {
  text-align: left;
  color: #999;
}
.m-ordernotesarea .othersnotes-row {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}
.m-ordernotesarea .othersnotes-row .note-container {
  display: inline-block;
  width: 66%;
}
.m-ordernotesarea .othersnotes-row .note-container .note {
  padding: 10px;
  background-color: #d4d9de;
  border: 1px solid #000;
}
.m-ordernotesarea .othersnotes-row .note-container .authortimestamp {
  color: #999;
}
.m-orderpurchaseitem {
  margin: 0 0 20px;
}
.m-orderpurchaseitem .action {
  width: 100%;
  float: left;
  padding: 0;
}
.m-orderpurchaseitem .information {
  min-height: 10px;
  width: 100%;
  float: left;
  padding: 0;
}
.m-orderpurchaseitem .information .delivery,
.m-orderpurchaseitem .information .links {
  width: 100%;
  float: left;
  padding: 0;
}
.m-orderpurchaseitem.calloutonimage {
  position: relative;
}
.m-orderpurchaseitem.calloutonimage .callouts {
  position: absolute;
  z-index: 2;
}
.m-orderpurchaseitem.last {
  margin: 0;
}
.m-orderpurchaseitem.last .m-productitem.item {
  border: none !important;
}
.m-orderpurchaseitem.last .m-productitem.item:hover {
  border: 1px solid transparent;
}
@media (max-width: 749px) {
  .m-orderpurchaseitem .m-productitem .a-image img,
  .m-orderpurchaseitem .m-productitem .content-right,
  .m-orderpurchaseitem .m-productitem .content-right .action {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
@media (min-width: 750px) {
  .m-orderpurchaseitem .m-productitem .content-right {
    width: 33.3333333333%;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    float: right;
  }
  .m-orderpurchaseitem .m-productitem .content-right .action {
    width: 100%;
    float: right;
  }
  .m-orderpurchaseitem .m-productitem .content-right .action .a-button,
  .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .a-button-multioption {
    width: 100%;
  }
  .m-orderpurchaseitem .action {
    width: 50%;
    float: left;
    padding: 0;
    text-align: right;
  }
  .m-orderpurchaseitem .action .a-button {
    width: 66.6666666667%;
    float: right;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-orderpurchaseitem .action .a-button-multioption {
    width: 66.6666666667%;
    float: right;
    padding: 0;
  }
  .m-orderpurchaseitem .action .a-button-multioption .a-button {
    width: 100%;
  }
  .m-orderpurchaseitem .action p {
    width: 100%;
    float: left;
    padding: 0;
  }
  .m-orderpurchaseitem .information {
    width: 50%;
    float: left;
    padding: 0;
  }
  .m-orderpurchaseitem .information .delivery,
  .m-orderpurchaseitem .information .links {
    width: 100%;
    float: left;
    padding: 0;
  }
  .m-pagestage .pagestage-headline {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 900px) {
  .m-orderpurchaseitem .m-productitem .content-right {
    width: 25%;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    float: right;
  }
  .m-orderpurchaseitem .m-itemserviceitem {
    padding-left: 1.3888888889%;
  }
}
.m-overviewtile .content {
  border-left: 10px solid #d4d9de;
  padding: 0 0 5px 5px;
  height: auto;
  word-break: break-word;
}
.m-overviewtile .content .icon {
  font-size: 1em;
  cursor: pointer;
  display: inline-block;
}
.m-overviewtile .content .footnote-sup {
  cursor: pointer;
}
.m-overviewtile .content .m-layer {
  margin-top: 8%;
}
.m-overviewtile-placeholder {
  margin-top: 5px;
  margin-left: 25px;
  margin-right: 100px;
  width: 200px;
}
.m-overviewtile-placeholder .content {
  border-left: 10px solid #d4d9de;
  padding: 0 0 5px 5px;
  height: auto;
}
.m-overviewtile-placeholder .content .highlightcontainer {
  height: 20px;
  width: 50%;
  margin-bottom: 5px;
  margin-right: 20px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-overviewtile-placeholder .content .technicalTextcontainer {
  height: 20px;
  width: 75%;
  margin-right: 20px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.bottom-tile {
  margin-bottom: 50px;
}
.m-pagestage {
  width: 100vw;
  max-width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
}
.m-pagestage.force-pagestage-alt-position.pagestage-alt-position-toggle {
  --toggle-state: true;
}
.m-pagestage .pagestage-headline {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  margin: 0 0 15px;
}
.m-pagestage .pagestage-content-wrapper .pagestage-content-container {
  position: relative;
}
.m-pagestage .a-image {
  margin-bottom: 20px;
}
.m-pagestage .a-image img {
  width: 100%;
}
.m-pagestage .m-video {
  margin-bottom: 20px;
}
.m-pagestage .m-video .play-layer .icon-play {
  display: none;
}
.m-pagestage .pagestage-video-control {
  position: absolute;
  left: 25px;
  padding: 10px;
  -webkit-transform: translateY(-webkit-calc(-100% - 20px - 25px));
  -ms-transform: translateY(calc(-100% - 20px - 25px));
  transform: translateY(calc(-100% - 20px - 25px));
  cursor: pointer;
}
.m-pagestage .pagestage-video-control .icon:before {
  font-size: 20px;
}
.m-pagestage.pagestage-light-theme .pagestage-video-control {
  color: #000;
}
.m-pagestage.pagestage-dark-theme .pagestage-video-control {
  color: #fff;
}
.m-pagestage .pagestage-description {
  margin-bottom: 25px;
}
@media (max-width: 899px) {
  .m-pagestage .pagestage-content {
    width: 100%;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    float: none;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-pagestage
    a.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-pagestage
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-pagestage
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-pagestage
    a.a-link-primary.a-button,
  .m-oney-widget-section .m-pagestage .a-link-primary.a-button.oney-widget-link,
  .m-pagestage .a-button-primary,
  .m-pagestage .a-link-primary.a-button.a-button-link,
  .m-pagestage .a-link-primary.a-button.a-link,
  .m-pagestage
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-pagestage
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-pagestage
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-pagestage
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-pagestage .m-oney-widget-section .a-link-primary.a-button.oney-widget-link,
  .m-pagestage
    .m-popover
    .popover-content
    .a-link-primary.a-button.a-button-link,
  .m-pagestage
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .m-pagestage
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-pagestage
    .o-alternativeproduct
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .m-pagestage
    .o-myproducts
    > .myproducts-controls
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-pagestage
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-pagestage a.a-link-primary.a-button.a-button-link,
  .m-pagestage button.a-link-primary.a-button.a-button-link,
  .m-popover
    .popover-content
    .m-pagestage
    .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-pagestage
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-pagestage
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-pagestage
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-pagestage
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-pagestage
    .a-link-primary.a-button.a-link {
    margin-bottom: 25px;
  }
  .m-parallax .parallax-container .images-container {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-pagestage .pagestage-headline {
    font-size: 80px;
    line-height: 80px;
  }
  .m-pagestage.pagestage-light-theme {
    color: #000;
  }
  .m-pagestage.pagestage-dark-theme {
    color: #fff;
  }
  .m-pagestage .pagestage-content-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    z-index: 102;
  }
  .m-pagestage .pagestage-content-wrapper .pagestage-content-container {
    width: 100%;
    height: 100%;
    max-width: 1440px;
  }
  .m-pagestage .pagestage-video-control {
    bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .m-pagestage .pagestage-content {
    position: absolute;
    max-width: 450px;
  }
  .m-pagestage .pagestage-content-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .m-pagestage .pagestage-content-top-left {
    top: 20%;
    left: 10%;
  }
  .m-pagestage .pagestage-content-top-right {
    top: 20%;
    right: 10%;
  }
  .m-pagestage .pagestage-content-bottom-left {
    bottom: 20%;
    left: 10%;
  }
  .m-pagestage .pagestage-content-bottom-right {
    right: 10%;
    bottom: 20%;
  }
  .m-pagetitle.bottomspacing {
    margin-bottom: 40px;
  }
  .m-pagetitle.threequarters {
    padding-right: 1.3888888889%;
    width: 75%;
  }
}
.m-pagination {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 15px;
}
.m-pagination.hidden {
  display: none;
}
.m-pagination > ul {
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.m-pagination > ul > li {
  list-style-type: none;
  padding: 5px 10px;
  margin: 0;
  display: inline;
  cursor: pointer;
}
.m-pagination > ul > li.pagination-btn-deactivated {
  opacity: 0.25;
}
.m-pagination > ul > li.prev {
  margin-right: 5px;
}
.m-pagination > ul > li.prev::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-pagination > ul > li.nxt {
  margin-left: 5px;
}
.m-pagination > ul > li.nxt::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-pagination > ul > li.js-page-button-spacer::before {
  content: "...";
  color: #000;
}
.m-parallax {
  padding: 20px 0;
  overflow: hidden;
}
.m-parallax .parallax-container,
.m-parallax > .a-heading {
  padding: 0 1.3888888889%;
}
.m-parallax .parallax-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .m-parallax .parallax-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-parallax .parallax-container > * {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: transform 1s, opacity 1s, -webkit-transform 1s;
    opacity: 0;
  }
  .m-parallax .parallax-container .content {
    padding: 10px 30px 10px 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}
.m-parallax .parallax-container .content {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
.m-parallax .parallax-container .images-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [18];
  grid-template-columns: repeat(18, 1fr);
  grid-auto-rows: minmax(10px, auto);
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  padding: 40px 0;
}
@media (min-width: 750px) {
  .m-parallax .parallax-container .images-container {
    padding: 50px 0;
  }
}
.m-parallax .parallax-container .images-container .background {
  background-color: #d4d9de;
  -ms-grid-column-span: 14;
  -ms-grid-column: 1;
  grid-column: 1 / span 14;
  grid-row: 1/4;
  aspect-ratio: 4/3;
}
.m-parallax .parallax-container .images-container .foreground {
  -ms-grid-column-span: 16;
  -ms-grid-column: 3;
  grid-column: 3 / span 16;
  -ms-grid-row: 2;
  grid-row: 2;
}
.m-parallax .parallax-container.media-left .images-container .background {
  -ms-grid-column-span: 14;
  -ms-grid-column: 5;
  grid-column: 5 / span 14;
  grid-row: 1/4;
}
.m-parallax .parallax-container.media-left .images-container .foreground {
  -ms-grid-column-span: 16;
  -ms-grid-column: 1;
  grid-column: 1 / span 16;
  grid-row: 2/3;
}
.m-paybylink {
  display: block;
  width: 100%;
}
@media (min-width: 900px) {
  .m-parallax .parallax-container .images-container {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    max-width: 50%;
    padding: 40px 0;
  }
  .m-parallax .parallax-container.media-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .m-parallax .parallax-container.media-left .content {
    padding: 10px 0 10px 30px;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  .m-parallax .parallax-container.media-left .images-container {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .m-paybylink .pay-by-link-content {
    width: 50%;
  }
}
.m-paybylink .pay-by-link-content {
  border: 1px solid;
  margin: 10px 0;
}
.m-paybylink .pay-by-link-content .content-icon {
  display: inline-block;
  padding: 10px;
}
.m-paybylink .pay-by-link-content .content-icon .icon {
  font-size: 2em;
  display: block;
  font-weight: 700;
}
.m-paybylink .pay-by-link-content .content {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(100% - 55px);
  width: calc(100% - 55px);
  padding: 10px 0;
}
.m-paybylink .pay-by-link-content.state-success {
  color: #53b044;
}
.m-paybylink .pay-by-link-content.state-error {
  color: red;
}
.m-paymentadyen .adyen-checkout__spinner {
  border: 3px solid #0064a6;
  border-radius: 50%;
  height: 43px;
  width: 43px;
  border-top-color: transparent;
  -webkit-animation: 1.5s linear infinite rotateSpinner;
  animation: 1.5s linear infinite rotateSpinner;
}
@-webkit-keyframes rotateSpinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateSpinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.m-paymentadyen .adyen-checkout__input {
  color: #000;
  caret-color: #999;
  font-size: 14px;
  font-family: sans-serif;
  display: block;
  height: 40px;
  background: #fff;
  border: 1px solid #999;
  border-radius: inherit;
  padding: 5px 8px;
  position: relative;
  outline: 0;
  width: 100%;
}
.m-paymentadyen .adyen-checkout__input.adyen-checkout__input--error {
  border-color: red;
}
.m-paymentadyen .adyen-checkout__dropdown__button {
  border-radius: inherit;
}
.m-paymentadyen .adyen-checkout__dropdown__button--active,
.m-paymentadyen .adyen-checkout__dropdown__button--active:hover,
.m-paymentadyen .adyen-checkout__dropdown__button--focus,
.m-paymentadyen .adyen-checkout__dropdown__button--focus:hover,
.m-paymentadyen .adyen-checkout__dropdown__button:active,
.m-paymentadyen .adyen-checkout__dropdown__button:active:hover,
.m-paymentadyen .adyen-checkout__dropdown__button:focus,
.m-paymentadyen .adyen-checkout__dropdown__button:focus:hover,
.m-paymentadyen .adyen-checkout__input--focus,
.m-paymentadyen .adyen-checkout__input--focus:hover,
.m-paymentadyen .adyen-checkout__input:active,
.m-paymentadyen .adyen-checkout__input:active:hover,
.m-paymentadyen .adyen-checkout__input:focus,
.m-paymentadyen .adyen-checkout__input:focus:hover {
  border: 1px solid #999;
  outline: #000 dotted 1px;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-paymentadyen .adyen-checkout__error-text,
.m-paymentadyen .adyen-checkout__label--focused,
.m-paymentadyen .adyen-checkout__label__text {
  font-size: 14px;
  margin-bottom: 5px;
}
.m-paymentadyen .adyen-checkout__label--focused .adyen-checkout__label__text,
.m-paymentadyen .adyen-checkout__label__text {
  color: #000;
}
.m-paymentadyen .adyen-checkout__error-text {
  color: red;
}
.m-paymentadyen .a-errormessage {
  margin: 20px 0 0;
}
.m-paymentadyen .adyen-checkout__fieldset__title {
  padding: 20px 0 12px;
  color: #000;
  font-size: 15px;
  text-transform: none;
}
.m-paymentadyen .adyen-checkout__checkbox {
  float: left;
}
.m-paymentadyen .store-details-info {
  display: inline-block;
  margin-left: 5px;
  bottom: 2px;
}
.m-paymentadyen
  .adyen-checkout__dropdown
  .adyen-checkout__dropdown__list--active {
  position: relative;
}
.m-paymentadyen .js-adyen-card-container .adyen-checkout__button--pay {
  display: none;
}
.m-paymentadyen
  .js-adyen-card-container
  .adyen-checkout__segmented-control-segment {
  height: auto;
}
.m-paymentdeliverymethod .fired-message {
  clear: both;
  color: red;
  display: block;
}
.m-paymentdeliverymethod .payment {
  display: block;
  margin-bottom: 30px;
}
.m-paymentdeliverymethod .payment.computop-section {
  width: 100%;
}
.m-paymentdeliverymethod .payment .computop-iframe-section iframe {
  border: 0;
}
@media (min-width: 750px) {
  .m-paymentdeliverymethod .payment {
    width: 50%;
    float: left;
    padding-right: 1.3888888889%;
  }
}
.m-paymentdeliverymethodAdyen .radio-container {
  padding-bottom: 8px;
  margin-top: 15px;
  border-bottom: 1px solid #d4d9de;
}
.m-paymentdeliverymethodAdyen .radio-container .m-forminput.m-forminput-radio {
  padding: 0;
}
.m-paymentdeliverymethodAdyen .radio-container .adyen-card-container {
  margin-left: 0;
}
.m-paymentdeliverymethodAdyen
  .radio-container
  .adyen-card-container
  .adyen-stored-card {
  margin-bottom: 10px;
}
.m-paymentdeliverymethodAdyen
  .radio-container
  .adyen-card-container
  .m-forminput.m-forminput-radio {
  width: 100%;
}
.m-paymentdeliverymethodAdyen
  .radio-container
  .adyen-card-container
  .m-forminput.m-forminput-radio.new-card-adyen {
  clear: both;
  float: none;
}
.m-paymentdeliverymethodAdyen
  .radio-container
  .adyen-card-container
  .m-forminput.m-forminput-radio
  .a-formlabel.radio {
  margin-bottom: 10px;
}
.m-paymentoptions .text {
  vertical-align: middle;
}
.m-paymentoptions .m-imagelist {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.m-paymentselection {
  margin: 0 -1.3888888889%;
}
.m-paymentselection .additional-information,
.m-paymentselection .date-container,
.m-paymentselection .message-text,
.m-paymentselection .radio-buttons-wrap .a-heading {
  padding: 0 1.3888888889%;
}
.m-paymentselection .simple-text-content {
  margin-bottom: 40px;
}
.m-paymentselection .simple-text-content.has-fixedcontentheight .content-inner {
  max-height: 10em;
  overflow-y: auto;
}
@media (min-width: 750px) {
  .m-paymentselection
    .simple-text-content.has-fixedcontentheight
    .content-inner {
    max-height: 7em;
  }
}
@media (min-width: 900px) {
  .m-paymentdeliverymethod .payment {
    width: 33.3333333333%;
  }
  .m-paymentselection
    .simple-text-content.has-fixedcontentheight
    .content-inner {
    max-height: 5em;
  }
}
.m-paymentselection .method {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  margin-bottom: 30px;
}
.m-paymentselection .method .a-image {
  margin-bottom: 10px;
}
.m-paymentselection .method .a-image[data-related-to]:hover {
  cursor: pointer;
}
.m-paymentselection .method .oney-payment-info-section {
  font-size: 12px;
  padding-left: 12px;
}
.m-paymentselection .method .oney-payment-info-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.m-paymentselection .method .oney-payment-info-section ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-paymentselection .method .oney-payment-info-section ul li.oney-four-logo {
  margin-top: 30px;
}
.m-paymentselection .method .oney-payment-info-section ul li img {
  width: 100%;
}
.m-paymentselection .radio-buttons-wrap:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-paymentselection .installments {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-paymentselection .installments .m-table {
  margin-bottom: 30px;
}
.m-paymentselection .installments .m-table .left-col {
  padding-left: 0;
}
.m-paymentselection .no-downpayment-message {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-paymentselection .message-text {
  color: red;
}
@media (min-width: 750px) {
  .m-paymentselection .method {
    width: 50%;
  }
  .m-paymentselection .radio-buttons-wrap:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-paymentselection .method {
    width: 25%;
  }
}
.m-personaldataitem dl {
  float: left;
  line-height: 21px;
  width: 100%;
}
.m-personaldataitem dt {
  color: #999;
}
.m-personaldataitem dd {
  margin: 0 0 10px;
}
.m-pickupalternativestoragelocation {
  clear: both;
  padding-top: 20px;
}
.m-pickupalternativestoragelocation .m-table {
  overflow: visible;
  position: static;
  display: block;
}
.m-pickupalternativestoragelocation .m-table table td,
.m-pickupalternativestoragelocation .m-table table th {
  min-width: 0;
}
.m-pickupalternativestoragelocation .m-table table td {
  height: 70px;
}
.m-pickupalternativestoragelocation .m-table table .m-forminput-dropdown {
  min-height: 50px;
}
.m-pickupalternativestoragelocation
  .m-table
  table
  .m-forminput-dropdown
  span.pieces {
  float: right;
}
.m-pickupalternativestoragelocation
  .m-table
  table
  .m-forminput-dropdown
  span.customerno,
.m-pickupalternativestoragelocation
  .m-table
  table
  .m-forminput-dropdown
  span.pieces {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.m-pickupalternativestoragelocation .m-table table th.productname-head {
  width: 140px;
}
.m-pickupalternativestoragelocation .m-table table th.quantity-head {
  width: 76px;
}
.m-pickupalternativestoragelocation
  .m-table
  table
  th.alternative-storage-locations-head {
  width: auto;
}
.m-pickupalternativestoragelocation .m-table table td.quantity {
  text-align: center;
}
.m-pickupalternativestoragelocation
  .select2-container
  .select2-selection__rendered {
  padding-right: 0;
}
.m-pickupalternativestoragelocation.localstorage {
  max-width: 500px;
}
.m-pickupalternativestoragelocation.localstorage .pieces {
  float: right;
}
.m-pictureupload .form-row {
  margin-right: 0;
}
.m-pictureupload .form-row > .a-formlabel {
  width: 100%;
}
.m-pictureupload .form-error-wrapper {
  margin-bottom: 20px;
}
.m-pictureupload .image-row {
  max-width: initial;
}
.m-pictureupload .a-errormessage.has-error {
  display: block;
}
.m-pictureupload .js-preview img {
  max-height: 450px;
  max-width: 100%;
}
.m-pictureupload .upload-actions {
  width: 100%;
  float: left;
  padding: 15px 0;
}
.m-pictureupload .upload-actions .upload-button-container {
  float: left;
  padding: 0;
}
@media (min-width: 750px) {
  .m-personaldataitem dt {
    float: left;
    width: 40%;
  }
  .m-personaldataitem dd {
    float: left;
    margin-bottom: 0;
    width: 60%;
  }
  .m-pictureupload .upload-actions .upload-button-container {
    width: 50%;
    float: left;
    padding: 0 5px 0 0;
  }
}
.m-pictureupload .upload-actions .upload-button-container iframe {
  display: none;
}
.m-pictureupload .upload-actions .upload-button-container .form-row {
  max-width: initial;
  padding: 0 0 5px;
  margin: 0;
}
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
@media (min-width: 900px) {
  .m-pictureupload
    .upload-actions
    .upload-button-container
    .upload-button-wrapper {
    width: 300px;
  }
}
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  input[type="file"] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
  cursor: pointer;
}
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button {
  margin-bottom: 0;
}
.m-pictureupload .upload-actions .upload-button-container .m-formupload {
  padding: 0;
  margin-bottom: 0;
}
.m-pictureupload .upload-actions .form-actions {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 750px) {
  .m-pictureupload .upload-actions .form-actions {
    width: 50%;
    float: left;
    padding: 0 0 0 5px;
  }
}
.m-pictureupload .upload-actions .form-actions .form-action-primary {
  width: 100%;
  margin: 0;
}
.m-popover {
  background: #fff;
  border: 1px solid #000;
  display: block;
  max-width: 100vw;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 250;
}
.m-popover:not(.is-active) {
  left: -9999em !important;
  top: -9999em !important;
}
.m-popover.is-active {
  opacity: 1;
  pointer-events: auto;
}
.m-popover.no-image-float .a-image {
  float: none;
  margin-bottom: 15px;
}
.m-popover .popover-arrow {
  height: 14px;
  position: absolute;
  width: 14px;
}
.m-popover .popover-arrow:after,
.m-popover .popover-arrow:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.m-popover .popover-arrow:before {
  border: 8px solid transparent;
}
.m-popover .popover-arrow:after {
  border: 7px solid transparent;
}
.m-popover.popover-bottom.popover-align-left .popover-arrow,
.m-popover.popover-top.popover-align-left .popover-arrow {
  left: 3.5px;
  margin-left: 0;
  right: auto;
}
.m-popover.popover-bottom.popover-align-right .popover-arrow,
.m-popover.popover-top.popover-align-right .popover-arrow {
  left: auto;
  right: 3.5px;
}
.m-popover.popover-left.popover-align-top .popover-arrow,
.m-popover.popover-right.popover-align-top .popover-arrow {
  bottom: auto;
  margin-top: 0;
  top: 3.5px;
}
.m-popover.popover-left.popover-align-bottom .popover-arrow,
.m-popover.popover-right.popover-align-bottom .popover-arrow {
  bottom: 3.5px;
  top: auto;
}
.m-popover[x-placement="bottom"] .popover-arrow {
  border-bottom: 1px solid #fff;
  bottom: 100%;
  left: 50%;
}
.m-popover[x-placement="bottom"] .popover-arrow:before {
  margin: -2px 0 0 -1px;
}
.m-popover[x-placement="left"] .popover-arrow {
  left: 100%;
  top: 50%;
}
.m-popover[x-placement="left"] .popover-arrow:before {
  margin: -1px 0 0;
}
.m-popover[x-placement="right"] .popover-arrow {
  right: 100%;
  top: 50%;
}
.m-popover[x-placement="right"] .popover-arrow:before {
  margin: -1px 0 0 -2px;
}
.m-popover[x-placement="top"] .popover-arrow {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 100%;
}
.m-popover[x-placement="top"] .popover-arrow:before {
  margin: 0 0 0 -1px;
}
.m-popover .popover-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-popover .popover-close:hover {
  color: #000;
}
.m-popover .popover-content {
  width: 100%;
}
.m-popover .popover-content:after {
  clear: both;
  content: "";
  width: 100%;
}
.m-popover .popover-content h3:first-of-type {
  margin: auto;
}
.m-popover .popover-content .link-container {
  margin-top: 10px;
  display: block;
}
.m-popover.m-addtocartpopover {
  width: 350px;
}
.m-popover.add-to-download-basket .popover-content h3:first-of-type {
  margin-bottom: 10px;
}
.m-popover.add-to-compare {
  width: 400px;
}
.m-popover.add-to-compare .popover-content .highlight {
  margin-bottom: 10px;
}
.m-popover.product-info {
  width: 200px;
}
.m-pressdateselection {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.m-pressdateselection:after {
  content: " ";
  display: block;
  clear: both;
}
.m-pressdateselection .m-forminput {
  margin-bottom: 0;
}
.m-pressdateselection .m-forminput-dropdown .select-wrap {
  margin-top: 0;
}
.m-pressdateselection .from-date,
.m-pressdateselection .to-date {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  padding: 0;
}
.m-pressdateselection .month {
  width: 50%;
  float: left;
  padding: 0 1.3888888889% 0 0;
}
.m-pressdateselection .year {
  width: 50%;
  float: left;
  padding: 0 0 0 1.3888888889%;
}
@media (min-width: 750px) {
  .m-pressdateselection .from-date,
  .m-pressdateselection .to-date {
    width: 50%;
    float: left;
  }
  .m-pressdateselection .from-date {
    padding: 0 1.3888888889% 0 0;
  }
  .m-pressdateselection .to-date {
    padding: 0 0 0 1.3888888889%;
  }
  .m-pressdateselection .action {
    width: 25%;
    float: right;
    padding: 0 0 0 1.3888888889%;
  }
}
@media (min-width: 900px) {
  .m-pictureupload .upload-actions .form-actions .form-action-primary {
    width: 300px;
    float: right;
  }
  .m-pressdateselection .from-date,
  .m-pressdateselection .to-date {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .m-pressdateselection .from-date {
    padding: 0 1.3888888889% 0 0;
  }
  .m-pressdateselection .to-date {
    padding: 0 1.3888888889%;
  }
  .m-pressdateselection .action {
    width: 20%;
    float: left;
    bottom: 0;
    padding: 0 0 0 1.3888888889%;
    position: absolute;
    right: 0;
  }
}
.m-presspicturegallerylayer .layer-row-image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.m-presspicturegallerylayer .layer-row-image:after {
  content: " ";
  display: block;
  clear: both;
}
.m-presspicturegallerylayer .layer-row-image .a-image {
  cursor: default;
}
.m-presspicturegallerylayer .layer-row-content {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-presspicturegallerylayer .layer-row-content:after {
  content: " ";
  display: block;
  clear: both;
}
.m-presspicturegallerylayer .layer-col {
  width: 100%;
  float: left;
  padding: 0;
}
.m-presspicturegallerylayer .layer-form > fieldset {
  margin-bottom: 15px;
}
.m-presspicturegallerylayer .layer-form > fieldset:last-child {
  margin-bottom: 0;
}
.m-presspicturegallerylayer .m-multioptionbutton .a-button {
  width: 100%;
}
.m-presspictureteaser {
  position: relative;
}
.m-presspictureteaser .teaser-media {
  margin-bottom: 15px;
}
.m-presspictureteaser .teaser-media p {
  margin-top: 15px;
  margin-bottom: 0;
}
.m-presspictureteaser .a-caption {
  margin-bottom: 15px;
}
.m-presspictureteaser .a-image {
  cursor: pointer;
}
.m-presspictureteaser .teaser-form > fieldset {
  margin-bottom: 15px;
}
.m-presspictureteaser .teaser-form > fieldset:last-child {
  margin-bottom: 0;
}
.m-presspictureteaser .teaser-form > fieldset .m-forminput-checkbox input {
  height: 28px;
  margin-left: 30px;
}
.m-presspictureteaser .m-multioptionbutton .a-button {
  width: 100%;
}
.o-list-press-pictures.press-pictures-flexbox .list-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-list-press-pictures.press-pictures-flexbox .list-layout .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em;
  width: 100%;
}
.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .item
  .m-presspictureteaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .item
  .m-presspictureteaser
  .teaser-media {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (min-width: 750px) {
  .m-presspicturegallerylayer .layer-col {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-list-press-pictures .m-presspictureteaser .ratio {
    width: 100%;
    position: relative;
    padding-top: 75%;
  }
  .o-list-press-pictures .m-presspictureteaser .ratio .a-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .o-list-press-pictures .m-presspictureteaser .ratio .a-image img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translatex(-50%) translateY(-50%);
    -ms-transform: translatex(-50%) translateY(-50%);
    transform: translatex(-50%) translateY(-50%);
  }
  .m-pressteaser .content.with-image .a-image-link {
    padding-bottom: 0;
  }
}
.m-pressteaser {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-pressteaser:after {
  content: " ";
  display: block;
  clear: both;
}
.m-pressteaser .action {
  float: left;
}
.m-pressteaser .action .a-button {
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pressteaser
  .action
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pressteaser
  .action
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-pressteaser
  .action
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-pressteaser
  .action
  a.a-link-primary.a-button,
.m-oney-widget-section
  .m-pressteaser
  .action
  .a-link-primary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-pressteaser
  .action
  .a-link-primary.a-button.a-button-link,
.m-pressteaser .action .a-button-primary,
.m-pressteaser .action .a-link-primary.a-button.a-button-link,
.m-pressteaser .action .a-link-primary.a-button.a-link,
.m-pressteaser
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-pressteaser
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-pressteaser
  .action
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-pressteaser
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-pressteaser
  .action
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-pressteaser
  .action
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-pressteaser
  .action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-pressteaser
  .action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-pressteaser
  .action
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-pressteaser
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-pressteaser
  .action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-pressteaser .action a.a-link-primary.a-button.a-button-link,
.m-pressteaser .action button.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-pressteaser
  .action
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-pressteaser
  .action
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-pressteaser
  .action
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pressteaser
  .action
  .a-link-primary.a-button.a-link {
  margin: 0 0 10px;
}
.m-pressteaser .content {
  float: left;
  padding: 0;
}
.m-pressteaser .content.with-image .a-heading,
.m-pressteaser .content.with-image .a-link,
.m-pressteaser .content.with-image .date {
  width: 75%;
  float: right;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-pressteaser .content.with-image .a-link {
  padding-left: 0;
}
.m-pressteaser .content.with-image .a-link .a-heading {
  float: none;
  width: auto;
}
.m-pressteaser .content.with-image .a-image-link {
  float: left;
}
.m-pressteaser .content.with-image .a-image {
  margin: 0 0 20px;
}
.m-pressteaser .content .a-heading,
.m-pressteaser .content .a-link,
.m-pressteaser .content .date {
  width: 100%;
  float: left;
  padding-right: 1.3888888889%;
  padding-left: 0;
}
@media (min-width: 750px) {
  .m-pressteaser .action {
    width: 25%;
    float: right;
    padding: 0 0 0 1.3888888889%;
  }
  .m-pressteaser .content {
    width: 75%;
    float: left;
    padding: 0;
  }
  .m-pressteaser .content.with-image .a-image-link {
    width: 33.3333333333%;
    float: left;
    padding-right: 1.3888888889%;
    padding-left: 0;
  }
  .m-pressteaser .content.with-image .a-link.heading-link,
  .m-pressteaser .content.with-image .date,
  .m-pressteaser .content.with-image .text,
  .m-pressteaser .content.with-image h3.a-heading {
    width: 66.6666666667%;
    float: right;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-pressteaser .content.with-image .a-heading {
    width: 66.6666666667%;
    float: left;
    padding-right: 1.3888888889%;
    padding-left: 0;
  }
  .m-pressteaser .content p {
    padding: 0 1.3888888889% 0 0;
  }
  .m-pressteaser .content .text {
    margin: 0;
  }
}
.m-presubtotalquoteamount .promotion-discount-price-two {
  color: red;
}
.m-processaccordion {
  margin: 0 0 20px;
}
.m-processaccordion .item .heading {
  color: #0064a6;
}
.m-processaccordion .item .heading .a-heading {
  margin: 10px 0;
}
.m-processaccordion .item .heading .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  float: left;
}
.m-processaccordion .item .heading.is-open {
  color: #000;
}
.m-processaccordion .item .heading.is-open .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-processaccordion .item .heading:hover {
  color: #000;
  cursor: pointer;
}
.m-processaccordion .item .content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.m-processaccordion .item .content.body * {
  padding: 0;
}
.m-processaccordion .item .content .pa-next {
  min-height: 30px;
}
.m-processaccordion .item .content.is-open {
  margin: 0 0 20px;
}
.m-processaccordion .item.is-deactivated,
.m-processaccordion .item.is-deactivated .content,
.m-processaccordion .item.is-deactivated .heading {
  color: #d4d9de;
}
.m-processaccordion .item.is-deactivated .content:hover,
.m-processaccordion .item.is-deactivated .heading:hover,
.m-processaccordion .item.is-deactivated:hover {
  color: #d4d9de;
  cursor: default;
}
@media (min-width: 900px) {
  .m-processaccordion .item .heading {
    padding: 20px 0;
  }
  .m-processaccordion .item .content.is-open {
    margin: 0 0 30px;
  }
}
.m-processbar ul {
  display: table;
  padding: 0;
  table-layout: fixed;
}
.m-processbar li {
  cursor: default;
  display: table-cell;
  height: 50px;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 0.5%;
}
.m-processbar li:after,
.m-processbar li:before {
  background: 0 0;
  border-color: transparent;
  border-style: solid;
  border-width: 25px 0 25px 10px;
  content: "";
  display: block;
  height: 0;
  left: 100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
}
.m-processbar li:after {
  border-left-color: #cfd0d6;
  border-width: 27px 0 27px 11px;
  top: -2px;
  z-index: 1;
}
.m-processbar li:before {
  border-left-color: #fff;
}
.m-processbar li:last-child:after,
.m-processbar li:last-child:before {
  display: none;
}
.m-processbar .icon,
.m-processbar .text {
  display: none;
  vertical-align: middle;
}
.m-processbar .icon {
  font-size: 24px;
}
.m-processbar .info-tooltip {
  font-size: 10px;
  vertical-align: super;
}
.m-processbar .is-done .step-content:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 24px;
  vertical-align: middle;
}
.m-processbar .is-active {
  background: #3cc8be;
  color: #000028;
  width: 1%;
}
.m-processbar .is-active:before {
  border-left-color: #3cc8be;
  margin-left: 0;
}
.m-processbar .is-active .step-content {
  margin-left: 10px;
}
.m-processbar .is-active .icon {
  display: inline-block;
}
.m-processbar .is-active + li,
.m-processbar .is-active + li + li {
  width: 1%;
}
.m-processbar .is-active + li .icon,
.m-processbar .is-active + li + li .icon {
  display: inline-block;
}
.m-processbar .is-cancelled {
  background: red;
  color: #000028;
  width: 1%;
}
.m-processbar .is-cancelled:before {
  border-left-color: #3cc8be;
  margin-left: 0;
}
.m-processbar .is-cancelled .step-content {
  margin-left: 10px;
}
.m-processbar .is-cancelled .icon {
  display: inline-block;
}
.m-processbar .is-cancelled + li,
.m-processbar .is-cancelled + li + li {
  width: 1%;
}
.m-processbar .is-cancelled + li .icon,
.m-processbar .is-cancelled + li + li .icon {
  display: inline-block;
}
.m-processbar .is-shipped {
  background: #53b044;
  color: #000028;
  width: 1%;
}
.m-processbar .is-shipped:before {
  border-left-color: #3cc8be;
  margin-left: 0;
}
.m-processbar .is-shipped .step-content {
  margin-left: 10px;
}
.m-processbar .is-shipped .icon {
  display: inline-block;
}
.m-processbar .is-shipped + li,
.m-processbar .is-shipped + li + li {
  width: 1%;
}
.m-processbar .is-shipped + li .icon,
.m-processbar .is-shipped + li + li .icon {
  display: inline-block;
}
.m-processbar .is-full li {
  width: 1%;
}
.m-processbar .is-full .icon {
  display: inline-block;
}
@media (max-width: 749px) {
  .m-processbar .is-full .is-done .icon,
  .m-processbar ul:not(.is-full) .is-done .step-content:after {
    display: none;
  }
  .m-processbar .is-full .is-done .info-tooltip {
    display: inline;
  }
}
@media (min-width: 750px) {
  .m-processaccordion .item .heading {
    padding: 20px 0;
  }
  .m-processaccordion .item .content.is-open {
    margin: 0 0 30px;
  }
  .m-processbar li {
    width: 1%;
  }
  .m-processbar .icon {
    display: inline-block;
  }
  .m-processbar .is-done .step-content:after {
    margin-left: 0.5em;
  }
  .m-processbar .is-active {
    width: 2%;
  }
  .m-processbar .is-active .text {
    display: inline-block;
  }
  .m-processbar .is-shipped {
    width: 2%;
  }
  .m-processbar .is-shipped .text {
    display: inline-block;
  }
  .m-processbar .is-cancelled {
    width: 2%;
  }
  .m-processbar .is-cancelled .text {
    display: inline-block;
  }
  .m-processbar .is-full .is-active,
  .m-processbar .is-full .is-cancelled,
  .m-processbar .is-full .is-shipped {
    width: 1%;
  }
  .m-processbar .is-full .text {
    display: inline-block;
  }
}
.m-processbar .processbar-icon-participation {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-productconversionarea .repair-index-wrapper {
  width: 60px;
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
}
.m-productconversionarea .additional-energy-labels-repair-index {
  display: -ms-grid;
  display: grid;
}
.m-productconversionarea .a-rating,
.m-productconversionarea .data-sheet-energy {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  width: 100%;
}
.m-productconversionarea .a-rating:after,
.m-productconversionarea .data-sheet-energy:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productconversionarea .a-rating .m-imagelist,
.m-productconversionarea .data-sheet-energy .m-imagelist {
  display: inline-block;
  float: left;
  padding: 15px 0 0;
  width: 80px;
}
.m-productconversionarea .a-rating .m-imagelist .energy-label-image img,
.m-productconversionarea
  .data-sheet-energy
  .m-imagelist
  .energy-label-image
  img {
  height: 46px;
}
.m-productconversionarea .a-rating .a-link-download,
.m-productconversionarea .data-sheet-energy .a-link-download {
  padding: 15px 0 0;
  position: static;
}
.m-productconversionarea .a-rating .a-link-download:first-child,
.m-productconversionarea .data-sheet-energy .a-link-download:first-child {
  position: relative;
}
.m-productconversionarea .a-rating .energy-class-range,
.m-productconversionarea .data-sheet-energy .energy-class-range {
  display: inline-block;
  float: right;
  width: 100%;
}
.m-productconversionarea .salesprogram .a-image {
  text-align: left;
}
.m-productconversionarea .price:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.g-layout-half .slide .m-productconversionarea .price .current,
.g-layout-half .slide .m-productconversionarea .price .previous {
  font-size: 26.25px;
  white-space: nowrap;
}
.m-productconversionarea .price .previous {
  text-decoration: line-through;
}
.m-productconversionarea .price .current.highlight:first-of-type.color-black {
  color: #000;
}
.m-productconversionarea .price .current.basicprice {
  font-size: 16px;
}
.m-productconversionarea .details {
  margin: 0;
}
.m-productconversionarea .details .promotion-link-wrapper {
  margin: 0 0 20px;
}
.m-productconversionarea .details .promotion-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
}
.m-productconversionarea .a-productavailability {
  display: block;
}
.m-productconversionarea .a-button {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}
.m-productconversionarea .a-formlabel.compare-product,
.m-productconversionarea .a-formlabel.wishlist,
.m-productconversionarea .warranty {
  margin: 0 0 10px;
}
.m-productconversionarea .m-forminput-checkbox .compare-product {
  display: block;
  height: 28px;
  margin-left: 30px;
}
.m-productconversionarea .stock-info-wrapper:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productconversionarea .few,
.m-productconversionarea .in-stock,
.m-productconversionarea .out-of-stock {
  width: 100%;
  float: left;
  padding: 0;
}
.m-productconversionarea .m-forminput.colors,
.m-productconversionarea .m-forminput.sizes,
.m-productconversionarea .m-forminput.variations {
  float: left;
  padding: 0;
}
.m-productconversionarea .m-forminput.colors .select-wrap,
.m-productconversionarea .m-forminput.sizes .select-wrap,
.m-productconversionarea .m-forminput.variations .select-wrap {
  margin: 0;
}
.m-productconversionarea .m-quantityselector.quantity {
  float: left;
  padding: 0 1.3888888889% 0 0;
}
li .m-productconversionarea .a-link.link-addtocart:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
li .m-productconversionarea .a-button.button-addtocart {
  width: 100%;
}
.m-productconversionarea .dealer-logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 120px 120px;
  grid-template-columns: 120px 120px;
  grid-row-gap: 2px;
  grid-column-gap: 2px;
}
.m-productconversionarea .dealer-logos a {
  text-decoration: none;
}
.m-productconversionarea .dealer-logos p {
  margin: 0;
}
.m-productconversionarea .dealer-logos .price-info {
  color: #000;
  font-size: 12px;
}
.m-productconversionarea .dealer-logos .dealer-price-wrapper {
  width: auto;
  text-align: left;
}
.m-productconversionarea .dealer-logos .dealer-price.highlight {
  font-size: 14px;
  color: #0064a6;
}
.m-productconversionarea .dealer-logos .dealer-info {
  color: #000;
  font-size: 12px;
  padding: 0 10px 10px;
  float: left;
}
.m-productconversionarea .dealer-logos .a-heading {
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-column-end: span 2;
  grid-row: 1;
  grid-column: 1;
}
.m-productconversionarea .dealer-logos .a-logo:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-row: 2;
  grid-column: 1;
}
.m-productconversionarea .dealer-logos .a-logo:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-row: 2;
  grid-column: 2;
}
.m-productconversionarea .dealer-logos .a-logo:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-row: 3;
  grid-column: 1;
}
.m-productconversionarea .dealer-logos .a-logo:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
  grid-row: 3;
  grid-column: 2;
}
@media (min-width: 750px) {
  .m-productconversionarea .buttongroup .a-button {
    width: 100%;
    display: inline-block;
  }
  .m-productconversionarea .buttongroup .a-button + .a-button {
    float: right;
  }
  .m-productconversionarea .m-forminput-checkbox .compare-product {
    display: block;
    height: 28px;
    margin-left: 30px;
  }
  .m-productconversionarea .m-forminput.colors,
  .m-productconversionarea .m-forminput.sizes,
  .m-productconversionarea .m-forminput.variations {
    width: 70%;
    float: left;
    padding: 0;
  }
  .m-productconversionarea .m-forminput.colors .select-wrap,
  .m-productconversionarea .m-forminput.sizes .select-wrap,
  .m-productconversionarea .m-forminput.variations .select-wrap {
    margin: 0;
  }
  .m-productconversionarea .m-quantityselector.quantity {
    width: 30%;
    float: left;
    padding: 0 1.3888888889% 0 0;
  }
}
.m-productconversionarea .m-productconversionarea__m-productsubscription {
  margin: 0 0 10px;
  color: #000;
}
.m-productconversionarea .localstock-text {
  font-weight: 400;
}
.product-discount-details {
  color: #9f4040;
}
.m-productitem {
  margin: 0 0 20px;
  width: 100%;
}
.m-productitem:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productitem.bottomspacing {
  margin-bottom: 40px;
}
.m-productitem.bottomspacing .m-multioptionbutton {
  width: 100%;
}
.m-productitem .a-morecontenttogglelink,
.m-productitem .actions {
  margin-bottom: 20px;
}
.m-productitem .delete,
.m-productitem .edit {
  text-align: right;
  width: 100%;
}
.m-productitem .delete .highlight-delete {
  display: inline-block;
  border-radius: 0;
  padding: 10px;
  border: none;
}
.m-productitem dl {
  float: left;
  line-height: 21px;
  width: 100%;
}
.m-productitem dt {
  color: #999;
}
.m-productitem dd {
  margin: 0 0 10px;
}
.m-productitem dd span {
  float: left;
  line-height: 28px;
  width: 100%;
}
.m-productitem dd .address-divider {
  margin-bottom: 15px;
}
.m-productitem dd .a-link span {
  float: none;
}
.m-productitem .media {
  margin-bottom: 20px;
}
.m-productitem .media .a-image,
.m-productitem .media .callouts {
  text-align: left;
  width: 100%;
}
.m-productitem .media .callouts:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productitem .media .callouts.onimage {
  float: none;
  position: absolute;
  text-align: center;
}
.m-productitem .media .productitem-thumbnail {
  float: left;
  font-size: 0;
  line-height: 0;
  position: relative;
  width: 100%;
}
.m-productitem .media .productitem-thumbnail .a-image img {
  left: 0;
  right: auto;
  top: 0;
}
.m-productitem .media .productitem-thumbnail .callouts.onimage {
  z-index: 1;
}
.m-productitem
  .media
  .productitem-thumbnail
  .callouts.onimage
  .flexcampaign
  .a-image {
  display: block;
  margin-top: 10px;
  max-width: 75px;
  position: relative;
}
.m-productitem
  .media
  .productitem-thumbnail
  .callouts.onimage
  .flexcampaign
  .a-image::after,
.m-productitem
  .media
  .productitem-thumbnail
  .callouts.onimage
  .flexcampaign
  .a-image:first-child {
  margin-top: 0;
}
.m-productitem
  .media
  .productitem-thumbnail
  .callouts.onimage
  .flexcampaign
  .a-image
  img,
.m-productitem
  .media
  .productitem-thumbnail
  .callouts.onimage
  .flexcampaign
  .a-image
  picture {
  max-height: 75px;
  max-width: 75px;
}
.m-productitem
  .media
  .productitem-thumbnail
  .callouts.onimage
  .flexcampaign
  .a-image
  picture {
  position: static;
}
.m-productitem
  .media
  .productitem-thumbnail
  .callouts.onimage
  .flexcampaign
  .a-image
  img {
  display: inline-block;
  position: relative;
}
.m-productitem .media > .a-link {
  display: block;
}
.m-productitem .media .a-image img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
}
@media (min-width: 750px) {
  .m-productitem .media .a-image {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .m-productitem .media .a-image::after {
    content: "";
    display: block;
    margin-top: 100%;
  }
  .m-productitem .media .a-image img,
  .m-productitem .media .a-image picture {
    bottom: 0;
    left: 0;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-productitem .media .a-image img {
    max-height: 100%;
    top: auto;
  }
  .m-productitem .media {
    float: left;
    padding-right: 1.3888888889%;
    width: 25%;
  }
  .m-productitem .media .callouts {
    float: left;
    width: 100%;
  }
  .m-productitem .content-wrap {
    float: left;
    padding-left: 1.3888888889%;
    width: 75%;
  }
  .m-productitem .content-right {
    float: left;
  }
  .m-productitem .content-right .actions {
    width: 100%;
  }
  .m-productitem .other-product {
    float: right;
    padding-left: 1.3888888889%;
    width: 75%;
  }
  .m-productitem dt {
    clear: left;
    float: left;
    width: 40%;
  }
  .m-productitem dd {
    float: left;
    margin-bottom: 0;
    width: 60%;
  }
}
.m-productitem .content-right .a-button {
  margin-bottom: 10px;
}
.m-productitem .content-right .a-rating {
  margin-top: 10px;
}
.m-productitem .content-right .warranty {
  color: red;
  margin-bottom: 20px;
}
.m-productitem .content-right .information {
  margin-top: 10px;
}
.m-productitem .m-multioptionbutton .a-button {
  width: 100%;
}
.m-productitem.item .callouts {
  width: 100%;
  float: left;
  padding: 0;
}
.m-productitem .sparepartfinder .first,
.m-productitem .sparepartfinder .second {
  margin-bottom: 0;
}
.m-productitem .sparepartfinder span:after {
  content: "|";
  padding: 0 10px;
}
.m-productitem .sparepartfinder span:first-of-type {
  padding-left: 0;
}
.m-productitem .sparepartfinder .product-group:after,
.m-productitem .sparepartfinder .prog-cat:after {
  content: "";
}
.m-productitem .other-product:not(:last-child) {
  margin: 0 0 15px;
}
.m-productitem .additional-linkbutton {
  clear: both;
}
@media (min-width: 900px) {
  .m-productitem .content-left {
    float: left;
    padding-right: 1.3888888889%;
    width: 66.6666666667%;
  }
  .m-productitem .content-right {
    padding-left: 1.3888888889%;
    width: 33.3333333333%;
  }
  .m-productitem .content-right .actions {
    width: 100%;
  }
  .m-productitem .other-product {
    float: left;
    padding-left: 0;
    width: 100%;
  }
  .m-productitem .a-morecontenttogglelink .more-less-button {
    display: none;
  }
  .m-productitem .a-morecontenttogglelink .content {
    max-height: 100%;
  }
  .m-productitem.item .content-wrap {
    width: 30.6748466258%;
    float: left;
    padding: 0 0 0 1.3888888889%;
  }
  .m-productitem.item .content-wrap .content-left {
    padding: 0;
    width: 100%;
  }
  .m-productitem.item .product-service-item-checkbox {
    width: 75%;
    float: left;
    padding: 0;
  }
}
.m-productitem .description .productitemdata-wrapper {
  margin-bottom: 15px;
}
.m-productitem .description .productitemdata-wrapper:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productitem .description .productitemdata-wrapper > label.a-formlabel {
  width: 50%;
  float: left;
  vertical-align: top;
  line-height: 50px;
  margin-bottom: 0;
}
.m-productitem .description .productitemdata-wrapper fieldset {
  width: 50%;
  float: right;
  padding: 0;
  margin-right: 0;
}
@media (max-width: 749px) {
  .m-productitem .description .productitemdata-wrapper > label.a-formlabel {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
  .m-productitem .description .productitemdata-wrapper fieldset {
    display: block;
    text-align: left;
    width: 100%;
    clear: both;
    float: none;
  }
}
.m-productitem .description .productitemdata-wrapper fieldset label {
  display: inline-block;
}
.m-productitem
  .description
  .productitemdata-wrapper
  fieldset
  .e-number-readonly:after {
  padding: 0 5px;
  content: "/";
  display: inline-block;
  width: auto;
}
.m-productitem
  .description
  .productitemdata-wrapper
  fieldset
  .e-number-readonly.novibki:after {
  content: "";
  padding: 0;
}
.m-productitem .description .productitemdata-wrapper fieldset .m-forminput {
  display: inline-block;
}
.m-productitem
  .description
  .productitemdata-wrapper
  fieldset
  .m-forminput.m-forminput-dropdown {
  margin-bottom: 0;
  width: auto;
  float: none;
}
.m-productitem .description button.form-button {
  margin-top: 15px;
}
.m-productitem .a-button[type="submit"],
.m-productitem .productitem-delete,
.m-productitem .productitem-edit {
  width: 33.3333333333%;
  margin: 15px 0;
}
@media (max-width: 749px) {
  .m-productitem .a-button[type="submit"],
  .m-productitem .productitem-delete,
  .m-productitem .productitem-edit {
    width: 100%;
  }
}
.m-productitem .timeslot-info {
  width: 75%;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  float: right;
  margin: 20px 0;
}
@media (max-width: 899px) {
  .m-productitem .timeslot-info {
    width: 100%;
    padding: 0;
  }
  .m-quotationcancellation a > span {
    display: none;
  }
}
.m-productitem .stock-info {
  margin: 0 0 10px;
}
.m-productlisttitlerebrush .a-link.heading-link {
  color: #000;
}
.m-productlisttitlerebrush .a-link.heading-link :hover {
  color: #0064a6;
}
.m-productlisttitlerebrush .product-list-code {
  font-size: 14px;
}
.m-productlisttitlerebrush .product-name {
  font-size: 18px;
}
.m-productlisttitlerebrush p {
  margin-bottom: 5px;
}
.m-productlisttitlerebrush .fragment {
  margin-right: 5px;
}
.m-productlisttitlerebrush .fragment.vervibtID::before {
  content: " - ";
}
.m-productlisttitlerebrush .fragment.std-header-1,
.m-productlisttitlerebrush .fragment.std-header-2,
.m-productlisttitlerebrush .fragment.std-header-3,
.m-productlisttitlerebrush .fragment.std-header-4,
.m-productlisttitlerebrush .fragment.std-header-5 {
  display: inline;
}
.m-productpromotion .m-carousel,
.m-productpromotion .m-carousel.paginationelements-bottom {
  margin-bottom: 0;
}
.m-productpromotion .m-carousel .slider-container.slick-initialized {
  padding-bottom: 48px;
}
.m-productpromotion .m-carousel .carousel-paginationarrows,
.m-productpromotion .m-carousel .carousel-paginationnumber {
  margin-bottom: 0;
}
.m-productpromotion .m-carousel .slick-list,
.m-productpromotion .m-carousel .slider-container:not(.slick-initialized) {
  margin: 0;
}
.m-productpromotion .m-carousel .slide {
  padding-left: 0;
  padding-right: 0;
}
.m-productpromotion .m-carousel + .a-horizontalrule,
.m-productpromotion .o-list + .a-horizontalrule {
  margin: 30px 0 0;
  padding: 0;
}
.m-productpromotion .promotion-separator {
  height: 30px;
  position: absolute;
  text-align: center;
  width: 30px;
}
.m-productpromotion .promotion-separator .icon {
  background-color: #fff;
  border: none;
  height: 30px;
  padding: 7px 0;
  position: relative;
  width: 30px;
}
.m-productpromotion .m-productpromotionteaser .data-sheet-energy {
  display: block;
}
.m-productpromotion .m-productpromotionteaser .product-conversion-area,
.m-productpromotion .m-productpromotionteaser .product-info {
  width: 100%;
}
.m-productpromotion.fixed .list-layout {
  margin: 0;
}
.m-productpromotion.fixed .list-layout .item {
  padding: 0;
}
.m-productpromotion.fixed .m-productpromotionteaser {
  padding-top: 0;
}
.m-productpromotion.fixed .a-productavailability {
  margin-bottom: 0;
}
.m-productpromotion.fixed .promotion-separator .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-productpromotion.flexible
  .m-productpromotionteaser.last
  .promotion-separator {
  display: none;
  visibility: hidden;
}
.m-productpromotion.flexible .promotion-separator .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 30px;
}
.m-productpromotion.flexible .promotion-separator .icon.first {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 15px;
}
.m-productpromotion .bundle {
  float: right;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
}
.m-productpromotion .bundle .header-text {
  float: left;
  font-size: 18px;
  text-align: left;
  width: 100%;
}
.m-productpromotion .bundle .current,
.m-productpromotion .bundle .previous {
  width: 100%;
}
@media (max-width: 749px) {
  .m-productpromotion.fixed .list-layout .item {
    margin-top: 70px;
  }
  .m-productpromotion.fixed .list-layout .item:first-child {
    margin-top: 0;
  }
  .m-productpromotion.fixed .promotion-separator {
    bottom: -50px;
    left: 50%;
  }
}
.m-productpromotion.fixed .bundle-item:not(.max-width) .bundle .header-text {
  width: 100%;
  padding: 0;
  text-align: left;
}
.m-productpromotion.fixed
  .bundle-item:not(.max-width)
  .bundle
  .product-conversion-area {
  width: 100%;
  padding: 0;
}
.m-productpromotion.fixed .bundle-item.max-width {
  border-top: 1px solid #d4d9de;
}
.m-productpromotion .max-width {
  width: 100% !important;
}
.promotion-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 750px) {
  .m-productpromotion.fixed .list-layout .item {
    margin-top: 70px;
  }
  .m-productpromotion.fixed .promotion-separator {
    bottom: -50px;
    right: -35px;
  }
  .m-productpromotion.flexible .product-conversion-area,
  .m-productpromotion.flexible .product-info {
    float: left;
  }
  .m-productpromotion.flexible .promotion-separator {
    right: -35px;
    top: 50%;
  }
  .m-productpromotion .bundle .header-text {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
    text-align: right;
  }
  .m-productpromotion .bundle .product-conversion-area {
    width: 50%;
    float: left;
    padding: 0 0 0 15px;
  }
  .m-productpromotion .carousel-paginationarrows,
  .m-productpromotion .carousel-paginationnumber {
    margin-left: 42.5531914894%;
  }
  .promotion-category {
    width: 48%;
  }
}
@media (min-width: 900px) {
  .m-productpromotion.fixed .promotion-separator {
    margin-top: -15px;
    right: -35px;
    top: 50%;
  }
  .m-productpromotion.flexible .promotion-separator {
    right: -35px;
    top: 50%;
  }
  .m-productpromotion .product-conversion-area,
  .m-productpromotion .product-info {
    float: left;
  }
  .m-productpromotion .bundle .header-text {
    width: 75%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-productpromotion .bundle .product-conversion-area {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-productpromotion.flexible .bundle .header-text {
    padding: 0 0 0 56.5%;
    text-align: left;
  }
  .m-productpromotion .carousel-paginationarrows,
  .m-productpromotion .carousel-paginationnumber {
    margin-left: 45.4545454545%;
  }
  .promotion-category {
    border-radius: 5px;
    width: 32%;
  }
  .m-productpromotionteaser .product-image {
    position: relative;
  }
}
.promotion-category .heading-text {
  color: #fff;
  padding: 10px 0 0 20px;
}
.promotion-category .layer-heading-text {
  padding-left: 15px;
}
.promotion-category .tile-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.promotion-category .tile-container .sub-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promotion-category
  .tile-container
  .sub-container:nth-child(2n + 1):nth-last-child(-n + 2),
.promotion-category
  .tile-container
  .sub-container:nth-child(2n + 1):nth-last-child(-n + 2)
  ~ .sub-container {
  margin-bottom: 20px;
}
.promotion-category .tile-container .sub-container:nth-child(odd) {
  margin-right: 0;
}
.promotion-category .tile-container .sub-container:nth-child(even) {
  margin-left: 0;
}
.promotion-category .tile-container .sub-container .text-label {
  color: #2b5ee5;
  padding-left: 20px;
  border-bottom: 2px solid;
}
.promotion-category .tile-container .sub-container .image-container {
  padding: 0 20px 20px;
}
.promotion-category .link-text-container .link-text {
  padding: 0 0 0 15px;
}
.promotion-category .teaser-footer {
  border: 2px solid #0064a6;
  background-color: #2b5ee5;
  padding-left: 15px;
  color: #fff;
}
@media (min-width: 750px) {
  .promotion-category .teaser-footer {
    margin: 0 15px;
  }
  .m-productservices .service .m-forminput-checkbox {
    width: auto;
  }
}
.m-productpromotionteaser {
  position: relative;
}
.m-productpromotionteaser:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productpromotionteaser.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.m-productpromotionteaser.is-disabled:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.m-productpromotionteaser .product-image {
  margin: 0 0 20px;
}
.m-productpromotionteaser .product-info .product-title {
  color: #000;
}
.m-productpromotionteaser .product-info .product-title:hover {
  color: #0064a6;
}
.m-productpromotionteaser .product-info .product-id {
  margin: 0;
}
.m-productpromotionteaser .m-productconversionarea .remove-item {
  margin-bottom: 0;
}
.m-productpromotionteaser .m-productconversionarea .a-productavailability {
  float: none;
}
.m-productpromotionteaser .remove-item.top {
  position: absolute;
  right: -1px;
  top: 3px;
}
.m-productregistration-appliancedetails .a-morecontenttogglelink.expand-link {
  padding: 0 0 10px;
}
.m-productregistration-appliancedetails
  .form-row
  .m-forminput-dropdown.registered-product-dropdown {
  float: left;
  width: 70%;
}
.m-productregistration-appliancedetails
  .form-row
  .m-forminput-dropdown.kis-dropdown {
  width: 25%;
  float: right;
}
.m-productregistration-appliancedetails
  .form-row
  .m-forminput-dropdown.kis-dropdown:before {
  content: "/";
  position: absolute;
  left: -10px;
  top: 20px;
}
.m-productregistration-appliancedetails .delete-registration {
  text-align: right;
}
.m-productservices .delivery {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.m-productservices .delivery .package-text {
  color: #53b044;
}
.m-productservices .service .m-forminput-checkbox {
  display: inline-block;
}
.m-productservices .service .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-productservices .service .price .highlight,
.m-productservices .service .price .previous {
  white-space: nowrap;
  text-align: right;
}
.m-productservices .cew-heading {
  margin: 10px 0 15px;
}
.m-productservices .cew-option .m-forminput-radio {
  display: inline-block;
  width: 66.6666666667%;
}
@media (min-width: 750px) {
  .m-productservices .cew-option .m-forminput-radio {
    width: auto;
  }
  .m-productservices .cew-option .price .previous,
  .m-productservices .service .price .previous {
    margin: 0 8px;
  }
}
.m-productservices .cew-option,
.m-productservices .cew-option .price,
.m-productservices .service,
.m-productservices .service .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .m-productservices .cew-option .price,
  .m-productservices .service .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.3333333333%;
  }
}
.m-productservices .cew-option .price .previous,
.m-productservices .service .price .previous {
  text-decoration: line-through;
}
.m-productset-thumbnails {
  width: 75%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-productset-thumbnails section:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productset-thumbnails .productset-ids,
.m-productset-thumbnails .productset-names {
  margin-bottom: 20px;
}
.m-productset-thumbnails .productset-ids .a-heading,
.m-productset-thumbnails .productset-ids > ul,
.m-productset-thumbnails .productset-ids > ul > li,
.m-productset-thumbnails .productset-names .a-heading,
.m-productset-thumbnails .productset-names > ul,
.m-productset-thumbnails .productset-names > ul > li {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  margin: 0;
}
.m-productset-thumbnails .productset-ids .a-heading,
.m-productset-thumbnails .productset-names .a-heading {
  font-weight: 700;
  padding-right: 5px;
}
.m-productset-thumbnails .productset-ids ul,
.m-productset-thumbnails .productset-names ul {
  padding: 0;
}
.m-productset-thumbnails .productset-ids > ul > li,
.m-productset-thumbnails .productset-names > ul > li {
  list-style: none;
}
.m-productset-thumbnails .productset-ids > ul > li:last-child,
.m-productset-thumbnails .productset-names > ul > li:last-child {
  padding-right: 0;
}
.m-productset-thumbnails .productset-ids {
  display: none;
}
.m-productset-thumbnails .productset-names span,
.m-productset-thumbnails .productset-names ul > li {
  font-size: 16px;
  font-weight: 700;
}
.m-productset-thumbnails .productset-thumbnails {
  margin: 0 0 20px -1.3888888889%;
}
.m-productset-thumbnails .productset-thumbnails:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productset-thumbnails .productset-thumbnail {
  width: 33.3333333333%;
  float: left;
  padding-left: 2.0833333333%;
  padding-right: 2.0833333333%;
  height: 100%;
  margin-bottom: 4.1666666667%;
  overflow: visible;
  position: relative;
}
.m-productset-thumbnails .productset-thumbnail:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}
.m-productset-thumbnails .productset-thumbnail:nth-child(3n + 2) {
  margin-left: 33.3333333333%;
  margin-right: -100%;
  clear: none;
}
.m-productset-thumbnails .productset-thumbnail:nth-child(3n + 3) {
  margin-left: 66.6666666667%;
  margin-right: -100%;
  clear: none;
}
.m-productset-thumbnails .thumbnails-separator {
  height: 12px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
  width: 12px;
}
.m-productset-thumbnails .thumbnails-separator .icon {
  color: #0064a6;
  height: 12px;
  padding: 0;
  position: relative;
  width: 12px;
}
.m-productset-thumbnails .thumbnails-separator .icon.first {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
}
@media (min-width: 750px) {
  .m-productservices .cew-option .price .highlight,
  .m-productservices .service .price .highlight {
    margin: 0 8px;
  }
  .m-productset-thumbnails .productset-ids {
    display: block;
  }
  .m-productset-thumbnails .product-thumbnail {
    float: right;
  }
  .m-productset-thumbnails .productset-thumbnails {
    margin: 0 -2.2222222222% 20px;
  }
  .m-productset-thumbnails .productset-thumbnails:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .m-productset-thumbnails .productset-thumbnail {
    width: 20%;
    float: left;
    height: 100%;
    overflow: visible;
    position: relative;
  }
  .m-productset-thumbnails .productset-thumbnail:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .m-productset-thumbnails .productset-thumbnail:nth-child(5n + 2) {
    margin-left: 20%;
    margin-right: -100%;
    clear: none;
  }
  .m-productset-thumbnails .productset-thumbnail:nth-child(5n + 3) {
    margin-left: 40%;
    margin-right: -100%;
    clear: none;
  }
  .m-productset-thumbnails .productset-thumbnail:nth-child(5n + 4) {
    margin-left: 60%;
    margin-right: -100%;
    clear: none;
  }
  .m-productset-thumbnails .productset-thumbnail:nth-child(5n + 5) {
    margin-left: 80%;
    margin-right: -100%;
    clear: none;
  }
  .m-productset-thumbnails .thumbnails-separator {
    height: 30px;
    right: -15px;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
  }
  .m-productset-thumbnails .thumbnails-separator .icon {
    height: 30px;
    padding: 7px 0;
    width: 30px;
  }
  .m-productset-thumbnails .thumbnails-separator .icon.first {
    font-size: 16px;
  }
  .m-productteaser .product-images .image-container {
    position: absolute;
  }
}
.m-productsubscription__a-button {
  margin: 10px 0 0;
  width: auto;
  display: block;
}
.m-productteaser {
  display: block;
}
.m-productteaser:after {
  content: "";
  width: 100%;
}
.m-productteaser .product-images .image-container {
  z-index: 2;
}
.m-productteaser .product-images .image-container .callouts:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productteaser .product-images .image-container .callouts .a-callout {
  position: relative;
  text-align: center;
  z-index: 1;
}
.m-productteaser .product-images .image-container .callouts .flexcampaign,
.m-productteaser
  .product-images
  .image-container
  .callouts
  .home-connect-image {
  display: none;
}
.m-productteaser .product-images .image-container .callouts .flexcampaign a {
  display: block;
}
.m-productteaser
  .product-images
  .image-container
  .callouts
  .flexcampaign
  a:first-child
  .a-image,
.m-productteaser
  .product-images
  .image-container
  .callouts
  .flexcampaign
  a:not(:first-child)
  .a-image {
  margin-left: 0;
}
.m-productteaser
  .product-images
  .image-container
  .callouts
  .flexcampaign
  .a-image {
  margin-top: 10px;
}
.m-productteaser
  .product-images
  .image-container
  .callouts
  .flexcampaign
  .a-image
  img {
  max-height: 40px;
  max-width: 40px;
  z-index: 1;
  top: 0;
}
.m-productteaser
  .product-images
  .image-container
  .callouts
  .a-callout
  + .flexcampaign {
  margin-top: 10px;
}
.m-productteaser .product-images .image-container .home-connect-image {
  width: 50px;
  text-align: center;
  z-index: 2;
  background: #d4d9de;
  color: #000;
  margin-bottom: 5px;
  margin-right: 5px;
  vertical-align: top;
  padding: 5px 19px;
}
.m-productteaser
  .product-images
  .image-container
  .home-connect-image
  .icon-wifi {
  font-size: 25px;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.m-productteaser .product-images .flexcampaign:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productteaser .product-images .flexcampaign a {
  display: inline-block;
}
.m-productteaser .product-images .flexcampaign a:first-child .a-image,
.m-productteaser .product-images .flexcampaign a:not(:first-child) .a-image {
  margin-left: 0;
}
.m-productteaser .product-images .flexcampaign .a-image {
  display: inline;
}
.m-productteaser .product-images .flexcampaign .a-image img {
  max-height: 40px;
  max-width: 40px;
  z-index: 1;
  top: 0;
}
.m-productteaser .product-images .delete {
  padding: 10px 0;
  text-align: right;
  width: 100%;
}
.m-productteaser .product-images .product-thumbnail {
  font-size: 0;
  line-height: 0;
  position: relative;
}
.m-productteaser .product-images .product-thumbnail .callouts.onimage {
  position: absolute;
}
.m-productteaser .product-images .product-thumbnail + .product-awards {
  margin-top: 20px;
}
.m-productteaser .product-images .product-thumbnail a:not(.slick-slide) img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
}
.m-productteaser .product-images .product-thumbnail.slick-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-productteaser
  .product-images
  .product-thumbnail.slick-slider
  .slick-track
  a.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.m-productteaser
  .product-images
  .product-thumbnail.slick-slider
  .slick-track
  a.slick-slide
  img {
  padding: 0 1px;
}
.m-productteaser
  .product-images
  .product-thumbnail
  .paginationarrows
  .a-paginationarrows.next,
.m-productteaser
  .product-images
  .product-thumbnail
  .paginationarrows
  .a-paginationarrows.prev {
  font-size: 15px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
}
.m-productteaser
  .product-images
  .product-thumbnail
  .paginationarrows
  .a-paginationarrows.next {
  float: right;
}
.m-productteaser
  .product-images
  .product-thumbnail
  .paginationarrows
  .a-paginationarrows.prev {
  float: left;
}
.m-productteaser .product-images .product-awards {
  float: left;
}
.m-productteaser .product-images .product-awards .m-imagelist > .a-link {
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 2.7777777778%;
}
.m-productteaser
  .product-images
  .product-awards
  .m-imagelist
  > .a-link:nth-child(odd) {
  padding-right: 1.3888888889%;
}
.m-productteaser
  .product-images
  .product-awards
  .m-imagelist
  > .a-link:nth-child(even) {
  padding-left: 1.3888888889%;
}
.m-productteaser .product-images .product-awards .m-imagelist .a-image {
  float: left;
  margin-right: 0;
}
.m-productteaser .product-info .product-replacementlist {
  color: #999;
}
.m-productteaser .product-info .product-replacementlist-item,
.m-productteaser .product-info .product-replacementlist-title {
  color: inherit;
}
.m-productteaser .product-info .product-replacementlist-item {
  display: inline;
  margin: 0;
}
.m-productteaser
  .product-info
  .product-replacementlist-item
  + .product-replacementlist-item::before {
  content: " - ";
}
.m-productteaser .product-info .m-producttitle .fragment {
  word-wrap: break-word;
}
.m-productteaser .product-info .m-producttitle .fragment.std-header-1,
.m-productteaser .product-info .m-producttitle .fragment.std-header-2,
.m-productteaser .product-info .m-producttitle .fragment.std-header-3,
.m-productteaser .product-info .m-producttitle .fragment.std-header-4,
.m-productteaser .product-info .m-producttitle .fragment.std-header-5 {
  display: block;
}
.m-productteaser
  .product-info
  .m-producttitle.m-recommendedproducts-producttitle
  .fragment.std-header-1,
.m-productteaser
  .product-info
  .m-producttitle.m-recommendedproducts-producttitle
  .fragment.std-header-2,
.m-productteaser
  .product-info
  .m-producttitle.m-recommendedproducts-producttitle
  .fragment.std-header-3,
.m-productteaser
  .product-info
  .m-producttitle.m-recommendedproducts-producttitle
  .fragment.std-header-4,
.m-productteaser
  .product-info
  .m-producttitle.m-recommendedproducts-producttitle
  .fragment.std-header-5 {
  display: inline-block;
}
.m-productteaser .product-info .hook-line {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.m-productteaser .product-info .benefit-list:last-child {
  margin-bottom: 0;
}
.m-productteaser .product-info .m-forminput {
  margin: 0 0 30px;
}
.m-productteaser .product-conversion .buttongroup .a-button {
  width: 100%;
  float: left;
}
.m-productteaser .product-conversion .stock-info-wrapper {
  display: table;
}
.m-productteaser .product-conversion .price-wrapper {
  margin-bottom: 20px;
}
.m-productteaser .product-conversion .data-sheet-energy:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 750px) {
  .m-productteaser .product-images .product-thumbnail a:not(.slick-slide) {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .m-productteaser
    .product-images
    .product-thumbnail
    a:not(.slick-slide)::after {
    content: "";
    display: block;
    margin-top: 100%;
  }
  .m-productteaser
    .product-images
    .product-thumbnail
    a:not(.slick-slide)
    .a-image,
  .m-productteaser .product-images .product-thumbnail a:not(.slick-slide) a,
  .m-productteaser .product-images .product-thumbnail a:not(.slick-slide) img,
  .m-productteaser
    .product-images
    .product-thumbnail
    a:not(.slick-slide)
    picture {
    bottom: 0;
    left: 0;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .grid-view-skip-md
    .m-productteaser
    .product-images
    .product-thumbnail
    a:not(.slick-slide) {
    width: 33%;
  }
  .m-productteaser .product-images .product-thumbnail a:not(.slick-slide) img {
    max-height: 100%;
  }
  .grid-view
    .m-productteaser
    .product-images
    .product-thumbnail
    a:not(.slick-slide)
    img {
    top: auto;
  }
  .grid-view .m-productteaser .product-images .product-thumbnail.slick-slider {
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .grid-view .m-productteaser .product-conversion,
  .grid-view .m-productteaser .product-images,
  .grid-view .m-productteaser .product-info,
  .m-productteaser.grid-view .product-conversion,
  .m-productteaser.grid-view .product-images,
  .m-productteaser.grid-view .product-info {
    padding: 0;
    margin-left: 0;
  }
  .grid-view .m-productteaser .benefit-list,
  .grid-view .m-productteaser .hook-line,
  .grid-view .m-productteaser .product-awards,
  .grid-view .m-productteaser .product-variations,
  .m-productteaser.grid-view .benefit-list,
  .m-productteaser.grid-view .hook-line,
  .m-productteaser.grid-view .product-awards,
  .m-productteaser.grid-view .product-variations {
    display: none;
  }
  .grid-view .m-productteaser .product-images,
  .m-productteaser.grid-view .product-images {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    margin-bottom: 20px;
  }
  .grid-view .m-productteaser .product-images .callouts.onimage,
  .m-productteaser.grid-view .product-images .callouts.onimage {
    top: 0;
  }
  .grid-view .m-productteaser .product-images .callouts.onimage .flexcampaign,
  .grid-view
    .m-productteaser
    .product-images
    .callouts.onimage
    .home-connect-image,
  .m-productteaser.grid-view .product-images .callouts.onimage .flexcampaign,
  .m-productteaser.grid-view
    .product-images
    .callouts.onimage
    .home-connect-image {
    display: block;
  }
  .grid-view .m-productteaser .product-images .callouts.onimage .flexcampaign a,
  .m-productteaser.grid-view .product-images .callouts.onimage .flexcampaign a {
    display: block;
    min-height: 75px;
    min-width: 75px;
    width: auto;
    float: left;
    clear: both;
  }
  .grid-view
    .m-productteaser
    .product-images
    .callouts.onimage
    .flexcampaign
    .a-image,
  .m-productteaser.grid-view
    .product-images
    .callouts.onimage
    .flexcampaign
    .a-image {
    display: block;
  }
  .grid-view .m-productteaser .product-images .flexcampaign,
  .grid-view .m-productteaser .product-images .home-connect-image,
  .m-productteaser.grid-view .product-images .flexcampaign,
  .m-productteaser.grid-view .product-images .home-connect-image {
    display: none;
  }
  .grid-view .m-productteaser .product-info,
  .m-productteaser.grid-view .product-info {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .grid-view .m-productteaser .product-info .imagelist,
  .m-productteaser.grid-view .product-info .imagelist {
    display: none;
  }
  .grid-view .m-productteaser .product-conversion,
  .m-productteaser.grid-view .product-conversion {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.m-productteaser.has-equal-height .product-info {
  position: relative;
}
.m-productteaser.has-equal-height .stock-info-wrapper {
  margin-bottom: 20px;
}
.m-productteaser.has-equal-height .stock-info-wrapper:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productteaser.has-equal-height .stock-info-wrapper .a-productavailability {
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .m-productteaser
    .product-images
    .product-thumbnail
    .paginationarrows
    .a-paginationarrows.next,
  .m-productteaser
    .product-images
    .product-thumbnail
    .paginationarrows
    .a-paginationarrows.prev {
    font-size: 8px;
    height: 16px;
    margin-top: -8px;
    width: 16px;
  }
  .m-productteaser .product-images .callouts,
  .m-productteaser .product-images .flexcampaign {
    margin: 10px auto auto;
  }
  .grid-view .m-productteaser .product-conversion,
  .grid-view .m-productteaser .product-images,
  .grid-view .m-productteaser .product-info,
  .m-productteaser.grid-view .product-conversion,
  .m-productteaser.grid-view .product-images,
  .m-productteaser.grid-view .product-info {
    padding: 0;
  }
  .grid-view .m-productteaser .benefit-list,
  .grid-view .m-productteaser .hook-line,
  .grid-view .m-productteaser .product-awards,
  .grid-view .m-productteaser .product-variations,
  .m-productteaser.grid-view .benefit-list,
  .m-productteaser.grid-view .hook-line,
  .m-productteaser.grid-view .product-awards,
  .m-productteaser.grid-view .product-variations {
    display: none;
  }
  .grid-view .m-productteaser .product-images,
  .m-productteaser.grid-view .product-images {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    margin-bottom: 0;
    margin-right: 5px;
  }
  .grid-view .m-productteaser .product-images .callouts.onimage,
  .m-productteaser.grid-view .product-images .callouts.onimage {
    position: relative;
    margin: 0;
  }
  .grid-view .m-productteaser .product-images .callouts.onimage .flexcampaign,
  .m-productteaser.grid-view .product-images .callouts.onimage .flexcampaign {
    width: 100%;
  }
  .grid-view
    .m-productteaser
    .product-images
    .callouts.onimage
    .flexcampaign.flexcampaign-teaser-container,
  .m-productteaser.grid-view
    .product-images
    .callouts.onimage
    .flexcampaign.flexcampaign-teaser-container {
    display: block;
    margin: 10px 0;
  }
  .grid-view
    .m-productteaser
    .product-images
    .callouts.onimage
    .flexcampaign.flexcampaign-teaser-container
    a,
  .m-productteaser.grid-view
    .product-images
    .callouts.onimage
    .flexcampaign.flexcampaign-teaser-container
    a {
    display: block;
    margin-bottom: 10px;
  }
  .grid-view
    .m-productteaser
    .product-images
    .callouts.onimage
    .flexcampaign
    .a-image,
  .m-productteaser.grid-view
    .product-images
    .callouts.onimage
    .flexcampaign
    .a-image {
    display: inline-block;
    max-width: 75px;
  }
  .grid-view .m-productteaser .product-images .product-thumbnail a img,
  .m-productteaser.grid-view .product-images .product-thumbnail a img {
    max-height: 150px;
  }
  .grid-view .m-productteaser .product-info,
  .m-productteaser.grid-view .product-info {
    width: 66.6666666667%;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    float: right;
  }
  .grid-view .m-productteaser .product-info .imagelist,
  .m-productteaser.grid-view .product-info .imagelist {
    display: none;
  }
  .grid-view .m-productteaser .product-conversion,
  .m-productteaser.grid-view .product-conversion {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .grid-view .m-productteaser .product-conversion .data-sheet-energy,
  .grid-view .m-productteaser .product-conversion .details,
  .grid-view .m-productteaser .product-conversion .price,
  .grid-view .m-productteaser .product-conversion .stock-info-wrapper,
  .m-productteaser.grid-view .product-conversion .data-sheet-energy,
  .m-productteaser.grid-view .product-conversion .details,
  .m-productteaser.grid-view .product-conversion .price,
  .m-productteaser.grid-view .product-conversion .stock-info-wrapper {
    margin: 0;
  }
  .grid-view .m-productteaser .product-conversion .js-conversion-wrapper,
  .grid-view .m-productteaser .product-conversion .js-detail-wrapper,
  .grid-view .m-productteaser .product-conversion .js-price-wrapper,
  .grid-view .m-productteaser .product-conversion .stock-info-wrapper,
  .m-productteaser.grid-view .product-conversion .js-conversion-wrapper,
  .m-productteaser.grid-view .product-conversion .js-detail-wrapper,
  .m-productteaser.grid-view .product-conversion .js-price-wrapper,
  .m-productteaser.grid-view .product-conversion .stock-info-wrapper {
    width: 66.6666666667%;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    float: right;
  }
}
.grid-view .m-productteaser .product-images .product-thumbnail.slick-slider {
  height: auto;
}
.grid-view .m-productteaser .product-images .product-awards.award-view {
  width: 100%;
  position: relative;
}
.grid-view
  .m-productteaser
  .product-images
  .product-awards.award-view
  .image-item {
  width: 100%;
}
.grid-view
  .m-productteaser
  .product-images
  .product-awards.award-view
  .m-imagelist
  .a-image {
  float: left;
}
.m-productteaserbuyingmodule {
  position: relative;
  min-height: 100vh;
}
.m-productteaserbuyingmodule.fixed .productteaserbuyingmodule-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-wrapper {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-header {
  width: 100%;
  display: block;
}
@media (min-width: 900px) {
  .m-productteaserbuyingmodule {
    overflow: hidden;
    margin-top: 20px;
  }
  .m-productteaserbuyingmodule .productteaserbuyingmodule-wrapper {
    overflow-y: visible;
    top: auto;
    position: static;
    overflow-x: visible;
    padding-right: 1.3888888889%;
  }
  .m-productteaserbuyingmodule .productteaserbuyingmodule-header {
    max-width: 70%;
  }
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-callout {
  margin-bottom: 5px;
  float: left;
  margin-right: 5px;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-callout .a-callout {
  padding: 5px 10px;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-sales-program {
  float: right;
  min-width: 100px;
  margin-bottom: 10px;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-sales-program .a-img {
  height: 40px;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-awards {
  width: 100%;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-awards div {
  float: left;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-awards div .a-image {
  width: 60px;
}
@media (min-width: 750px) {
  .m-productteaserbuyingmodule .productteaserbuyingmodule-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-productteaserbuyingmodule .productteaserbuyingmodule-sales-program {
    float: left;
  }
  .m-productteaserbuyingmodule .productteaserbuyingmodule-awards {
    width: 50%;
  }
  .m-productteaserbuyingmodule .productteaserbuyingmodule-awards div {
    float: right;
  }
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-awards .image-list {
  margin: 0;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-awards .a-link {
  margin-bottom: 0;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-main {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-gallery {
  width: 100%;
}
@media (min-width: 900px) {
  .m-productteaserbuyingmodule .productteaserbuyingmodule-gallery {
    width: 70%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-sidebar-wrap {
  margin-top: 20px;
  width: 100%;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .g-col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .m-productteaserbuyingmodule .productteaserbuyingmodule-sidebar-wrap {
    width: 30%;
    float: right;
    position: relative;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-sidebar-wrap
    .productteaserbuyingmodule-sidebar {
    position: absolute;
    max-width: 340px;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-sidebar-wrap
    .productteaserbuyingmodule-sidebar.fixed {
    position: fixed;
    top: 0;
    width: inherit;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-sidebar-wrap
    .buyingmodule-conversionarea
    .buttongroup
    .a-button {
    width: 100%;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-sidebar-wrap
    .animate-out {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-left-wrapper {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 750px) {
  .m-productteaserbuyingmodule .productteaserbuyingmodule-left-wrapper {
    width: auto;
  }
}
.m-productteaserbuyingmodule .img-with-text .a-image {
  display: inline-block;
  width: 25px;
  height: 25px;
}
.m-productteaserbuyingmodule .thumbnails-logos .a-image {
  width: 60px;
  height: 60px;
}
.m-productteaseripg {
  position: relative;
  margin-bottom: 20px;
}
.m-productteaseripg .productteaseripg-container {
  width: 100%;
}
.m-productteaseripg .productteaseripg-container .a-logo .a-image {
  width: auto;
  max-width: none;
  margin: 0;
}
.m-productteaseripg .productteaseripg-container .a-image {
  float: left;
  width: 25%;
}
.m-productteaseripg .productteaseripg-container .a-backlink {
  z-index: 100;
  left: 0;
}
.m-productteaseripg .productteaseripg-container .productteaseripg-content {
  width: auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-info-text {
  width: 60%;
  float: left;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea {
  float: left;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .data-sheet-energy
  .m-imagelist {
  padding: 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .data-sheet-energy
  .m-imagelist
  .a-image {
  margin: 0;
  display: block;
  width: 100%;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .data-sheet-energy
  .a-link-download {
  position: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .a-rating {
  width: 60%;
  margin: 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .previous {
  width: auto;
  margin-top: 10px;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .a-button {
  width: 100%;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .details,
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .price {
  display: inline-block;
}
.m-productteaseripg .productteaseripg-container .a-rating {
  padding-bottom: 10px;
}
.m-productteaseripg .productteaseripg-container .a-button {
  width: auto;
  display: inline-block;
}
@media (max-width: 749px) {
  .m-productteaseripg .productteaseripg-container .a-backlink {
    padding: 0;
  }
  .m-productteaseripg .productteaseripg-container .a-image,
  .m-productteaseripg .productteaseripg-container .productteaseripg-content {
    float: none;
    width: 100%;
    padding: 0;
    overflow: inherit;
  }
  .m-productteaseripg
    .productteaseripg-container
    .a-image
    .productteaseripg-info-text,
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-info-text {
    width: 100%;
    float: none;
  }
  .m-productteaseripg
    .productteaseripg-container
    .a-image
    .productteaseripg-conversionarea,
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-conversionarea {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-left: 0;
  }
  .m-productteaseripg .productteaseripg-container .a-button {
    width: 100%;
    display: block;
    float: none;
    margin: 10px 10px 0 0;
  }
  .m-productteaseripg .productteaseripg-container .a-button:last-child {
    margin-bottom: 10px;
  }
  .m-productteaseripg .productteaseripg-container .a-image {
    margin: 20px 0;
  }
  .m-productteaseripg .a-backlink {
    padding: 0 10px;
    left: 0;
  }
  .m-promotionbundleTeaser .teaser-product-image .callout .callout-text {
    font-size: 12px;
    padding: 2px 8px;
    line-height: 12px;
  }
}
@media (min-width: 750px) {
  .m-productteaseripg .productteaseripg-container {
    padding-left: 20px;
  }
  .m-productteaseripg .productteaseripg-container .productteaseripg-content {
    background-color: transparent;
    margin: 0 40px 20px 20px;
    padding: 10px;
    overflow: inherit;
  }
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-conversionarea,
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-info-text {
    width: 100%;
    float: none;
  }
}
@media (min-width: 900px) {
  .m-productteaseripg .productteaseripg-container {
    position: absolute;
    top: 0;
  }
  .m-productteaseripg .productteaseripg-container .productteaseripg-content {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: auto;
  }
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-info-text {
    width: 60%;
    float: left;
  }
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-conversionarea {
    width: 40%;
    float: left;
  }
  .m-productteaseripg.no-background .productteaseripg-container {
    position: relative;
  }
  .m-productteaseripg .a-backlink {
    left: 20px;
  }
}
.m-productteasermediagallery {
  overflow: hidden;
}
.m-productteasermediagallery .productteasermediagallery-lists {
  position: relative;
}
.product-tile-container-placeholder {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  width: 100%;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
}
@-webkit-keyframes plp-tile-loader {
  0% {
    opacity: 0.3;
  }
}
@keyframes plp-tile-loader {
  0% {
    opacity: 0.3;
  }
}
.product-tile-container-placeholder .product-tile-placeholder {
  -webkit-animation: 1s linear infinite alternate plp-tile-loader;
  animation: 1s linear infinite alternate plp-tile-loader;
  margin: 20px 5px 5px 0;
  border-radius: 2px;
  border: 1px solid #d4d9de;
}
.product-tile-container-placeholder
  .product-tile-placeholder
  .product-code-placeholder {
  height: 20px;
  width: 70%;
  border-radius: 2px;
  margin: 10px;
  background-color: #d4d9de;
}
.product-tile-container-placeholder
  .product-tile-placeholder
  .product-name-placeholder {
  height: 20px;
  width: 80%;
  border-radius: 2px;
  margin: 10px;
  background-color: #d4d9de;
}
.product-tile-container-placeholder
  .product-tile-placeholder
  .product-image-placeholder {
  height: 250px;
  width: 95%;
  border-radius: 2px;
  margin: 10px;
  background-color: #d4d9de;
}
.product-tile-container-placeholder .product-tile-placeholder .award-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-tile-container-placeholder
  .product-tile-placeholder
  .award-section
  .product-awards-placeholder {
  height: 50px;
  width: 50px;
  margin: 10px;
  background-color: #d4d9de;
}
.product-tile-container-placeholder
  .product-tile-placeholder
  .product-copi-key-placeholder {
  height: 20px;
  width: 95%;
  border-radius: 2px;
  margin: 10px;
  background-color: #d4d9de;
}
.product-tile-container-placeholder
  .product-tile-placeholder
  .product-cta-area-placeholder {
  height: 30px;
  width: 20%;
  float: right;
  border-radius: 2px;
  margin: 10px;
  background-color: #d4d9de;
}
.m-producttitle .a-link.heading-link {
  color: #000;
}
.m-producttitle .a-link.heading-link:hover {
  color: #0064a6;
}
.m-producttitle .a-heading {
  margin-bottom: 5px;
}
.m-producttitle p {
  font-size: 12px;
  margin-bottom: 5px;
}
.m-producttitle .fragment {
  display: inline-block;
  margin-right: 5px;
}
.m-producttitle .fragment.vervibtID::before {
  content: " - ";
}
@media (min-width: 750px) {
  .product-tile-container-placeholder {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .m-producttitle .subtitle > p {
    margin-right: 10px;
  }
}
.m-prominentdata .prominent-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-prominentdata .prominent-info .info-item {
  float: left;
}
@media (min-width: 900px) {
  .product-tile-container-placeholder {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
  .m-prominentdata .prominent-info .info-item {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-promotionteaser-gc-wpe-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
.m-prominentdata .prominent-info .basic-info {
  border-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 0;
}
.m-prominentdata .prominent-info .basic-info-bold {
  font-weight: 700;
}
.m-prominentdata .prominent-info .basic-info-value {
  padding-left: 10px;
  font-weight: 700;
}
.m-prominentdata .more-info .btn-center {
  float: none;
}
.m-prominentdata .more-info .btn-center:nth-of-type(4n + 1) {
  margin-right: auto;
}
.m-prominentdata .more-info .btn-center a {
  width: 100%;
}
.m-promotionbundle {
  background-color: #fff;
  border: none;
  clear: both;
}
.m-promotionbundle .m-productpromotion.fixed {
  margin: 30px 0;
}
.m-promotionbundleTeaser .teaser-heading-wrapper .teaser-icon {
  vertical-align: middle;
}
.m-promotionbundleTeaser .teaser-heading-wrapper .teaser-heading {
  display: inline;
}
.m-promotionbundleTeaser .teaser-heading-wrapper .teaser-details {
  margin: 15px;
}
.m-promotionbundleTeaser .teaser-content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  position: relative;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  div.content-wrapper:nth-last-child(2)
  span.content-promotion-separator {
  display: none;
}
@media (min-width: 750px) {
  .m-promotionbundleTeaser .teaser-content-wrapper {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
  .m-promotionbundleTeaser .teaser-content-wrapper .content-wrapper {
    background-color: #fff;
    height: auto;
    margin: 20px;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(16) {
    -ms-grid-row: 8;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(19) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(20) {
    -ms-grid-row: 10;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(21) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(22) {
    -ms-grid-row: 11;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(23) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(24) {
    -ms-grid-row: 12;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(25) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(26) {
    -ms-grid-row: 13;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(27) {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(28) {
    -ms-grid-row: 14;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(29) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(30) {
    -ms-grid-row: 15;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(31) {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(32) {
    -ms-grid-row: 16;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(33) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(34) {
    -ms-grid-row: 17;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(35) {
    -ms-grid-row: 18;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(36) {
    -ms-grid-row: 18;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(37) {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(38) {
    -ms-grid-row: 19;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(39) {
    -ms-grid-row: 20;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(40) {
    -ms-grid-row: 20;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(41) {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(42) {
    -ms-grid-row: 21;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(43) {
    -ms-grid-row: 22;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(44) {
    -ms-grid-row: 22;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(45) {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(46) {
    -ms-grid-row: 23;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(47) {
    -ms-grid-row: 24;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(48) {
    -ms-grid-row: 24;
    -ms-grid-column: 2;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(49) {
    -ms-grid-row: 25;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper:nth-child(50) {
    -ms-grid-row: 25;
    -ms-grid-column: 2;
  }
}
.m-promotionbundleTeaser .conent-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  height: auto;
  margin: 20px;
}
.m-promotionbundleTeaser .teaser-product-image {
  padding: 10px 5px 10px 10px;
  min-width: -webkit-calc(50% - 10px);
  min-width: calc(50% - 10px);
}
.m-promotionbundleTeaser .teaser-product-image .callout {
  position: absolute;
  z-index: 1;
  margin: 5px 0 0 5px;
}
.m-promotionbundleTeaser .teaser-product-title {
  padding: 10px 5px 10px 10px;
  min-width: -webkit-calc(50% - 10px);
  min-width: calc(50% - 10px);
}
.m-promotionbundleTeaser .m-producttitle .a-heading {
  font-size: 16px;
  line-height: normal;
}
.m-promotionbundleTeaser .teaser-energylabel-wrapper {
  margin-top: 5px;
  margin-left: 10px;
}
.m-promotionbundleTeaser
  .teaser-energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist
  img {
  max-width: 75px;
}
.m-promotionbundleTeaser .price-information {
  margin-top: 10px;
}
.m-promotionbundleTeaser .price-information .additional-info {
  margin: 0;
}
.m-promotionbundleTeaser .price-information .price {
  margin: 0 0 5px;
}
.m-promotionbundleTeaser .price-information .price .previous {
  margin: 0 0 2.5px;
  text-decoration: line-through;
  color: #999;
}
.m-promotionbundleTeaser .price-information .price-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-promotionbundleTeaser
  .price-information
  .price-info-wrapper
  .a-productavailability {
  margin: 0;
}
.m-promotionbundleTeaser
  .price-information
  .price-info-wrapper
  .current.highlight {
  margin: 0 0 0 10px;
  font-size: 18px;
  line-height: normal;
}
.m-promotionbundleTeaser .price-information .stock-info-wrapper .text {
  display: none;
}
.m-promotionbundleTeaser .price-information .stock-info-wrapper:hover .text {
  display: inline;
}
.m-promotionbundleTeaser .promotion-seperator-wrapper {
  text-align: center;
}
.m-promotionbundleTeaser .promotion-separator {
  display: none;
}
@media (min-width: 750px) {
  .m-promotionbundleTeaser .content-promotion-separator {
    display: none;
  }
  .m-promotionbundleTeaser .promotion-separator {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.m-promotionbundleTeaser .promotion-price-section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-promotionbundleTeaser .promotion-price-section .price-information {
  margin: 10px;
}
.m-promotionbundleTeaser
  .promotion-price-section
  .price-info-wrapper
  .current.highlight {
  margin: 0;
  font-size: 24px;
}
.m-promotionbundleTeaser .promotion-price-section .additional-info {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 12px;
}
.m-promotionbundleTeaser .promotion-price-section .discount.highlight {
  color: red;
}
.m-promotionbundleTeaser .promotion-price-section .promotion-bundle-button {
  margin: 0 10px 10px;
}
@media (min-width: 750px) {
  .m-promotionbundleTeaser .promotion-price-section {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50%;
    grid-template-columns: 50%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(8) {
    -ms-grid-row: 8;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(9) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(10) {
    -ms-grid-row: 10;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(11) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(12) {
    -ms-grid-row: 12;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(13) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(14) {
    -ms-grid-row: 14;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(15) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(16) {
    -ms-grid-row: 16;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(17) {
    -ms-grid-row: 17;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(18) {
    -ms-grid-row: 18;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(19) {
    -ms-grid-row: 19;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(20) {
    -ms-grid-row: 20;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(21) {
    -ms-grid-row: 21;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(22) {
    -ms-grid-row: 22;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(23) {
    -ms-grid-row: 23;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(24) {
    -ms-grid-row: 24;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(25) {
    -ms-grid-row: 25;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(26) {
    -ms-grid-row: 26;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(27) {
    -ms-grid-row: 27;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(28) {
    -ms-grid-row: 28;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(29) {
    -ms-grid-row: 29;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(30) {
    -ms-grid-row: 30;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(31) {
    -ms-grid-row: 31;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(32) {
    -ms-grid-row: 32;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(33) {
    -ms-grid-row: 33;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(34) {
    -ms-grid-row: 34;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(35) {
    -ms-grid-row: 35;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(36) {
    -ms-grid-row: 36;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(37) {
    -ms-grid-row: 37;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(38) {
    -ms-grid-row: 38;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(39) {
    -ms-grid-row: 39;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(40) {
    -ms-grid-row: 40;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(41) {
    -ms-grid-row: 41;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(42) {
    -ms-grid-row: 42;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(43) {
    -ms-grid-row: 43;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(44) {
    -ms-grid-row: 44;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(45) {
    -ms-grid-row: 45;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(46) {
    -ms-grid-row: 46;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(47) {
    -ms-grid-row: 47;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(48) {
    -ms-grid-row: 48;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(49) {
    -ms-grid-row: 49;
    -ms-grid-column: 1;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper:nth-child(50) {
    -ms-grid-row: 50;
    -ms-grid-column: 1;
  }
}
.m-promotionteaser-gc-wpe-grid {
  margin: 0 30px;
}
.m-quantityselector:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-quantityselector .quantityselector-button {
  background: #d4d9de;
  color: #0064a6;
  float: left;
  height: 40px;
  line-height: 12px;
  width: 40px;
}
.m-quantityselector .quantityselector-button .icon {
  margin: -15px;
  padding: 15px;
}
.m-quantityselector .quantityselector-button :hover {
  color: #fff;
}
.m-quantityselector .quantityselector-value {
  background: #fff;
  border: 1px solid #d4d9de;
  float: left;
  height: 40px;
  margin: 0;
  text-align: center;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.m-questiondisplay {
  padding: 2% 0;
}
.m-questiondisplay .average-rating-container {
  border-bottom: 1px solid #d4d9de;
  display: inline-block;
  width: 100%;
  padding: 10px 0 20px;
}
.m-questiondisplay .question-header-buttons {
  float: right;
  margin: 0;
}
.m-questiondisplay .question-header-buttons .a-button {
  display: block;
  margin: 0 0 10px;
  padding: 11px 20px;
}
.m-questiondisplay .question-filterbar-container {
  display: inline-block;
  width: 100%;
}
.m-questiondisplay .questions-header {
  width: 100%;
  display: inline-block;
}
.m-questiondisplay .question-item-container {
  position: relative;
}
.m-questiondisplay .question-search-container {
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .m-questiondisplay .questions-header .question-display-heading {
    display: block;
    font-size: 30px;
    padding: 10px 0 0;
    width: 50%;
  }
  .m-questiondisplay .question-search-container {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50%;
  }
}
.m-questiondisplay .selected-filter-items {
  margin-bottom: 10px;
}
.m-questiondisplay .selected-filter-items .selected-filter {
  padding: 5px 20px;
  background: #f2f2f2;
  color: #000;
  margin-right: 5px;
}
.m-questiondisplay .selected-filter-items .selected-filter .icon-close {
  top: 7px;
  z-index: 9;
}
.m-questiondisplay .loadmore-question {
  width: 100%;
  margin: auto;
  display: block;
  max-width: 200px;
}
.m-questiondisplay_noquestions .a-button {
  width: 20%;
  display: block;
  margin: 0 0 10px;
}
.m-questionfilterbar .questionfilterbar {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-questionfilterbar .questionfilterbar .sort-container {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-questionfilterbar
  .questionfilterbar
  .sort-container
  .questionfilterbar-sort-text {
  margin-right: 10px;
}
.m-questionfilterbar .questionfilterbar-dropdown .m-forminput-dropdown,
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap {
  margin: 0;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container {
  border: 0;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-container--open {
  margin-top: 0;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection {
  background: #000;
  color: #fff;
  outline: 0;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection__arrow {
  font-size: 10px;
}
.m-product-questions {
  margin-left: 100px;
  display: inline-block;
  margin-top: 50px;
}
.m-product-questions .questions-heading {
  font-size: xx-large;
}
.m-questionitemdisplay {
  margin: 3% 0 0;
  border-top: 1px solid #d4d9de;
  padding: 3% 0 0;
  width: 100%;
  display: inline-block;
}
.m-questionitemdisplay .questioncontainer {
  margin: 1% 0;
  width: 100%;
  display: inline-block;
}
.m-questionitemdisplay .questioncontainer .badge-container {
  width: 50%;
  float: right;
  text-align: right;
}
.m-questionitemdisplay .questioncontainer .badge-container .date-of-submit {
  margin: 2% 0 0;
  display: block;
}
.m-questionitemdisplay .questioncontainer .flag-image-wrapper {
  line-height: 1;
}
.m-questionitemdisplay .questioncontainer .flag-image-wrapper span.flag-locale {
  margin-right: 5px;
}
.m-questionitemdisplay .questioncontainer .flag-image-wrapper .nickname {
  font-weight: 700;
}
.m-questionitemdisplay .questioncontainer .title-wrapper .question-title {
  font-size: 16px;
  margin-top: 2%;
}
.m-questionitemdisplay .rating-dimension-container .a-ratingdimension {
  float: left;
  width: 50%;
  margin: 7% 0 0;
}
@media (min-width: 900px) {
  .m-questionitemdisplay .rating-dimension-container .a-ratingdimension {
    margin: 2% 0;
    width: 25%;
  }
}
.m-questionitemdisplay .questionitem-helpful-logo-wrap {
  display: inline-block;
  width: 100%;
}
.m-questionitemdisplay .questionitem-reply {
  padding: 3% 2%;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}
.m-questionitemdisplay .translate-question-reply-link {
  color: #0064a6;
  display: block;
  cursor: pointer;
}
.m-questionitemdisplay .translate-back-question-reply-link {
  color: #0064a6;
  cursor: pointer;
}
.m-questionreply .questionreply-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.m-questionreply .questionreply-container .a-image {
  width: 10%;
}
.m-questionreply .questionreply-container .questionreply-name {
  width: 50%;
  margin-left: 20px;
}
.m-questionreply .questionreply-para {
  text-align: justify;
}
.m-reviews-question.loadReview {
  min-height: 100px;
}
.m-reviews-question ::selection {
  background: #b1d7fe;
}
.m-reviews-question ::-moz-selection {
  background: #b1d7fe;
}
.m-reviews-question .bv-review-heading {
  display: none;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product {
  padding: 0 0 10px !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-on {
  color: #ffb902 !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-off {
  color: #999 !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-number
  .bv-rating {
  color: #2d373c !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-number
  .bv-rating:hover {
  color: #2d373c !important;
  text-decoration: none;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label {
  border-width: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  position: relative !important;
  text-decoration: none !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:active,
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:focus,
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:hover {
  background: 0 0 !important;
  outline: 0 !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:hover {
  color: #3cc8be !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:visited {
  color: #879baa !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets {
  padding-left: 0 !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text {
  border: 1px solid #879baa !important;
  border-radius: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text:focus {
  border: 1px solid #879baa !important;
  outline: #879baa dotted 1px !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text
  ::-webkit-input-placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text
  ::placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text
  :-ms-input-placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 7px !important;
  -webkit-transition: none !important;
  transition: none !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  speak: none !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn:hover {
  background: #a5e1e1 !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn:before {
  color: #fff !important;
  display: block !important;
  font-size: 20px !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn
  span:first-child {
  display: none !important;
  visibility: hidden !important;
}
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-content-product-stats
  .bv-content-product-stats-item
  .bv-content-data-count,
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-content-product-stats
  .bv-content-product-stats-item-first
  .bv-content-data-count,
.m-reviews-question
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-content-product-stats
  .bv-content-product-stats-item-last
  .bv-content-data-count {
  border-width: 0 !important;
}
.m-reviews-question
  #BVRRSearchContainer.hide-review-stats
  .bv-content-product-stats {
  display: none !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label {
  border-width: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  position: relative !important;
  text-decoration: none !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:active,
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:focus,
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:hover {
  background: 0 0 !important;
  outline: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:hover {
  color: #3cc8be !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:visited {
  color: #879baa !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-action-bar-header {
  color: #2d373c;
  font-size: 36px !important;
  line-height: 44px !important;
  margin: 0 0 15px !important;
}
@media (min-width: 750px) {
  .m-reviews-question
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-header
    .bv-action-bar
    .bv-action-bar-header {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 900px) {
  .m-questionreply .questionreply-container .questionreply-name {
    width: 70%;
  }
  .m-reviews-question
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-header
    .bv-action-bar
    .bv-action-bar-header {
    font-size: 54px !important;
    line-height: 60px !important;
  }
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-ask-question-container.bv-write-container
  .bv-ask-question {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 11px !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-ask-question-container.bv-write-container
  .bv-ask-question:hover {
  background: #a5e1e1 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar
  .bv-control-bar-count {
  padding-left: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar
  .bv-control-bar-sort {
  padding-right: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar
  .bv-control-bar-sort
  .bv-dropdown-target {
  padding-right: 15px !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar
  .bv-control-bar-sort
  .bv-dropdown-target
  .bv-dropdown-arrow {
  right: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions.bv-focusable:focus {
  outline: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-title {
  color: #2d373c;
  font-size: 28px !important;
  line-height: 34px !important;
  margin: 0 0 15px !important;
}
@media (min-width: 750px) {
  .m-reviews-question
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-content-list-Questions
    .bv-content-item
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
@media (min-width: 900px) {
  .m-reviews-question
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-content-list-Questions
    .bv-content-item
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link {
  color: #879baa !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link:hover {
  color: #3cc8be !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link:visited {
  color: #879baa !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-core-float:hover
  .bv-content-title
  a {
  color: #3cc8be !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-container:hover
  .bv-secondary-content-link {
  text-decoration: none !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item:hover
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn {
  background-color: transparent !important;
  background-image: none !important;
  border-width: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container {
  padding-left: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn {
  border-left: 0 !important;
  border-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  position: relative !important;
  text-decoration: none !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:active,
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:hover {
  outline: 0 !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:hover {
  color: #3cc8be !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:visited {
  color: #879baa !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:active,
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:focus {
  background: 0 0 !important;
  border: none !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  .bv-mbox-content-container
  .bv-mbox-breadcrumb {
  padding-left: 0 !important;
  color: #2d373c;
  font-size: 36px !important;
  line-height: 44px !important;
  margin: 0 0 15px !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close {
  display: inline-block !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  right: 20px !important;
  speak: none !important;
  top: 20px !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close:hover:before {
  color: #2d373c !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close:before {
  color: #879baa !important;
  display: block !important;
  font-size: 20px !important;
}
.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close
  span:first-child {
  display: none !important;
  visibility: hidden !important;
}
.m-questionsearchbox {
  width: 100%;
}
.m-questionsearchbox .questionsearchbox-wrapper {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d4d9de;
}
.m-questionsearchbox .questionsearchbox-inputbox {
  position: relative;
  border: 0;
}
.m-questionsearchbox .questionsearchbox-inputbox input,
.m-questionsearchbox .questionsearchbox-inputbox input.m-forminput {
  margin: 0;
  border: 0;
  width: 100%;
  padding: 10px;
}
.m-questionsearchbox .questionsearchbox-inputbox input.m-forminput:focus,
.m-questionsearchbox .questionsearchbox-inputbox input.m-forminput:hover,
.m-questionsearchbox .questionsearchbox-inputbox input.m-forminput:visited,
.m-questionsearchbox .questionsearchbox-inputbox input:focus,
.m-questionsearchbox .questionsearchbox-inputbox input:hover,
.m-questionsearchbox .questionsearchbox-inputbox input:visited {
  outline: 0;
}
.m-questionsearchbox .questionsearchbox-close-icon {
  position: absolute;
  right: 10px;
  top: 12px;
  cursor: pointer;
}
.m-questionsearchbox .questionsearchbox-close-icon .icon {
  font-size: 14px;
}
.m-questionsearchbox .questionsearchbox-submit {
  position: absolute;
}
.m-questionsearchbox .questionsearchbox-submit .question-search-button,
.m-questionsearchbox .questionsearchbox-submit .question-search-button:hover {
  background: #fff;
  color: #000;
  outline: 0;
}
.m-questionsearchbox .questionsearchbox-submit .question-search-button::before,
.m-questionsearchbox
  .questionsearchbox-submit
  .question-search-button:hover::before {
  display: none;
}
.m-quicklinkmessages {
  clear: both;
  cursor: pointer;
}
.m-quicklinkmessages .icon {
  padding-left: 5px;
}
.m-quicklinkmessages .icon-message-available {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-quotationcancellation {
  padding-left: 10px;
}
.m-quotationcancellation + .notesanchorlink {
  padding-right: 10px;
  border-right: 1px solid #d4d9de;
}
.m-rangeslider .rangeslider-heading-icon {
  color: #0064a6;
}
.m-rangeslider .rangeslider-heading {
  font-size: 16px;
}
.m-rangeslider.rangeslider-rebrush {
  padding: 0 10px;
}
.m-rangeslider.rangeslider-rebrush .rangeslider {
  margin: 50px 5px 30px;
}
.m-rangeslider.rangeslider-rebrush .rangeslider .noUi-handle:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
  line-height: 10px;
  top: -9px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 50%;
  color: #fff;
  background-color: #2c5de5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-rangeslider.rangeslider-rebrush .rangeslider .rangeslider-value-lower,
.m-rangeslider.rangeslider-rebrush .rangeslider .rangeslider-value-upper {
  margin: 16px 0 0;
}
.m-rangeslider .rangeslider {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 1px;
  position: relative;
}
.m-rangeslider .rangeslider .noUi-handle {
  background: 0 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: ew-resize;
}
.m-rangeslider .rangeslider .noUi-handle:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  background: 0 0;
  color: #41aaaa;
  left: -10px;
  position: absolute;
}
.m-rangeslider .rangeslider .noUi-handle:hover:before {
  color: #3cc8be;
}
.m-rangeslider .rangeslider .noUi-base {
  height: 100%;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 1;
}
.m-rangeslider .rangeslider .noUi-origin {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-rangeslider .rangeslider .rangeslider-value-lower,
.m-rangeslider .rangeslider .rangeslider-value-upper {
  border: 0;
  color: #2d373c;
  font-size: 16px;
  margin: 25px 0 0;
  padding: 0;
  width: 50px;
}
.m-rangeslider .rangeslider .rangeslider-value-lower {
  float: left;
  text-align: left;
}
.m-rangeslider .rangeslider .rangeslider-value-upper {
  float: right;
  text-align: right;
}
.m-ratingdistribution .rating-distribution-container {
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
}
@media (min-width: 750px) {
  .m-reviews-question
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-inline-form-container
    .bv-mbox-content-container
    .bv-mbox-breadcrumb {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .m-rangeslider .rangeslider-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .m-ratingdistribution .rating-distribution-container {
    width: 50%;
    padding: 0 30px 0 0;
  }
}
.m-ratingdistribution .average-distribution-container {
  padding: 0;
  float: left;
  width: 100%;
  margin: 20px 0 0;
}
@media (min-width: 750px) {
  .m-ratingdistribution .average-distribution-container {
    width: 50%;
    padding: 0;
  }
}
.m-ratingrow {
  padding: 2% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-ratingrow .ratingrow-label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-ratingrow .ratingrow-progressbar {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.m-ratingrow .ratingrow-value {
  text-align: right;
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}
.m-ratingsummary a.questions,
.m-ratingsummary a.reviews {
  display: inline-block;
}
.m-ratingsummary a.questions:before {
  content: "|";
}
.m-recaptcha {
  width: 100%;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-recaptcha .recaptcha-content-wrapper {
  width: 100%;
  float: right;
}
@media (min-width: 750px) {
  .m-recaptcha .recaptcha-content-wrapper {
    width: 50%;
  }
  .m-signin .m-recaptcha .recaptcha-content-wrapper {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-reviews-question
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-inline-form-container
    .bv-mbox-content-container
    .bv-mbox-breadcrumb {
    font-size: 54px !important;
    line-height: 60px !important;
  }
  .m-rangeslider .rangeslider-heading {
    font-size: 24px;
    line-height: 22px;
  }
  .m-ratingdistribution .average-distribution-container {
    padding: 0 0 0 30px;
  }
  .m-recaptcha .recaptcha-content-wrapper {
    width: 25%;
  }
}
.m-recaptcha .recaptcha-content-wrapper .text {
  font-size: 12px;
  margin: 0 0 15px;
}
.g-col .m-recaptcha {
  padding-left: 0;
  padding-right: 0;
}
.newsletter-subscription .m-recaptcha .recaptcha-content-wrapper,
.newsletter-unsubscription .m-recaptcha .recaptcha-content-wrapper,
.postcheckout-registration .m-recaptcha .recaptcha-content-wrapper {
  float: none;
}
.m-signin .m-recaptcha .recaptcha-content-wrapper {
  padding-left: 0;
  float: left;
}
.m-signin .m-recaptcha .recaptcha-content-wrapper .a-link {
  margin: 0;
}
.m-signin .m-recaptcha + .form-actions {
  display: block;
}
.m-signin.signin_grid .m-recaptcha {
  padding-left: 0;
}
.m-signin.signin_grid .m-recaptcha .recaptcha-content-wrapper {
  float: left;
}
.m-retailer-reviews {
  float: left;
  margin-top: 10px;
}
.m-retailer-reviews:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 750px) {
  .m-signin.signin_grid .m-recaptcha .recaptcha-content-wrapper {
    width: 100%;
  }
  .m-retailer-reviews {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    margin-top: 0;
  }
}
.m-retailer-reviews > .a-link {
  margin-top: 10px;
}
#pl-returns-plugin {
  padding: 0;
}
#pl-returns-plugin ul.pl-dropdown-menu.pl-dropdown-border {
  background-color: #fff !important;
}
#pl-returns-plugin .pl-card {
  background: #fff !important;
}
#pl-returns-plugin .pl-problemdescription-section .pl-input {
  background-color: #000 !important;
  color: #fff !important;
}
#pl-returns-plugin .pl-page-signin,
#pl-returns-plugin .pl-style-compact {
  margin-top: 0 !important;
}
#pl-returns-plugin .pl-page-signin h1,
#pl-returns-plugin .pl-style-compact h1 {
  font-weight: 600;
  font-size: 17px;
}
#pl-returns-plugin .pl-page-signin .pl-header,
#pl-returns-plugin .pl-style-compact .pl-header {
  font-size: 22px;
  font-weight: 700;
}
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list-notreturnable
  .pl-toogle-title
  a,
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list-notreturnable
  .pl-toogle-title
  p
  a,
#pl-returns-plugin .pl-page-signin .pl-header-text a,
#pl-returns-plugin .pl-page-signin .pl-header-text p a,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list-notreturnable
  .pl-toogle-title
  a,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list-notreturnable
  .pl-toogle-title
  p
  a,
#pl-returns-plugin .pl-style-compact .pl-header-text a,
#pl-returns-plugin .pl-style-compact .pl-header-text p a {
  font-size: inherit !important;
  text-decoration: none !important;
}
#pl-returns-plugin .pl-page-signin .pl-space-top .pl-space-top--double,
#pl-returns-plugin .pl-style-compact .pl-space-top .pl-space-top--double {
  margin-top: 10px;
}
#pl-returns-plugin .pl-page-signin label:not(.pl-radio):not(.pl-checkbox),
#pl-returns-plugin .pl-style-compact label:not(.pl-radio):not(.pl-checkbox) {
  font-size: 14px;
  font-weight: inherit;
}
#pl-returns-plugin .pl-page-signin .pl-button,
#pl-returns-plugin .pl-page-signin .pl-button--primary,
#pl-returns-plugin .pl-page-signin .pl-input,
#pl-returns-plugin .pl-page-signin .pl-input-message--error,
#pl-returns-plugin .pl-style-compact .pl-button,
#pl-returns-plugin .pl-style-compact .pl-button--primary,
#pl-returns-plugin .pl-style-compact .pl-input,
#pl-returns-plugin .pl-style-compact .pl-input-message--error {
  font-size: 14px;
}
#pl-returns-plugin .pl-page-signin .pl-button--primary,
#pl-returns-plugin .pl-style-compact .pl-button--primary {
  background-color: #0064a6;
}
#pl-returns-plugin
  .pl-page-signin
  .pl-checkbox
  input[type="checkbox"]:checked
  ~ .pl-checkbox-icon,
#pl-returns-plugin
  .pl-style-compact
  .pl-checkbox
  input[type="checkbox"]:checked
  ~ .pl-checkbox-icon {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pl-returns-plugin
  .pl-page-signin
  .pl-checkbox
  input[type="checkbox"]:checked
  ~ .pl-checkbox-icon:after,
#pl-returns-plugin
  .pl-style-compact
  .pl-checkbox
  input[type="checkbox"]:checked
  ~ .pl-checkbox-icon:after {
  background-image: url(https://icon.parcellab.com/myicons/interface_essential/done_check_3?color=0064a6) !important;
  background-color: #fff !important;
  background-size: 18px !important;
}
#pl-returns-plugin .pl-page-signin .pl-checkbox .pl-checkbox-icon,
#pl-returns-plugin .pl-style-compact .pl-checkbox .pl-checkbox-icon {
  width: 20px !important;
  height: 20px !important;
}
#pl-returns-plugin .pl-page-signin .pl-toggle-section .pl-toggle-section-header,
#pl-returns-plugin
  .pl-style-compact
  .pl-toggle-section
  .pl-toggle-section-header {
  padding: 20px 0 0;
}
#pl-returns-plugin
  .pl-page-signin.pl-page-return
  .pl-article-list
  .pl-card-article
  .pl-article-details
  .pl-article-select-toggle-wrapper
  .pl-checkbox
  .pl-checkbox-icon,
#pl-returns-plugin
  .pl-style-compact.pl-page-return
  .pl-article-list
  .pl-card-article
  .pl-article-details
  .pl-article-select-toggle-wrapper
  .pl-checkbox
  .pl-checkbox-icon {
  border: 1px solid #0064a6 !important;
  border-radius: unset !important;
}
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list
  .pl-card-article
  .pl-desc-item,
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-card-article
  .pl-desc-item,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list
  .pl-card-article
  .pl-desc-item,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-card-article
  .pl-desc-item {
  font-size: 14px;
}
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list
  .pl-card-article
  .pl-desc-item
  .pl-desc-term,
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-card-article
  .pl-desc-item
  .pl-desc-term,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list
  .pl-card-article
  .pl-desc-item
  .pl-desc-term,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-card-article
  .pl-desc-item
  .pl-desc-term {
  font-weight: 700;
  opacity: 1;
}
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu,
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu {
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
}
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu
  li.selected,
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu
  li:hover,
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu
  li.selected,
#pl-returns-plugin
  .pl-page-signin
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu
  li:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu
  li.selected,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu
  li:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu
  li.selected,
#pl-returns-plugin
  .pl-style-compact
  .pl-article-list-notreturnable
  .pl-toggle-section-content
  .pl-article-options
  .pl-dropdown
  ul.pl-dropdown-menu
  li:hover {
  background-color: #f2f2f2;
  color: #000;
}
#pl-returns-plugin .pl-page-signin .pl-card,
#pl-returns-plugin .pl-style-compact .pl-card {
  background-color: #fff;
  color: #000;
}
#pl-returns-plugin .pl-page-signin .pl-card h3,
#pl-returns-plugin .pl-style-compact .pl-card h3 {
  font-weight: 600;
  font-size: 17px;
}
#pl-returns-plugin .pl-page-signin .pl-card .pl-card-section--center h3,
#pl-returns-plugin .pl-page-signin .pl-modal-wrapper .pl-modal .pl-card > h3,
#pl-returns-plugin .pl-style-compact .pl-card .pl-card-section--center h3,
#pl-returns-plugin .pl-style-compact .pl-modal-wrapper .pl-modal .pl-card > h3 {
  font-size: 17px;
  font-weight: 600;
}
#pl-returns-plugin .pl-card.pl-card-no-padding {
  background: #fff !important;
}
.parcellab-track-trace .pl-box {
  background-color: #fff !important;
}
.parcellab-track-trace .pl-box .pl-box-heading {
  font-size: 20px !important;
  font-weight: 100 !important;
}
.parcellab-track-trace .pl-box .pl-box-body .pl-cal-week-day {
  font-size: 20px !important;
  font-weight: 200 !important;
  color: red !important;
}
.parcellab-track-trace .pl-box .pl-box-body .pl-cal-day {
  font-size: 60px !important;
  font-weight: 600 !important;
}
.parcellab-track-trace .pl-box .pl-box-body .pl-cal-month {
  font-size: 14px !important;
}
.parcellab-track-trace .pl-box .pl-box-body .pl-time-data {
  font-size: 20px !important;
  font-weight: 200 !important;
}
.parcellab-track-trace .pl-box .pl-box-body .pl-prediction-caption {
  color: #999 !important;
  font-size: 14px !important;
}
.parcellab-track-trace .pl-box .pl-box-body .pl-button {
  background-color: #fff !important;
}
.parcellab-track-trace
  .pl-box
  .pl-box-body
  .pl-rating-body
  .pl-courier-vote
  .pl-vote-down
  img {
  content: url(https://icons.parcellab.com/thumbs_down?color=000) !important;
}
.parcellab-track-trace
  .pl-box
  .pl-box-body
  .pl-rating-body
  .pl-courier-vote
  .pl-vote-up
  img {
  content: url(https://icons.parcellab.com/thumbs_up?color=000) !important;
}
.parcellab-track-trace .pl-space-top a {
  color: #fff !important;
}
.parcellab-track-trace .pl-space-top a div {
  color: #fff !important;
  opacity: 1;
}
.parcellab-track-trace .pl-space-top .pl-button {
  background-color: #0064a6 !important;
}
.parcellab-track-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-box
  .pl-box-body
  .pl-rating-body
  .pl-vote-up
  img {
  content: url(https://icons.parcellab.com/thumbs_up?color=000) !important;
}
.parcellab-track-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-box
  .pl-box-body
  .pl-rating-body
  .pl-vote-down
  img {
  content: url(https://icons.parcellab.com/thumbs_down?color=000) !important;
}
.parcellab-track-trace .pl-box-aside-left .pl-button {
  background-color: #2b5ee5 !important;
}
.parcellab-track-trace .pl-box-aside-left a {
  color: #fff !important;
}
.parcellab-track-trace .pl-box-aside-left a div {
  color: #fff !important;
  opacity: 1;
}
.parcellab-track-trace .pl-box-aside-left a div img {
  content: url(https://icons.parcellab.com/event?color=000) !important;
}
.parcellab-track-trace
  .pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon-left
  img {
  content: url(https://icons.parcellab.com/order_processed?color=333) !important;
}
.parcellab-track-trace
  .pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon-center
  img {
  content: url(https://icons.parcellab.com/info_truck?color=333) !important;
}
.parcellab-track-trace
  .pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon-right
  img {
  content: url(https://icons.parcellab.com/success_standard?color=333) !important;
}
.badge,
.brand,
.cart-badge {
  display: inline-block;
}
.m-reviewerdemographics {
  margin: 10px 0 30px;
}
.m-reviewerdemographics .user-demograph-title {
  font-weight: 700;
}
.review-placeholder-container .reviewratingcontainer {
  height: 35px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.review-placeholder-container .review-title {
  height: 30px;
  width: 50%;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.review-placeholder-container .review-text {
  height: 25px;
  width: 70%;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-reviewextrainfo {
  float: right;
  width: 100%;
  text-align: right;
  margin: 2% 0 0;
}
@media (min-width: 900px) {
  .m-signin .m-recaptcha {
    padding-left: 15px;
  }
  .m-signin .m-recaptcha .recaptcha-content-wrapper {
    width: 25%;
  }
  .m-reviewextrainfo,
  .m-signin.signin_grid .m-recaptcha .recaptcha-content-wrapper {
    width: 50%;
  }
}
.m-reviewextrainfo .extra-review-syndicate-image {
  margin: 0 0 0 8px;
  float: right;
  height: auto;
  max-width: 55px;
}
.m-reviewextrainfo .extra-review-image {
  margin: 0 0 0 8px;
  vertical-align: bottom;
  height: auto;
  max-width: 55px;
}
.m-reviewextrainfo .extra-review-image-container {
  width: 50px;
  height: auto;
}
.m-reviewfilterbar .filterbar {
  width: 100%;
  background-color: #41aaaa;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 13px;
}
.m-reviewfilterbar .filterbar .sort-container {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-reviewfilterbar .filterbar .reviewfilterbar-sort-text {
  margin-left: 5px;
}
.m-reviewfilterbar .filter-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-reviewfilterbar .filter-options .m-forminput-dropdown {
  max-width: auto;
  display: inline-block;
  margin: 0;
}
.m-reviewfilterbar
  .filter-options
  .m-forminput-dropdown
  .review-filter-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-reviewfilterbar .filter-options .m-forminput-dropdown .select2-container {
  border: 0;
}
.m-reviewfilterbar
  .filter-options
  .m-forminput-dropdown
  .select2-container
  .select2-results__option {
  padding-left: 10px;
}
.m-reviewfilterbar
  .filter-options
  .m-forminput-dropdown
  .select2-container
  .select2-results__option[aria-selected="true"] {
  color: #999;
  background-color: #fff;
  display: none;
}
.m-reviewfilterbar
  .filter-options
  .m-forminput-dropdown
  .select2-container
  .select2-selection__rendered {
  color: #2d373c;
}
.m-reviewfilterbar
  .filter-options
  .m-forminput-dropdown
  .select2-container--open
  .select2-selection {
  background: #fff;
}
.m-reviewfilterbar .filter-options .m-forminput-dropdown .select2-selection {
  padding-left: 10px;
  padding-right: 24px;
  color: #2d373c;
  background: #fff;
}
@media (min-width: 900px) {
  .m-reviewfilterbar .filter-options {
    display: block;
  }
  .m-reviewfilterbar .filter-options .m-forminput-dropdown {
    max-width: 30%;
    margin: auto;
  }
  .m-reviewfilterbar
    .filter-options
    .m-forminput-dropdown
    .select2-container
    .select2-results__option,
  .m-reviewfilterbar .filter-options .m-forminput-dropdown .select2-selection {
    padding-left: 10px;
  }
}
.m-reviewfilterbar
  .filter-options
  .m-forminput-dropdown
  .select2-selection
  .select2-selection__arrow {
  color: #2d373c;
  font-size: 10px;
  top: 6px;
}
.m-reviewfilterbar .filter-options .m-forminput-checkbox {
  max-width: auto;
  display: inline-block;
}
@media (min-width: 900px) {
  .m-reviewfilterbar .filter-options .m-forminput-checkbox {
    max-width: 30%;
    margin: auto;
  }
}
@media (min-width: 750px) {
  .m-reviewfilterbar .filter-options .m-forminput-checkbox {
    margin: 20px 0 0;
  }
}
.m-reviewfilterbar .filter-options .m-forminput-checkbox .label-text {
  padding: 10px;
}
.m-reviewfilterbar .filter-options .m-forminput-checkbox.toggle-disabled {
  opacity: 0.5;
}
.m-reviewfilterbar .filter-options .m-chips-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-reviewfilterbar .filter-options .m-chips .dropdown-content {
  z-index: 10;
}
.m-reviewfilterbar .filter-options .m-chips .m-forminput-checkbox {
  display: block;
  max-width: none;
  margin: 0;
}
.m-reviewfilterbar .filter-options .m-chips .m-forminput-checkbox .label-text {
  padding: 0;
}
.m-reviewfilterbar .reviewfilterbar-dropdown .m-forminput-dropdown,
.m-reviewfilterbar
  .reviewfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap {
  margin: 0;
}
.m-reviewfilterbar
  .reviewfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container {
  border: 0;
}
.m-reviewfilterbar
  .reviewfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-container--open {
  margin-top: 0;
}
.m-reviewfilterbar
  .reviewfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection {
  background: #fff;
  color: #2d373c;
  outline: 0;
}
.m-reviewfilterbar
  .reviewfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection__arrow {
  font-size: 10px;
}
.m-review-FilterBar-Layer .filterbar-layer {
  width: 100%;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-review-filter-modal {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-review-filter-modal .review-filter-modal {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  padding: 10px 0;
  overflow: auto;
}
.m-review-filter-modal .review-filter-modal.open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.m-review-filter-modal .review-filter-modal.animation-in {
  -webkit-animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    blowUpModal;
  animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards blowUpModal;
}
.m-review-filter-modal .review-filter-modal.animation-out {
  -webkit-animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    blowUpModalReverse;
  animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards blowUpModalReverse;
}
.m-review-filter-modal .review-filter-modal .header {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-review-filter-modal .review-filter-modal .icon.close-modal:focus {
  outline: #000 dotted 1px;
}
.m-review-filter-modal .review-filter-modal .general-filter {
  position: relative;
  height: 65vh;
  overflow-y: scroll;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter-modal-toggle {
  border-top: 1px solid #eee;
  padding: 5px;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter-modal-toggle
  .label-text {
  padding-left: 5px;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter-modal-toggle
  .a-toggleSwitch {
  float: right;
}
.m-review-filter-modal .review-filter-modal .general-filter .filter {
  border-top: 1px solid #eee;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter.open
  .filter-content {
  display: block;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter.open
  .selected-filters {
  display: none;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-head:focus {
  outline: #000 dotted 1px;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-head
  .filter-toggle {
  margin-left: 10px;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-head
  .selected-filters {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #0064a6;
  margin: 5px 0;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-text-container {
  overflow: hidden;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-text-container
  .filter-name
  .filter-name-text {
  font-weight: 700;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-text-container
  .filter-name
  .a-button {
  height: auto;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-content {
  padding: 5px;
}
.m-review-filter-modal
  .review-filter-modal
  .general-filter
  .filter
  .filter-content
  .review-filter-form {
  margin-top: 5px;
  padding: 5px;
  margin-left: 5px;
}
.m-review-filter-modal
  .review-filter-modal
  .modal-filter-reviews-button-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}
.m-review-filter-modal
  .review-filter-modal
  .modal-filter-reviews-button-container
  .modal-filter-reviews-button {
  border-radius: 6px;
  width: 100%;
}
.m-review-filter-modal .review-filter-modal .m-layer {
  margin-top: 30%;
}
.m-reviewitem .reviewitem-inner {
  position: relative;
}
.m-reviewitem .reviewitem-product-content {
  clear: both;
  padding: 15px 5px;
}
.m-reviewitem .reviewitem-header .a-rating {
  margin-right: 10px;
}
.m-reviewitem .reviewitem-header .date {
  display: inline-block;
  font-size: 12px;
}
.m-reviewitem .reviewitem-header .product-family a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
}
.m-reviewitem .js-content .reviewitem-content {
  min-height: 110px;
}
@media (min-width: 750px) {
  .m-reviewitem .reviewitem-product-content {
    clear: none;
  }
  .m-reviewitem .reviewitem-content {
    padding-left: 130px;
  }
}
.m-reviewitem .reviewitem-header {
  padding: 0 5px 0 15px;
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  float: left;
}
@media (min-width: 750px) {
  .m-reviewitem .reviewitem-header {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
.m-reviewitem .reviewitem-footer .more-less-container {
  position: absolute;
  right: 0;
  width: 100%;
}
.m-reviewitem .reviewitem-footer .more-less-container .a-morelesslink {
  background: #f2f2f2;
  color: #000;
  margin-bottom: 0;
  opacity: 0.9;
  padding: 0;
}
.m-reviewitem .reviewitem-product-image {
  height: 75px;
  width: 75px;
  float: left;
}
@media (min-width: 750px) {
  .m-reviewitem .reviewitem-product-image {
    width: 120px;
    height: 120px;
    padding-bottom: 5px;
  }
}
.m-reviewitem .reviewitem-product-image .a-image {
  height: 100%;
}
.m-reviewitem .reviewitem-product-image .a-image picture {
  bottom: 0;
  left: 0;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-reviewitem .reviewitem-product-image .a-image picture img {
  bottom: 0;
  left: 0;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
  max-width: 100%;
}
.m-reviewitemreviewdisplay {
  margin: 20px 0 0;
  border-top: 1px solid #d4d9de;
  padding: 20px 0 0;
  width: 100%;
  display: inline-block;
}
.m-reviewitemreviewdisplay .reviewratingcontainer {
  margin: 0;
  width: 100%;
  display: inline-block;
}
.m-reviewitemreviewdisplay .reviewratingcontainer .review-rating {
  float: left;
}
.m-reviewitemreviewdisplay .reviewratingcontainer .badge-container {
  float: right;
  text-align: right;
}
.m-reviewitemreviewdisplay
  .reviewratingcontainer
  .badge-container
  .date-of-submit {
  margin: 2% 0 0;
  display: block;
}
.m-reviewitemreviewdisplay .reviewratingcontainer .flag-image-wrapper {
  line-height: 1;
}
.m-reviewitemreviewdisplay
  .reviewratingcontainer
  .flag-image-wrapper
  span.flag-locale {
  margin-right: 5px;
}
.m-reviewitemreviewdisplay .translate-review-link {
  color: #0064a6;
  display: block;
  cursor: pointer;
}
.m-reviewitemreviewdisplay .translate-back-review-link {
  color: #0064a6;
  cursor: pointer;
}
.m-reviewitemreviewdisplay .review-is-translated-text {
  margin-bottom: 0.5rem;
}
.m-reviewitemreviewdisplay .rating-dimension-container .a-ratingdimension {
  float: left;
}
.m-reviewitemreviewdisplay .reviewitem-helpfull-logo-wrap {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #d4d9de;
}
.m-reviewitemreviewdisplay .reviewitem-reply {
  display: inline-block;
  border-bottom: 1px solid #d4d9de;
  width: 100%;
}
.m-reviewitemreviewdisplay
  .reviewitem-reply
  .reviewreply
  .reviewreply-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.m-reviewitemreviewdisplay
  .reviewitem-reply
  .reviewreply
  .reviewreply-container
  .a-image {
  width: 10%;
}
.m-reviewitemreviewdisplay
  .reviewitem-reply
  .reviewreply
  .reviewreply-container
  .reviewreply-name {
  width: 50%;
  margin-left: 40px;
}
.m-reviewitemreviewdisplay .reviewitem-reply .reviewreply .reviewreply-para {
  width: 85%;
  padding: 20px 0 0 70px;
  text-align: justify;
}
@media (min-width: 750px) {
  .m-reviewitemreviewdisplay .reviewitem-reply .reviewreply .reviewreply-para {
    padding: 20px 0 0 110px;
  }
}
@media (min-width: 900px) {
  .m-reviewitemreviewdisplay .rating-dimension-container .a-ratingdimension {
    margin: 2% 0;
    width: 25%;
  }
  .m-reviewitemreviewdisplay
    .reviewitem-reply
    .reviewreply
    .reviewreply-container
    .reviewreply-name {
    width: 100%;
  }
  .m-reviewitemreviewdisplay .reviewitem-reply .reviewreply .reviewreply-para {
    width: 65%;
    padding: 20px 0 0 130px;
  }
}
.m-reviewitemreviewdisplay .show-more-review.hidden {
  display: none;
}
.m-reviewitemreviewdisplay .show-truncated-text {
  overflow: hidden;
  max-height: -webkit-calc(18px * 5);
  max-height: calc(18px * 5);
  margin-bottom: 0;
  position: relative;
}
.m-reviewitemreviewdisplay .show-full-text {
  height: auto;
  line-height: 18px;
}
.m-reviewreply .reviewreply-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.m-reviewreply .reviewreply-container .a-image {
  width: 10%;
}
.m-reviewreply .reviewreply-container .reviewreply-name {
  width: 50%;
  margin-left: 40px;
}
.m-reviewreply .reviewreply-para {
  width: 85%;
  padding: 20px 0 0 70px;
  text-align: justify;
}
.m-reviews.loadReview {
  min-height: 100px;
}
.m-reviews ::selection {
  background: #b1d7fe;
}
.m-reviews ::-moz-selection {
  background: #b1d7fe;
}
.m-reviews .bv-review-heading {
  display: none;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product {
  padding: 0 0 10px !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-on {
  color: #ffb902 !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-off {
  color: #999 !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-number
  .bv-rating {
  color: #2d373c !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-number
  .bv-rating:hover {
  color: #2d373c !important;
  text-decoration: none;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label {
  border-width: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  position: relative !important;
  text-decoration: none !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:active,
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:focus,
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:hover {
  background: 0 0 !important;
  outline: 0 !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:hover {
  color: #3cc8be !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-rating-ratio-count
  .bv-text-link.bv-rating-label:visited {
  color: #879baa !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets {
  padding-left: 0 !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text {
  border: 1px solid #879baa !important;
  border-radius: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text:focus {
  border: 1px solid #879baa !important;
  outline: #879baa dotted 1px !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text
  ::-webkit-input-placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text
  ::placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  input.bv-text
  :-ms-input-placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 7px !important;
  -webkit-transition: none !important;
  transition: none !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  speak: none !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn:hover {
  background: #a5e1e1 !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn:before {
  color: #fff !important;
  display: block !important;
  font-size: 20px !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-search.bv-submission
  .bv-fieldsets
  .bv-content-btn.bv-content-search-btn
  span:first-child {
  display: none !important;
  visibility: hidden !important;
}
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-content-product-stats
  .bv-content-product-stats-item
  .bv-content-data-count,
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-content-product-stats
  .bv-content-product-stats-item-first
  .bv-content-data-count,
.m-reviews
  #BVRRSearchContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead
  .bv-content-product-stats
  .bv-content-product-stats-item-last
  .bv-content-data-count {
  border-width: 0 !important;
}
.m-reviews #BVRRSearchContainer.hide-review-stats .bv-content-product-stats {
  display: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-on {
  color: #ffb902 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-off {
  color: #999 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-write-review-label {
  border-width: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  position: relative !important;
  text-decoration: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-write-review-label:active,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-write-review-label:focus,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-write-review-label:hover {
  background: 0 0 !important;
  outline: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-write-review-label:hover {
  color: #3cc8be !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-write-review-label:visited {
  color: #879baa !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-action-bar-header {
  color: #2d373c;
  font-size: 36px !important;
  line-height: 44px !important;
  margin: 0 0 15px !important;
}
@media (min-width: 750px) {
  .m-reviewreply .reviewreply-para {
    padding: 20px 0 0 110px;
  }
  .m-reviews
    #BVRRContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-header
    .bv-action-bar
    .bv-action-bar-header {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 900px) {
  .m-reviewreply .reviewreply-container .reviewreply-name {
    width: 100%;
  }
  .m-reviewreply .reviewreply-para {
    width: 65%;
    padding: 20px 0 0 130px;
  }
  .m-reviews
    #BVRRContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-header
    .bv-action-bar
    .bv-action-bar-header {
    font-size: 54px !important;
    line-height: 60px !important;
  }
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-write-review-container.bv-write-container
  .bv-write-review {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 11px !important;
  -webkit-transition: none !important;
  transition: none !important;
  width: 100% !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-write-review-container.bv-write-container
  .bv-write-review:hover {
  background: #a5e1e1 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-content-title {
  color: #2d373c;
  font-size: 28px !important;
  line-height: 34px !important;
  margin: 0 0 15px !important;
}
@media (min-width: 750px) {
  .m-reviews
    #BVRRContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-header
    .bv-section-summary
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
@media (min-width: 900px) {
  .m-reviews
    #BVRRContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-header
    .bv-section-summary
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-inline-histogram-ratings
  table {
  margin-left: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-inline-histogram-ratings
  table
  caption.bv-histogram-filter-helper {
  font-size: 16px !important;
  line-height: 28px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-inline-histogram-ratings
  table
  .bv-inline-histogram-ratings-star {
  padding-left: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-inline-histogram-ratings
  table
  .bv-inline-histogram-ratings-bar
  .bv-content-secondary-ratings-container {
  background-color: #d4d9de !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-inline-histogram-ratings
  table
  .bv-inline-histogram-ratings-bar
  .bv-content-secondary-ratings-container
  .bv-content-secondary-ratings-value {
  background-color: #41aaaa !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  table
  .bv-secondary-rating-summary-stars
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-on {
  color: #ffb902 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  table
  .bv-secondary-rating-summary-stars
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-off {
  color: #999 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  table
  .bv-secondary-rating-summary-bars-container
  .bv-content-secondary-ratings-bars,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  table
  .bv-secondary-rating-summary-bars-container
  .bv-secondary-rating-summary-bars {
  background-color: #d4d9de !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  table
  .bv-secondary-rating-summary-bars-container
  .bv-content-secondary-ratings-bars
  .bv-content-secondary-ratings-value,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  table
  .bv-secondary-rating-summary-bars-container
  .bv-content-secondary-ratings-bars
  .bv-secondary-rating-summary-value,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  table
  .bv-secondary-rating-summary-bars-container
  .bv-secondary-rating-summary-bars
  .bv-content-secondary-ratings-value,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-section-summary
  .bv-section-summary-table
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  table
  .bv-secondary-rating-summary-bars-container
  .bv-secondary-rating-summary-bars
  .bv-secondary-rating-summary-value {
  background-color: #41aaaa !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar-count {
  padding-left: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-relevancy-popup-target {
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  margin-right: 0 !important;
  right: 0 !important;
  speak: none !important;
  top: 8px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-relevancy-popup-target:hover:before {
  color: #2d373c !important;
  line-height: 24px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-relevancy-popup-target:before {
  color: #879baa !important;
  display: block !important;
  font-size: 14px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-relevancy-popup-target
  span:first-child {
  display: none !important;
  visibility: hidden !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-expand-filter-button {
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: inline-block !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  margin-right: 0 !important;
  right: 0 !important;
  speak: none !important;
  top: 8px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-expand-filter-button:hover:before {
  color: #2d373c !important;
  line-height: 14px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-expand-filter-button:before {
  color: #879baa !important;
  display: block !important;
  font-size: 20px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-expand-filter-button
  span:first-child {
  display: none !important;
  visibility: hidden !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-filter
  .bv-filter-controls
  .bv-filters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-filter
  .bv-filter-controls
  .bv-filters
  .bv-content-filter-select
  .bv-dropdown-target {
  padding-left: 15px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-filter
  .bv-filter-controls
  .bv-filters
  .bv-content-filter-select
  .bv-dropdown-target
  .bv-dropdown-arrow {
  left: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-filter
  .bv-active-filters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-filter
  .bv-active-filters
  .bv-active-filter-button {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 11px !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-filter
  .bv-active-filters
  .bv-active-filter-button:hover {
  background: #a5e1e1 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-filter
  .bv-active-filters
  .bv-active-filter-button-clear {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 11px !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-filter
  .bv-active-filters
  .bv-active-filter-button-clear:hover {
  background: #a5e1e1 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-focusable:focus {
  outline: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-container
  .bv-content-header
  .bv-content-rating
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-on {
  color: #ffb902 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-container
  .bv-content-header
  .bv-content-rating
  .bv-rating-stars-container
  .bv-rating-stars.bv-rating-stars-off {
  color: #999 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-container
  .bv-content-header
  .bv-content-title {
  color: #2d373c;
  font-size: 28px !important;
  line-height: 34px !important;
  margin: 0 0 15px !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-container
  .bv-content-details-container
  .bv-secondary-ratings
  .bv-content-secondary-ratings-container {
  background-color: #d4d9de !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-container
  .bv-content-details-container
  .bv-secondary-ratings
  .bv-content-secondary-ratings-container
  .bv-content-secondary-ratings-value {
  background-color: #41aaaa !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-actions-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-actions-container
  .bv-feedback-container
  .bv-content-feedback-vote
  .bv-content-btn {
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-width: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  position: relative !important;
  text-decoration: none !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-actions-container
  .bv-feedback-container
  .bv-content-feedback-vote
  .bv-content-btn:active,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-actions-container
  .bv-feedback-container
  .bv-content-feedback-vote
  .bv-content-btn:focus,
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-actions-container
  .bv-feedback-container
  .bv-content-feedback-vote
  .bv-content-btn:hover {
  background: 0 0 !important;
  outline: 0 !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-actions-container
  .bv-feedback-container
  .bv-content-feedback-vote
  .bv-content-btn:hover {
  color: #3cc8be !important;
}
.m-reviews
  #BVRRContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list.bv-content-list-Reviews
  .bv-content-item
  .bv-content-actions-container
  .bv-feedback-container
  .bv-content-feedback-vote
  .bv-content-btn:visited {
  color: #879baa !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label {
  border-width: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  position: relative !important;
  text-decoration: none !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:active,
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:focus,
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:hover {
  background: 0 0 !important;
  outline: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:hover {
  color: #3cc8be !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-placeholder
  .bv-text-link.bv-ask-question-label:visited {
  color: #879baa !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-action-bar-header {
  color: #2d373c;
  font-size: 36px !important;
  line-height: 44px !important;
  margin: 0 0 15px !important;
}
@media (min-width: 750px) {
  .m-reviews
    #BVRRContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-content-list.bv-content-list-Reviews
    .bv-content-item
    .bv-content-container
    .bv-content-header
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .m-reviews
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-header
    .bv-action-bar
    .bv-action-bar-header {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
@media (min-width: 900px) {
  .m-reviews
    #BVRRContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-content-list.bv-content-list-Reviews
    .bv-content-item
    .bv-content-container
    .bv-content-header
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .m-reviews
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-header
    .bv-action-bar
    .bv-action-bar-header {
    font-size: 54px !important;
    line-height: 60px !important;
  }
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-ask-question-container.bv-write-container
  .bv-ask-question {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 11px !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  .bv-ask-question-container.bv-write-container
  .bv-ask-question:hover {
  background: #a5e1e1 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar
  .bv-control-bar-count {
  padding-left: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar
  .bv-control-bar-sort {
  padding-right: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar
  .bv-control-bar-sort
  .bv-dropdown-target {
  padding-right: 15px !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-header
  .bv-control-bar
  .bv-control-bar-sort
  .bv-dropdown-target
  .bv-dropdown-arrow {
  right: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions.bv-focusable:focus {
  outline: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-title {
  color: #2d373c;
  font-size: 28px !important;
  line-height: 34px !important;
  margin: 0 0 15px !important;
}
@media (min-width: 750px) {
  .m-reviews
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-content-list-Questions
    .bv-content-item
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
@media (min-width: 900px) {
  .m-reviews
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-content-list-Questions
    .bv-content-item
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link {
  color: #879baa !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link:hover {
  color: #3cc8be !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link:visited {
  color: #879baa !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-core-float:hover
  .bv-content-title
  a {
  color: #3cc8be !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-container:hover
  .bv-secondary-content-link {
  text-decoration: none !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item:hover
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn {
  background-color: transparent !important;
  background-image: none !important;
  border-width: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container {
  padding-left: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn {
  border-left: 0 !important;
  border-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  position: relative !important;
  text-decoration: none !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:active,
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:hover {
  outline: 0 !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:hover {
  color: #3cc8be !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:visited {
  color: #879baa !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:active,
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-content-list-Questions
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:focus {
  background: 0 0 !important;
  border: none !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  .bv-mbox-content-container
  .bv-mbox-breadcrumb {
  padding-left: 0 !important;
  color: #2d373c;
  font-size: 36px !important;
  line-height: 44px !important;
  margin: 0 0 15px !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close {
  display: inline-block !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  right: 20px !important;
  speak: none !important;
  top: 20px !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close:hover:before {
  color: #2d373c !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close:before {
  color: #879baa !important;
  display: block !important;
  font-size: 20px !important;
}
.m-reviews
  #BVQAContainer
  .bv-cleanslate
  div[class*="bv-core-container"]
  .bv-content-list-container
  .bv-inline-form-container
  div[class*="bv-core-container"]
  .bv-mbox-content-submission-question
  .bv-mbox-close
  span:first-child {
  display: none !important;
  visibility: hidden !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-button,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-cancel,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-submit,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  input.bv-text,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  textarea {
  border: 1px solid #879baa !important;
  border-radius: 0 !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-button:hover,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-cancel:hover,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-submit:hover,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  input.bv-text:hover,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  textarea:hover {
  border: 1px solid #879baa !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-button:focus,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-cancel:focus,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-submit:focus,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  input.bv-text:focus,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  textarea:focus {
  border: 1px solid #879baa !important;
  outline: #879baa dotted 1px !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-button
  ::-webkit-input-placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-cancel
  ::-webkit-input-placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-submit
  ::-webkit-input-placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  input.bv-text
  ::-webkit-input-placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  textarea
  ::-webkit-input-placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-button
  ::placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-cancel
  ::placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-submit
  ::placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  input.bv-text
  ::placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  textarea
  ::placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-button
  :-ms-input-placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-cancel
  :-ms-input-placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-submit
  :-ms-input-placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  input.bv-text
  :-ms-input-placeholder,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  textarea
  :-ms-input-placeholder {
  color: #93a5b2 !important;
  opacity: 1;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-active
  .bv-review-field-content-wrapper,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-review-field-content-wrapper {
  border-radius: 0 !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets.bv-fieldsets-actions
  .bv-form-actions-submit {
  background: #41aaaa !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets.bv-fieldsets-actions
  .bv-form-actions-submit:hover {
  background: #a5e1e1 !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets.bv-fieldsets-actions
  .bv-fieldset-casltext {
  font-size: 16px !important;
  line-height: 28px !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-helper-icon {
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  speak: none !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-helper-icon:before {
  color: #d4d9de !important;
  display: block !important;
  font-size: 20px !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-helper-icon
  .bv-helper-icon-positive {
  display: none !important;
  visibility: hidden !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  .bv-review-field-content-wrapper
  textarea {
  border-color: transparent !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  .bv-helper {
  border: none !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  .bv-helper-icon:before {
  color: #e0173b !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  .bv-helper-icon
  .bv-helper-icon-negative {
  display: none !important;
  visibility: hidden !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  .bv-helper-icon
  .bv-helper-icon-negative,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  label
  .bv-fieldset-label,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  label.bv-helper-label,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error:hover
  label
  .bv-fieldset-label {
  color: #e0173b !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-valid
  .bv-helper-icon:before {
  color: #53b044 !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-valid
  .bv-helper-icon
  .bv-helper-icon-positive {
  display: none !important;
  visibility: hidden !important;
}
.bv-cleanslate.bv-dropdown-in
  div[class*="bv-core-container"]
  .bv-select-dropdown
  .bv-dropdown
  ul {
  border: 1px solid #000 !important;
  border-radius: 0 !important;
}
.bv-cleanslate.bv-dropdown-in
  div[class*="bv-core-container"]
  .bv-select-dropdown
  .bv-dropdown
  ul.bv-dropdown-active
  .bv-dropdown-item:hover {
  background-color: #000 !important;
}
.bv-cleanslate.bv-dropdown-in
  div[class*="bv-core-container"]
  .bv-select-dropdown
  .bv-dropdown
  ul
  .bv-dropdown-item {
  border-radius: 0 !important;
}
.bv-cleanslate.bv-dropdown-in
  div[class*="bv-core-container"]
  .bv-select-dropdown
  .bv-dropdown
  ul
  .bv-dropdown-item.bv-dropdown-item-selected {
  background-color: #0064a6 !important;
  color: #fff !important;
}
.bv-cleanslate.bv-dropdown-in
  div[class*="bv-core-container"]
  .bv-select-dropdown
  .bv-dropdown
  ul
  .bv-dropdown-item.bv-dropdown-item-selected:hover {
  background-color: #000 !important;
}
.bv-cleanslate.bv-dropdown-in
  div[class*="bv-core-container"]
  .bv-select-dropdown
  .bv-dropdown
  ul
  .bv-dropdown-item.bv-dropdown-item-selected
  > span:before {
  color: #fff !important;
}
.bv-cleanslate.bv-popup-in div[class*="bv-core-container"] .bv-popup:before {
  color: #dde5ea;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap {
  border: 1px solid #dde5ea !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-author-location {
  border-bottom: 1px solid #dde5ea !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-author-userstats-answers,
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-author-userstats-questions,
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-author-userstats-votes {
  border-right: 1px solid #dde5ea !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-author-profile.bv-popup-inner
  .bv-popup-prosnap-userinfo
  .bv-author-userstats-data,
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-author-profile.bv-popup-inner
  .bv-popup-prosnap-userinfo
  .bv-author-userstats-value {
  color: #2d373c !important;
  font-family: inherit !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-action-bar {
  padding-bottom: 18px !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-action-bar
  .bv-view-profile {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 11px !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-prosnap
  .bv-action-bar
  .bv-view-profile:hover {
  background: #a5e1e1 !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup-relevancy-link
  .bv-popup {
  border: 1px solid #41aaaa !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
[data-t-decorator*="Rating"] .bv-mbox-overlay {
  background: #e5e5e5 !important;
  opacity: 0.8 !important;
}
.bv-mbox-opened div[class*="bv-core-container"].bv-mbox-lightbox .bv-mbox-box {
  -webkit-transition: none !important;
  transition: none !important;
}
.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox
  .bv-mbox-close {
  display: inline-block !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  right: 20px !important;
  speak: none !important;
  top: 20px !important;
}
.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox
  .bv-mbox-close:hover:before {
  color: #2d373c !important;
}
.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox
  .bv-mbox-close:before {
  color: #879baa !important;
  display: block !important;
  font-size: 20px !important;
}
.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox
  .bv-mbox-close
  span:first-child {
  display: none !important;
  visibility: hidden !important;
}
.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox
  .bv-mbox-content-container {
  -webkit-transition: none !important;
  transition: none !important;
}
.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-box
  .bv-mbox
  .bv-mbox-content-container
  .bv-fieldsets
  .bv-form-actions.bv-fieldset:last-child {
  padding-bottom: 20px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-answer
  .bv-mbox
  .bv-mbox-content-container
  .bv-mbox-breadcrumb,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-mbox-content-container
  .bv-mbox-breadcrumb {
  color: #2d373c;
  font-size: 36px !important;
  line-height: 44px !important;
  margin: 0 0 15px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox {
  padding-bottom: 20px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-rating
  .bv-rating-stars.bv-rating-stars-on {
  color: #ffb902 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-rating
  .bv-rating-stars.bv-rating-stars-off {
  color: #999 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-title {
  color: #2d373c;
  font-size: 28px !important;
  line-height: 34px !important;
  margin: 0 0 15px !important;
}
@media (min-width: 750px) {
  .bv-cleanslate.bv-mbox-opened
    div[class*="bv-core-container"].bv-mbox-lightbox
    .bv-mbox-content-submission-answer
    .bv-mbox
    .bv-mbox-content-container
    .bv-mbox-breadcrumb,
  .bv-cleanslate.bv-mbox-opened
    div[class*="bv-core-container"].bv-mbox-lightbox
    .bv-mbox-content-submission-review
    .bv-mbox
    .bv-mbox-content-container
    .bv-mbox-breadcrumb,
  .m-reviews
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-inline-form-container
    .bv-mbox-content-container
    .bv-mbox-breadcrumb {
    font-size: 28px !important;
    line-height: 34px !important;
  }
  .bv-cleanslate.bv-mbox-opened
    div[class*="bv-core-container"].bv-mbox-lightbox
    .bv-mbox-fullprofile
    .bv-mbox
    .bv-mbox-content-container
    .bv-content-item
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link {
  color: #879baa !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link:hover {
  color: #3cc8be !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-title
  .bv-secondary-content-link:visited {
  color: #879baa !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-core-float:hover
  .bv-content-title
  a {
  color: #3cc8be !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-container:hover
  .bv-secondary-content-link {
  text-decoration: none !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item:hover
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn {
  background-color: transparent !important;
  background-image: none !important;
  border-width: 0 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-actions-container {
  padding-left: 0 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn {
  border-left: 0 !important;
  border-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  position: relative !important;
  text-decoration: none !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:active,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:hover {
  outline: 0 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:hover {
  color: #3cc8be !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:visited {
  color: #879baa !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:active,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-fullprofile
  .bv-mbox
  .bv-mbox-content-container
  .bv-content-item
  .bv-content-actions-container
  .bv-secondary-content-actions-container
  .bv-content-secondary-btn:focus {
  background: 0 0 !important;
  border: none !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating
  .bv-submission-star-rating
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating
  .bv-submission-star-rating
  .bv-rating-link {
  background-color: transparent !important;
  border: none !important;
  color: #999 !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  speak: none !important;
  text-shadow: none !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating
  .bv-submission-star-rating
  .bv-rating-link:before,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating
  .bv-submission-star-rating
  .bv-rating-link:before {
  color: inherit !important;
  display: block !important;
  font-size: 30px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating
  .bv-submission-star-rating
  .bv-rating-link
  span:first-child,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating
  .bv-submission-star-rating
  .bv-rating-link
  span:first-child {
  display: none !important;
  visibility: hidden !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r1
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r1
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link {
  color: red !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r2
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r2
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link {
  color: #de9500 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r3
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r3
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link {
  color: orange !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r4
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r4
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link {
  color: #8ac100 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r5
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r5
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link {
  color: #53b044 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h1
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h1
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: red !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h2
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h2
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: #de9500 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h3
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h3
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: orange !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h4
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h4
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: #8ac100 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h5
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h5
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: #53b044 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating
  .bv-rating-helper,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating
  .bv-rating-helper {
  min-width: 100px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  li.bv-radio-isrecommended
  label.bv-radio-wrapper-label {
  background: #41aaaa !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
  padding: 11px !important;
  -webkit-transition: none !important;
  transition: none !important;
  text-shadow: none !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  li.bv-radio-isrecommended
  label.bv-radio-wrapper-label:hover {
  background: #a5e1e1 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  li.bv-radio-isrecommended.bv-radio-container-li-active
  label {
  background: #000 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  li.bv-radio-isrecommended:first-child {
  padding-right: 1px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset.bv-fieldset-active.bv-select-field
  .bv-fieldset-select-wrapper
  .bv-select,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset.bv-select-field
  .bv-fieldset-select-wrapper
  .bv-select {
  border-radius: 0 !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-sidebar
  .bv-author-profile-userinfo {
  font-family: inherit !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-sidebar
  .bv-author-profile-userinfo
  .bv-author-userstats
  .bv-author-userstats-list
  .bv-author-userstats-data,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-sidebar
  .bv-author-profile-userinfo
  .bv-author-userstats
  .bv-author-userstats-list
  .bv-author-userstats-value {
  color: #2d373c !important;
  font-family: inherit !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-sidebar
  .bv-author-profile-userinfo
  .bv-author-userstats
  .bv-author-userstats-list
  .bv-author-userstats-value {
  background-color: transparent !important;
  border-radius: 0 !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox-fullprofile
  .bv-author-profile-userinfo {
  font-family: inherit !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox-fullprofile
  .bv-author-profile-userinfo
  .bv-author-userinfo-data,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox-fullprofile
  .bv-author-profile-userinfo
  .bv-author-userinfo-value,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox-fullprofile
  .bv-author-profile-userinfo
  .bv-author-userstats-data,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox-fullprofile
  .bv-author-profile-userinfo
  .bv-author-userstats-value {
  color: #2d373c !important;
  font-family: inherit !important;
}
.m-reviewsearchbox {
  width: 100%;
}
.m-reviewsearchbox .reviewsearchbox-wrapper {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d4d9de;
}
.m-reviewsearchbox .reviewsearchbox-inputbox {
  position: relative;
  border: 0;
}
.m-reviewsearchbox .reviewsearchbox-inputbox input,
.m-reviewsearchbox .reviewsearchbox-inputbox input.m-forminput {
  margin: 0;
  border: 0;
  width: 100%;
  padding: 10px;
}
.m-reviewsearchbox .reviewsearchbox-inputbox input.m-forminput:focus,
.m-reviewsearchbox .reviewsearchbox-inputbox input.m-forminput:hover,
.m-reviewsearchbox .reviewsearchbox-inputbox input.m-forminput:visited,
.m-reviewsearchbox .reviewsearchbox-inputbox input:focus,
.m-reviewsearchbox .reviewsearchbox-inputbox input:hover,
.m-reviewsearchbox .reviewsearchbox-inputbox input:visited {
  outline: 0;
}
.m-reviewsearchbox .reviewsearchbox-close-icon {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.m-reviewsearchbox .reviewsearchbox-close-icon .icon {
  font-size: 14px;
}
.m-reviewsearchbox .reviewsearchbox-submit {
  position: absolute;
}
.m-reviewsearchbox .reviewsearchbox-submit .review-search-button,
.m-reviewsearchbox .reviewsearchbox-submit .review-search-button:hover {
  background: #fff;
  color: #2d373c;
  outline: 0;
}
.m-reviewsearchbox .reviewsearchbox-submit .review-search-button::before,
.m-reviewsearchbox .reviewsearchbox-submit .review-search-button:hover::before {
  display: none;
}
.body.scroll-disabled {
  overflow: hidden;
}
.m-review-sorting-modal {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.m-review-sorting-modal .sort-modal-chip-text {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.m-review-sorting-modal .sort-modal {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  padding: 10px 0;
  overflow: auto;
}
.m-review-sorting-modal .sort-modal.open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.m-review-sorting-modal .sort-modal.animation-in {
  -webkit-animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    blowUpModal;
  animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards blowUpModal;
}
.m-review-sorting-modal .sort-modal.animation-out {
  -webkit-animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards
    blowUpModalReverse;
  animation: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards blowUpModalReverse;
}
.m-review-sorting-modal .sort-modal .header {
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-review-sorting-modal .sort-modal .icon.close-modal:focus {
  outline: #000 dotted 1px;
}
.m-review-sorting-modal .sort-modal .sorting-header {
  margin-left: 20px;
}
.m-review-sorting-modal .sort-modal .sort-radio-button {
  margin-left: 20px;
  margin-top: 20px;
  position: relative;
  overflow-y: scroll;
  height: 55vh;
}
.m-review-sorting-modal .sort-modal .sort-radio-button .sort-review {
  margin-bottom: 20px;
}
.m-review-sorting-modal .sort-modal .modal-sort-reviews-button-container {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.m-review-sorting-modal
  .sort-modal
  .modal-sort-reviews-button-container
  .modal-sort-reviews {
  border-radius: 6px;
  width: 100%;
}
@keyframes blowUpModal {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes blowUpModalReverse {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.m-scrolldown {
  color: #fff;
  font-size: 16px;
  left: 50%;
  min-width: 40px;
  opacity: 0;
  position: fixed;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 50;
  cursor: pointer;
  display: none;
}
.m-scrolldown.is-active {
  opacity: 0.5;
  display: block;
}
.m-scrolldown .scrolldown-arrow {
  border: 16px solid transparent;
  display: block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-scrolldown:after {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: -8px;
  color: #fff;
  font-size: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-scrollytelling {
  margin: 0 0 10px;
  position: relative;
}
.m-scrollytellingchapter {
  width: 100vw !important;
  margin-left: auto !important;
  margin-left: -webkit-calc(-50vw + 50%) !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.m-scrollytellingchapter .chapters {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.m-scrollytellingchapter .full-image {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  object-fit: cover;
}
.m-scrollytellingchapter .m-video {
  overflow: hidden;
}
.m-scrollytellingchapter .m-video .video-wrapper {
  min-height: 100vh;
  padding-top: 0;
  background-color: transparent;
}
.m-scrollytellingchapter .m-video .video-wrapper video {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-scrollytellingchapter
  .m-video.m-video-cliplister
  .video-wrapper
  .video-content
  video {
  min-width: 100%;
}
.m-scrollytellingchapter .text-block {
  opacity: 0;
  visibility: hidden;
  padding: 0 30px;
  background: 0 0;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
@media (min-width: 900px) {
  .bv-cleanslate.bv-mbox-opened
    div[class*="bv-core-container"].bv-mbox-lightbox
    .bv-mbox-content-submission-answer
    .bv-mbox
    .bv-mbox-content-container
    .bv-mbox-breadcrumb,
  .bv-cleanslate.bv-mbox-opened
    div[class*="bv-core-container"].bv-mbox-lightbox
    .bv-mbox-content-submission-review
    .bv-mbox
    .bv-mbox-content-container
    .bv-mbox-breadcrumb,
  .m-reviews
    #BVQAContainer
    .bv-cleanslate
    div[class*="bv-core-container"]
    .bv-content-list-container
    .bv-inline-form-container
    .bv-mbox-content-container
    .bv-mbox-breadcrumb {
    font-size: 54px !important;
    line-height: 60px !important;
  }
  .bv-cleanslate.bv-mbox-opened
    div[class*="bv-core-container"].bv-mbox-lightbox
    .bv-mbox-fullprofile
    .bv-mbox
    .bv-mbox-content-container
    .bv-content-item
    .bv-content-title {
    font-size: 40px !important;
    line-height: 44px !important;
  }
  .m-scrollytellingchapter .m-video .video-wrapper {
    background: 0 0;
    padding-top: 56.25%;
  }
  .m-scrollytellingchapter .text-block {
    width: 700px;
  }
}
.m-scrollytellingchapter .text-block.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
}
.m-scrollytellingchapter .text-block .a-heading {
  line-height: 14px;
}
.m-scrollytellingchapter .top-left {
  top: 10%;
  left: 0;
}
.m-scrollytellingchapter .top-right {
  top: 10%;
  right: 0;
}
.m-scrollytellingchapter .bottom-left {
  bottom: 10%;
  left: 0;
}
.m-scrollytellingchapter .bottom-right {
  bottom: 10%;
  right: 0;
}
.m-scrollytellingchapter .m-highlightbox,
.m-scrollytellingchapter .m-listbox {
  height: 100vh;
}
.m-searchfield {
  position: relative;
}
.m-searchfield.searchfield-fullwidth {
  width: 100%;
}
.m-searchfield.searchfield-fullwidth .input-wrap .form-error-wrapper:before {
  display: block !important;
}
.m-searchfield.searchfield-fullwidth .searchfield-suggestlayer {
  width: 100%;
}
.m-searchfield .searchinput {
  position: relative;
}
.m-searchfield .searchinput:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-searchfield.m-searchfield-dob {
  float: left;
  margin: 10px 0 0;
}
.m-searchfield.m-searchfield-dob + .m-searchfield.m-searchfield-dob {
  float: right;
}
.m-searchfield.m-searchfield-dob .m-searchinput {
  margin-bottom: 0;
}
.m-searchfield.m-searchfield-dob .m-searchinput .input-wrap {
  display: inline-block;
  margin-bottom: 0;
}
.m-searchfield.m-searchfield-dob
  .m-searchinput
  .input-wrap
  input.js-searchfield-input {
  width: inherit;
}
.m-searchfield.m-searchfield-dob
  .m-searchinput
  .suggestlayer-results-container
  .m-forminput {
  width: 100%;
}
.m-searchfield.m-searchfield-dob .m-forminput + .searchfield-suggestlayer {
  left: 0;
  margin-top: 20px;
  position: absolute;
}
.m-searchfield.m-searchfield-dob
  .m-forminput
  + .searchfield-suggestlayer::after,
.m-searchfield.m-searchfield-dob
  .m-forminput
  + .searchfield-suggestlayer::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  left: 83.3333333333%;
  position: absolute;
}
.m-searchfield.m-searchfield-dob
  .m-forminput
  + .searchfield-suggestlayer::before {
  border-bottom: 15px solid #999;
  margin: 0;
  top: -16px;
}
.m-searchfield.m-searchfield-dob
  .m-forminput
  + .searchfield-suggestlayer::after {
  border-bottom: 15px solid #f2f2f2;
  margin: 0;
  top: -15px;
}
.m-searchfield.m-searchfield-dob
  .m-forminput[data-field-nr="1"]
  + .searchfield-suggestlayer::after,
.m-searchfield.m-searchfield-dob
  .m-forminput[data-field-nr="1"]
  + .searchfield-suggestlayer::before {
  left: 1.3888888889%;
}
.m-searchfield.m-searchfield-dob
  .m-forminput[data-field-nr="2"]
  + .searchfield-suggestlayer::after,
.m-searchfield.m-searchfield-dob
  .m-forminput[data-field-nr="2"]
  + .searchfield-suggestlayer::before {
  left: 83.3333333333%;
}
.m-searchfield .input-wrap {
  width: 83.3333333333%;
  float: left;
  padding-right: 1.3888888889%;
  padding-left: 0;
  position: relative;
}
.m-searchfield .input-wrap:not(.fullwidth) .form-error-wrapper:before {
  display: none !important;
}
.m-searchfield .input-wrap.fullwidth {
  padding-right: 0;
  width: 100%;
}
.m-searchfield .submit-wrap {
  width: 16.6666666667%;
  float: right;
  padding-left: 1.3888888889%;
  padding-right: 0;
}
.m-searchfield .searchfield-input {
  margin: 0;
  padding-bottom: 12px;
}
.m-searchfield .searchfield-input::-ms-clear {
  display: none;
}
.m-searchfield .searchfield-input.input.m-forminput.has-confirm-error {
  border-color: red;
}
.m-searchfield .searchfield-icon-remove {
  color: #999;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
}
.m-searchfield .searchfield-fieldset {
  margin-right: 0;
  max-width: none;
}
.m-searchfield .searchfield-suggestlayer {
  padding: 0;
  z-index: 250;
}
.m-searchfield .searchfield-suggestlayer .a-link {
  font-weight: 400;
  padding: 5px 0 10px 15px;
  width: 100%;
}
.m-form .form-row .m-searchfield .searchfield-suggestlayer .m-forminput-radio,
.m-form .m-searchfield .form-row .searchfield-suggestlayer .m-forminput-radio {
  float: none;
  padding-top: 0;
}
.m-searchfield .suggestlayer-no-results {
  padding: 10px;
}
.m-searchfield .suggestlayer-results-container {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.m-searchfield .suggestlayer-dropdown-container {
  height: auto;
  max-height: 200px;
  overflow-y: auto;
}
.m-searchfield .suggestlayer-results-row {
  display: block;
  margin: 0;
  width: 100%;
}
.m-searchfield
  .suggestlayer-results-row.state-current
  .suggestlayer-results-item {
  background: #fff;
  color: #2d373c;
}
.m-searchfield .searchfield-results-itemlabel {
  float: left;
  width: 100%;
}
.m-searchfield .searchfield-results-itemlabel ~ .a-formlabel {
  margin: 0;
  padding: 10px;
}
.m-searchfield .searchfield-results-itemlabel:checked ~ .a-formlabel:before,
.m-searchfield .searchfield-results-itemlabel ~ .a-formlabel:before {
  display: none;
}
.m-searchfield .suggestlayer-results-item {
  background: #fff;
  color: #999;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.m-searchfield .suggestlayer-results-item.is-active,
.m-searchfield .suggestlayer-results-item:hover {
  background: #fff;
  color: #2d373c;
}
.m-searchfield .suggestlayer-results-item.is-active .filterlist-label-icon {
  display: none;
}
.m-searchfield .suggestlayer-results-item.is-active .filterlist-close-icon {
  display: block;
}
.m-searchfield .suggestlayer-results-item.is-active:hover {
  background: #fff;
  color: #3cc8be;
}
@media (max-width: 749px) {
  .m-searchfield .searchfield-searchbutton .text:not(.display-mobile) {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .m-searchinput .search-button .icon {
    margin: 0;
  }
}
@media (min-width: 750px) {
  .m-searchfield .input-wrap {
    width: 66.6666666667%;
  }
  .m-searchfield .submit-wrap {
    width: 33.3333333333%;
  }
}
@media (min-width: 900px) {
  .m-searchfield {
    width: 66.6666666667%;
  }
  .m-searchfield .searchfield-icon-remove {
    right: 25px;
  }
  .m-searchfield .searchfield-suggestlayer {
    border: 1px solid #999;
    left: 0;
    margin-top: 20px;
    position: absolute;
  }
  .m-searchfield .searchfield-suggestlayer::after,
  .m-searchfield .searchfield-suggestlayer::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    left: 83.3333333333%;
    position: absolute;
  }
  .m-searchfield .searchfield-suggestlayer::before {
    border-bottom: 15px solid #999;
    margin: 0;
    top: -16px;
  }
  .m-searchfield .searchfield-suggestlayer::after {
    border-bottom: 15px solid #f2f2f2;
    margin: 0;
    top: -15px;
  }
}
.m-searchheader {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-searchheader .search-result-categories-wrapper {
  max-width: 100%;
}
.m-searchheader .headlines {
  margin: 0 10px 10px;
  line-height: normal;
}
.m-searchheader .main-headline {
  margin: 0;
}
.m-searchheader .sub-headline {
  font-weight: 600;
  margin: 0;
}
.m-searchheader .original-search-term {
  margin: 0 10px;
  position: absolute;
}
.m-searchheader .original-search-term .highlight {
  font-weight: 600;
}
@-webkit-keyframes slideInDesktop {
  from {
    -webkit-clip-path: inset(0 0 0 75%);
    clip-path: inset(0 0 0 75%);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInDesktop {
  from {
    -webkit-clip-path: inset(0 0 0 75%);
    clip-path: inset(0 0 0 75%);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInMobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInMobile {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.m-searchinput {
  display: block;
  position: relative;
}
.m-searchinput:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-searchinput .no-suggestions {
  display: block;
  padding: 20px 0 10px 15px;
}
.m-searchinput .search-input input {
  border: none;
  margin: 0;
}
.m-searchinput .search-input input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.m-searchinput .history-and-flyout-separator {
  display: none;
}
.m-searchinput .reset-button {
  float: left;
  margin-left: -8.3333333333%;
  padding: 0;
}
.m-searchinput .reset-button .a-button .icon {
  margin: 0;
}
.m-searchinput .search-button .a-button {
  padding: 9px;
}
.m-searchinput .search-button .a-button .icon {
  margin: 0;
}
@media (min-width: 750px) {
  .m-searchinput .reset-button {
    margin-left: -4.1666666667%;
  }
}
@media (max-width: 899px) {
  .m-searchinput .search-input {
    width: 75%;
    float: left;
    padding-right: 1.3888888889%;
    padding-left: 0;
  }
  .m-searchinput .search-button {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 0;
  }
}
@media (min-width: 900px) {
  .m-searchheader {
    margin: 75px 0 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-searchinput .no-suggestions {
    padding-top: 15px;
  }
  .m-searchinput .search-input input {
    background-color: #fff;
  }
  .m-searchinput .search-input input::-webkit-input-placeholder {
    color: #0064a6;
  }
  .m-searchinput .search-input input:-ms-input-placeholder {
    color: #0064a6;
  }
  .m-searchinput .search-button {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-searchinput .search-button button {
    background: 0 0;
    border: none;
    color: #0064a6;
    width: auto;
  }
  .no-touchevents .m-searchinput .search-button button:hover {
    background: 0 0;
  }
  .m-searchinput .search-button button .icon {
    margin: 0;
  }
}
.m-searchinput .suggest-layer {
  background: #fff;
  border: 1px solid #999;
  margin-top: 60px;
  padding: 5px;
  position: relative;
  width: 100%;
}
.m-searchinput .suggest-layer::after,
.m-searchinput .suggest-layer::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  content: "";
  left: 1.3888888889%;
  position: absolute;
}
.m-searchinput .suggest-layer::before {
  border-bottom: 15px solid #999;
  margin: 0;
  top: -16px;
}
.m-searchinput .suggest-layer::after {
  border-bottom: 15px solid #fff;
  margin: 0;
  top: -15px;
}
.m-searchinput .suggest-layer .close {
  float: right;
  padding: 0;
}
.m-searchinput .suggest-layer .close .a-button {
  background: 0 0;
}
.m-searchinput .suggest-layer .a-link {
  font-weight: 400;
  padding: 5px 0 10px 15px;
  width: 100%;
}
.m-searchinput .suggest-layer .a-link:nth-child(1) {
  padding: 20px 0 10px 15px;
}
.m-searchinput .suggest-layer .keyword-title {
  margin: 0;
}
.m-searchinput .suggest-layer .category {
  color: #000;
  float: left;
  margin: 0;
  padding: 20px 0 10px 15px;
  vertical-align: middle;
}
.m-searchinput .suggest-layer .category-content {
  display: inline-block;
  width: 100%;
}
.m-searchinput .suggest-layer .category-content .a-image {
  display: inline-block;
  margin: 10px 0;
  vertical-align: top;
  width: 15%;
}
.m-searchinput .suggest-layer .category-content .products-item {
  display: inline-block;
  padding: 10px 0 10px 10px;
  width: 80%;
}
.m-searchinput .suggest-layer .category-content .products-item .icon {
  float: left;
}
.m-searchinput .suggest-layer .category-content .products-item .text {
  display: inline-block;
  width: 90%;
}
.m-searchinput .suggest-layer .category-content .serialnumber {
  color: #999;
  text-transform: uppercase;
}
.m-searchinput .suggest-layer .category-content .spellcheck-label {
  padding: 10px 0 0 15px;
  width: 100%;
}
.m-searchinput
  .suggest-layer
  .category-content
  .spellcheck-label
  .spellcheck-highlight {
  font-weight: 600;
}
.m-searchinput
  .suggest-layer
  .category-content.without-pictures
  .products-item {
  width: 100%;
}
.m-searchinput .suggest-layer .show-all {
  float: right;
  padding: 20px 0 10px;
  width: auto;
}
@media (min-width: 900px) {
  .m-searchinput .suggest-layer {
    margin-top: 20px;
    position: absolute;
    right: 0;
    width: 500px;
  }
  .m-searchinput .suggest-layer::after,
  .m-searchinput .suggest-layer::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    content: "";
    left: 83.3333333333%;
    position: absolute;
  }
  .m-searchinput .suggest-layer::before {
    border-bottom: 15px solid #999;
    margin: 0;
    top: -16px;
  }
  .m-searchinput .suggest-layer::after {
    border-bottom: 15px solid #fff;
    margin: 0;
    top: -15px;
  }
  .m-searchinput .suggest-layer .show-all {
    padding: 20px 15px 10px;
  }
}
.x-modal {
  z-index: 1000 !important;
}
.x-modal .m-popover {
  opacity: 1;
}
.x-modal .m-addtocartpopover {
  position: static;
  opacity: 1;
  pointer-events: auto;
  border: none;
}
.x-modal .m-addtocartpopover .popover-close {
  display: none;
}
.x-modal .m-addtocartpopover .a-image {
  display: block;
}
.x-modal .m-addtocartpopover .popover-content {
  opacity: 1;
}
.x-modal .m-searchheader {
  display: none !important;
}
.m-searchinputempathy .search-input {
  cursor: pointer;
}
.m-search-input-rebrush:not(.inline) {
  display: block;
  position: relative;
}
.m-search-input-rebrush:not(.inline) .no-suggestions {
  display: block;
  padding: 20px 0 10px 15px;
}
@media (min-width: 900px) {
  .m-search-input-rebrush:not(.inline) .no-suggestions {
    padding: 15px 0 0;
  }
  .m-search-input-rebrush:not(.inline) .search-input {
    height: 60px;
    padding-top: 100%;
  }
}
.m-search-input-rebrush:not(.inline) .suggest-layer {
  height: 100vh;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: auto;
  z-index: 104;
  padding: 0;
  border: none;
  opacity: 0;
  -webkit-animation: 0.2s ease-in 0.1s forwards slideInMobile;
  animation: 0.2s ease-in 0.1s forwards slideInMobile;
  position: fixed;
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .category {
  color: #000;
  float: left;
  margin: 0;
  padding: 20px 0 10px 15px;
  vertical-align: middle;
}
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .category-content
  .products-item {
  padding: 10px 0 10px 15px;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .a-link {
  font-weight: 400;
  padding: 5px 0 10px 15px;
  width: 100%;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .a-link:nth-child(1) {
  padding: 20px 0 10px 15px;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .searchterm-highlight {
  font-weight: 600;
}
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .category-content
  .spellcheck-label {
  width: 100%;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .search-input-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #d4d9de;
  padding: 10px 10px 5px;
}
@media (min-width: 900px) {
  .m-search-input-rebrush:not(.inline) .suggest-layer {
    margin-top: 0;
    position: absolute;
    right: -25px;
    width: 100vw;
    max-width: 1440px;
    padding: 0;
    max-height: 70vh;
    height: auto;
    overflow: visible;
    top: 15px;
    -webkit-animation: 0.2s ease-in forwards slideInDesktop;
    animation: 0.2s ease-in forwards slideInDesktop;
  }
  .m-search-input-rebrush:not(.inline) .suggest-layer .search-input-wrapper {
    background: 0 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .m-search-input-rebrush:not(.inline) .suggest-layer .layer-close {
    position: absolute;
    right: 0;
  }
}
.m-search-input-rebrush:not(.inline) .suggest-layer .layer-close {
  overflow: hidden;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .layer-close .a-button {
  float: right;
  margin-top: 10px;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .search-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer {
  width: 100%;
}
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput {
  margin-top: 0;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .search-section button {
  width: auto;
  padding: 10px;
  border-radius: 0 5px 5px 0;
}
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  button
  .icon-search {
  color: #fff;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .clear-button {
  position: absolute;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .clear-button-desktop {
  display: none;
}
.m-search-input-rebrush:not(.inline) .suggest-layer .clear-button-mobile {
  display: block;
}
@media (min-width: 900px) {
  .m-search-input-rebrush:not(.inline) .suggest-layer .search-input-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section {
    justify-self: center;
    width: 85%;
  }
  .m-search-input-rebrush:not(.inline) .suggest-layer .clear-button-desktop {
    display: block;
  }
  .m-search-input-rebrush:not(.inline) .suggest-layer .clear-button-mobile {
    display: none;
  }
}
.m-search-input-rebrush:not(.inline) .suggest-layer .search-content {
  background: #fff;
  z-index: 104;
  margin-top: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-content
  .flyout-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-content
  .flyout-wrapper
  .flyout-product-wrapper {
  width: 100%;
}
@media (min-width: 900px) {
  .m-search-input-rebrush:not(.inline) .suggest-layer .search-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    margin-top: 5px;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .flyout-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .flyout-wrapper
    .flyout-product-wrapper {
    width: 33%;
  }
  .m-search-input-rebrush:not(.inline) .suggest-layer .clear-button {
    top: 0;
    right: 12%;
  }
  .m-search-input-rebrush:not(.inline) .suggest-layer .search-history-minwidth {
    min-width: 33%;
  }
}
@media (max-width: 899px) {
  .m-search-input-rebrush:not(.inline) .suggest-layer .clear-button {
    top: 10px;
    right: 50px;
  }
}
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .quicklink
  .icon-arrow-right {
  display: none;
}
.m-searchresultcategories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}
.m-searchresultcategories::-webkit-scrollbar {
  display: none;
}
.m-searchresultcategories .searchresultcategory-item {
  list-style: none;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-searchresultcategories
  .searchresultcategory-item
  .searchresultcategory-link {
  white-space: nowrap;
}
.m-searchresultcategories .searchresultcategory-item .icon {
  color: #0064a6;
  margin-right: 10px;
}
.m-searchresultcategories .searchresultcategory-item:first-child {
  padding-left: 0;
}
.m-searchresultcategories .searchresultcategory-item:last-child {
  border-right: none;
}
.m-searchResultContentCardSpareParts,
.m-searchresultcontentcard {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-searchResultContentCardSpareParts .top-wrapper,
.m-searchresultcontentcard .top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-searchResultContentCardSpareParts .top-wrapper .image-wrapper,
.m-searchresultcontentcard .top-wrapper .image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-right: 10px;
}
.m-searchResultContentCardSpareParts
  .top-wrapper
  .image-wrapper
  .contentcard-icon,
.m-searchresultcontentcard .top-wrapper .image-wrapper .contentcard-icon {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
}
.m-searchResultContentCardSpareParts .top-wrapper .headline-wrapper,
.m-searchresultcontentcard .top-wrapper .headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-searchResultContentCardSpareParts .item-heading,
.m-searchresultcontentcard .item-heading {
  text-decoration: none;
  font-weight: 700;
  color: #000;
}
.m-searchResultContentCardSpareParts .sub-heading,
.m-searchresultcontentcard .sub-heading {
  margin: 0;
}
.m-searchResultContentCardSpareParts .item-text,
.m-searchresultcontentcard .item-text {
  text-decoration: none;
  color: #000;
  margin-top: 10px;
}
.m-searchResultContentCardSpareParts .item-text em,
.m-searchresultcontentcard .item-text em {
  background-color: #f6ff0d;
}
.m-searchresultpromotionteaser {
  margin: 50px 0;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap {
  text-decoration: none;
  color: initial;
  height: 100%;
  padding: 25px;
  display: -ms-grid;
  display: grid;
  border: 1px solid #1d37ff;
  border-radius: 2px;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -ms-grid-columns: 3fr 1fr;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 15px;
  grid-template-areas: "Image Text" "Image Button";
  cursor: pointer;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap:active,
.m-searchresultpromotionteaser .promotion-teaser-wrap:focus,
.m-searchresultpromotionteaser .promotion-teaser-wrap:hover {
  text-decoration: none;
  color: initial;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap.teaser-highlight {
  background-color: #1d37ff;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap.teaser-highlight button {
  background-color: #fff;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.teaser-highlight
  button:hover {
  background-color: #000;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.teaser-highlight
  button:hover
  .text {
  color: #fff;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.teaser-highlight
  button
  .text {
  color: #1d37ff;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.teaser-highlight
  .text-wrap {
  color: #fff;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.teaser-extended
  .text-wrap,
.m-searchresultpromotionteaser .promotion-teaser-wrap.teaser-extended button {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.teaser-extended
  .text-wrap
  .teaser-headline {
  line-height: 18px;
  font-size: 16px;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap .image-wrap {
  position: relative;
  grid-area: Image;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap .image-wrap img {
  z-index: 1;
  border-radius: 2px;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap button {
  justify-self: start;
  width: auto;
  background-color: #1d37ff;
  grid-area: Button;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap button .text {
  font-weight: 700;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap .text-wrap {
  width: 80%;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  grid-area: Text;
  text-decoration: none;
  color: initial;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap .text-wrap:active,
.m-searchresultpromotionteaser .promotion-teaser-wrap .text-wrap:focus,
.m-searchresultpromotionteaser .promotion-teaser-wrap .text-wrap:hover {
  text-decoration: none;
  color: initial;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap
  .text-wrap
  .teaser-headline {
  margin: 0 0 10px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap
  .text-wrap
  .teaser-paragraph {
  margin: 0 0 10px;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap.mobile-layout {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 15px;
  grid-template-areas: "Text" "Image";
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.mobile-layout.teaser-highlight
  button {
  background-color: #1d37ff;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.mobile-layout.teaser-highlight
  button
  .text {
  color: #fff;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.mobile-layout.teaser-extended {
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  grid-template-areas: "Image" "Text";
  grid-row-gap: 15px;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.mobile-layout.teaser-extended
  button {
  grid-area: Image;
  justify-self: end;
}
.m-searchresultpromotionteaser
  .promotion-teaser-wrap.mobile-layout
  .text-wrap
  .teaser-paragraph {
  margin: 0;
}
.m-searchresultpromotionteaser .promotion-teaser-wrap.mobile-layout button {
  grid-area: Image;
  z-index: 2;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  justify-self: end;
  margin: 0 5px 5px 0;
}
@media (max-width: 749px) {
  .m-searchResultContentCardSpareParts,
  .m-searchresultcontentcard {
    width: 100%;
  }
  .m-searchresultpromotionteaser .promotion-teaser-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 15px;
    grid-template-areas: "Text" "Image";
  }
  .m-searchresultpromotionteaser
    .promotion-teaser-wrap.teaser-highlight
    button {
    background-color: #1d37ff;
  }
  .m-searchresultpromotionteaser
    .promotion-teaser-wrap.teaser-highlight
    button
    .text {
    color: #fff;
  }
  .m-searchresultpromotionteaser .promotion-teaser-wrap.teaser-extended {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-template-areas: "Image" "Text";
    grid-row-gap: 15px;
  }
  .m-searchresultpromotionteaser .promotion-teaser-wrap.teaser-extended button {
    grid-area: Image;
    justify-self: end;
  }
  .m-searchresultpromotionteaser
    .promotion-teaser-wrap
    .text-wrap
    .teaser-paragraph {
    margin: 0;
  }
  .m-searchresultpromotionteaser .promotion-teaser-wrap button {
    grid-area: Image;
    z-index: 2;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    justify-self: end;
    margin: 0 5px 5px 0;
  }
}
.secondary-currency {
  color: #000;
}
.m-selectedpresspicture > .a-image {
  cursor: pointer;
}
.m-selectedpresspicture .wrap-unselect {
  padding: 0 0 20px;
  text-align: right;
}
.m-selectedpresspicture .wrap-unselect .a-button {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #0064a6;
  font-size: 30px;
  line-height: 30px;
}
.no-touchevents .m-selectedpresspicture .wrap-unselect .a-button:hover {
  color: #000;
}
.m-selfhelp-teaser {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .m-selectedpresspicture .wrap-unselect {
    padding: 0 0 15px;
  }
  .m-selectedpresspicture .wrap-unselect .a-button {
    font-size: 20px;
    line-height: 20px;
  }
  .m-selfhelp-teaser .selfhelp-teaser-content,
  .m-selfhelp-teaser .selfhelp-teaser-media {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.m-selfhelp-teaser .selfhelp-teaser-content .selfhelp-article-list li,
.m-selfhelp-teaser .selfhelp-teaser-media .selfhelp-article-list li {
  margin-bottom: 0;
}
.m-selfhelp-teaser .selfhelp-teaser-media {
  margin-bottom: 20px;
  padding-left: 0;
}
.m-selfhelp-teaser .selfhelp-teaser-content {
  padding-right: 0;
}
.m-selfhelp-teaser .selfhelp-teaser-content .selfhelp-teaser-links a:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-selfhelp-teaser .text-center {
  text-align: center;
}
.m-serviceteaser {
  display: inline-block;
  float: left;
  width: 100%;
}
.m-serviceteaser .content {
  display: table-cell;
}
.m-serviceteaser .content .infotext {
  display: block;
}
.m-serviceteaser .content-inner {
  margin-bottom: 10px;
}
.m-serviceteaser .content-fullwidth {
  float: none;
}
@media print {
  .m-serviceteaser {
    display: none;
  }
}
.m-serviceteaser .a-heading {
  font-weight: 700;
}
.m-shipmentdate {
  margin: 10px 0;
  color: #53b044;
  font-weight: 700;
}
body.scroll-disabled {
  overflow: hidden;
}
.m-sidedrawer-fly-in-layer .fly-in-layer-content {
  top: auto;
  right: auto;
  left: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media (min-width: 750px) {
  .m-serviceteaser .content-fullwidth {
    float: left;
    width: 100%;
  }
  .m-sidedrawer-fly-in-layer .fly-in-layer-content {
    top: auto;
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (min-width: 900px) {
  .m-sidedrawer-fly-in-layer .fly-in-layer-content {
    bottom: auto;
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    top: 0;
  }
}
.m-sidedrawer-fly-in-layer .fly-in-layer-overlay {
  background: #e5e5e5;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  opacity: 0.8;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 240;
  -webkit-animation: 0.5s ease-out fadeInFromNone;
  animation: 0.5s ease-out fadeInFromNone;
}
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.8;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.8;
  }
}
.m-sidedrawer-fly-in-layer .fly-in-layer-content {
  position: fixed;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  border: 1px solid #d4d9de;
  background-color: #fff;
  overflow-y: scroll;
  max-height: 95%;
  max-width: 100%;
}
.m-sidedrawer-fly-in-layer .fly-in-layer-content .fly-in-layer-content-top {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  top: 0;
  height: 40px;
  padding-inline: 10px;
  background: #fff;
}
.m-sidedrawer-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-top
  .close-button {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 0 0;
}
.m-sidedrawer-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner {
  opacity: 1;
  padding: 10px;
}
@media (min-width: 750px) {
  .m-sidedrawer-fly-in-layer .fly-in-layer-content {
    top: 0;
  }
  .m-sidedrawer-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-top
    .close-button {
    padding: 10px 10px 0 0;
  }
  .m-sidedrawer-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner {
    padding: 15px;
  }
}
@media (min-width: 900px) {
  .m-sidedrawer-fly-in-layer .fly-in-layer-content {
    max-height: 100%;
  }
  .m-sidedrawer-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-top
    .close-button {
    padding: 10px 10px 0 0;
  }
  .m-sidedrawer-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner {
    padding: 20px;
  }
}
.m-sidedrawer-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-inner
  .fly-in-layer-content-inner-area-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 750px) {
  .m-sidedrawer-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.m-sidedrawer-fly-in-layer.is-open .fly-in-layer-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-sidedrawer-fly-in-layer .fly-in-layer-text {
  margin: 20px 0;
}
.m-sidedrawer-fly-in-layer .fly-in-layer-invoice-headline {
  padding-top: 10px;
  padding-left: 10px;
}
@media (max-width: 749px) {
  .m-sidedrawer-fly-in-layer .fly-in-layer-invoice-headline {
    padding-left: 0;
  }
}
.m-side-drawer-flyinlayer-invoice .a-alert {
  margin: 0;
}
.m-productaddedtocart {
  padding-inline: 15px;
  padding-bottom: 36px;
  background-color: #f2f2f2;
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  border-radius: 4px;
}
.m-productaddedtocart .sidedrawer-cart-header {
  margin-top: 10px;
}
.m-productaddedtocart .sidedrawer-close-container {
  padding-block: 10px;
}
.m-productaddedtocart .sidedrawer-close-container .sidedrawer-close-icon {
  float: right;
  cursor: pointer;
}
.m-productaddedtocart .image-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.m-productaddedtocart .image-title-container .product-image-wrapper {
  max-width: 175px;
}
.m-productaddedtocart .image-title-container .product-image-wrapper .a-link {
  width: 100%;
}
.m-productaddedtocart
  .image-title-container
  .product-image-wrapper
  .a-link
  .a-image {
  padding: 0;
}
.m-productaddedtocart
  .image-title-container
  .product-image-wrapper
  .a-link
  .a-image
  img {
  height: 178px;
  object-fit: contain;
}
.m-productaddedtocart .image-title-container .tile-description {
  margin-left: 5px;
  max-width: 210px;
  padding: 5px 15px 15px;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-productaddedtocart .image-title-container .tile-description .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-productaddedtocart
  .image-title-container
  .tile-description
  .m-producttitle
  .product-code {
  font-size: 14px;
  line-height: normal;
}
.m-productaddedtocart
  .image-title-container
  .tile-description
  .m-producttitle
  .product-name {
  font-size: 18px;
  line-height: normal;
}
.m-productaddedtocart
  .image-title-container
  .tile-description
  .m-producttitle
  .fragment {
  overflow-wrap: anywhere;
}
.m-productaddedtocart .cta-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productaddedtocart
  .cta-area
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-productaddedtocart
  .cta-area
  a.a-link-primary.a-button,
.m-oney-widget-section
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link,
.m-productaddedtocart .cta-area .a-button-primary,
.m-productaddedtocart .cta-area .a-link-primary.a-button.a-button-link,
.m-productaddedtocart .cta-area .a-link-primary.a-button.a-link,
.m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-productaddedtocart
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-productaddedtocart
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-productaddedtocart
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-productaddedtocart .cta-area a.a-link-primary.a-button.a-button-link,
.m-productaddedtocart .cta-area button.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-productaddedtocart
  .cta-area
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-link {
  border-radius: 4px;
  padding: 10px;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productaddedtocart
  .cta-area
  a.a-link-primary.a-button
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-productaddedtocart
  .cta-area
  a.a-link-primary.a-button
  .icon,
.m-oney-widget-section
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-productaddedtocart .cta-area .a-button-primary .icon,
.m-productaddedtocart .cta-area .a-link-primary.a-button.a-button-link .icon,
.m-productaddedtocart .cta-area .a-link-primary.a-button.a-link .icon,
.m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon,
.m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-productaddedtocart
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-productaddedtocart
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-link
  .icon {
  vertical-align: baseline;
}
.m-productaddedtocartplaceholder {
  padding-inline: 42px;
  padding-bottom: 36px;
  background-color: #f2f2f2;
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  border-radius: 4px;
}
.m-productaddedtocartplaceholder .sidedrawer-close-container {
  padding-block: 10px;
}
.m-productaddedtocartplaceholder
  .sidedrawer-close-container
  .sidedrawer-close-icon {
  float: right;
  cursor: pointer;
}
.m-productaddedtocartplaceholder .cart-heading {
  height: 40px;
  width: 75%;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-productaddedtocartplaceholder .image-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.m-productaddedtocartplaceholder .image-title-container .product-image-wrapper {
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
  max-width: 175px;
  height: 150px;
  width: 150px;
}
.m-productaddedtocartplaceholder .image-title-container .tile-description {
  margin-left: 5px;
  max-width: 210px;
  padding: 5px 15px 15px;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-productaddedtocartplaceholder
  .image-title-container
  .tile-description
  .title {
  width: 60%;
  height: 40px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-productaddedtocartplaceholder
  .image-title-container
  .tile-description
  .description {
  margin-top: 5px;
  width: 90%;
  height: 40px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-productaddedtocartplaceholder .cta-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  height: 40px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-sidedrawerrelatedproductplaceholder {
  padding-inline: 42px;
  padding-bottom: 36px;
  width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  border-radius: 4px;
}
.m-sidedrawerrelatedproductplaceholder .sidedrawer-close-container {
  padding-block: 10px;
}
.m-sidedrawerrelatedproductplaceholder
  .sidedrawer-close-container
  .sidedrawer-close-icon {
  float: right;
  cursor: pointer;
}
.m-sidedrawerrelatedproductplaceholder .cart-heading {
  height: 40px;
  width: 75%;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
  margin-top: 20px;
  margin-bottom: 20px;
}
@keyframes skeleton-loading {
  0% {
    background-color: #d4d9de;
  }
}
.m-sidedrawerrelatedproductplaceholder .image-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.m-sidedrawerrelatedproductplaceholder
  .image-title-container
  .product-image-wrapper {
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
  max-width: 175px;
  height: 150px;
  width: 150px;
}
.m-sidedrawerrelatedproductplaceholder
  .image-title-container
  .tile-description {
  margin-left: 5px;
  max-width: 210px;
  padding: 5px 15px 15px;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-sidedrawerrelatedproductplaceholder
  .image-title-container
  .tile-description
  .title {
  width: 60%;
  height: 40px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-sidedrawerrelatedproductplaceholder
  .image-title-container
  .tile-description
  .description {
  margin-top: 5px;
  width: 90%;
  height: 40px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-sidedrawerrelatedproductplaceholder .cta-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  height: 40px;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
}
.m-sidedrawerrelatedproducts {
  background-color: #fff;
  height: auto;
  padding-inline: 15px;
  width: auto;
}
.m-sidedrawerrelatedproducts .m-producttitle {
  padding: 5px 0;
}
.m-sidedrawerrelatedproducts .related-product-header {
  margin-top: 10px;
}
.m-sidedrawerrelatedproducts .image-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.m-sidedrawerrelatedproducts .image-title-container .tile-description {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 210px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .product-code {
  font-size: 14px;
  line-height: normal;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .product-name {
  font-size: 18px;
  line-height: normal;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .fragment {
  overflow-wrap: anywhere;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-label-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .eu-product-title {
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 5px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .additional-info {
  margin: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .previous {
  text-decoration: line-through;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price-info-wrapper {
  display: inline-block;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price-info-wrapper
  .a-productavailability {
  margin: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price-info-wrapper
  .current.highlight {
  margin: 0 0 0 10px;
  font-size: 18px;
  line-height: normal;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price-info-wrapper
  .current.basicprice {
  font-size: 10px;
}
.m-sidedrawerrelatedproducts .image-title-container .product-image-wrapper {
  position: relative;
  background-color: #fff;
  max-width: 175px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .a-link {
  width: 100%;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .a-link
  .a-image {
  padding: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .a-link
  .a-image
  img {
  object-fit: contain;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .callout {
  z-index: 1;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .callout
  .a-callout {
  display: table;
}
@media (max-width: 749px) {
  .m-sidedrawerrelatedproducts
    .image-title-container
    .product-image-wrapper
    .callout
    .a-callout
    .callout-text {
    font-size: 12px;
    line-height: 12px;
    padding: 2px 8px;
  }
}
.m-sidedrawerrelatedproducts .cta-area {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-link-secondary.a-button,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link,
.m-sidedrawerrelatedproducts .cta-area .a-button-secondary,
.m-sidedrawerrelatedproducts .cta-area .a-link-secondary.a-button.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-link-secondary.a-button.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-link {
  border-radius: 4px;
  padding: 10px;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-link-secondary.a-button
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link[data-popover-id]
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-link-secondary.a-button
  .icon,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.oney-widget-link
  .icon,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link
  .icon,
.m-sidedrawerrelatedproducts .cta-area .a-button-secondary .icon,
.m-sidedrawerrelatedproducts .cta-area .a-link-secondary.a-button.a-link .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id]
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-link-secondary.a-button.a-button-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-link-secondary.a-button.a-button-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-link
  .icon {
  vertical-align: baseline;
}
.m-signin {
  display: inline-block;
  margin: 0 0 40px;
  width: 100%;
}
.m-signinstoreselector + .m-signin.m-signin {
  display: none;
}
.m-signin .account .m-form {
  margin-bottom: 30px;
}
.m-signin .account .a-link {
  margin: 20px 0;
}
.m-signin .account .a-button {
  margin: 0;
}
.m-signin .account .a-button.button-signin {
  margin-bottom: 10px;
}
.m-signin .account .email .label-text {
  padding: 0 10px 0 0;
}
.m-signin .account .info {
  margin: auto;
}
.m-signin .account .password .label-text {
  padding: 0 10px 0 0;
}
.m-signin .m-layer button[name="close-button"] {
  width: 100%;
}
.m-signin .social-media {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.m-signin .social-media .a-button {
  float: left;
}
@media (min-width: 750px) {
  .m-signin {
    width: 41.6666666667%;
  }
  .m-signin.two-column {
    width: 100%;
  }
  .m-signin.two-column .account {
    float: left;
    margin: 0 8.3333333333% 0 0;
    width: 41.6666666667%;
  }
  .m-signin.two-column .social-media {
    margin: auto;
    width: 50%;
  }
  .m-signin .a-button.button-signin {
    margin-bottom: 0;
  }
  .m-signin.product-registration {
    width: 100%;
  }
}
.m-signin.signin_grid {
  width: 100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 2fr 2fr;
  -ms-grid-columns: 2fr 2fr;
  grid-column-gap: 10px;
}
.m-signin.signin_grid .account-login {
  grid-column: 1/2;
  -ms-grid-column: 1;
  grid-row: 1/2;
  -ms-grid-row: 1;
  padding-right: 30px;
}
.m-signin.signin_grid .account-login.show-separator {
  border-right: 1px solid #879baa;
}
.m-signin.signin_grid .social-media {
  grid-column: 1/2;
  -ms-grid-column: 1;
  grid-row: 2/2;
  -ms-grid-row: 2;
}
.m-signin.signin_grid .account-create {
  grid-column: 2/2;
  -ms-grid-column: 2;
  grid-row: 1/2;
  -ms-grid-row: 1;
  margin-left: 30px;
}
@media (max-width: 749px) {
  .m-signin.signin_grid {
    width: 100%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    grid-column-gap: 0;
  }
  .m-signin.signin_grid .account-login {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    border-right: none;
    padding-right: 0;
  }
  .m-signin.signin_grid .account-login .form-actions,
  .m-signin.signin_grid .account-login .form-actions .form-action {
    margin-bottom: 0;
  }
  .m-signin.signin_grid .social-media {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 4;
    -ms-grid-row: 4;
  }
  .m-signin.signin_grid .account-create {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 3;
    -ms-grid-row: 3;
    margin-bottom: 10px;
    margin-left: 0;
  }
  .m-signin.signin_grid .account-create .a-heading {
    display: none;
  }
  .m-signin.signin_grid .mobile-separator {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
    margin: 30px 0;
    text-align: center;
  }
}
.m-signin.signin_grid .m-form {
  margin-bottom: 0;
}
.signin_ciam {
  width: 100%;
}
.m-signinstoreselector {
  display: inline-block;
  margin: 0 0 40px;
  width: 100%;
}
.m-skipreviewlink {
  float: right;
  margin-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.m-slider .paginationarrows,
.m-slider .paginationnumber {
  visibility: hidden;
}
.m-slider .hide-paginationnumber {
  display: none;
}
.m-slider .slide:not(:first-child):not(.slide-initialized) {
  width: 100%;
  height: 100%;
  min-height: auto;
  overflow: visible;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.m-slider .slide:focus {
  outline: 0;
}
.m-slider .slide:first-child {
  display: block;
}
.m-slider.slick-initialized .paginationarrows,
.m-slider.slick-initialized .paginationnumber {
  visibility: visible;
}
.m-slider.slick-initialized .paginationarrows.paginationarrowposition-bottom,
.m-slider.slick-initialized .paginationarrows.paginationnumberposition-bottom,
.m-slider.slick-initialized .paginationnumber.paginationarrowposition-bottom,
.m-slider.slick-initialized .paginationnumber.paginationnumberposition-bottom {
  bottom: auto;
  margin-top: 10px;
}
.m-slider.slick-initialized
  .paginationarrows.adaptive-height.paginationarrowposition-bottom,
.m-slider.slick-initialized
  .paginationarrows.adaptive-height.paginationnumberposition-bottom,
.m-slider.slick-initialized
  .paginationnumber.adaptive-height.paginationarrowposition-bottom,
.m-slider.slick-initialized
  .paginationnumber.adaptive-height.paginationnumberposition-bottom {
  bottom: 0;
  margin-top: 0;
}
.m-slider.slick-initialized .slide.minimum-height {
  height: 1px;
}
.m-slider.slick-initialized .slick-arrow.slick-hidden {
  display: none;
}
.m-slider.slick-initialized .slick-list {
  width: 100%;
}
.m-slider.slick-initialized .slide {
  height: 100%;
  min-height: auto;
  overflow: visible;
  position: relative;
}
.m-slider.slick-initialized.slick-initialized .slide,
.m-slider.slick-initialized.slick-initialized .slide:first-child {
  display: block;
}
.m-slider .paginationnumber.paginationnumberposition-center {
  text-align: center;
}
.m-slider [dir="rtl"] .paginationnumber.paginationnumberposition-center {
  direction: ltr;
}
.m-slider .paginationarrows.paginationarrowposition-bottom {
  margin: 0 auto;
  width: 64px;
}
.m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.next,
.m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.prev {
  background: 0 0;
  color: #0064a6;
  font-size: inherit;
  height: auto;
  margin-top: 0;
  position: relative;
  top: auto;
  width: auto;
}
.m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.next:hover,
.m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.prev:hover {
  background: 0 0;
  color: #000;
}
.m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.next {
  float: right;
}
.m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.prev {
  float: left;
}
.m-solid-background-teaser-container {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  background-color: #2b5ee5;
  color: #fff;
}
.m-solid-background-teaser-container.a-link .text-container .a-button,
.m-solid-background-teaser-container.a-link .text-container .a-link {
  cursor: pointer;
}
.m-solid-background-teaser-container .background-wrapper {
  padding: 85px 0;
}
.m-solid-background-teaser-container .text-container {
  padding: 15px;
  text-align: justify;
}
.m-solid-background-teaser-container .text-container .copy-text,
.m-solid-background-teaser-container .text-container .header {
  color: #fff;
}
.m-solid-background-teaser-container .text-container .copy-text:last-child {
  margin-bottom: 0;
}
.m-solid-background-teaser-container .text-container .a-link {
  color: #fff;
  padding-bottom: 1px;
  border-bottom: 1px solid #fff;
}
.m-solid-background-teaser-container
  .text-container
  .a-link:hover.a-link-disabled:hover {
  color: #fff;
}
.m-solid-background-teaser-container .text-container .a-button {
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #2b5ee5;
  color: #fff;
  font-weight: 700;
  cursor: default;
}
.m-solid-background-teaser-container .text-container .a-button:hover {
  background-color: #2b5ee5;
}
.m-solid-background-teaser-container .text-container .a-button:focus {
  outline: 0;
}
@media (min-width: 900px) {
  .m-slider.slick-initialized .slide {
    min-height: auto;
    overflow: hidden;
    position: relative;
  }
  .m-solid-background-teaser-container:not(.disable-desktop-layout) {
    width: 100vw;
    max-width: 100vw;
    margin: 0 -webkit-calc(-50vw + 50%);
    margin: 0 calc(-50vw + 50%);
    margin-bottom: 25px;
  }
  .m-solid-background-teaser-container:not(.disable-desktop-layout)
    .text-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-solid-background-teaser-container:not(.disable-desktop-layout) .a-button {
    width: auto;
  }
  .m-solid-background-teaser-container .background-wrapper {
    padding: 35px 0;
  }
}
.m-sparepartproductteaser .a-link {
  display: block;
}
.m-sparepartproductteaser .a-button:before {
  content: "";
}
.m-sparepartproductteaser .a-heading,
.m-sparepartproductteaser p {
  margin-bottom: 0;
}
.grid-view .m-sparepartproductteaser .content,
.list-view .m-sparepartproductteaser .content {
  padding: 15px 0 20px;
}
.grid-view .m-sparepartproductteaser .content .a-link,
.list-view .m-sparepartproductteaser .content .a-link {
  color: #000;
}
.grid-view .m-sparepartproductteaser .content .a-link:hover,
.list-view .m-sparepartproductteaser .content .a-link:hover {
  color: #0064a6;
}
.m-sparepartproductteaser .image a img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
}
@media (min-width: 750px) {
  .m-sparepartproductteaser .image a {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .m-sparepartproductteaser .image a::after {
    content: "";
    display: block;
    margin-top: 100%;
  }
  .m-sparepartproductteaser .image a .a-image,
  .m-sparepartproductteaser .image a a,
  .m-sparepartproductteaser .image a img,
  .m-sparepartproductteaser .image a picture {
    bottom: 0;
    left: 0;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-sparepartproductteaser .image a img {
    max-height: 100%;
  }
  .grid-view .m-sparepartproductteaser .image a img {
    top: auto;
  }
}
@media (min-width: 900px) {
  .list-view .m-sparepartproductteaser {
    overflow: hidden;
    width: 100%;
  }
  .list-view .m-sparepartproductteaser .button,
  .list-view .m-sparepartproductteaser .content,
  .list-view .m-sparepartproductteaser .image {
    float: left;
  }
  .list-view .m-sparepartproductteaser .image {
    padding-right: 2.0833333333%;
    width: 25%;
  }
  .list-view .m-sparepartproductteaser .image img {
    border-right: 1px solid #fff;
  }
  .list-view .m-sparepartproductteaser .content {
    padding: 0 0.6944444444%;
    width: 50%;
  }
  .list-view .m-sparepartproductteaser .button {
    padding-left: 2.0833333333%;
    width: 25%;
  }
}
.m-st4cause {
  font-weight: 700;
}
.m-st4cause .causeitem {
  list-style-type: square;
  margin-left: 20px;
  font-weight: 500;
}
.m-st4doblink {
  margin: 10px 0 30px;
}
.m-st4doblink .a-link {
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.m-st4feedback {
  margin: 0 0 30px;
}
.m-st4feedback .a-link {
  width: auto;
}
.m-st4feedback .st4article-feedback-response {
  display: none;
}
.m-st4feedback .st4article-feedback-response .icon {
  float: left;
  padding: 0 5px 0 0;
  width: auto;
}
.m-st4feedback .st4article-feedback-response .text {
  padding: 0;
  width: auto;
}
.m-st4feedback.was-rated-yes .js-feedback-no,
.m-st4feedback.was-rated-yes .st4article-feedback {
  display: none;
}
.m-st4feedback.was-rated-yes .st4article-feedback-response {
  display: block;
}
.m-st4feedback.was-rated-no .js-feedback-yes,
.m-st4feedback.was-rated-no .st4article-feedback {
  display: none;
}
.m-st4feedback.was-rated-no .st4article-feedback-response {
  display: block;
}
.m-st4footnote .icon-st4-info {
  cursor: pointer;
}
.m-st4hint {
  display: block;
}
.m-st4hint p.a-st4paragraph.psingle {
  list-style-type: square;
  margin-left: 20px;
  display: list-item;
}
.m-st4hint p.a-st4paragraph.psingle:only-of-type {
  list-style-type: none;
  margin-left: 0;
  display: block;
}
.m-st4instruction {
  display: block;
}
.m-st4instruction .instruction-list li:only-child {
  list-style: none;
  position: relative;
  padding: 0 0 0 15px;
}
.m-st4instruction .instruction-list li:only-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-st4instructioninfo {
  display: block;
}
.m-st4instructionlist {
  padding-left: 30px;
}
.m-st4instructionlist h1.a-heading {
  font-size: 1.25rem;
}
.m-st4instructionlist h4.a-heading {
  font-size: 0.875rem;
}
.m-st4instructionlist img {
  max-width: 200px;
}
.m-st4instructions {
  display: block;
}
.m-st4intro {
  display: initial;
}
.m-st4list {
  display: block;
}
.m-st4listitems {
  list-style-type: square;
}
.m-measures,
.m-precondition,
.m-st4preconditions {
  display: block;
}
.m-st4proplist .list {
  list-style-type: square;
}
.m-st4result {
  display: block;
}
.m-st4result ul li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}
.m-st4result ul li:only-child {
  list-style: none;
}
.m-st4result ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 3px;
  height: 7px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-st4safety {
  display: block;
}
.m-st4safety .small-warning {
  width: 30px;
}
.m-safetyinstruction,
.m-st4safetyinstructions {
  display: block;
}
.m-st4safetyinstructions .instructions-list {
  position: relative;
}
.m-st4safetyinstructions .instructions-list li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}
.m-st4safetyinstructions .instructions-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 5px solid #000;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-st4search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 15px;
}
.m-st4search:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-st4search.m-st4search-full-width-centered {
  width: 50%;
  float: left;
}
.m-st4search .st4-search-wrap {
  position: relative;
}
.m-st4search .st4-search-wrap .st4-search-input input {
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 10px 30px 12px 10px;
  border: 1px solid #999;
  width: 100%;
}
.m-st4search .st4-search-wrap .st4-search-input input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.m-st4search .st4-search-wrap .st4-search-button {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-st4search .st4-search-wrap .st4-search-button button {
  background: 0 0;
}
.no-touchevents .m-st4search .st4-search-wrap .st4-search-button button:hover {
  background: 0 0;
}
.m-st4search .st4-search-wrap .st4-search-button button .icon {
  margin: 0;
}
.st4-search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 899px) {
  .st4-search-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.st4-search-container-fullwidth-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-st4searchresult {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.m-st4searchresult:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-st4searchresult .st4searchresult-title {
  margin: 2px 0 0;
  font-size: 40px;
}
.m-st4searchresult .st4searchresult-desc {
  margin: 0;
  line-height: 24px;
}
.m-st4searchresult .st4searchresult-desc em {
  font-weight: 700;
}
.m-st4-search-results .st4-no-results {
  margin-bottom: 30px;
}
.m-subinstruction {
  display: block;
}
.m-subinstruction li,
.m-subinstruction li:only-child {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}
.m-subinstruction li:before,
.m-subinstruction li:only-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  border-top: 2px solid #000;
}
.m-st4subinstructions,
.m-st4tab {
  display: block;
}
.m-st4table.m-table td.proptype .a-image {
  max-width: 20px;
  display: inline-block;
}
.m-st4table.m-table table thead th {
  width: auto;
  min-width: auto;
}
.m-st4table.m-table table tbody td {
  min-width: auto;
}
.m-st4tiplist {
  display: block;
}
.m-st4togglebox h1.a-heading {
  font-size: 18px;
}
.m-st4togglebox section > h1:first-of-type {
  display: none;
}
.m-st4togglebox .item > a img {
  max-width: 30px;
}
.m-st4togglebox section img {
  max-width: 200px;
}
.m-st4video {
  margin-top: 50px;
  margin-bottom: 50px;
}
.m-st4video video {
  max-width: 100%;
  height: auto;
  z-index: 1000;
}
.m-st4video .st4-youtube-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.m-st4video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m-stage {
  margin-bottom: 40px;
  position: relative;
}
.m-stage .paginationnumber {
  display: none;
}
.m-stage .a-paginationdots {
  bottom: inherit;
}
.m-stage .slide {
  height: 100%;
  min-height: auto;
  overflow: visible;
  position: relative;
}
.m-stage .slide .image-video-wrapper {
  font-size: 0;
  line-height: 0;
}
.m-stage .slide.effect .image-video-wrapper > :not(.m-video),
.m-stage .slide.effect-on-hover .image-video-wrapper > :not(.m-video) img {
  overflow: hidden;
}
.m-stage .slide.effect .image-video-wrapper > :not(.m-video) img,
.m-stage
  .slide.effect-on-hover
  .image-video-wrapper
  > :not(.m-video)
  img:hover {
  -webkit-animation: 30s linear infinite alternate animation;
  animation: 30s linear infinite alternate animation;
}
.m-stage .teaser {
  background: 0 0;
  height: auto;
  margin: auto;
  padding: 0 30px 77px;
  position: relative;
  width: 100%;
}
.m-stage .teaser .a-button:not(:last-child) {
  margin-bottom: 20px;
}
.m-stage .teaser > .a-link {
  display: block;
}
.m-stage .teaser > .a-link:not(:last-child) {
  margin-bottom: 10px;
}
.m-stage .teaser .has-icon .icon {
  font-size: 10px;
}
@media (max-width: 749px) {
  .m-stage {
    margin-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .m-stage .teaser {
    margin-top: 0;
  }
}
@media (min-width: 900px) {
  .m-stage .slide.slide-initialized.playing .teaser {
    display: none;
  }
  .m-stage .teaser {
    background: 0 0;
    bottom: auto;
    left: auto;
    padding: 0;
    position: absolute;
    right: auto;
    top: auto;
    width: 800px;
    z-index: 1;
  }
  .m-stage .teaser.top-left {
    left: 10%;
    top: 10%;
  }
  .m-stage .teaser.top-right {
    right: 10%;
    top: 10%;
  }
  .m-stage .teaser.bottom-left {
    bottom: 10%;
    left: 10%;
  }
  .m-stage .teaser.bottom-right {
    bottom: 10%;
    right: 10%;
  }
}
.m-stage .stageproduct-callout {
  left: 0;
  position: absolute;
  top: 0;
}
.m-stage .slide .teaser {
  display: none;
}
.m-stage .slide.slide-initialized .teaser,
.m-stage .slide:first-child .teaser {
  display: block;
}
.m-stepbystepaccordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.m-stepbystepaccordion .accordion-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.m-stepbystepaccordion .accordion-container .accordion-steps {
  z-index: 1;
  height: 100%;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:first-child:nth-last-child(2),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:first-child:nth-last-child(2)
  ~ .step {
  min-height: 25%;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:first-child:nth-last-child(2).is-active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:first-child:nth-last-child(2)
  ~ .step.is-active {
  min-height: 75%;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:first-child:nth-last-child(3),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:first-child:nth-last-child(3)
  ~ .step {
  min-height: 20%;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:first-child:nth-last-child(3).is-active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:first-child:nth-last-child(3)
  ~ .step.is-active {
  min-height: 60%;
}
.m-stepbystepaccordion .accordion-container .accordion-steps .step {
  width: 100%;
  height: 100%;
  min-height: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  overflow: hidden;
  cursor: pointer;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap {
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.1, 0.75, 0.79, 0.48);
  transition: 0.2s cubic-bezier(0.1, 0.75, 0.79, 0.48);
  position: relative;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-header
  .step-headline {
  font-weight: 700;
  padding: 0 15px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content {
  display: none;
  width: auto;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  a.a-link-primary.a-button,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .a-link-primary.a-button.oney-widget-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .a-button-primary,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .a-link-primary.a-button.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .a-link-primary.a-button.a-link {
  width: auto;
  padding-left: 20px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .content-headline-topic {
  font-weight: 700;
  margin-bottom: 5px;
}
.m-stepbystepaccordion .accordion-container .accordion-steps .step.is-active {
  min-height: 75%;
  cursor: default;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step.is-active
  .step-white-wrap {
  min-width: 10%;
  min-height: 10%;
  max-height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.43, 0.58, 0.93, 0.49);
  transition: 0.2s cubic-bezier(0.43, 0.58, 0.93, 0.49);
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step.is-active
  .step-white-wrap
  .step-header {
  display: none;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step.is-active
  .step-white-wrap
  .step-content {
  display: block;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:not(:first-child):not(:last-child).is-active {
  min-height: 55%;
}
@media (min-width: 900px) {
  .m-stepbystepaccordion .accordion-container {
    height: auto;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child:nth-last-child(2),
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child:nth-last-child(2)
    ~ .step {
    min-width: 25%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child:nth-last-child(2).is-active,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child:nth-last-child(2)
    ~ .step.is-active {
    min-width: 75%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child:nth-last-child(3),
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child:nth-last-child(3)
    ~ .step {
    min-width: 20%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child:nth-last-child(3).is-active,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child:nth-last-child(3)
    ~ .step.is-active {
    min-width: 60%;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps .step {
    min-width: 20%;
    padding: 0;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps .step.is-active {
    min-width: 75%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:first-child {
    padding: 0 10px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:not(:first-child):not(:last-child).is-active {
    min-width: 55%;
  }
}
.m-step-element {
  background-color: #fff;
  padding: 7.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-step-element .subline {
  font-weight: 700;
  font-size: 13px;
}
.m-step-element .headline {
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0;
}
.m-step-element .step-cta[disabled="disabled"] {
  pointer-events: none;
  cursor: default;
}
.m-step-element .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-step-element .input-container .input-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-step-element .input-container .input-field .m-searchfield {
  width: auto;
  margin: 0;
  height: 100%;
}
.m-step-element .input-container .input-field .m-searchfield .form-row {
  height: 100%;
  margin-right: 5px;
  padding: 0;
}
.m-step-element .input-container .input-field .m-searchfield .m-searchinput {
  margin-bottom: 0;
  height: 100%;
}
.m-step-element .input-container .input-field .m-searchfield .m-forminput {
  text-transform: none;
}
.m-step-element .input-container .input-field .m-searchfield .input-wrap,
.m-step-element .input-container .input-field .m-searchfield .m-forminput,
.m-step-element .input-container .input-field .m-searchfield .searchinput {
  height: 100%;
}
.m-step-element .input-container .a-button {
  width: auto;
  height: -webkit-fit-content;
  height: fit-content;
}
.accordion-medias {
  height: 100%;
}
.accordion-medias .accordion-media {
  height: 100%;
  background: #999;
}
.accordion-medias .accordion-media .a-image {
  height: 100%;
}
.accordion-medias .accordion-media .a-image img {
  width: 100%;
  height: auto;
  background: #999;
}
.accordion-medias .accordion-media .m-video {
  height: 100%;
}
.accordion-medias .accordion-media .m-video .play-layer .icon-play {
  display: none;
}
.accordion-medias .accordion-media .m-video .video-wrapper {
  height: 100%;
  padding: 0;
}
.accordion-medias .accordion-media .m-video .video-wrapper .video-content {
  position: relative;
}
.accordion-medias .accordion-media .m-video.m-video-iframe .video-wrapper {
  padding-top: 56.25%;
}
.accordion-medias
  .accordion-media
  .m-video.m-video-iframe
  .video-wrapper
  iframe {
  position: absolute;
  margin-top: -56.25%;
  top: 100%;
  left: 0;
}
.accordion-medias
  .accordion-media
  .m-video.m-video-cliplister
  .cliplister-viewer {
  padding-top: 56.25%;
}
.m-stepper .disabled {
  pointer-events: none;
  cursor: default;
}
.m-stepper ul {
  display: table;
  padding: 0;
  table-layout: fixed;
}
.m-stepper li {
  cursor: default;
  display: table-cell;
  height: 55px;
  padding: 0.5em 1em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.m-stepper .icon {
  font-size: 20px;
}
.m-stepper .is-done {
  border-bottom: 3px solid #2b5ee5;
  color: #2b5ee5;
}
.m-stepper .is-done .text {
  color: #000;
}
.m-stepper .is-not-active {
  color: #666;
}
.m-stepper .is-active {
  font-weight: 700;
  color: #000;
  border-bottom: 3px solid #2b5ee5;
}
.m-stepper .text {
  display: inline-block;
}
@media (max-width: 899px) {
  .accordion-medias .accordion-media .a-image img {
    width: auto;
    height: 100%;
    max-width: initial;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .accordion-medias .accordion-media .m-video .video-wrapper .video-content {
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .accordion-medias .accordion-media .m-video .video-wrapper iframe {
    min-width: 300%;
  }
  .accordion-medias
    .accordion-media
    .m-video.m-video-iframe
    .video-wrapper
    iframe {
    left: 50%;
    top: 50%;
    margin: 0;
  }
  .accordion-medias
    .accordion-media
    .m-video.m-video-cliplister
    .cliplister-viewer {
    padding-top: 0;
  }
  .accordion-medias
    .accordion-media
    .m-video.m-video-cliplister
    .cliplister-viewer
    > div {
    min-height: 100%;
  }
  .accordion-medias
    .accordion-media
    .m-video.m-video-cliplister
    .video-content {
    width: 100%;
    height: 100%;
  }
  .accordion-medias
    .accordion-media
    .m-video.m-video-cliplister
    .video-content
    video {
    width: auto !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .m-stepper .text {
    display: block;
    margin-top: 10px;
  }
}
.m-stepper .no-format {
  cursor: pointer;
  display: block;
  max-width: 100%;
  text-decoration: none;
  color: unset;
}
.m-sticky-cta-wrapper {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 101;
  width: 100vw;
  max-width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
  max-height: 0;
  overflow-x: hidden;
  background-color: #fff;
}
.m-sticky-cta-wrapper.is-transparent {
  background: 0 0;
}
.m-sticky-cta-wrapper.sticky-content {
  max-height: -webkit-fit-content;
  max-height: fit-content;
}
.m-sticky-cta-wrapper .content {
  width: 100%;
  max-width: 1440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.m-sticky-cta-wrapper .content .cta-button-wrapper {
  margin-left: auto;
  padding: 5px 0;
}
.m-sticky-cta-wrapper .content .cta-button-wrapper .primary-cta-button {
  height: -webkit-fit-content;
  height: fit-content;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
  opacity: 1;
}
.m-sticky-cta-wrapper
  .content
  .cta-button-wrapper
  .primary-cta-button.hide-cta {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: 0;
  padding: 0;
}
.m-subscriptiondetailitem {
  margin: 0 0 20px;
  width: 100%;
}
.m-subscriptiondetailitem:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-subscriptiondetailitem .message-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.m-subscriptiondetailitem .delete-subscription {
  text-align: right;
  width: 100%;
}
.m-subscriptiondetailitem .media {
  margin-bottom: 20px;
}
.m-subscriptiondetailitem .media .a-image,
.m-subscriptiondetailitem .media .callouts {
  text-align: left;
  width: 100%;
}
.m-subscriptiondetailitem .media .callouts:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-subscriptiondetailitem .media .productitem-thumbnail {
  float: left;
  font-size: 0;
  line-height: 0;
  position: relative;
  width: 100%;
}
.m-subscriptiondetailitem .media .productitem-thumbnail .a-image img {
  left: 0;
  right: auto;
  top: 0;
}
.m-subscriptiondetailitem .content-wrap .content-left {
  padding: 0;
}
.m-subscriptiondetailitem .content-wrap .content-left .description p > span {
  text-transform: capitalize;
}
.m-subscriptiondetailitem .price-details {
  width: 100%;
  padding: 0;
  display: inline;
  float: left;
}
.m-subscriptiondetailitem .price-details .actions {
  width: 100%;
}
.m-subscriptiondetailitem .price-details .quantity {
  width: 50%;
  float: left;
  margin: 0 0 20px;
  display: inline-block;
  padding: 0;
}
.m-subscriptiondetailitem .price-details .quantity .label,
.m-subscriptiondetailitem .price-details .quantity .value {
  width: 100%;
  float: left;
  padding: 0;
}
.m-subscriptiondetailitem .price-details .price-information {
  display: inline-block;
  width: 50%;
}
.m-subscriptiondetailitem .price-details .price-information.per-item,
.m-subscriptiondetailitem .price-details .price-information.total {
  padding: 0;
}
.m-subscriptiondetailitem .price-details .price-information.per-item .label,
.m-subscriptiondetailitem .price-details .price-information.per-item .price,
.m-subscriptiondetailitem .price-details .price-information.total .label,
.m-subscriptiondetailitem .price-details .price-information.total .price {
  width: 100%;
  float: left;
  padding: 0;
  text-align: right;
}
.m-subscriptiondetailitem
  .price-details
  .price-information.per-item
  .price
  .current,
.m-subscriptiondetailitem
  .price-details
  .price-information.per-item
  .price
  .previous,
.m-subscriptiondetailitem
  .price-details
  .price-information.total
  .price
  .current,
.m-subscriptiondetailitem
  .price-details
  .price-information.total
  .price
  .previous {
  float: right;
  font-size: 20px;
  margin: 0 0 5px;
}
.m-subscriptiondetailitem
  .price-details
  .price-information.per-item
  .price
  .current,
.m-subscriptiondetailitem
  .price-details
  .price-information.total
  .price
  .current {
  width: 100%;
}
.m-subscriptiondetailitem .address-details .a-horizontalrule {
  padding: 0;
}
.m-subscriptiondetailitem .address-details .delivery-info .billing-adress,
.m-subscriptiondetailitem .address-details .delivery-info .shipping-adress {
  float: left;
  display: inline-block;
  text-align: left;
}
.m-subscriptiondetailitem .address-details .delivery-info .address-header-edit {
  overflow: hidden;
}
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .address-header-edit
  .address-headline {
  width: 85%;
  float: left;
  word-break: break-all;
  padding-right: 10px;
}
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .address-header-edit
  .edit {
  float: right;
  width: 15%;
  word-break: break-all;
  top: 0;
}
@media (min-width: 750px) {
  .m-subscriptiondetailitem .media {
    float: left;
    padding-right: 1.3888888889%;
    width: 25%;
  }
  .m-subscriptiondetailitem .media .callouts {
    float: left;
    width: 100%;
  }
  .m-subscriptiondetailitem .content-wrap {
    float: left;
    padding-left: 1.3888888889%;
    width: 75%;
  }
  .m-subscriptiondetailitem .price-information.per-item,
  .m-subscriptiondetailitem .price-information.total {
    width: 25%;
    float: left;
    padding: 0;
  }
  .m-subscriptiondetailitem .address-details {
    width: 100%;
    float: left;
  }
}
@media (min-width: 900px) {
  .m-subscriptiondetailitem .content-left {
    float: left;
    padding-right: 1.3888888889%;
    width: 66.6666666667%;
  }
  .m-subscriptiondetailitem .address-details {
    width: 75%;
    float: right;
  }
  .m-subscriptiondetailitem .price-details {
    width: 44.2477876106%;
    float: left;
    padding: 0;
  }
  .m-subscriptiondetailitem .price-details .price-information.per-item,
  .m-subscriptiondetailitem .price-details .price-information.total {
    width: 38%;
    float: left;
    padding: 0;
  }
  .m-subscriptiondetailitem .price-details .quantity {
    width: 24%;
    float: left;
    padding: 0;
  }
  .m-subscriptiondetailitem .price-details .actions {
    width: 100%;
  }
  .m-subscriptiondetailitem .content-wrap {
    width: 30.6748466258%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-subscriptiondetailitem .content-wrap .content-left {
    padding: 0;
    width: 100%;
  }
}
.m-subscriptiondetailitem .orders {
  width: 100%;
}
.m-subscriptiondetailitem .orders .orders-head {
  color: #999;
  font-weight: 400;
}
.m-subscriptiondetailitem .orders .orders-head .orders-date,
.m-subscriptiondetailitem .orders .orders-head .orders-number,
.m-subscriptiondetailitem .orders .orders-head .orders-price {
  text-align: left;
}
.m-subscriptiondetailitem .orders .orders-date,
.m-subscriptiondetailitem .orders .orders-number,
.m-subscriptiondetailitem .orders .orders-price {
  padding: 10px;
}
.m-subscriptiondetailitem .orders td:nth-child(1),
.m-subscriptiondetailitem .orders th:nth-child(1) {
  padding: 10px 0;
}
.m-subscriptionitem .item-wrapper:after,
.m-subscriptionitem:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-subscriptionitem .item-detail .heading {
  font-size: 18px;
  font-weight: 700;
}
.m-subscriptionitem .item-detail .info-heading {
  margin-bottom: 30px;
}
.m-subscriptionitem .item-detail .list {
  width: 100%;
  float: right;
  padding: 0;
}
.m-subscriptionitem .item-detail .list li {
  display: block;
  margin-bottom: 15px;
  text-align: left;
}
.m-subscriptionitem .item-detail .list li:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-subscriptionitem .item-detail .list .label,
.m-subscriptionitem .item-detail .list .value {
  width: 50%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  min-height: 19px;
}
.m-subscriptionitem .item-detail .list .label span {
  white-space: nowrap;
}
.m-subscriptionitem .item-detail .list .value {
  text-transform: capitalize;
}
.m-subscriptionitem .item-detail .image {
  float: left;
  font-size: 0;
  line-height: 0;
  position: relative;
  width: 100%;
}
.m-subscriptionitem .item-detail .image .a-image img {
  left: 0;
  right: auto;
  top: 0;
}
@media (min-width: 900px) {
  .m-subscriptionitem .item-detail {
    width: 33.3333333333%;
    display: inline-block;
    vertical-align: top;
  }
  .m-subscriptionitem .buttons {
    width: 25%;
    display: inline-block;
    vertical-align: top;
  }
}
@media (max-width: 749px) {
  .m-stepper .text {
    font-size: 0.7rem;
  }
  .m-subscriptionitem .buttons,
  .m-subscriptionitem .item-detail {
    width: 100%;
    display: block;
  }
}
.m-subscription-pause {
  width: -webkit-max-content;
  width: max-content;
}
.m-subscriptionselection {
  float: left;
  width: 100%;
}
.m-subscriptionselection .radio-border {
  height: -webkit-fit-content;
  height: fit-content;
}
.m-subscriptionselection .subscriptionselection-recommend {
  font-weight: 700;
}
.m-subscriptionselection .m-forminput-radio {
  display: inline-block;
}
.m-subscriptionselection .original-price-subscription {
  text-decoration: line-through;
  color: #b1b1b1;
}
.m-subscriptionselection .price-subscription {
  font-weight: 700;
}
.m-subscriptionselection .percent-price-subscription {
  color: red;
}
.m-subtotalamount {
  margin: 0 0 20px;
}
.m-subtotalamount:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-subtotalamount .a-horizontalrule {
  margin: 0 0 40px;
  padding: 0;
}
.m-subtotalamount .voucher {
  width: 100%;
  float: left;
  padding: 0 0 20px;
}
.m-subtotalamount .list {
  width: 100%;
  float: right;
  padding: 0;
}
.m-subtotalamount .list li {
  display: block;
  margin-bottom: 15px;
  text-align: right;
}
.m-subtotalamount .list li:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-subtotalamount .list li:first-child {
  margin: 0 0 30px;
}
.m-subtotalamount .list .previous {
  text-decoration: line-through;
}
.m-subtotalamount .list .label,
.m-subtotalamount .list .value {
  width: 50%;
  float: left;
  min-height: 19px;
}
.m-subtotalamount .list .label span {
  white-space: nowrap;
}
.m-subtotalamount .shipping {
  width: 100%;
  float: left;
  margin: 20px 0 0;
  text-align: right;
}
.m-table table td.align-horizontal-left,
.m-table table th.align-horizontal-left {
  text-align: left;
}
.m-table table td.align-horizontal-center,
.m-table table th.align-horizontal-center {
  text-align: center;
}
.m-table table td.align-horizontal-right,
.m-table table th.align-horizontal-right {
  text-align: right;
}
.m-table table td.align-vertically-top,
.m-table table th.align-vertically-top {
  vertical-align: top;
}
.m-table table td.align-vertically-center,
.m-table table th.align-vertically-center {
  vertical-align: middle;
}
.m-table table td.align-vertically-bottom,
.m-table table th.align-vertically-bottom {
  vertical-align: bottom;
}
.m-table {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.m-table table {
  caption-side: bottom;
  width: 100%;
}
.m-table table thead .left-col {
  width: 28%;
}
.m-table table thead .left-col ~ th:last-child {
  width: auto;
}
.m-table table td,
.m-table table th {
  border-bottom: 0 solid #d4d9de;
  font-weight: 400;
  min-width: 120px;
  padding: 24px;
  text-align: left;
}
@media (min-width: 750px) {
  .m-subtotalamount .list {
    width: 50%;
  }
  .m-table table td,
  .m-table table th {
    min-width: 250px;
  }
}
.m-table table td.highlight,
.m-table table th.highlight {
  background: #3cc8be !important;
}
.m-table table td .a-image,
.m-table table th .a-image {
  text-align: inherit;
}
.m-table table tbody:first-child th:first-child {
  width: 28%;
}
.m-table table tbody:first-child th:first-child ~ td:last-child {
  width: auto;
}
.m-table table tbody:first-child td {
  width: 18%;
}
.m-table table caption {
  text-align: left;
}
.m-table table.is-hidden {
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.m-table table.table-stripes-horizontal tbody:first-child tr:nth-child(even) td,
.m-table table.table-stripes-horizontal tbody:first-child tr:nth-child(even) th,
.m-table table.table-stripes-vertical td:nth-child(even),
.m-table
  table.table-stripes-vertical
  td[colspan="2"]
  ~ [colspan="2"]
  ~ :nth-child(even),
.m-table
  table.table-stripes-vertical
  td[colspan="2"]
  ~ [colspan="4"]
  ~ :nth-child(even),
.m-table
  table.table-stripes-vertical
  td[colspan="4"]
  ~ [colspan="2"]
  ~ :nth-child(even),
.m-table table.table-stripes-vertical th:nth-child(even),
.m-table
  table.table-stripes-vertical
  th[colspan="2"]
  ~ [colspan="2"]
  ~ :nth-child(even),
.m-table
  table.table-stripes-vertical
  th[colspan="2"]
  ~ [colspan="4"]
  ~ :nth-child(even),
.m-table
  table.table-stripes-vertical
  th[colspan="4"]
  ~ [colspan="2"]
  ~ :nth-child(even) {
  background: #f5f5f7;
}
.m-table table.table-stripes-vertical td:nth-child(odd),
.m-table table.table-stripes-vertical td[colspan="2"] ~ :nth-child(even),
.m-table
  table.table-stripes-vertical
  td[colspan="2"]
  ~ [colspan="2"]
  ~ :nth-child(odd),
.m-table
  table.table-stripes-vertical
  td[colspan="2"]
  ~ [colspan="4"]
  ~ :nth-child(odd),
.m-table table.table-stripes-vertical td[colspan="4"] ~ :nth-child(even),
.m-table
  table.table-stripes-vertical
  td[colspan="4"]
  ~ [colspan="2"]
  ~ :nth-child(odd),
.m-table table.table-stripes-vertical td[colspan="6"] ~ :nth-child(even),
.m-table table.table-stripes-vertical th:nth-child(odd),
.m-table table.table-stripes-vertical th[colspan="2"] ~ :nth-child(even),
.m-table
  table.table-stripes-vertical
  th[colspan="2"]
  ~ [colspan="2"]
  ~ :nth-child(odd),
.m-table
  table.table-stripes-vertical
  th[colspan="2"]
  ~ [colspan="4"]
  ~ :nth-child(odd),
.m-table table.table-stripes-vertical th[colspan="4"] ~ :nth-child(even),
.m-table
  table.table-stripes-vertical
  th[colspan="4"]
  ~ [colspan="2"]
  ~ :nth-child(odd),
.m-table table.table-stripes-vertical th[colspan="6"] ~ :nth-child(even) {
  background: #fff;
}
.m-table table.table-stripes-vertical td[colspan="2"] ~ :nth-child(odd),
.m-table table.table-stripes-vertical td[colspan="4"] ~ :nth-child(odd),
.m-table table.table-stripes-vertical td[colspan="6"] ~ :nth-child(odd),
.m-table table.table-stripes-vertical th[colspan="2"] ~ :nth-child(odd),
.m-table table.table-stripes-vertical th[colspan="4"] ~ :nth-child(odd),
.m-table table.table-stripes-vertical th[colspan="6"] ~ :nth-child(odd) {
  background: #f5f5f7;
}
@media (min-width: 900px) {
  .m-subtotalamount .voucher {
    padding: 0;
    width: 66.6666666667%;
  }
  .m-subtotalamount .list {
    width: 33.3333333333%;
  }
  .m-table table td,
  .m-table table th {
    min-width: 300px;
  }
  .m-table table.stock-data td,
  .m-table table.stock-data th {
    min-width: auto;
  }
  .m-table-rebrush table td,
  .m-table-rebrush table th {
    min-width: 0;
  }
}
.m-table .fixed-head {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.m-table .pinned {
  background: inherit;
  left: 0;
  overflow: hidden;
  position: relative;
  min-width: -webkit-min-content;
  min-width: min-content;
  top: 0;
  width: 35%;
  z-index: 1;
  float: left;
}
.m-table .pinned table {
  min-width: 100%;
  width: auto;
}
.m-table .pinned + .scrollable table.table-stripes-vertical td:nth-child(even),
.m-table .pinned + .scrollable table.table-stripes-vertical th:nth-child(even) {
  background: inherit;
}
.m-table .pinned + .scrollable table.table-stripes-vertical td:nth-child(odd),
.m-table .pinned + .scrollable table.table-stripes-vertical th:nth-child(odd) {
  background: #f5f5f7;
}
.m-table .pinned .fixed-head {
  width: 101%;
}
.m-table .scrollable {
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}
.m-table .scrollable .fixed-head table {
  table-layout: fixed;
}
.m-table .footnote-number {
  font-weight: 700;
  vertical-align: super;
}
.m-table .footnote-number::before {
  content: "[";
}
.m-table .footnote-number::after {
  content: "]";
}
.m-table .footnote-number-innote::before {
  content: "[";
}
.m-table .footnote-number-innote::after {
  content: "]";
}
.m-table .footnote-number-innote {
  vertical-align: super;
}
.m-table .footnote-text {
  font-size: 12px;
  color: #999;
}
.m-tabs {
  margin-bottom: 40px;
  width: 100%;
}
.m-tabs li a {
  color: #fff;
  text-decoration: none;
}
.m-tabs .tabs-wrapper {
  width: 100%;
}
.m-tabs .tab-more-pane li,
.m-tabs .tabs-nav li {
  background: #000028;
  font-size: 16px;
  font-weight: 700;
}
.m-tabs .tab-more-pane li > a,
.m-tabs .tabs-nav li > a {
  color: #fff;
  display: inline-block;
  padding: 27px 30px;
}
.m-tabs .tab-more-pane li:hover,
.m-tabs .tabs-nav li:hover {
  background: #000028;
}
.m-tabs .tab-more-pane li:hover > a,
.m-tabs .tabs-nav li:hover > a {
  color: #fff;
}
.m-tabs .tab-more-pane li.is-active,
.m-tabs .tabs-nav li.is-active {
  background: #000028;
  z-index: 2;
}
.m-tabs .tab-more-pane li.is-active > a,
.m-tabs .tabs-nav li.is-active > a {
  color: #3cc8be;
  text-decoration: none;
}
.m-tabs .tabs-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.m-tabs .tabs-nav:after {
  clear: both;
  content: "";
  width: 100%;
}
.m-tabs .tabs-nav li {
  border: none;
  float: left;
}
.m-tabs .tabs-nav li:first-child {
  margin-left: 0;
}
.m-tabs .tabs-nav li a {
  padding: 27px 30px;
}
.m-tabs .tabs-nav li.is-active {
  border-bottom-color: #000028;
}
.m-tabs .tabs-nav li.tab-more {
  float: right;
}
.m-tabs .tab-more {
  position: relative;
}
.m-tabs .tab-more .icon {
  line-height: 1;
}
.m-tabs .tab-more.is-open {
  border-bottom-color: #000028;
  z-index: 4;
}
.m-tabs .tab-more.is-open .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-tabs .tab-more.is-open + .tab-more-pane {
  display: block;
}
.m-tabs .tab-more-pane {
  background: #000028;
  border: none;
  display: none;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 220;
}
.m-tabs .tab-more-pane-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.m-tabs .tab-more-pane-list .tab-more-pane-item {
  border: none;
  float: none;
  margin: 0;
}
.m-tabs .tab-panel {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 20px 0;
}
.m-tabs .tab-panel.sparepartlist {
  border-bottom: 0;
  padding-bottom: 0;
}
.m-tabs .tab-panel.sparepartlist .o-list {
  margin-bottom: 0;
}
.m-tabs .tab-panel.sparepartlist .a-link:focus {
  outline: 0;
}
.m-tabs .tab-panel.accessorieslist .o-list:not(:last-child) {
  margin-bottom: 40px;
}
.m-tabs .tab-panel:not(.is-active) {
  width: 100%;
  height: 100%;
  min-height: auto;
  overflow: visible;
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.m-tabs .tab-panel.is-active {
  display: block;
  float: left;
  margin: 0 0 40px;
  width: 100%;
}
.m-tabs .tab-panel > .a-heading {
  margin: 0 0 20px;
}
.m-tabs .tabs-static {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #000028;
}
.m-tabs .tabs-sticky {
  width: 100%;
  background: #fff;
}
.m-tabs .tabs-sticky.is-fixed {
  position: fixed;
  z-index: 220;
}
.m-tabs .tabs-sticky.animate-out {
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.m-tabs .tabs-sticky .tabs-wrapper,
.m-tabs .tabs-sticky .tabs-wrapper .tab-more {
  float: left;
}
.m-tabs .tabs-sticky .tabs-wrapper .tabs-nav.tab-more-visible {
  float: left;
}
.m-tabs .tabs-sticky .tabs-wrapper .tabs-nav li:first-child {
  max-width: -webkit-calc(100% - 65px);
  max-width: calc(100% - 65px);
}
.m-tabs .tabs-sticky .tabs-wrapper .tabs-nav li:first-child a {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-tabs
  .tabs-sticky
  .tabs-wrapper
  .tabs-nav
  .tab-more-pane-list
  li:first-child {
  max-width: 100%;
}
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 750px) {
  .m-tabs .tab-panel {
    padding: 30px 0;
  }
  .m-tabs .tab-panel > .a-heading {
    margin: 0 0 30px;
  }
  .m-tabs .tabs-sticky .tabs-wrapper .tabs-nav li:first-child {
    max-width: 100%;
  }
  .m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper {
    width: 225px;
    float: right;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel
    .o-filelist
    .file-tile {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
  }
}
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper .m-productconversionarea {
  width: 100%;
}
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button {
  margin-bottom: 0;
}
.m-tabs-rebrush {
  width: 100%;
  position: relative;
}
.m-tabs-rebrush .tab {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.m-tabs-rebrush .tab:not(.current-tab) {
  color: #0064a6;
}
.m-tabs-rebrush .tab:hover {
  color: #000;
}
.m-tabs-rebrush .tabs-rebrush-mobile {
  display: none;
  z-index: 3;
}
@media (max-width: 899px) {
  .m-tabs-rebrush .tabs-rebrush-mobile {
    display: block;
  }
}
.m-tabs-rebrush .tabs-rebrush-mobile .tabs-dropdown {
  display: none;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
  box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
  position: absolute;
  width: 100%;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tabs-dropdown.open {
  display: block;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab {
  padding: 14px 33px;
  background-color: #fff;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab .current-tab-text,
.m-tabs-rebrush .tabs-rebrush-mobile .tab.tab {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab.current-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab.current-tab .dropdown-toggle-icon,
.m-tabs-rebrush
  .tabs-rebrush-mobile
  .tab.current-tab.open
  .dropdown-toggle-icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: auto;
}
.m-tabs-rebrush .tabs-rebrush-desktop {
  position: relative;
  display: none;
  z-index: 3;
}
.m-tabs-rebrush .tabs-rebrush-desktop .tabs-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  overflow: hidden;
}
.m-tabs-rebrush .tabs-rebrush-desktop .tabs-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 30px;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 200px;
  min-height: 100%;
  float: none;
  height: auto;
  position: relative;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide.slick-current.slick-active {
  color: #000;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide.slick-current.slick-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track.prev-button-visible {
  margin-left: 32px;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.next,
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.prev {
  background: 0 0;
  color: #0064a6;
  font-size: 18px;
  height: 100%;
  margin: 0;
  width: 30px;
  top: 0;
  overflow: hidden;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.next.slick-disabled,
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.prev.slick-disabled {
  opacity: 0;
}
.m-tabs-rebrush .tabs-sticky {
  width: inherit;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
.m-tabs-rebrush .tabs-rebrush-content .tab-rebrush-panel {
  min-height: 0;
  padding: 24px 0;
  display: inline-block;
  width: 100%;
}
.m-tabs-rebrush .tabs-rebrush-content .tab-rebrush-panel.similar-content {
  padding-left: 0;
  padding-right: 0;
}
.m-tabs-rebrush
  .tabs-rebrush-content
  .tab-rebrush-panel.initial-content-height {
  min-height: 400px;
}
.m-tabs-rebrush
  .tabs-rebrush-content
  .tab-rebrush-panel.product-component-slider
  .o-producttilesslider {
  position: relative;
}
.m-tabs-rebrush
  .tabs-rebrush-content
  .tab-rebrush-panel.product-component-slider
  .o-producttilesslider
  .producttile-slider-arrows
  .next.a-paginationarrows {
  margin-right: 0;
}
.m-tabs-rebrush
  .tabs-rebrush-content
  .tab-rebrush-panel.product-component-slider
  .o-producttilesslider
  .producttile-slider-arrows
  .prev.a-paginationarrows {
  margin-left: 0;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-mobile .tab.current-tab {
  background-color: #eee;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-content .tab-rebrush-panel > .a-heading {
  margin: 0 30px 30px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  a.a-link-primary.a-button,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp .a-button-primary,
.m-tabs-rebrush.my-pdp .a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp .a-link-primary.a-button.a-link,
.m-tabs-rebrush.my-pdp
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp a.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp button.a-link-primary.a-button.a-button-link,
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-link {
  width: 100%;
  padding: 13px 16px 12px;
  border-radius: 4px;
  background-color: #2c5de5;
  font-weight: 700;
  font-size: 16px;
  white-space: unset;
  margin-bottom: 10px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  a.a-link-primary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  a.a-link-primary.a-button:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp .a-button-primary:hover,
.m-tabs-rebrush.my-pdp .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp a.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp button.a-link-primary.a-button.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .a-link-primary.a-button.a-link:hover {
  background-color: #2648a4;
}
@media (min-width: 750px) {
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel
    .o-filelist
    .file-tile:nth-of-type(even) {
    margin-right: 0;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel
    .o-filelist
    .file-tile:nth-of-type(odd) {
    margin-left: 0;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-tabs-rebrush.my-pdp
    a.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-tabs-rebrush.my-pdp
    a.a-link-primary.a-button,
  .m-oney-widget-section
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.oney-widget-link,
  .m-popover
    .popover-content
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp .a-button-primary,
  .m-tabs-rebrush.my-pdp .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp .a-link-primary.a-button.a-link,
  .m-tabs-rebrush.my-pdp
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-tabs-rebrush.my-pdp
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-tabs-rebrush.my-pdp
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-tabs-rebrush.my-pdp
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-tabs-rebrush.my-pdp
    .m-popover
    .popover-content
    .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .o-alternativeproduct
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .m-tabs-rebrush.my-pdp
    .o-myproducts
    > .myproducts-controls
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-tabs-rebrush.my-pdp
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp a.a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp button.a-link-primary.a-button.a-button-link,
  .o-alternativeproduct
    .m-tabs-rebrush.my-pdp
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-link {
    width: auto;
    margin-right: 20px;
  }
}
@media (min-width: 900px) {
  .m-tabs-rebrush .tabs-rebrush-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-tabs-rebrush .tabs-rebrush-content .tab-rebrush-panel.similar-content {
    padding: 24px 0;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-tabs-rebrush.my-pdp
    a.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-tabs-rebrush.my-pdp
    a.a-link-primary.a-button,
  .m-oney-widget-section
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.oney-widget-link,
  .m-popover
    .popover-content
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp .a-button-primary,
  .m-tabs-rebrush.my-pdp .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp .a-link-primary.a-button.a-link,
  .m-tabs-rebrush.my-pdp
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-tabs-rebrush.my-pdp
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-tabs-rebrush.my-pdp
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-tabs-rebrush.my-pdp
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-tabs-rebrush.my-pdp
    .m-popover
    .popover-content
    .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .o-alternativeproduct
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .m-tabs-rebrush.my-pdp
    .o-myproducts
    > .myproducts-controls
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-tabs-rebrush.my-pdp
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp a.a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp button.a-link-primary.a-button.a-button-link,
  .o-alternativeproduct
    .m-tabs-rebrush.my-pdp
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-tabs-rebrush.my-pdp
    .a-link-primary.a-button.a-link {
    width: 100%;
  }
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  a.a-link-secondary.a-button,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp .a-button-secondary,
.m-tabs-rebrush.my-pdp .a-link-secondary.a-button.a-link,
.m-tabs-rebrush.my-pdp
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-tabs-rebrush.my-pdp
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-tabs-rebrush.my-pdp
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp a.a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp button.a-link-secondary.a-button.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.a-link {
  width: 100%;
  padding: 11px 16px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #2c5de5;
  color: #2c5de5;
  margin: 10px 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  a.a-link-secondary.a-button:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp .a-button-secondary:hover,
.m-tabs-rebrush.my-pdp .a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp a.a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp button.a-link-secondary.a-button.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .a-link-secondary.a-button.a-link:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
@media (min-width: 750px) {
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-tabs-rebrush.my-pdp
    a.a-link-secondary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-tabs-rebrush.my-pdp
    a.a-link-secondary.a-button,
  .m-oney-widget-section
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.oney-widget-link,
  .m-popover
    .popover-content
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp .a-button-secondary,
  .m-tabs-rebrush.my-pdp .a-link-secondary.a-button.a-link,
  .m-tabs-rebrush.my-pdp
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-secondary.a-button,
  .m-tabs-rebrush.my-pdp
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-secondary.a-button.a-button-link[data-popover-id],
  .m-tabs-rebrush.my-pdp
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-secondary.a-button,
  .m-tabs-rebrush.my-pdp
    .m-oney-widget-section
    .a-link-secondary.a-button.oney-widget-link,
  .m-tabs-rebrush.my-pdp
    .m-popover
    .popover-content
    .a-link-secondary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-secondary.a-button.a-link,
  .m-tabs-rebrush.my-pdp
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-secondary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp a.a-link-secondary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp button.a-link-secondary.a-button.a-button-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.a-link {
    width: auto;
    margin-right: 20px;
  }
}
@media (min-width: 900px) {
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-tabs-rebrush.my-pdp
    a.a-link-secondary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-tabs-rebrush.my-pdp
    a.a-link-secondary.a-button,
  .m-oney-widget-section
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.oney-widget-link,
  .m-popover
    .popover-content
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp .a-button-secondary,
  .m-tabs-rebrush.my-pdp .a-link-secondary.a-button.a-link,
  .m-tabs-rebrush.my-pdp
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-secondary.a-button,
  .m-tabs-rebrush.my-pdp
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-secondary.a-button.a-button-link[data-popover-id],
  .m-tabs-rebrush.my-pdp
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-secondary.a-button,
  .m-tabs-rebrush.my-pdp
    .m-oney-widget-section
    .a-link-secondary.a-button.oney-widget-link,
  .m-tabs-rebrush.my-pdp
    .m-popover
    .popover-content
    .a-link-secondary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-secondary.a-button.a-link,
  .m-tabs-rebrush.my-pdp
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-secondary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp a.a-link-secondary.a-button.a-button-link,
  .m-tabs-rebrush.my-pdp button.a-link-secondary.a-button.a-button-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-tabs-rebrush.my-pdp
    .a-link-secondary.a-button.a-link {
    width: auto;
  }
}
.m-tabs-rebrush.my-pdp .tabs-slider-pagination-arrows .a-paginationarrows.next,
.m-tabs-rebrush.my-pdp .tabs-slider-pagination-arrows .a-paginationarrows.prev {
  color: #000;
}
.m-tabs-rebrush.my-pdp
  .tabs-slider-pagination-arrows
  .a-paginationarrows.next:hover,
.m-tabs-rebrush.my-pdp
  .tabs-slider-pagination-arrows
  .a-paginationarrows.prev:hover {
  color: #2c5de5;
}
.m-tabs-rebrush.my-pdp .tabs-slider {
  background-color: #eee;
}
.m-tabs-rebrush.my-pdp .tabs-slider .slick-track .tab {
  color: #a1a1a1;
}
.m-tabs-rebrush.my-pdp .tabs-slider .slick-track .tab:hover {
  color: #000;
}
.m-tabs-rebrush.my-pdp
  .tabs-slider
  .slick-track
  .tab.slick-slide.slick-current.slick-active:after {
  background-color: #2c5de5;
}
.m-tabs-rebrush.my-pdp .m-togglebox .item .togglebox-title {
  color: #000;
}
.m-tabs-rebrush.my-pdp .m-technical-info-rebrush .technical-info-content-wrap {
  padding-bottom: 20px;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .product-image-wrapper
  .a-link
  .a-image
  img {
  object-fit: unset;
  width: 100%;
}
.m-tagcloud {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  margin-bottom: 30px;
}
.m-tagcloud .a-heading {
  margin-bottom: 0;
}
.m-tagcloud .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.m-tagcloud .list > li.button,
.m-tagcloud .list > li.item {
  padding: 0;
  margin: 10px 10px 0 0;
  list-style-type: none;
  display: block;
  position: relative;
  float: left;
}
.m-tagcloud .list > li a.a-link {
  padding: 10px;
}
.m-tagcloud .available-tags .list > li.button,
.m-tagcloud .list > li a.a-link::before {
  display: none;
}
.m-tagcloud .selected-tags {
  margin-top: 30px;
}
.m-tagcloud .selected-tags .list > li.item button::after {
  content: "×";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-teaser {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  margin-bottom: 0;
  position: relative;
  --color-teaser-bg: transparent;
  --color-teaser-bg-video: #fff;
  --color-teaser-heading: #000;
  --color-teaser-content: #000;
  --color-teaser-link: #000;
  --color-teaser-link-icon: #000;
  --color-teaser-border: #000;
  --color-teaser-primary-bg: #000028;
  --color-teaser-100-primary-bg: #3cc8be;
  --color-teaser-100-secondary-bg: #fdf8f0;
  --color-teaser-100-primary-color: #000;
  --color-teaser-100-secondary-color: #000;
}
.m-teaser .teaser-content,
.m-teaser .teaser-media {
  width: 100%;
  float: left;
}
.m-teaser .teaser-media {
  padding: 0 1.3888888889% 0 0;
}
.m-teaser .teaser-content {
  padding: 0 0 0 1.3888888889%;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.m-teaser .teaser-content .icon-rotate360 {
  display: none;
}
@media (max-width: 899px) {
  .m-teaser .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
.m-teaser .teaser-content .teaser-links.layout-half {
  width: 50%;
}
.m-teaser .teaser-content .teaser-text {
  margin: 0;
}
.m-teaser.m-teaser-linkteaser .teaser-content {
  padding: 0;
}
.m-teaser .footnote-number {
  font-weight: 700;
  vertical-align: super;
}
.m-teaser .footnote-number::before {
  content: "[";
}
.m-teaser .footnote-number::after {
  content: "]";
}
.m-teaser .footnote-number-innote::before {
  content: "[";
}
.m-teaser .footnote-number-innote::after {
  content: "]";
}
.m-teaser .footnote-number-innote {
  vertical-align: super;
}
.m-teaser .footnote-text {
  font-size: 12px;
  color: #999;
}
.m-teaser .content-inner {
  margin-bottom: 10px;
}
.m-teaser .teaser-media {
  margin-bottom: 20px;
}
.m-teaser .teaser-wrap:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-teaser .teaser-wrap.a-area .teaser-content {
  padding: 0 1.3888888889%;
}
.m-teaser .teaser-content:only-child {
  width: 100% !important;
}
@media (min-width: 750px) {
  .m-teaser.teaser-100 {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-teaser.teaser-100 .teaser-content,
  .m-teaser.teaser-100 .teaser-media {
    width: 50%;
    float: left;
  }
  .m-teaser.teaser-100 .teaser-media {
    padding: 0 1.3888888889% 0 0;
  }
  .m-teaser.teaser-100 .teaser-content {
    padding: 0 0 0 1.3888888889%;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .m-teaser.teaser-100 .teaser-content .icon-rotate360 {
    display: none;
  }
  .m-teaser.teaser-100 .teaser-content .teaser-links.layout-half {
    width: 50%;
  }
  .m-teaser.teaser-100 .teaser-content .teaser-text {
    margin: 0;
  }
  .m-teaser.teaser-100.m-teaser-linkteaser .teaser-content {
    padding: 0;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-teaser.teaser-100 .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
.m-teaser.teaser-100 .a-area {
  padding-top: 20px;
}
@media (min-width: 750px) {
  .m-teaser.teaser-200-2 {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-teaser.teaser-200-2 .teaser-media {
    padding: 0 1.3888888889% 0 0;
  }
  .m-teaser.teaser-200-2 .teaser-content {
    padding: 0 0 0 1.3888888889%;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .m-teaser.teaser-200-2 .teaser-content .icon-rotate360 {
    display: none;
  }
  .m-teaser.teaser-200-2 .teaser-content .teaser-links.layout-half {
    width: 50%;
  }
  .m-teaser.teaser-200-2 .teaser-content .teaser-text {
    margin: 0;
  }
  .m-teaser.teaser-200-2.m-teaser-linkteaser .teaser-content {
    padding: 0;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-teaser.teaser-200-2 .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
@media (min-width: 750px) {
  .m-teaser.teaser-200-4 {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-teaser.teaser-200-4 .teaser-media {
    padding: 0 1.3888888889% 0 0;
  }
  .m-teaser.teaser-200-4 .teaser-content {
    padding: 0 0 0 1.3888888889%;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .m-teaser.teaser-200-4 .teaser-content .icon-rotate360 {
    display: none;
  }
  .m-teaser.teaser-200-4 .teaser-content .teaser-links.layout-half {
    width: 50%;
  }
  .m-teaser.teaser-200-4 .teaser-content .teaser-text {
    margin: 0;
  }
  .m-teaser.teaser-200-4.m-teaser-linkteaser .teaser-content {
    padding: 0;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-teaser.teaser-200-4 .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
@media (min-width: 900px) {
  .m-teaser.teaser-200-4 {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-teaser.teaser-200-4 .teaser-media {
    padding: 0 1.3888888889% 0 0;
  }
  .m-teaser.teaser-200-4 .teaser-content {
    padding: 0 0 0 1.3888888889%;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .m-teaser.teaser-200-4 .teaser-content .icon-rotate360 {
    display: none;
  }
  .m-teaser.teaser-200-4 .teaser-content .teaser-links.layout-half {
    width: 50%;
  }
  .m-teaser.teaser-200-4 .teaser-content .teaser-text {
    margin: 0;
  }
  .m-teaser.teaser-200-4.m-teaser-linkteaser .teaser-content {
    padding: 0;
  }
}
@media (min-width: 900px) and (max-width: 899px) {
  .m-teaser.teaser-200-4 .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
@media (min-width: 750px) {
  .m-teaser.teaser-300 {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-teaser.teaser-300 .teaser-content,
  .m-teaser.teaser-300 .teaser-media {
    width: 50%;
    float: left;
  }
  .m-teaser.teaser-300 .teaser-media {
    padding: 0 1.3888888889% 0 0;
  }
  .m-teaser.teaser-300 .teaser-content {
    padding: 0 0 0 1.3888888889%;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .m-teaser.teaser-300 .teaser-content .icon-rotate360 {
    display: none;
  }
  .m-teaser.teaser-300 .teaser-content .teaser-links.layout-half {
    width: 50%;
  }
  .m-teaser.teaser-300 .teaser-content .teaser-text {
    margin: 0;
  }
  .m-teaser.teaser-300.m-teaser-linkteaser .teaser-content {
    padding: 0;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-teaser.teaser-300 .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
@media (min-width: 900px) {
  .m-teaser.teaser-300 {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-teaser.teaser-300 .teaser-content,
  .m-teaser.teaser-300 .teaser-media {
    width: 100%;
    float: left;
  }
  .m-teaser.teaser-300 .teaser-media {
    padding: 0 1.3888888889% 0 0;
  }
  .m-teaser.teaser-300 .teaser-content {
    padding: 0 0 0 1.3888888889%;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .m-teaser.teaser-300 .teaser-content .icon-rotate360 {
    display: none;
  }
  .m-teaser.teaser-300 .teaser-content .teaser-links.layout-half {
    width: 50%;
  }
  .m-teaser.teaser-300 .teaser-content .teaser-text {
    margin: 0;
  }
  .m-teaser.teaser-300.m-teaser-linkteaser .teaser-content {
    padding: 0;
  }
}
@media (min-width: 900px) and (max-width: 899px) {
  .m-teaser.teaser-300 .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
@media (min-width: 750px) {
  .m-teaser.teaser-500 {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-teaser.teaser-500 .teaser-media {
    padding: 0 1.3888888889% 0 0;
  }
  .m-teaser.teaser-500 .teaser-content {
    padding: 0 0 0 1.3888888889%;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .m-teaser.teaser-500 .teaser-content .icon-rotate360 {
    display: none;
  }
  .m-teaser.teaser-500 .teaser-content .teaser-links.layout-half {
    width: 50%;
  }
  .m-teaser.teaser-500 .teaser-content .teaser-text {
    margin: 0;
  }
  .m-teaser.teaser-500.m-teaser-linkteaser .teaser-content {
    padding: 0;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-teaser.teaser-500 .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
@media (min-width: 900px) {
  .m-teaser.teaser-500,
  .m-teaser.teaser-500 .teaser-content,
  .m-teaser.teaser-500 .teaser-media {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-teaser.teaser-500 .teaser-media {
    padding: 0 1.3888888889% 0 0;
  }
  .m-teaser.teaser-500 .teaser-content {
    padding: 0 0 0 1.3888888889%;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
  }
  .m-teaser.teaser-500 .teaser-content .icon-rotate360 {
    display: none;
  }
  .m-teaser.teaser-500 .teaser-content .teaser-links.layout-half {
    width: 50%;
  }
  .m-teaser.teaser-500 .teaser-content .teaser-text {
    margin: 0;
  }
  .m-teaser.teaser-500.m-teaser-linkteaser .teaser-content {
    padding: 0;
  }
}
@media (min-width: 900px) and (max-width: 899px) {
  .m-teaser.teaser-500 .teaser-content .icon-rotate360 {
    display: inline-block;
  }
}
.m-teaser.effect-on-hover .teaser-media .a-image img {
  -webkit-transition: 30s linear;
  transition: 30s linear;
}
.m-teaser.effect .teaser-media .a-image,
.m-teaser.effect-on-hover .teaser-media .a-image {
  overflow: hidden;
}
.m-teaser.effect .teaser-media img,
.m-teaser.effect-on-hover .teaser-media .a-image:hover img {
  -webkit-animation: 30s linear infinite alternate animation;
  animation: 30s linear infinite alternate animation;
}
.m-teaser .a-button.a-button-link {
  border: 0;
}
.m-teaser .a-button.a-button-link:hover {
  border: none;
  color: #000;
}
.m-teaser .a-button.a-button-link .icon {
  font-size: inherit;
}
.teaser-social-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.teaser-social-wrap .teaser-social-date {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.teaser-social-wrap .teaser-social-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.teaser-social-wrap .teaser-social-icon .icon {
  line-height: 30px;
  margin-left: 5px;
}
.teaser-social-headline {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  overflow: hidden;
}
.teaser-social-headline .teaser-social-profil {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  width: 45px;
}
.teaser-social-headline .a-heading.h2,
.teaser-social-headline h2.a-heading {
  margin: 0;
}
[dir="rtl"] .m-teaserslider {
  direction: ltr;
}
[dir="rtl"] .m-teaserslider .a-heading,
[dir="rtl"] .m-teaserslider .teaser-content {
  text-align: right;
}
.technical-information-header {
  height: 50px;
  width: 35%;
  -webkit-animation: 1s linear infinite alternate skeleton-loading;
  animation: 1s linear infinite alternate skeleton-loading;
  margin-top: 20px;
  margin-bottom: 20px;
}
.m-technical-info-rebrush .technical-info-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0 10px;
}
.m-technical-info-rebrush .technical-info-header-wrap .technical-info-heading {
  width: 100%;
  font-size: 25px;
}
.m-technical-info-rebrush
  .technical-info-header-wrap
  .technical-info-search-wrap {
  width: 100%;
}
.m-technical-info-rebrush
  .technical-info-header-wrap
  .technical-info-search-wrap
  .technical-info-search {
  margin: 0;
}
.m-technical-info-rebrush
  .technical-info-header-wrap
  .technical-info-search-wrap
  .technical-info-input-icon {
  cursor: pointer;
  position: absolute;
  right: 40px;
  line-height: 38px;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  ~ .technical-info-content-wrap
  .technical-info-item-wrap,
.m-technical-info-rebrush.mypdp
  .technical-info-content-wrap
  .technical-info-item-wrap {
  overflow-y: hidden;
}
.m-technical-info-rebrush .technical-info-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-sub-heading-wrap {
  border-bottom: none;
  padding: 10px 0;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-sub-heading-wrap
  .technical-info-sub-heading {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  width: 100%;
  word-break: break-word;
  margin: 0 10px 0 0;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  .technical-info-item {
  border-bottom: 1px solid #999;
  width: 100%;
  margin: 5px 0;
  word-break: break-word;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  .technical-info-item
  .technical-info-item-heading {
  display: inline-block;
  margin: 0 0 5px;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  .technical-info-item
  .technical-info-item-content {
  margin: 0 0 10px;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  .technical-info-item:last-child {
  border-bottom: none;
  margin: 5px 0 0;
}
.m-technical-info-rebrush .icon-arrow-down {
  position: absolute;
  width: 100%;
  text-align: right;
  cursor: pointer;
}
.m-technical-info-rebrush .icon-arrow-up {
  position: absolute;
  width: 100%;
  text-align: right;
  cursor: pointer;
  top: 0;
  padding-top: 10px;
}
.m-technical-info-rebrush .button-wrapper .additional-technical-info {
  width: auto;
  margin-top: 5px;
}
@media (min-width: 900px) {
  .m-technical-info-rebrush .technical-info-header-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-technical-info-rebrush
    .technical-info-header-wrap
    .technical-info-heading {
    width: 60%;
    margin: 0 10px 0 0;
  }
  .m-technical-info-rebrush
    .technical-info-header-wrap
    .technical-info-search-wrap {
    width: 40%;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    ~ .technical-info-content-wrap
    .technical-info-sub-heading-wrap {
    border-bottom: none;
    overflow-y: visible;
  }
  .m-technical-info-rebrush .technical-info-content-wrap {
    border-bottom: 1px solid #999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-sub-heading-wrap {
    margin: 0 20px 20px 0;
    padding: 0;
    width: 100%;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-sub-heading-wrap
    .technical-info-sub-heading {
    word-break: break-word;
    margin: 0;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item {
    border-bottom: none;
    width: 50%;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item
    .technical-info-item-content {
    margin: 0 0 20px;
    word-break: break-word;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item.technical-info-dimension-drawing {
    width: 100%;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item
    .icon-info-circle {
    cursor: pointer;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item:last-child {
    border-bottom: none;
    margin: 0;
  }
  .m-technical-info-rebrush .icon-arrow-down {
    text-align: center;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
    padding: 0 0 10px;
  }
  .m-technical-info-rebrush .icon-arrow-up {
    text-align: center;
    top: unset;
    bottom: 0;
    padding: 0 0 10px;
  }
  .o-technicaloverviewplaceholder .overview-content {
    width: 25%;
  }
  .o-technicaloverviewplaceholder .buttons {
    float: right;
    margin-right: 10%;
  }
}
.m-technical-info-rebrush .footnote-sup {
  cursor: pointer;
}
.m-technical-info-rebrush .m-layer {
  margin-top: 8%;
}
.o-technicaloverviewplaceholder .content-wrapper {
  padding: 20px 0;
}
.o-technicaloverviewplaceholder .content-wrapper .overview-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-technicaloverviewplaceholder
  .content-wrapper
  .overview-warpper
  .overview-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 5%;
}
@media (max-width: 899px) {
  .o-technicaloverviewplaceholder .overview-content {
    width: 50%;
  }
  .o-technicaloverviewplaceholder .buttons {
    float: center;
  }
}
.m-termsconditions:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-termsconditions .print-button {
  padding-top: 42px;
  padding-bottom: 42px;
}
.m-termsconditions .print-button .a-link {
  float: right;
}
.m-termsconditions .buttons {
  padding: 20px 0;
}
.m-termsconditions .buttons:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-termsconditions .buttons .a-button {
  width: 33.3333333333%;
}
.m-termsconditions .introbox {
  max-height: 200px;
  overflow-y: auto;
  margin: 0 0 20px;
}
.m-testimonialmodule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 30px;
  padding: 15px;
}
.m-testimonialmodule.testimonial-alignment-left,
.m-testimonialmodule.testimonial-alignment-right {
  opacity: 0;
  border: 2px solid #d7e1fe;
  -webkit-transition: opacity 0.8s ease-in-out,
    -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out,
    -webkit-transform 0.8s ease-in-out;
}
.m-testimonialmodule.testimonial-alignment-left {
  margin-right: auto;
  border-radius: 0 75px 6px 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-testimonialmodule.testimonial-alignment-right {
  margin-left: auto;
  border-radius: 6px 0 0 75px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.m-testimonialmodule.testimonial-alignment-right .testimonial-text-wrapper {
  margin-left: 30px;
}
.m-testimonialmodule.testimonial-alignment-right
  .testimonial-image
  + .testimonial-text-wrapper {
  margin-left: 0;
}
.m-testimonialmodule.testimonial-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.8s ease-in-out 0.5s, border 0.1s ease-in-out,
    margin-top 0.1s ease-in-out, margin-bottom 0.1s ease-in-out,
    -webkit-transform 0.8s ease-in-out 0.5s;
  transition: opacity 0.8s ease-in-out 0.5s, transform 0.8s ease-in-out 0.5s,
    border 0.1s ease-in-out, margin-top 0.1s ease-in-out,
    margin-bottom 0.1s ease-in-out, -webkit-transform 0.8s ease-in-out 0.5s;
}
.m-testimonialmodule.testimonial-active.testimonial-highlighted {
  margin-top: -2px;
  margin-bottom: -webkit-calc(30px + 2px);
  margin-bottom: calc(30px + 2px);
  border: 2px solid #2c5de5;
  -webkit-box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, 0.2);
}
.m-testimonialmodule.testimonial-active .testimonial-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: -webkit-filter 0.8s ease-in-out 0.5s;
  transition: filter 0.8s ease-in-out 0.5s;
  transition: filter 0.8s ease-in-out 0.5s, -webkit-filter 0.8s ease-in-out 0.5s;
}
.m-testimonialmodule :last-child {
  margin-bottom: 0;
}
.m-testimonialmodule .testimonial-image-wrapper {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.m-testimonialmodule .testimonial-image-wrapper + .testimonial-text-wrapper {
  width: -webkit-calc(100% - 40px - 15px);
  width: calc(100% - 40px - 15px);
  margin-left: 0;
}
.m-testimonialmodule .testimonial-image {
  border-radius: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.8s ease-in-out;
  transition: filter 0.8s ease-in-out;
  transition: filter 0.8s ease-in-out, -webkit-filter 0.8s ease-in-out;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-testimonialmodule .testimonial-headline {
  width: 100%;
  font-weight: 700;
}
@media (min-width: 750px) {
  .m-termsconditions .introbox {
    max-height: 150px;
  }
  .m-testimonialmodule {
    width: 60%;
  }
}
.m-testimonialwrapper {
  margin: 30px 0;
}
.m-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e9ecee;
  padding: 8px 8px 0;
  border-radius: 8px;
  height: 155px;
  width: 155px;
}
@media (max-width: 899px) {
  .m-tile {
    height: 100px;
    width: 86px;
  }
}
.m-tile .tile-image {
  border-radius: 2px;
}
.m-tile .tile-title {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-weight: 700;
}
.m-tilenavigation .tile-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  grid-auto-rows: 1fr;
}
.m-tilenavigation .tile-wrapper .grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.m-tilenavigation
  .tile-wrapper
  .grid-container
  .image-wrapper
  .empty-image-container {
  background-color: #999;
  height: 100%;
}
.m-tilenavigation .tile-wrapper .grid-container .image-wrapper .a-image {
  height: auto;
  text-align: center;
  overflow: hidden;
}
.m-tilenavigation .tile-wrapper .grid-container .image-wrapper .a-image img {
  display: inline-block;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.m-tilenavigation .tile-wrapper .grid-container .image-content {
  position: relative;
  background-color: #99ceff;
  overflow: hidden;
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.m-tilenavigation .tile-wrapper .grid-container .image-content .title-wrapper {
  width: 100%;
}
.m-tilenavigation
  .tile-wrapper
  .grid-container
  .image-content
  .title-wrapper
  .product-tile-title {
  color: #000;
  margin: 10px;
  width: 50%;
  font-weight: 700;
  font-size: 12px;
  float: left;
}
.m-tilenavigation .tile-wrapper .grid-container .image-content .icon-wrapper {
  position: absolute;
  right: 10px;
  top: 35%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 750px) and (min-width: 900px) {
  .m-tilenavigation .tile-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.m-tilenavigation .button-wrapper .a-button {
  width: auto;
  float: right;
  margin-top: 10px;
}
.m-timeslotbooking {
  width: 100%;
}
.m-timeslotbooking .more-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #d4d9de;
  font-size: 20px;
  line-height: 26px;
}
.m-timeslotbooking .more-toggle:hover {
  cursor: pointer;
}
.m-timeslotbooking .more-toggle .more-toggle-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  font-weight: 700;
  display: block;
}
.m-timeslotbooking .more-toggle .more-toggle-wrapper-bottom {
  color: #2b5ee5;
  font-size: 14px;
  padding: 0 0 0 25px;
}
.m-timeslotbooking .more-toggle .text {
  padding-left: 20px;
}
.m-timeslotbooking .inner-container {
  overflow: hidden;
}
.m-timeslotbooking .inner-container .m-forminput.m-forminput-datepicker {
  border: none;
}
.m-timeslotbooking .inner-container .calendar,
.m-timeslotbooking .inner-container .timeslots {
  float: left;
}
.m-timeslotbooking .inner-container .calendar {
  margin-bottom: 15px;
  margin-right: 10px;
  max-width: initial;
}
.m-timeslotbooking .inner-container .timeslots {
  position: relative;
  max-width: 235px;
}
.m-timeslotbooking .inner-container .timeslots .av-timeslots {
  height: auto;
  margin-bottom: 20px;
}
.m-timeslotbooking
  .inner-container
  .timeslots
  .av-timeslots
  .m-forminput-radio {
  float: none;
}
.m-timeslotbooking .inner-container .timeslots .confirm {
  margin: 10px 0 0;
  width: 100%;
}
.m-togglebox .togglebox-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 5em;
  -ms-flex: 0 0 5em;
  flex: 0 0 5em;
}
.m-togglebox .togglebox-image img {
  vertical-align: middle;
  padding-left: 0;
}
.m-togglebox .item {
  border-bottom: 1px solid #ececf0;
}
.m-togglebox .item:last-of-type {
  border-bottom: none;
}
.m-togglebox .item.has-header-icon .togglebox-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom: 1px solid #ececf0;
}
.m-togglebox .item.has-header-icon .togglebox-title.is-open {
  margin-bottom: 10px;
}
.m-togglebox .item.has-header-icon .togglebox-title.is-open:before,
.m-togglebox .item.has-header-icon .togglebox-title:before {
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.m-togglebox .item .togglebox-title {
  color: #000;
  display: block;
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 750px) {
  .m-tilenavigation .tile-wrapper .grid-container .image-content .icon-wrapper {
    top: 30%;
  }
  .m-tilenavigation .tile-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-timeslotbooking .inner-container .timeslots .av-timeslots {
    max-height: 200px;
    overflow-y: auto;
  }
  .m-timeslotbooking .inner-container .timeslots {
    margin-bottom: 0;
  }
  .m-togglebox .item .togglebox-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 900px) {
  .m-termsconditions .introbox {
    max-height: 100px;
  }
  .m-tilenavigation .tile-wrapper .grid-container .image-content .icon-wrapper {
    top: 30%;
  }
  .m-togglebox .item .togglebox-title {
    font-size: 28px;
    line-height: 33px;
  }
}
.m-togglebox .item .togglebox-title.is-open {
  color: #000;
}
.m-togglebox .item .togglebox-title.is-open:before {
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.m-togglebox .item .togglebox-title:before {
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.m-togglebox .item .togglebox-title .text {
  padding-left: 20px;
}
.m-togglebox .item .togglebox-subtitle {
  color: #000;
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin: 10px 0;
}
@media (min-width: 750px) {
  .m-togglebox .item .togglebox-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 900px) {
  .m-togglebox .item .togglebox-subtitle {
    font-size: 28px;
    line-height: 33px;
  }
}
.m-togglebox .item .togglebox-subtitle.is-open {
  color: #000;
}
.m-togglebox .item .togglebox-subtitle.is-open:before {
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.m-togglebox .item .togglebox-subtitle:before {
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.m-togglebox .item .togglebox-subtitle .text {
  padding-left: 20px;
}
.m-togglebox .item .togglebox-content {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
.m-togglebox .item .togglebox-content.is-in-transition {
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
.m-togglebox .item .togglebox-content.is-open {
  max-height: none;
  overflow: visible;
}
.m-togglebox .item .togglebox-content.body {
  padding: 0;
}
.m-togglebox .item .togglebox-content > .item:last-child {
  padding-bottom: 0;
}
.m-togglebox .item .togglebox-content .o-teasercontainer {
  margin-left: -1.3888888889%;
  margin-right: -1.3888888889%;
}
.m-togglebox .item .togglebox-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 750px) {
  .m-togglebox .item .togglebox-wrapper {
    width: 90%;
  }
}
@media print {
  .m-togglebox .item .togglebox-content {
    max-height: none;
    overflow: visible;
  }
  .m-togglebox .item .togglebox-title {
    color: #000;
  }
  .m-togglebox .item .togglebox-title.is-open:before,
  .m-togglebox .item .togglebox-title:before {
    display: none;
  }
}
.m-toggleButton {
  font-size: 0;
}
.m-toggleButton .input {
  font-size: 16px;
  border: 1px solid #999;
  padding: 10px;
  width: 60px;
}
.m-toggleButton .list-of-options {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 60px;
}
.m-toggleButton .list-of-options .option {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  width: 50%;
  min-width: 30px;
  margin: 0;
}
.m-toggleButton .list-of-options .option [type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.m-toggleButton .list-of-options .option [type="radio"]:checked + label,
.m-toggleButton .list-of-options .option [type="radio"]:not(:checked) + label {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.m-toggleButton .list-of-options .option [type="radio"]:checked + label,
.m-toggleButton .list-of-options .option [type="radio"]:checked + label:hover,
.m-toggleButton
  .list-of-options
  .option
  [type="radio"]:not(:checked)
  + label:hover {
  background: #000;
}
.m-toggleButton .list-of-options .option [type="radio"]:not(:checked) + label {
  background: #0064a6;
}
.m-totalamount {
  padding: 0;
}
.m-totalamount:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-totalamount .list {
  float: right;
  padding: 0;
}
.m-totalamount .list li {
  display: block;
  margin: 0;
  text-align: right;
  line-height: 2em;
}
.m-totalamount .list li:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-totalamount .list li:first-child {
  font-size: 18px;
}
.m-totalamount .list .label,
.m-totalamount .list .value {
  width: 50%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  min-height: 19px;
}
.m-totalamount .list .label span {
  white-space: nowrap;
}
.m-totalamount .coupon-information-message,
.m-totalamount .information,
.m-totalamount .savings {
  width: 100%;
  float: left;
  text-align: right;
}
@media (min-width: 750px) {
  .m-totalamount {
    float: right;
    width: 50%;
  }
  .m-totalamount .information p {
    display: inline-block;
  }
}
.m-trustedshops {
  width: 100%;
}
.m-typeplatefinder .bottomspacing {
  margin-bottom: 15px;
}
.m-typeplatefinder .m-imagelist.grid > * {
  width: 50%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  margin-bottom: 30px;
  margin-right: 0;
}
@media (min-width: 750px) {
  .m-typeplatefinder .m-imagelist.grid > * {
    width: 33.3333333333%;
  }
  .m-typeplatefinder .g-layout-half .g-col.col-md-twothird {
    width: 66.6666666667%;
  }
}
@media (min-width: 900px) {
  .m-totalamount .list {
    width: 66.6666666667%;
  }
  .m-trustedshops {
    width: auto;
  }
  .m-typeplatefinder .m-imagelist.grid > * {
    width: 25%;
  }
  .m-typeplatefinder .g-layout-half .g-col.col-md-twothird {
    width: 50%;
  }
}
.content-toggle-typeplatefinder,
.content-toggle-typeplatefinder .containerexpandable-togglelink,
.content-toggle-typeplatefinder .m-typeplatefinder .bottomspacing {
  margin-bottom: 0;
}
.content-toggle-typeplatefinder
  .m-typeplatefinder
  .typeplatefinder-results
  .m-imagelist {
  margin-bottom: -30px;
}
.o-typeplatefindergallery .form-row-wrapper {
  position: relative;
}
.o-typeplatefindergallery .form-row-wrapper fieldset.form-row {
  margin-right: 0;
  padding: 0;
}
.o-typeplatefindergallery .uppercase {
  text-transform: uppercase;
}
.o-typeplatefindergallery .typeplategallery {
  margin-top: 5%;
}
.m-uspnavigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.m-uspnavigation .slick-arrow {
  z-index: 1;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-uspnavigation .slider-arrow.slick-hidden {
  display: none;
}
.m-uspnavigation .icon-arrow-right {
  margin-right: 25px;
}
.m-uspnavigation .icon-arrow-left {
  margin-left: 25px;
}
.m-uspnavigation .usp-slider-container {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.m-uspnavigation .usp-slider {
  width: 100%;
}
.m-uspnavigation .slick-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.m-uspnavigation .slick-active,
.m-uspnavigation .slick-current {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.m-uspnavigation .usp-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-uspnavigation .usp-element .icon {
  margin: 0 10px;
}
.m-uspnavigation .usp-element .remainingtext {
  margin-right: 15px;
}
@media (max-width: 749px) {
  .m-uspnavigation .usp-element .remainingtext {
    display: none;
  }
}
.m-uspnavigation .usp-element.js-promotion-wrapper {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.m-uspnavigation .usp-element a,
.m-uspnavigation .usp-element p {
  text-align: center;
}
.m-uspnavigation .usp-element .usp-voucher {
  cursor: pointer;
}
[dir="rtl"] .m-uspnavigation .icon-arrow-left:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-usppromotionbar {
  border-radius: 0.25rem;
}
.m-usppromotionbar .usp-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-usppromotionbar .a-image {
  width: 32px;
}
.m-usppromotionbar .usp-text-content {
  margin-left: 25px;
}
.m-usppromotionbar .usp-headline {
  width: 240px;
}
.m-usppromotionbar .usp-headline .usp-headline-text {
  margin: 0;
}
.m-usppromotionbar .usp-description {
  width: 240px;
  margin-top: 7px;
}
.m-video {
  height: auto;
  position: relative;
  width: 100%;
}
.m-video video {
  width: 100%;
}
.m-video video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  appearance: none;
  display: none !important;
}
.m-video .video-wrapper {
  background-color: #000;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.m-video .video-content {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.m-video .play-layer {
  background-color: transparent;
  background-position: 50% 50%;
  background-size: 100% 100%;
  border: 0;
  color: #41aaaa;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.m-video .play-layer:focus .icon,
.m-video .play-layer:hover .icon {
  color: #a5e1e1;
}
.m-video .play-layer .placeholder-poster-background {
  background-color: #999;
  width: 100%;
  height: 100%;
  position: absolute;
}
.m-video .play-layer .a-image {
  position: absolute;
}
.m-video .play-layer .a-image.placeholder-poster-image {
  width: 100%;
  height: 100%;
}
.m-video .play-layer .a-image.placeholder-poster-image img {
  object-fit: cover;
}
.m-video .play-layer .icon-play {
  line-height: 3em;
  position: relative;
  text-align: center;
}
.has-video-play {
  display: block;
  position: relative;
}
.has-video-play:focus:before,
.has-video-play:hover:before {
  color: #a5e1e1;
}
.has-video-play:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #41aaaa;
  font-size: 30px;
  height: 3em;
  left: 50%;
  line-height: 3em;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3em;
  z-index: 10;
}
.m-vouchercode .togglebox-title {
  margin-bottom: 10px;
}
.m-vouchercode .m-togglebox {
  border-bottom: 0;
}
.m-vouchercode .voucher-wrap {
  margin-top: 20px;
  position: relative;
  width: 66.6666666667%;
}
.m-vouchercode .voucher-wrap:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-vouchercode .voucher-message span {
  font-weight: 700;
}
.m-vouchercode .input-wrap {
  float: left;
  position: relative;
}
.m-vouchercode .input-wrap .voucher {
  margin: 0;
  padding: 10px;
}
@media (max-width: 749px) {
  .m-vouchercode .input-wrap {
    float: none;
  }
  .m-vouchercode .input-wrap + .submit-wrap {
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .m-vouchercode .submit-wrap {
    width: 100%;
  }
}
.m-vouchercode .submit-wrap {
  float: right;
}
.m-vouchercode .submit-wrap.voucher-redeem {
  float: left;
  padding-left: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.m-warrantyextensionteaser .form-button,
.m-warrantyextensionteaser .m-form {
  margin-bottom: 0;
}
.m-warrantyitem .m-producttitle {
  margin-bottom: 10px;
}
.m-warrantyitem .hook-line {
  display: inline-block;
  margin: 0 0 10px;
}
.m-warrantyitem dl {
  line-height: 21px;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
}
.m-warrantyitem dl:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-warrantyitem dt {
  clear: both;
  color: #999;
}
.m-warrantyitem dd {
  margin: 0 0 10px;
}
.m-warrantyitem .cta-link {
  display: block;
}
.m-warrantyitem .cta-link + .cta-link {
  margin-top: 10px;
}
@media (max-width: 749px) {
  .m-vouchercode .voucher-wrap {
    width: 100%;
  }
  .m-warrantyitem .item-image {
    margin-bottom: 10px;
  }
}
@media (min-width: 750px) {
  .m-warrantyextensionteaser .m-form .form-actions {
    max-width: 500px;
  }
  .m-warrantyextensionteaser .m-form .form-action.form-action-primary {
    width: 50%;
  }
  .m-warrantyitem {
    max-width: 100%;
    margin: -1.3888888889%;
  }
  .m-warrantyitem:after {
    content: " ";
    display: block;
    clear: both;
  }
  .m-warrantyitem .item-image {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-warrantyitem .item-details {
    width: 66.6666666667%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-warrantyitem dt {
    float: left;
    width: 40%;
  }
  .m-warrantyitem dd {
    float: left;
    margin-bottom: 0;
    width: 60%;
  }
}
@media (min-width: 900px) {
  .m-warrantyitem .item-image {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-warrantyitem .item-details {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-warrantyitem .item-details:after {
    content: " ";
    display: block;
    clear: both;
  }
  .m-warrantyitem .item-details .product-details {
    width: 66.6666666667%;
    float: left;
    padding-right: 1.8518518519%;
    padding-left: 0;
  }
  .m-warrantyitem .item-details .call-to-action {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.8518518519%;
    padding-right: 0;
  }
  .m-warrantyitem dl {
    margin-bottom: 0;
  }
}
.m-youreko-assistant {
  display: none;
}
.m-yourproductteaser {
  display: block;
  margin: 0 0 40px;
}
.m-yourproductteaser:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-yourproductteaser .a-link.product-title {
  color: #000;
  display: block;
}
.m-yourproductteaser .a-link.product-title:hover {
  color: #0064a6;
}
.m-yourproductteaser .product-text-wrapper {
  margin-bottom: 15px;
}
.m-yourproductteaser .product-image {
  display: block;
  margin: 0 0 20px;
}
.m-yourproductteaser .product-image a img {
  margin: 0 auto;
  max-height: 300px;
  max-width: 100%;
}
@media (min-width: 750px) {
  .m-yourproductteaser .product-image a {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .m-yourproductteaser .product-image a::after {
    content: "";
    display: block;
    margin-top: 100%;
  }
  .m-yourproductteaser .product-image a .a-image,
  .m-yourproductteaser .product-image a a,
  .m-yourproductteaser .product-image a img,
  .m-yourproductteaser .product-image a picture {
    bottom: 0;
    left: 0;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-yourproductteaser .product-image a img {
    max-height: 100%;
  }
  .grid-view .m-yourproductteaser .product-image a img {
    top: auto;
  }
  .o-cookielaw .cookielaw-content .list-unstyled li {
    width: 100%;
  }
}
.o-alternativeproductsslider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-alternativeproductsslider .tiles-slider-heading {
  padding: 20px 0 0 10px;
}
.o-alternativeproductsslider .tiles-slider .slick-slide {
  margin: 10px;
  outline: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-alternativeproductsslider .tiles-slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.o-alternativeproductsslider .tiles-slider .slick-dots li button {
  font-size: 0;
  border-radius: 50%;
  border-width: 0;
  padding: 0;
}
.o-alternativeproductsslider .alternativeproduct-tile-slider-arrows .prev {
  margin-left: 20px;
}
.o-alternativeproductsslider .alternativeproduct-tile-slider-arrows .next {
  margin-right: 20px;
}
.o-alternativeproductsslider .alternativeproduct-tile-slider-arrows .next,
.o-alternativeproductsslider .alternativeproduct-tile-slider-arrows .prev {
  font-size: 20px;
  height: 44px;
  width: 44px;
}
@media (max-width: 899px) {
  .o-alternativeproductsslider .alternativeproduct-tile-slider-arrows .next,
  .o-alternativeproductsslider .alternativeproduct-tile-slider-arrows .prev {
    display: none !important;
  }
}
.o-buyarea {
  margin: 10px 0 0;
}
.o-buyarea .m-imagelist img {
  border-radius: 0;
}
.o-buyarea .cta-area .energy-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-buyarea .cta-area .energy-label-wrapper .energy-label-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: right;
}
.o-buyarea .cta-area .price .previous {
  font-size: 18px;
  text-decoration: line-through;
  color: #999;
}
.o-buyarea .cta-area .price .price-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-buyarea .cta-area .price .price-info-wrapper .additional-info {
  padding-left: 10px;
  font-size: 12px;
}
.o-buyarea .cta-area .price .current {
  font-size: 27px;
}
.o-buyarea .cta-area .price .discount {
  color: #9f4040;
}
.o-buyarea .cta-area .price .current.basicprice {
  font-size: 16px;
}
.o-buyarea .cta-area .price .rrp-text {
  font-weight: 400;
}
.o-buyarea .cta-area .details .discount {
  color: #9f4040;
}
.o-buyarea .cta-area .thumbnail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-buyarea .cta-area .thumbnail-wrapper .thumbnail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.o-buyarea .cta-area .thumbnail-wrapper .thumbnail .a-image {
  text-align: left;
}
.o-buyarea .cta-area .thumbnail-wrapper .thumbnail-sibling {
  -webkit-box-flex: 4;
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
}
.o-buyarea .cta-area .m-quantityselector {
  display: inline-block;
}
.o-buyarea .cta-area .add-to-basket,
.o-buyarea .cta-area .configure-button,
.o-buyarea .cta-area .cta-recoengine,
.o-buyarea .cta-area .dealer-button {
  margin-bottom: 10px;
}
.o-buyarea .cta-area .configure-button {
  text-decoration: none;
}
.o-buyarea .cta-area .js-onlinedealer-action.new-color-buy-online {
  background-color: #007bc0 !important;
  color: #fff !important;
}
.o-buyarea .cta-area .js-onlinedealer-action.sticky {
  margin: 10px 0 0 !important;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  left: 0;
  background-color: #fff !important;
}
.o-buyarea .cta-area .main-cta.sticky {
  margin: 10px 0 0 !important;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  left: 0;
}
.o-buyarea .cta-area .sticky-main-cta-reference-pixel {
  width: 1px;
  height: 1px;
}
.o-buyarea .cta-area .buttongroup .a-button,
.o-buyarea .cta-area .buttongroup .a-button-link.a-button,
.o-buyarea .cta-area .buttongroup .a-button.a-link {
  margin-bottom: 10px;
}
.o-buyarea .cta-area .m-subscriptionselection {
  float: none;
}
.o-buyarea .cta-area .a-button .icon {
  vertical-align: sub;
}
.o-buyarea .cta-area .retailer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-buyarea .cta-area .retailer-info {
  position: relative;
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #d4d9de;
  text-decoration: none;
  color: #000;
}
.o-buyarea .cta-area .retailer-info .a-image {
  margin-bottom: 10px;
  text-align: left;
}
.o-buyarea .cta-area .retailer-info .icon {
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.o-buyarea
  .cta-area
  .additional-energy-labels-repair-index
  .m-imagelist
  div.special-labels-image-list-base-image
  picture
  img,
.o-buyarea
  .cta-area
  .additional-energy-labels-repair-index
  div.special-labels-image-list-base-image
  img.special-labels-image-list-base-image {
  max-height: 45px;
  max-width: 75px;
}
.o-buyarea .localstock-text {
  font-weight: 400;
}
.o-buyarea .location-selector-layout {
  margin-bottom: 10px;
}
.o-buyarea .m-searchfield-dealerlocator .submit-wrap {
  padding-left: 0;
  border: 1px solid #0064a6;
  border-radius: 0 5px 5px 0;
  width: 12.5%;
}
.o-buyarea .m-searchfield-dealerlocator {
  margin: 0 0 10px;
}
.o-buyarea .m-searchfield-dealerlocator .input-wrap {
  width: 87.5%;
  padding: 0;
}
.o-buyarea .m-searchfield-dealerlocator .searchfield-input {
  border-radius: 5px 0 0 5px;
  padding: 12.5px;
}
.o-buyarea .m-searchfield-dealerlocator .a-button-geo-location,
.o-buyarea .m-searchfield-dealerlocator .submit-wrap .text {
  display: none;
}
.o-buyarea .product-services .service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-buyarea .product-services .info {
  position: static;
}
.o-cancelquotationpopup .a-heading,
.o-cancelquotationpopup .m-forminput-checkbox {
  margin-bottom: 20px;
}
.o-cartshopping {
  margin: 0 0 20px;
}
.o-cartshopping .a-errormessage {
  margin: 0 0 10px;
}
.o-cartshopping .a-errormessage.error-custom-h3 {
  font-size: 40px;
}
@media (min-width: 900px) {
  .o-cartshopping .m-itemserviceitem.service-item {
    padding: 0 1.3888888889%;
  }
  .o-cartshopping .product-service-item-checkbox {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-cartshopping .product-service-item-checkbox .checkbox {
    margin: 0 0 0 1.3888888889%;
    position: relative;
  }
  .o-cartshopping .error-box-format {
    max-width: 100%;
  }
  .o-cartshopping .error-message-format {
    display: inline;
  }
  .o-cookielaw .cookielaw-content .list-unstyled li {
    width: 100%;
  }
}
.o-cartshopping .editcart {
  text-align: right;
  margin: 0 0 10px;
}
.o-checkoutbasket {
  opacity: 1 !important;
  padding-top: 1em;
}
.o-checkoutbasket .checkoutbasket-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-checkoutbasket .checkoutbasket-editcart {
  padding: 0 0 0 15px;
  width: 65%;
  font-size: 12px;
}
@media (max-width: 749px) {
  .o-alternativeproductsslider .tiles-slider .slick-dots li {
    display: none;
  }
  .o-alternativeproductsslider .tiles-slider .slick-dots li.slick-active,
  .o-alternativeproductsslider .tiles-slider .slick-dots li.slick-active + li,
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li
    + li,
  .o-alternativeproductsslider .tiles-slider .slick-dots li:nth-last-child(1),
  .o-alternativeproductsslider .tiles-slider .slick-dots li:nth-last-child(2),
  .o-alternativeproductsslider .tiles-slider .slick-dots li:nth-last-child(3) {
    display: block;
  }
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    ~ li:nth-last-child(1),
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    ~ li:nth-last-child(2),
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    ~ li:nth-last-child(3) {
    display: none;
  }
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li
    + li:nth-last-child(1),
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li
    + li:nth-last-child(2),
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li
    + li:nth-last-child(3),
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li:nth-last-child(1),
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li:nth-last-child(2),
  .o-alternativeproductsslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li:nth-last-child(3) {
    display: block;
  }
  .o-checkoutbasket .checkoutbasket-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-checkoutbasket .checkoutbasket-editcart {
    width: 100%;
  }
}
.o-checkoutbasket .checkoutbasket-editcart .editcart {
  text-align: right;
}
.o-checkoutbasket .checkoutbasket-editcart .editcart .a-link {
  color: #2b5ee5;
}
.o-checkoutbasket .checkoutbasket-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  margin-bottom: 1rem;
}
.o-checkoutbasket .checkoutbasket-sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  margin: 1rem 1rem 0;
}
@media (max-width: 749px) {
  .o-checkoutbasket .checkoutbasket-summary-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-checkoutbasket .m-checkout-summary {
    display: block;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
}
.o-checkoutbasket .article-in-checkout-container {
  padding-left: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  width: 65%;
}
@media (max-width: 749px) {
  .o-checkoutbasket .article-in-checkout-container {
    padding-left: 0;
    width: 100%;
  }
  .o-checkoutbasket
    .article-quantity
    .m-quantityselector
    .quantityselector-button {
    width: 20px;
  }
}
.o-checkoutbasket .a-horizontalrule {
  padding-left: 12px;
  padding-right: 12px;
}
.o-checkoutbasket .a-productavailability {
  margin: 0;
}
.o-checkoutbasket
  .article-quantity
  .m-quantityselector
  .quantityselector-button {
  height: 24px;
  line-height: 0;
}
.o-checkoutbasket
  .article-quantity
  .m-quantityselector
  .quantityselector-value {
  height: 24px;
  width: 40px;
}
.o-checkoutconfirmation {
  opacity: 1 !important;
}
.o-checkoutconfirmation .article-quantity {
  margin-bottom: 1rem;
}
.o-checkoutconfirmation .checkout-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  float: right;
}
@media (max-width: 749px) {
  .o-checkoutbasket
    .article-quantity
    .m-quantityselector
    .quantityselector-value {
    width: 30px;
  }
  .o-checkoutbasket .article-quantity .m-quantityselector .icon-xs {
    font-size: 7px;
  }
  .o-checkoutconfirmation .m-checkout-user-information-summary {
    margin-top: 0;
    padding-left: 1rem;
  }
  .o-checkoutconfirmation .m-article-in-checkout {
    margin-right: 1rem;
  }
  .o-checkoutconfirmation .checkout-summary-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-checkoutconfirmation .article-in-checkout-container {
  float: left;
  width: 65%;
}
.o-checkoutconfirmation .m-article-in-checkout {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
.o-checkoutdelivery-wop .checkoutsummary-expand-container {
  border-radius: 0.25rem;
}
.o-checkoutdelivery-wop .m-checkoutdeliveryservice {
  background-color: #fff;
  margin-left: 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
}
.o-checkoutdelivery-wop .checkoutdelivery-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-checkoutdelivery-wop .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
}
@media (max-width: 749px) {
  .o-checkoutconfirmation .article-in-checkout-container {
    width: 100%;
  }
  .o-checkoutconfirmation .m-checkout-summary {
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
  .o-checkoutdelivery-wop .m-checkoutdeliveryservice {
    margin-right: 16px;
    padding: 6px;
  }
  .o-checkoutdelivery-wop .checkoutdelivery-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-checkoutdelivery-wop .sticky {
    display: block;
    margin: 0;
  }
}
.o-checkoutdelivery-wop .a-button.button-secondary-wop {
  width: auto;
  background-color: #fff;
  color: #2b5ee5;
  font-weight: 700;
  border-radius: 0.5em;
  border: 1px solid #2b5ee5;
}
.o-checkoutdelivery-wop .a-button.button-secondary-wop.no-border {
  border: none;
}
.o-checkoutdelivery-wop .a-button.button-secondary-wop:hover {
  background-color: initial;
  cursor: pointer;
}
.o-checkoutdelivery-wop .a-button.button-primary-wop {
  width: auto;
  background-color: #2b5ee5;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5em;
}
.o-checkoutdelivery-wop .a-button.button-primary-wop:hover {
  cursor: pointer;
}
.o-checkoutdelivery-wop .consumersearchbox-wop {
  padding: 15px;
  margin: 0 15px;
  background: #fff;
}
.o-checkoutdelivery-wop .consumersearchbox-wop .detailed-search-trigger {
  text-align: right;
}
.o-checkoutdelivery-wop .consumersearchbox-wop .result-table {
  margin-top: 45px;
}
.o-checkoutdelivery-wop .consumersearchbox-wop .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .o-checkoutdelivery-wop .m-checkout-summary {
    display: block;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
}
.o-checkoutdelivery-wop .checkoutdelivery-content-container {
  width: 65%;
  height: auto;
  margin-bottom: 16px;
}
@media (max-width: 749px) {
  .o-checkoutdelivery-wop .checkoutdelivery-content-container {
    width: 100%;
  }
}
.o-checkoutdelivery-wop .checkoutdelivery-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  margin-bottom: 1rem;
}
.o-checkoutdelivery-wop .checkoutdelivery-headline {
  margin-left: 1rem;
}
.o-checkoutdelivery-wop .checkoutdelivery-select-address {
  background-color: #fff;
  margin-left: 15px;
  border-radius: 2px;
  padding: 1rem;
}
@media (max-width: 749px) {
  .o-checkoutdelivery-wop .checkoutdelivery-summary-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-checkoutdelivery-wop .checkoutdelivery-select-address {
    margin-left: 0;
  }
  .o-checkoutdelivery-wop .checkoutdelivery-agent-details-container,
  .o-checkoutdelivery-wop .checkoutdelivery-login {
    margin-right: 15px;
  }
}
.o-checkoutdelivery-wop .checkoutdelivery-login .a-link.a-button {
  width: auto;
  background-color: #2b5ee5;
  color: #fff;
  font-weight: 700;
  border-radius: 0.5em;
}
.o-checkoutdelivery-wop .checkoutdelivery-login .a-link.a-button:hover {
  cursor: pointer;
}
.o-checkoutdelivery-wop .checkoutdelivery-login .m-contenttextmedia {
  margin-bottom: 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-billingaddress {
  margin-left: 15px;
}
.o-checkoutdelivery-wop .checkoutdelivery-billingaddress .a-alert {
  margin-left: 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-agent-details-container {
  margin-top: 8px;
  margin-left: 15px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-agent-details-container
  .checkoutdelivery-agent-details {
  padding-top: 8px;
  background-color: #fff;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-agent-details-container
  .checkoutdelivery-agent-details
  .a-heading,
.o-checkoutdelivery-wop
  .checkoutdelivery-agent-details-container
  .checkoutdelivery-agent-details
  .form-row,
.o-checkoutdelivery-wop .checkoutdelivery-shippingaddress {
  margin-left: 15px;
}
@media (max-width: 749px) {
  .o-checkoutdelivery-wop .checkoutdelivery-shippingaddress {
    margin-left: 0;
  }
  .o-checkoutdelivery-wop .checkoutdelivery-shippingaddress .a-heading {
    margin-left: 15px;
  }
  .o-checkoutdelivery-wop
    .checkoutdelivery-target-website-container
    .m-contentloadBySelection {
    margin-right: 1rem;
  }
}
.o-checkoutdelivery-wop .checkoutdelivery-target-website-container {
  margin-top: 1rem;
  margin-left: 1rem;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-target-website-container
  .m-contentloadBySelection {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-target-website-container
  .m-contentloadBySelection
  .tab-panel {
  border-bottom: none;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-optins-container
  .checkoutdelivery-optins {
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 749px) {
  .o-checkoutdelivery-wop
    .checkoutdelivery-optins-container
    .checkoutdelivery-optins {
    margin-right: 1rem;
  }
  .o-checkoutdelivery-wop .billing-address-editable {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice {
  margin-left: 15px;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .invoice-type {
  margin-left: 30px;
}
@media (max-width: 749px) {
  .o-checkoutdelivery-wop .checkoutdelivery-invoice {
    margin-left: 0;
  }
  .o-checkoutdelivery-wop .checkoutdelivery-invoice .a-heading {
    margin-left: 15px;
  }
  .o-checkoutordersummarywop .checkoutordersummary-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .form-layout-half {
  background-color: #fff;
  border-radius: 2px;
}
.o-checkoutordersummary {
  margin: 0 0 20px;
}
.o-checkoutordersummary .m-vouchercode .m-togglebox {
  border-bottom: none;
}
.o-checkoutordersummary .m-vouchercode .togglebox-title {
  padding: 0;
}
.o-checkoutordersummary .o-teasercontainer .m-teaser {
  margin-bottom: 0;
}
.o-checkoutordersummary .o-teasercontainer .m-teaser .teaser-media {
  margin-bottom: 10px;
}
.o-checkoutordersummary .timeslot-info {
  width: 75%;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  float: right;
  margin: 20px 0;
}
@media (max-width: 899px) {
  .o-checkoutordersummary .timeslot-info {
    width: 100%;
    padding: 0;
  }
  .o-footer-rebrush
    .footer-rebrush-section
    .footer-rebrush-navwrap
    .m-navfooter
    .section-wrap
    .list-unstyled.hidden-list {
    margin: 0;
  }
  .o-footer-rebrush
    .footer-rebrush-section
    .footer-rebrush-navwrap
    .m-navfooter
    .section-wrap
    .list-unstyled.hidden-list
    .group-header {
    margin: 0;
    padding: 0;
  }
}
.o-checkoutordersummarywop {
  opacity: 1 !important;
}
.o-checkoutordersummarywop .checkoutordersummary-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-checkoutordersummarywop .article-quantity {
  margin-bottom: 1rem;
}
.o-checkoutordersummarywop .checkoutordersummary-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  margin-bottom: 1rem;
}
@media (max-width: 749px) {
  .o-checkoutordersummarywop .m-article-in-checkout {
    margin-right: 1rem;
  }
  .o-checkoutordersummarywop .checkoutordersummary-summary-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-checkoutordersummarywop .article-in-checkout-container {
  width: 65%;
}
.o-checkoutordersummarywop .m-article-in-checkout {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
.o-checkoutordersummarywop .m-checkout-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  margin: 1rem 1rem 0;
}
.o-checkoutordersummarywop .checkoutordersummary-tc-container {
  margin-top: 1rem;
  margin-left: 1rem;
}
.o-checkoutordersummarywop .checkoutordersummary-tc {
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: 0.25rem;
}
@media (max-width: 749px) {
  .o-checkoutordersummarywop .article-in-checkout-container {
    width: 100%;
  }
  .o-checkoutordersummarywop .m-checkout-summary {
    display: block;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
  .o-checkoutordersummarywop .checkoutordersummary-payment,
  .o-checkoutordersummarywop .checkoutordersummary-tc {
    margin-right: 1rem;
  }
}
.o-checkoutordersummarywop .checkoutordersummary-payment {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1em;
}
.o-checkoutordersummarywop .checkoutordersummary-payment .a-alert {
  margin: 0 0 1rem;
}
.o-checkoutordersummarywop .checkoutordersummary-list-el-headline {
  margin-top: 1rem;
}
.o-checkoutordersummarywop
  .checkoutordersummary-user-information
  .m-checkout-user-information-summary {
  margin-right: 0;
  margin-left: 1rem;
}
.o-checkoutordersummarywop .checkoutordersummary-downpayment {
  background-color: #fff;
  border-radius: 0.25rem;
}
.o-checkoutordersummarywop .checkoutordersummary-payment-options {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
}
.o-checkoutordersummarywop .a-horizontalrule {
  padding-left: 12px;
  padding-right: 12px;
}
.o-checkoutordersummarywop
  .checkoutordersummary-optins-container
  .m-checkoutdeliverycontactpermission {
  background-color: #fff;
  border-radius: 0.25rem;
}
.o-checkoutordersummarywop
  .checkoutordersummary-optins-container
  .m-checkoutdeliverycontactpermission
  .tab-panel {
  border-bottom: none;
}
.o-checkoutpayment {
  opacity: 1 !important;
}
.o-checkoutpayment .checkoutpayment-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .o-checkoutordersummarywop
    .checkoutordersummary-user-information
    .m-checkout-user-information-summary {
    margin-right: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-checkoutordersummarywop .checkoutordersummary-downpayment,
  .o-checkoutordersummarywop
    .checkoutordersummary-optins-container
    .m-checkoutdeliverycontactpermission {
    margin-right: 1rem;
  }
  .o-checkoutpayment .m-checkout-summary {
    width: 100%;
  }
  .o-checkoutpayment .checkoutpayment-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-checkoutpayment .m-article-in-checkout {
    margin-right: 1rem;
  }
}
.o-checkoutpayment .article-quantity {
  margin-bottom: 1rem;
}
.o-checkoutpayment .checkoutpayment-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  margin-bottom: 1rem;
}
@media (max-width: 749px) {
  .o-checkoutpayment .checkoutpayment-summary-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-checkoutpayment .article-in-checkout-container {
  width: 65%;
}
.o-checkoutpayment .m-article-in-checkout {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
.o-checkoutpayment .m-checkout-summary {
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  margin: 1rem 1rem 0;
}
.o-checkoutpayment .checkoutpayment-tc-container .checkoutpayment-tc {
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 749px) {
  .o-checkoutpayment .article-in-checkout-container {
    width: 100%;
  }
  .o-checkoutpayment .m-checkout-summary {
    display: block;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
  .o-checkoutpayment .checkoutpayment-payment-container,
  .o-checkoutpayment .checkoutpayment-tc-container .checkoutpayment-tc {
    margin-right: 1rem;
  }
}
.o-checkoutpayment .checkoutpayment-payment-container .a-alert {
  margin: 0 0 1rem;
}
.o-checkoutpayment .checkoutpayment-payment-container .checkoutpayment-payment {
  background-color: #fff;
  border-radius: 0.25rem;
  overflow: hidden;
}
.o-checkoutpayment
  .checkoutpayment-payment-container
  .checkoutpayment-payment
  .m-paymentdeliverymethod
  .payment {
  width: 100%;
}
.o-checkoutpayment .checkoutpayment-list-el-headline {
  margin-top: 1rem;
}
.o-checkoutpayment
  .checkoutpayment-user-information
  .m-checkout-user-information-summary {
  margin-right: 0;
  margin-left: 1rem;
}
.o-checkoutpayment .checkoutpayment-downpayment {
  background-color: #fff;
  margin-left: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.25rem;
}
.o-checkoutpayment
  .checkoutpayment-optins-container
  .m-checkoutdeliverycontactpermission {
  background-color: #fff;
  border-radius: 0.25rem;
}
@media (max-width: 749px) {
  .o-checkoutpayment
    .checkoutpayment-user-information
    .m-checkout-user-information-summary {
    margin-right: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-checkoutpayment .checkoutpayment-downpayment,
  .o-checkoutpayment
    .checkoutpayment-optins-container
    .m-checkoutdeliverycontactpermission {
    margin-right: 1rem;
  }
}
.o-checkoutpayment
  .checkoutpayment-optins-container
  .m-checkoutdeliverycontactpermission
  .tab-panel {
  border-bottom: none;
}
.o-checkoutwelcome .checkout-welcome-intro {
  margin-bottom: 30px;
}
.o-checkoutwelcome .checkout-welcome-intro p:last-child {
  margin-bottom: 0;
}
.o-cookielaw {
  display: none;
  max-height: 1200px;
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
  overflow: hidden;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.o-cookielaw:after {
  content: " ";
  display: block;
  clear: both;
}
.o-cookielaw.is-transitioned {
  max-height: 0;
}
.o-cookielaw .extend-cookie-configuration {
  display: none;
  max-height: 0;
}
.o-cookielaw .extend-cookie-configuration.is-open {
  max-height: none;
  display: block;
}
.o-cookielaw .extend-cookie-configuration.is-in-transition {
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
}
.o-cookielaw .cookielaw-layer-settings .m-forminput-checkbox {
  display: inline-block;
}
.o-cookielaw .a-heading {
  margin: 0;
}
.o-cookielaw .a-morecontenttogglelink {
  margin: 10px 0 0;
  --morecontenttogglelink-color-text: #007a7a;
  --morecontenttogglelink-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --morecontenttogglelink-color-text: #3cc8be;
  --morecontenttogglelink-gradient: linear-gradient(
    180deg,
    rgba(0, 0, 40, 0) 0%,
    #000028 100%
  );
}
.o-cookielaw .cookielaw-close {
  position: absolute;
  right: 0;
}
.o-cookielaw .m-form:not(.cookielaw-setcookiepolicy-form) {
  margin-bottom: 0;
}
.o-cookielaw .cookielaw-oneoption-form,
.o-cookielaw .cookielaw-setcookiepolicy-form {
  display: inline-block;
  padding: 30px;
  width: 100%;
}
.o-cookielaw .cookielaw-content .list-unstyled {
  width: 100%;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .more-less-button {
  padding: 0;
}
.o-cookielaw .cookielaw-content .list-unstyled .a-morecontenttogglelink .icon,
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .is-open
  .icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.o-cookielaw .cookielaw-content .list-unstyled li {
  padding: 0;
}
.o-cookielaw .cookielaw-content .list-unstyled li .more-less-button p {
  margin: 0;
}
.o-cookielaw .cookielaw-actions .a-button:not(:last-child),
.o-cookielaw .cookielaw-content .list-unstyled li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .o-cookielaw .cookielaw-content {
    width: 66.6666666667%;
    float: left;
    padding-right: 1.3888888889%;
  }
  .o-cookielaw .cookielaw-content .list-unstyled {
    margin-bottom: 20px;
  }
  .o-cookielaw .cookielaw-actions {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
  }
}
@media (min-width: 900px) {
  .o-cookielaw .cookielaw-content {
    width: 75%;
  }
  .o-cookielaw .cookielaw-actions {
    width: 25%;
  }
  .o-cookitlocator
    .cookit-filter-selector
    .cookit-filter.cookit-dealers-filter:hover {
    color: #fff;
    background-color: #9e2896;
  }
}
.o-cookitlocator .tracking-text {
  margin-bottom: 0;
}
.o-cookitlocator .dealer-info {
  margin-top: 30px;
  margin-left: 10px;
}
.o-cookitlocator .map-wrap {
  height: 275px;
}
.o-cookitlocator .cookit-filter-selector {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  height: 42px;
  width: 100%;
  max-width: 565px;
}
.o-cookitlocator .cookit-filter-selector .cookit-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid;
  border-radius: 20px;
}
.o-cookitlocator .cookit-filter-selector .cookit-filter:hover {
  cursor: pointer;
}
.o-cookitlocator .cookit-filter-selector .cookit-filter.cookit-dealers-filter {
  border-color: #9e2896;
  color: #9e2896;
}
.o-cookitlocator
  .cookit-filter-selector
  .cookit-filter.cookit-dealers-filter.selected {
  color: #fff;
  background-color: #9e2896;
}
.o-cookitlocator
  .cookit-filter-selector
  .cookit-filter.cookit-dealers-filter.selected:hover {
  background-color: #791d73;
}
.o-cookitlocator .cookit-filter-selector .cookit-filter.cookit-experts-filter {
  border-color: #00884a;
  color: #00884a;
}
.o-cookitlocator
  .cookit-filter-selector
  .cookit-filter.cookit-experts-filter.selected {
  color: #fff;
  background-color: #00884a;
}
.o-cookitlocator
  .cookit-filter-selector
  .cookit-filter.cookit-experts-filter.selected:hover {
  background-color: #006c3a;
}
.o-cookitlocator .cookit-filter-selector .cookit-filter.cookit-events-filter {
  border-color: #18837e;
  color: #18837e;
}
@media (min-width: 900px) {
  .o-cookitlocator
    .cookit-filter-selector
    .cookit-filter.cookit-experts-filter:hover {
    color: #fff;
    background-color: #00884a;
  }
  .o-cookitlocator
    .cookit-filter-selector
    .cookit-filter.cookit-events-filter:hover {
    color: #fff;
    background-color: #18837e;
  }
}
.o-cookitlocator
  .cookit-filter-selector
  .cookit-filter.cookit-events-filter.selected {
  color: #fff;
  background-color: #18837e;
}
.o-cookitlocator
  .cookit-filter-selector
  .cookit-filter.cookit-events-filter.selected:hover {
  background-color: #116864;
}
.o-cookitlocator .cookit-filter-selector .cookit-filter.cookit-all-filter {
  border-color: #007bc0;
  color: #007bc0;
}
.o-cookitlocator
  .cookit-filter-selector
  .cookit-filter.cookit-all-filter.selected {
  color: #fff;
  background-color: #007bc0;
}
.o-cookitlocator
  .cookit-filter-selector
  .cookit-filter.cookit-all-filter.selected:hover {
  background-color: #00629a;
}
@media (min-width: 750px) {
  .o-cookitlocator .cookitmaplist-wrap {
    height: 700px;
  }
  .o-cookitlocator .cookitmaplist-wrap.pre-initialized {
    display: none;
  }
  .o-cookitlocator .cookitmaplist-wrap .map-wrap {
    height: 100%;
  }
}
.o-dealerlocator .tracking-text {
  margin-bottom: 0;
  margin-top: 20px;
}
.o-dealerlocator .dealer-info {
  margin-top: 30px;
  margin-left: 10px;
}
.o-dealerlocator .map-wrap {
  height: auto;
}
.o-dealerselection .dealer-layout address,
.o-dealerselection .dealer-layout ul.links {
  padding-left: 30px;
}
.o-dealerselection .dealer-layout ul.links {
  list-style-type: none;
  margin: 0;
}
.o-dob2address .suggestion-fieldset {
  padding: 1px !important;
  visibility: hidden;
}
.o-dob2address .suggestion-togglebox {
  border-bottom: none;
  margin-bottom: 1px !important;
}
.o-dob2address .suggestion-togglebox-content.is-open {
  margin-bottom: 20px !important;
}
.o-dob2appliance .form-row-wrapper {
  position: relative;
}
.o-dob2appliance .form-row-wrapper fieldset.form-row {
  margin-right: 0;
  padding: 0;
}
.o-dob2appliance .uppercase {
  text-transform: uppercase;
}
.o-dob2appliance .form-input-icon {
  position: absolute;
  right: 5px !important;
  top: 38px !important;
}
.o-dob2appliance .icon-calendar {
  font-size: 25px !important;
  top: 35px !important;
}
.o-dob2appliance .m-enterenumberproductids {
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.o-dob2appliance .m-enterenumberproductids .m-searchfield .m-searchinput {
  margin-bottom: 0 !important;
}
.o-dob2appliance .m-enterenumberproductids .m-searchfield .input-wrap {
  width: 100% !important;
  padding-right: 0 !important;
}
.o-dob2appointment .appointment-calendar,
.o-dob2appointment .appointment-timeslots {
  display: inline-block;
  vertical-align: top;
}
.o-dob2appointment .appointment-calendar {
  margin-bottom: 15px;
  margin-right: 15px;
}
.o-dob2appointment .appointment-loader {
  display: inline-block;
  position: relative;
}
.o-dob2appointment .appointment-loader .loading-indicator {
  position: absolute;
}
.o-dob2appointment .appointment-smsreminder {
  padding-left: 30px;
}
.o-dob2appointment .appointment-timeslots {
  margin-bottom: 15px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media (min-width: 750px) {
  .o-dealerlocator .maplist-wrap {
    height: 580px;
  }
  .o-dealerlocator .maplist-wrap.pre-initialized {
    display: none;
  }
  .o-dealerlocator .maplist-wrap .map-wrap {
    height: 100%;
  }
  .o-dob2appointment .appointment-timeslots {
    margin-bottom: 0;
  }
}
.o-dob2appointment .pika-time {
  display: none;
}
.o-dob2confirmation {
  opacity: 1 !important;
}
.o-dob2confirmation .m-dob2-user-information-summary {
  margin-right: 1rem;
  margin-left: 1rem;
}
.o-dob2confirmation .dob2-summary-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 35%;
  float: right;
  margin-bottom: 4rem;
}
@media (max-width: 749px) {
  .o-dob2confirmation .m-dob2-user-information-summary {
    margin-top: 0;
    padding-left: 1rem;
  }
  .o-dob2confirmation .m-dob2-appliance-data {
    margin-right: 1rem;
  }
  .o-dob2confirmation .dob2-summary-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-dob2confirmation .dob2-appliance-data-container {
  float: left;
  width: 65%;
}
.o-dob2confirmation .m-dob2-appliance-data {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}
.o-dob2confirmation .m-dob2-summary {
  margin: 1rem;
}
@media (max-width: 749px) {
  .o-dob2confirmation .dob2-appliance-data-container {
    width: 100%;
  }
  .o-dob2confirmation .m-dob2-summary {
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
}
.o-dob2problem .categories a {
  border-top: 1px solid #d4d9de;
  display: block;
  padding: 5px 0;
}
.o-dob2problem .categories a:before {
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.o-dob2problem .root-categories {
  border-bottom: 1px solid #d4d9de;
}
.o-dob2problem .dob-root-element {
  margin-bottom: 10px;
}
.o-dob2problem .selectedcategory {
  background-color: #f1f1f1;
  padding: 5px 0;
  font-weight: 700;
}
.o-dob2problem .selectedcategory .selected {
  border-bottom: 1px solid #d4d9de;
}
.o-dob2problem .selectedcategory .selected .selected-answer {
  font-weight: 700;
  padding: 5px 0;
}
.o-dob2problem .selectedcategory .selected:last-child {
  border-bottom: none;
}
.o-dob2problem .back-link {
  margin-bottom: 10px;
}
.o-dob2problem .hide {
  display: none !important;
}
.o-dob2problem .show {
  display: block !important;
}
.o-dob2repairaddress .repair-address-radio .form-row {
  max-width: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.o-dobaddress .suggestion-fieldset {
  padding: 0;
}
.o-dobaddress .suggestion-togglebox {
  border-bottom: none;
  margin-bottom: 0;
}
.o-dobaddress .suggestion-togglebox-content.is-open {
  margin-bottom: 20px;
}
.o-dobappointment .appointment-calendar,
.o-dobappointment .appointment-timeslots {
  display: inline-block;
  vertical-align: top;
}
.o-dobappointment .appointment-calendar {
  margin-bottom: 15px;
  margin-right: 15px;
}
.o-dobappointment .appointment-loader {
  display: inline-block;
  position: relative;
}
.o-dobappointment .appointment-loader .loading-indicator {
  position: absolute;
}
.o-dobappointment .appointment-smsreminder {
  padding-left: 30px;
}
.o-dobappointment .appointment-timeslots {
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .o-dobappointment .appointment-timeslots {
    margin-bottom: 0;
  }
}
.o-dobappointment .pika-time {
  display: none;
}
.o-dobappointment-reschedule .reschedule-appointment-calendar,
.o-dobappointment-reschedule .reschedule-appointment-timeslots {
  display: inline-block;
  vertical-align: top;
}
.o-dobappointment-reschedule .reschedule-appointment-calendar {
  margin-bottom: 15px;
  margin-right: 15px;
}
.o-dobappointment-reschedule
  .reschedule-appointment-calendar
  .current-appointment
  .pika-button {
  border-color: #999;
  color: inherit;
  font-weight: 400;
}
.o-dobappointment-reschedule
  .reschedule-appointment-calendar
  .is-today
  .pika-button {
  border: none !important;
}
.o-dobappointment-reschedule .reschedule-appointment-loader {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.o-dobappointment-reschedule .reschedule-appointment-loader .loading-indicator {
  position: absolute;
}
.o-dobappointment-reschedule .reschedule-appointment-timeslots {
  margin-bottom: 15px;
}
.o-dobappointment-reschedule .pika-time,
.reschedule-error-info-container .error-info {
  display: none;
}
.reschedule-error-info-container.invalidtoken .error-info.error-invalidtoken,
.reschedule-error-info-container.toolatetoupdate .error-info.error-toolate {
  display: block;
}
.o-dobsummary .summary-content {
  position: relative;
}
.o-dobsummary .summary-content .a-area-errorbox {
  margin: 0 0 15px;
}
.o-dobsummary .summary-edit {
  position: absolute;
  right: 0;
  top: 0;
}
.o-dob-tech-track .reload-button-wrapper {
  width: auto;
}
@media (min-width: 750px) {
  .o-dobappointment-reschedule .reschedule-appointment-timeslots {
    margin-bottom: 0;
  }
  .o-dob-tech-track .reload-button-wrapper {
    width: 25%;
  }
}
.o-filelist {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-bottom: 48px;
}
.o-filelist .file-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 75px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
}
.o-filelist .file-tile.a-link {
  color: #000;
  padding: 15px;
  width: 100%;
  margin: 5px 0 0;
  border: 1px solid #e5e5e5;
}
@media (min-width: 750px) {
  .o-filelist .file-tile {
    width: 50%;
    margin-right: 50%;
  }
}
@media (min-width: 900px) {
  .o-cookitlocator
    .cookit-filter-selector
    .cookit-filter.cookit-all-filter:hover {
    color: #fff;
    background-color: #007bc0;
  }
  .o-filelist .file-tile {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-left: 10px;
  }
  .o-filelist .file-tile:nth-of-type(odd) {
    margin-left: 0;
  }
  .o-filelist .file-tile:nth-of-type(even) {
    margin-right: 0;
  }
}
.o-filelist .file-tile:hover .file-tile-wrapper .icon {
  color: #000;
}
.o-filelist .file-tile .image-container {
  width: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 10px 0 0 10px;
}
.o-filelist .file-icon {
  padding: 5px 0 0 10px;
  font-size: 40px;
}
.o-filelist .file-tile-wrapper .icon {
  color: #0064a6;
}
.o-filelist .file-tile-heading {
  margin-right: 5px;
  font-weight: 700;
}
.o-filelist .file-tile-productTitle {
  padding-left: 10px;
}
.o-filelist .file-tile-link-content {
  padding-bottom: 10px;
}
.o-filelist .file-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-firstaid {
  position: relative;
}
.o-firstaid:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-firstaid .categories,
.o-firstaid .problems {
  width: 100%;
  float: left;
  padding: 0;
}
.o-firstaid .titles {
  margin-bottom: 10px;
}
.o-firstaid .titles:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-firstaid .titles h3 {
  width: 100%;
  float: left;
  padding: 0;
}
.o-firstaid .step-one,
.o-firstaid .step-two,
.o-firstaid.one .step-null {
  display: none;
}
.o-firstaid.one .step-one {
  display: block;
}
.o-firstaid.two .titles h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0;
}
.o-firstaid.two .step-null,
.o-firstaid.two .step-one {
  display: none;
}
.o-firstaid.two .step-two {
  display: block;
}
.o-firstaid.mobile .titles h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0;
}
.o-firstaid.mobile .selected-category > .a-link {
  display: none;
}
.o-firstaid.mobile.one .change-link {
  margin-bottom: 20px;
}
.o-firstaid.mobile.two .selector {
  display: none;
}
.o-firstaid .selector {
  position: relative;
}
.o-firstaid .selector:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-firstaid .categories li,
.o-firstaid .categories ul,
.o-firstaid .problems li,
.o-firstaid .problems ul {
  margin: 0;
}
.o-firstaid .categories a:not(.change-link),
.o-firstaid .problems a:not(.change-link) {
  border-top: 1px solid #d4d9de;
  display: block;
  padding: 10px 0;
}
.o-firstaid .categories .change-link,
.o-firstaid .problems .change-link {
  padding: 10px 0;
}
.o-firstaid .categories li:last-of-type a,
.o-firstaid .problems li:last-of-type a {
  border-bottom: 1px solid #d4d9de;
}
.o-firstaid .categories .selected-category > a,
.o-firstaid .problems .selected-category > a {
  border-bottom: 1px solid #d4d9de;
  color: #000;
  font-weight: 700;
}
.o-firstaid .categories a:before,
.o-firstaid .problems a:before {
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.o-firstaid .problems {
  display: none;
}
.o-firstaid .change-link {
  clear: both;
  display: none;
  width: 100%;
  float: left;
  padding: 0;
}
.o-firstaid .solutions {
  display: none;
  width: 100%;
  float: left;
  padding: 0;
}
.o-firstaid .contact-teaser .a-button:before {
  content: none;
}
@media (min-width: 750px) {
  .o-firstaid.one .selectedcategory,
  .o-firstaid.one .selectedproblem {
    display: none;
  }
  .o-firstaid .categories,
  .o-firstaid .problems {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-firstaid .titles:after {
    clear: both;
    content: "";
    display: table;
    width: 100%;
  }
  .o-firstaid .titles h3 {
    width: 50%;
    float: left;
    padding: 0;
  }
  .o-firstaid .contact-teaser {
    max-width: 66.6666666667%;
  }
  .o-firstaid .contact-teaser .a-button {
    max-width: 50%;
  }
  .o-firstaid .problems {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .o-firstaid .categories {
    padding-left: 0;
  }
  .o-firstaid .change-link {
    width: 50%;
    float: left;
    padding: 0;
  }
  .o-header .breadcrumb-wrap .m-breadcrumb ul {
    margin-bottom: 10px;
  }
}
.o-firstaid .m-togglebox .m-teaser {
  float: none;
}
.o-footer:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-footer .footer-links:only-child .m-footerlinkscopyright {
  border-top: 1px solid #000;
  padding-top: 20px;
}
.o-footer .footer-text {
  text-align: center;
  color: #999;
  cursor: default;
}
.o-footer li.full-width {
  width: 100%;
  margin: 0;
}
.o-footer .footer-breadcrumb {
  padding: 0 0 16px;
  margin: 0 0 16px;
  border-bottom: 1px solid #d4d9de;
}
@media print {
  .o-footer .footer-functions,
  .o-footer .footer-links li,
  .o-footer .footer-navwrap {
    display: none;
  }
  .o-footer .footer-links .copyright {
    display: block;
  }
}
.o-footer-rebrush {
  margin: 40px 0;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-navwrap
  .m-navfooter
  .section-wrap {
  border: none;
  margin: 0;
}
.o-footer-rebrush .footer-rebrush-section .m-footerfootnote,
.o-footer-rebrush .footer-rebrush-section .m-footerpagefunctionsfollow {
  border: none;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-social
  .m-footerpagefunctionsfollow {
  margin: auto 0 0;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-social
  .m-footerpagefunctionsfollow
  .likes,
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-social
  .m-footerpagefunctionsfollow
  .likes
  .list-unstyled {
  margin: 0;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-social
  .m-footerpagefunctionsfollow
  .likes
  .list-unstyled
  li {
  height: auto;
}
.o-footer-rebrush .footer-rebrush-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-divider,
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-footnotes,
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-links,
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-navwrap,
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-shop {
  width: 100%;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-links,
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-navwrap {
  padding-top: 40px;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 899px) {
  .o-footer-rebrush .footer-rebrush-section .footer-rebrush-links,
  .o-footer-rebrush .footer-rebrush-section .footer-rebrush-navwrap {
    padding-top: 0;
  }
  .o-footer-rebrush .footer-rebrush-section .footer-rebrush-links {
    padding-top: 20px;
  }
  .o-footer-rebrush .footer-rebrush-section .footer-rebrush-shop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-shop .m-trustedshops {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-divider {
  border-top: 1px solid #d4d9de;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-breadcrumb,
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-social {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-breadcrumb {
  margin: 40px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-breadcrumb
  .footer-rebrush-slogan:not(:last-child) {
  margin: 0 0 -webkit-calc(40px / 2);
  margin: 0 0 calc(40px / 2);
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-social {
  margin: 40px 0 40px auto;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-social
  .m-footerpagefunctionsfollow
  .likes
  ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-header:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-header .header-elements {
  background: #2d373c;
}
.o-header .header-elements.international-header .a-identifier {
  margin: 15px 0 0;
}
.o-header.header-open .header-elements {
  border-bottom: 2px solid #d4d9de;
}
.o-header .identifier-logo {
  display: block;
}
.o-header .identifier-logo:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-header .identifier-logo .a-image {
  height: 75px;
}
.o-header .nav-wrap {
  width: 100%;
}
.o-header .nav-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.o-header .nav-wrap .conversion-bar {
  float: right;
  width: auto;
}
.o-header .own-stage {
  display: inline-block;
  width: 100%;
}
.o-header.flip-logo .a-identifier {
  float: right;
}
@media (min-width: 900px) {
  .o-header .header-elements {
    margin-bottom: 30px;
  }
}
@media (max-width: 899px) {
  .o-header .m-searchinput {
    background: #fff;
    margin: 0 -10px -10px;
    padding: 10px;
  }
}
@media (max-width: 749px) {
  .o-header.header-open .header-elements {
    padding-bottom: 10px;
  }
}
@media (min-width: 900px) {
  .o-header .header-elements {
    padding-bottom: 10px;
  }
  .o-header .search-form {
    float: right;
    position: relative;
    width: 16.6666666667%;
    z-index: 10;
  }
  .o-header .m-navmain .second-level {
    left: -10px;
    width: -webkit-calc(100% + 2 * 10px);
    width: calc(100% + 2 * 10px);
  }
  .o-header .m-breadcrumb {
    float: left;
  }
  .o-header .m-forminput-dropdown .select-wrap {
    margin-top: 0;
  }
  .o-header .navmeta-links {
    padding-top: 2px;
    white-space: nowrap;
  }
}
@media print {
  .o-header .a-identifier,
  .o-header .breadcrumb-wrap,
  .o-header .m-navmeta,
  .o-header .nav-wrap {
    display: none;
  }
  .o-header .a-logo {
    float: none;
  }
  .o-header .a-logo .a-image {
    text-align: left;
  }
}
.o-headerrebrush {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  background-color: transparent;
}
.o-headerrebrush.open .dimming-effect-container .dimming-overlay {
  height: 100vh;
  opacity: 0.65;
  z-index: -1;
}
.o-headerrebrush.force-transparent-above-stage.headerrebrush-transparent-toggle {
  --toggle-state: true;
}
.o-headerrebrush.force-transparent-above-stage.transparent-above-stage
  .full-width-elements-container {
  -webkit-transition: background-color 0.22s linear;
  transition: background-color 0.22s linear;
}
.o-headerrebrush.force-transparent-above-stage.transparent-above-stage .content,
.o-headerrebrush.force-transparent-above-stage.transparent-above-stage:not(
    .open
  ).is-transparent-now
  .full-width-elements-container {
  background: 0 0;
}
.o-headerrebrush .dimming-effect.active {
  background-color: #000;
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  opacity: 0.3;
  position: fixed;
  right: 0;
  top: 0;
}
.o-headerrebrush .full-width-elements-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-headerrebrush .sticky-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
  background-color: #eee;
}
.o-headerrebrush .sticky-elements * {
  max-width: 1400px;
}
.o-headerrebrush .sticky-elements .m-navanchor .navanchor-navigation,
.o-headerrebrush .sticky-elements .m-tabs .tabs-static {
  background-color: transparent;
}
.o-headerrebrush .dimming-effect-container {
  position: relative;
  width: 100%;
}
.o-headerrebrush .dimming-effect-container .dimming-overlay {
  background-color: #000;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.35s 0.25s;
  transition: opacity 0.35s 0.25s;
}
.o-headerrebrush .fly-out-wrap {
  position: relative;
  -webkit-clip-path: inset(0 0 -200vh 0);
  clip-path: inset(0 0 -200vh 0);
}
.o-headerrebrush .fly-out-wrap .fly-out-container {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: height 0.35s, -webkit-transform 0.35s;
  transition: transform 0.35s, height 0.35s, -webkit-transform 0.35s;
}
.o-headerrebrush .fly-out-wrap .fly-out-container .fly-out {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-height: 0;
  overflow-y: auto;
  max-width: 1440px;
  -webkit-transition: max-height 0.35s ease-out;
  transition: max-height 0.35s ease-out;
}
.o-headerrebrush .fly-out-wrap .fly-out-container.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.o-headerrebrush .content {
  width: 100%;
  max-width: 1440px;
  background-color: #eee;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-template-areas: "uspbar uspbar" "logo subbrand" "menu converison";
}
.o-headerrebrush .content .usp-bar {
  -ms-grid-row: 1;
  grid-row: 1;
  grid-column: 1/3;
  grid-area: uspbar;
  overflow: hidden;
}
.o-headerrebrush .content .usp-bar .m-uspnavigation {
  margin: 0;
}
.o-headerrebrush .content .usp-bar .m-uspnavigation .usp-container {
  padding: 0;
}
.o-headerrebrush .content .logo {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-area: logo;
  height: 23px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.o-headerrebrush .content .logo .a-logo {
  display: inline-block;
}
.o-headerrebrush .content .logo .a-logo .a-image {
  text-align: unset;
}
.o-headerrebrush .content .conversion-bar {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 2;
  grid-column: 2;
  grid-area: converison;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #fff;
}
.o-headerrebrush
  .content
  .conversion-bar
  .m-conversionbarrebrush
  > :nth-child(n) {
  margin: 0 20px 0 0;
}
.o-headerrebrush .content .conversion-bar .m-conversionbarrebrush :last-child {
  margin-right: 0;
}
.o-headerrebrush .content .subbrand-identifier {
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column: 2;
  grid-column: 2;
  grid-area: subbrand;
  height: 50px;
  padding-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.o-headerrebrush .content .subbrand-identifier .a-identifier {
  margin: 0;
}
.o-headerrebrush .content .menu {
  -ms-grid-row: 3;
  grid-row: 3;
  -ms-grid-column: 1;
  grid-column: 1;
  grid-area: menu;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 1px solid #fff;
  padding: 20px 0 20px 20px;
}
.o-headerrebrush .content .menu .a-menu,
.o-headerrebrush .content .menu .menu-link {
  margin: 0 20px 0 0;
}
.o-headerrebrush .content .menu .menu-link:last-child {
  margin-right: 0;
}
@media (max-width: 899px) {
  .o-headerrebrush {
    top: 0;
  }
  .o-headerrebrush.usp-bar-active {
    top: -20px;
  }
  .o-headerrebrush:not(.is-sticky-mobile) .fly-out-container.active {
    -webkit-transition: height 0.35s 0.35s, -webkit-transform 0.35s 0.35s;
    transition: transform 0.35s 0.35s, height 0.35s 0.35s,
      -webkit-transform 0.35s 0.35s;
  }
  .o-headerrebrush .usp-bar {
    height: 0;
  }
  .o-headerrebrush .fly-out-wrap {
    height: 100%;
  }
  .o-headerrebrush .fly-out-wrap .fly-out-container {
    height: 100%;
    max-height: none;
  }
  .o-headerrebrush .dimming-effect-container {
    display: none;
  }
  .o-headerrebrush.open .fly-out-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    overflow-y: auto;
  }
  .o-headerrebrush.open .fly-out-container .fly-out {
    height: 100%;
    max-height: none;
  }
  .o-headerrebrush.open .content .subbrand-identifier {
    height: 0;
    margin: 0;
  }
  .o-headerrebrush.open .content .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .o-headerrebrush.open .content .subbrand-identifier {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .o-headerrebrush.open .content.sticky-content .subbrand-identifier {
    border-top: 1px solid #fff;
  }
  .o-headerrebrush.open .content .menu {
    padding-top: 20px;
  }
  .o-headerrebrush .content {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "uspbar uspbar uspbar" "logo converison menu" "subbrand subbrand subbrand";
  }
  .o-headerrebrush .content.sticky-content.is-resizing .subbrand-identifier {
    height: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-transition: none;
    transition: none;
  }
  .o-headerrebrush .content.sticky-content .subbrand-identifier {
    height: 0;
    margin: 0;
    border-top: none;
  }
  .o-headerrebrush .content.sticky-content .logo {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .o-headerrebrush .content.sticky-content .subbrand-identifier {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .o-headerrebrush .content.sticky-content .menu {
    padding-top: 20px;
  }
  .o-headerrebrush .content.is-resizing .logo,
  .o-headerrebrush .content.is-resizing .subbrand-identifier {
    -webkit-transition: none;
    transition: none;
  }
  .o-headerrebrush .content .conversion-bar {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    border-top: none;
    padding: 0 15px 0 0;
  }
  .o-headerrebrush .content .usp-bar {
    -ms-grid-row: 1;
    grid-row: 1;
    grid-column: 1/4;
  }
  .o-headerrebrush .content .logo {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    height: auto;
    -webkit-transition: margin 0.35s 0.5s;
    transition: margin 0.35s 0.5s;
    margin-top: 19px;
  }
  .o-headerrebrush .content .menu {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 3;
    border-top: none;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 19px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-headerrebrush .content .menu .a-menu {
    margin-right: 0;
  }
  .o-headerrebrush .content .subbrand-identifier {
    -ms-grid-row: 3;
    grid-row: 3;
    grid-column: 1/4;
    border-top: 1px solid #fff;
    margin-bottom: 20px;
    margin-top: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: margin 0.35s 0.5s, border-top-width 0.35s 0.5s,
      height 0.35s 0.5s;
    transition: margin 0.35s 0.5s, border-top-width 0.35s 0.5s,
      height 0.35s 0.5s;
  }
}
.header-breadcrumb {
  width: 100vw;
  max-width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
  position: relative;
  z-index: 102;
}
.header-breadcrumb-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 20px;
}
.header-breadcrumb .crumb-links-wrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.o-headershop {
  background: #2d373c;
  margin: 0 0 40px;
}
.o-headershop:after {
  clear: both;
  content: "";
  width: 100%;
}
.o-headershop .a-identifier.flip-identifier {
  float: right;
}
.o-headershop .logo.flip-logo {
  float: left;
}
.o-headershop .contact .icon,
.o-headershop .contact .title {
  float: left;
  vertical-align: middle;
  width: auto;
}
.o-headershop .contact .icon {
  margin-right: 10px;
}
.o-headershop .contact .mail,
.o-headershop .contact .phone {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.o-headershop .contact .mail .a-link,
.o-headershop .contact .phone .a-link {
  float: left;
}
.o-headershop .contact .mail .a-button,
.o-headershop .contact .phone .a-button {
  padding: 0 0 0 10px;
}
.o-headershop .contact .title {
  padding-right: 10px;
}
.o-headershop .contact .a-link {
  font-weight: 700;
}
.o-headershop .icon-mail,
.o-headershop .icon-phone {
  font-size: 24px;
  padding: 2px;
}
.m-iumlayoutcontainer.content1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}
@media (min-width: 750px) {
  .o-headershop .a-identifier,
  .o-headershop .logo {
    width: 50%;
  }
  .o-headershop .contact .icon-mail,
  .o-headershop .contact .icon-phone {
    float: left;
    font-size: 32px;
    line-height: 32px;
  }
  .o-headershop .contact .mail,
  .o-headershop .contact .phone,
  .o-headershop .contact .title {
    width: 87.5%;
    float: left;
    padding: 0;
  }
  .m-iumlayoutcontainer.content1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}
@media (min-width: 900px) {
  .o-headershop .a-identifier {
    width: 30%;
  }
  .o-headershop .a-identifier.flip-identifier {
    float: right;
    text-align: right;
  }
  .o-headershop .contact {
    width: 40%;
  }
  .o-headershop .logo {
    width: 30%;
  }
  .o-headershop .logo.flip-logo {
    float: left;
  }
  .o-headershop .contact .mail,
  .o-headershop .contact .phone {
    width: auto;
  }
  .o-headershop .contact .title {
    width: 75%;
  }
  .m-iumlayoutcontainer.content1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .m-iumlayoutcontainer.content1 .iumleftnavi {
    width: 25%;
    margin-right: 40px;
  }
  .m-iumlayoutcontainer.content1 .iumcontent {
    width: 75%;
  }
}
.o-list.content-search.grid-view.full-outer .list-layout {
  margin: 0;
}
.o-list.content-search .content-search-item {
  margin-bottom: 30px;
}
.o-list.content-search .content-search-item .a-heading {
  margin: 0;
}
.o-list.content-search .content-search-item .a-heading > a {
  text-decoration: none;
}
.o-list.content-search .content-search-item p {
  margin: 0;
  line-height: 24px;
}
.o-list .list-layout {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}
.o-list .list-layout:after {
  content: " ";
  display: block;
  clear: both;
}
.o-list.grid-view.o-listrebrush .list-layout {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.o-list.grid-view.o-listrebrush .list-layout .item {
  width: 100%;
}
.o-list:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-list .sorting-dropdown {
  padding-bottom: 20px;
}
.o-list .list-header {
  margin-bottom: 30px;
}
.o-list .list-header .m-filterbar {
  padding-bottom: 10px;
}
.o-list .item {
  display: block;
  position: relative;
}
.o-list .filterbar-wrap {
  margin-bottom: 30px;
}
.o-list .m-togglebox {
  overflow: hidden;
  width: 100%;
}
.o-list .m-togglebox .item {
  float: left;
  margin-bottom: 0;
  width: 100%;
}
.o-list .m-togglebox .item .content {
  overflow: hidden;
  width: 100%;
}
.o-list .m-togglebox .togglebox-title {
  display: block;
  width: 100%;
}
.o-list .m-togglebox .togglebox-title:before {
  position: absolute;
}
.o-list .m-togglebox .togglebox-title .text {
  display: block;
  position: relative;
  width: 100%;
}
.o-list .m-togglebox .togglebox-title .text:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-list .m-togglebox .togglebox-title .text .id-name {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.o-list .m-togglebox .togglebox-title .text .price,
.o-list .m-togglebox .togglebox-title .text .prodnr {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 0;
}
.o-list .m-togglebox .togglebox-title .text .price {
  position: absolute;
  right: 0;
  text-align: right;
}
.o-list .m-togglebox .m-productteaser,
.o-list .m-togglebox .product-images {
  padding-left: 0;
}
.o-list .a-loadmore {
  margin-top: 30px;
}
.grid-view .o-list .item,
.o-list.grid-view .item {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
@media (min-width: 750px) {
  .o-list .m-togglebox .togglebox-title .text .id-name {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-list .m-togglebox .togglebox-title .text .price,
  .o-list .m-togglebox .togglebox-title .text .prodnr {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 0;
    text-align: right;
  }
  .o-list .m-togglebox .togglebox-title .text .price {
    position: relative;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item,
  .o-list.grid-view.o-list-press .item,
  .o-list.grid-view:not(.grid-view-skip-md) .item,
  .o-list.grid-view:not(.o-listrebrush) .item {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item:nth-child(2n + 1),
  .o-list.grid-view.o-list-press .item:nth-child(2n + 1),
  .o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(2n + 1),
  .o-list.grid-view:not(.o-listrebrush) .item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item:nth-child(2n + 2),
  .o-list.grid-view.o-list-press .item:nth-child(2n + 2),
  .o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(2n + 2),
  .o-list.grid-view:not(.o-listrebrush) .item:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item:nth-child(-n + 2),
  .o-list.grid-view.o-list-press .item:nth-child(-n + 2),
  .o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(-n + 2),
  .o-list.grid-view:not(.o-listrebrush) .item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .o-list.grid-view.o-list-press.press-pictures-flexbox .item:nth-child(4n + 1),
  .o-list.grid-view.o-list-press.press-pictures-flexbox .item:nth-child(4n + 2),
  .o-list.grid-view.o-list-press.press-pictures-flexbox .item:nth-child(4n + 3),
  .o-list.grid-view.o-list-press.press-pictures-flexbox
    .item:nth-child(4n + 4) {
    margin: 0;
  }
}
.o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .product-awards.award-view
  .title-heading {
  text-align: left;
}
.o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .product-awards.award-view
  .m-imagelist
  .a-image {
  float: left;
}
.o-listconsumers .export-to-file {
  width: 100%;
  float: left;
  padding-right: 1.3888888889%;
  padding-left: 0;
}
@media (min-width: 900px) {
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item,
  .o-list.grid-view.o-list-press .item,
  .o-list.grid-view:not(.grid-view-skip-md) .item,
  .o-list.grid-view:not(.o-listrebrush) .item {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item:nth-child(4n + 1),
  .o-list.grid-view.o-list-press .item:nth-child(4n + 1),
  .o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(4n + 1),
  .o-list.grid-view:not(.o-listrebrush) .item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item:nth-child(4n + 2),
  .o-list.grid-view.o-list-press .item:nth-child(4n + 2),
  .o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(4n + 2),
  .o-list.grid-view:not(.o-listrebrush) .item:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item:nth-child(4n + 3),
  .o-list.grid-view.o-list-press .item:nth-child(4n + 3),
  .o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(4n + 3),
  .o-list.grid-view:not(.o-listrebrush) .item:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item:nth-child(4n + 4),
  .o-list.grid-view.o-list-press .item:nth-child(4n + 4),
  .o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(4n + 4),
  .o-list.grid-view:not(.o-listrebrush) .item:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
  .grid-view:not(.grid-view-view-skip-mod) .o-list .item:nth-child(-n + 4),
  .o-list.grid-view.o-list-press .item:nth-child(-n + 4),
  .o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(-n + 4),
  .o-list.grid-view:not(.o-listrebrush) .item:nth-child(-n + 4) {
    margin-top: 0;
  }
  .o-list.grid-view.o-list-press.press-pictures-flexbox .item:nth-child(4n + 1),
  .o-list.grid-view.o-list-press.press-pictures-flexbox .item:nth-child(4n + 2),
  .o-list.grid-view.o-list-press.press-pictures-flexbox .item:nth-child(4n + 3),
  .o-list.grid-view.o-list-press.press-pictures-flexbox
    .item:nth-child(4n + 4) {
    margin: 0;
  }
  .o-list.grid-view.o-listrebrush .list-layout .item {
    margin-left: 0;
    margin-top: 3px;
  }
  .o-listconsumers .export-to-file {
    width: 33.3333333333%;
  }
}
.o-listquotesorders .export-to-file {
  width: 100%;
  float: left;
  padding-right: 1.3888888889%;
  padding-left: 0;
}
@media (min-width: 900px) {
  .o-listquotesorders .export-to-file {
    width: 33.3333333333%;
  }
}
.o-myaccountpromotionappliancedetails
  .m-productregistration-appliancedetails
  .a-heading {
  border-bottom: 1px solid #d4d9de;
  border-top: 1px solid #d4d9de;
  line-height: 42px;
}
.o-myaccountpromotionappliancedetails
  .m-productregistration-appliancedetails
  .purchase-date-readonly {
  display: none;
  height: 38px;
  margin-top: 10px;
}
.o-myaccountpromotionappliancedetails
  .m-productregistration-appliancedetails
  .purchase-date-readonly
  .text {
  font-weight: 700;
  line-height: 38px;
}
.o-myaccount-promotion-wpe {
  margin: 0 0 60px;
}
.o-myaccount-promotion-wpe .m-myproductdatainputfield .e-number-label {
  display: block;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .a-formlabel.e-number-readonly {
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
  padding: 10px;
  display: inline-block;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .a-formlabel.e-number-readonly:after {
  content: "";
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .myproductdata-wrapper:nth-child(2)
  .form-row {
  padding: 0;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .myproductdata-wrapper:nth-child(2)
  .form-row
  .m-forminput-dropdown {
  float: right;
  width: 12%;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .myproductdata-wrapper:nth-child(2)
  .form-row
  .m-forminput-dropdown:before {
  content: "/";
  position: absolute;
  top: 10px;
  left: -20px;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput.m-forminput-datepicker {
  font-weight: 500;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .form-action-primary {
  float: right;
}
.o-myaccount-promotion-wpe .m-myproductdatainputfield .m-typeplatefinder {
  max-width: 500px;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-typeplatefinder
  .m-forminput.m-forminput-dropdown {
  display: block;
  max-width: 500px;
}
.o-myaccount-promotion-wpe .m-myproductdatainputfield .m-forminput[readonly] {
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
  padding: 10px;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput-dropdown
  .select-wrap {
  color: #2648a4;
  margin: 0;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput-dropdown
  .select2-container {
  border: 1px solid #999;
  border-radius: 4px;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput-dropdown
  .select2-container.select2-container--disabled {
  border: 1px solid #c7c7c7;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput-dropdown
  .select2-container.select2-container--disabled
  .select2-selection--single
  .select2-selection__rendered {
  color: #c7c7c7;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput-dropdown
  .select2-container
  .select2-results__option,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput-dropdown
  .select2-container
  .select2-selection {
  background: 0 0;
}
.o-list-productregistration-appliancedetails
  .m-productregistration-appliancedetails
  .a-heading {
  line-height: 42px;
}
.o-list-productregistration-appliancedetails
  .m-productregistration-appliancedetails:last-of-type:not(:first-of-type) {
  border-top: 1px solid #d4d9de;
  padding-top: 20px;
}
.o-list-productregistration-appliancedetails
  .registeredproducts
  .deleteproduct {
  border-top: 1px solid #d4d9de;
}
.o-list-productregistration-appliancedetails
  .registeredproducts
  .deleteproduct
  .delete-registration {
  float: right;
}
.o-mypayments .display-message-section {
  margin-bottom: 20px;
}
.o-mypayments .display-message-section span {
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
}
.o-mypayments .display-message-section span.success-message {
  background: #53b044;
}
.o-mypayments .display-message-section span.failure-message {
  background: red;
}
.o-mypayments .payments-heading {
  width: 50%;
  display: inline-block;
}
.o-mypayments button.add-card {
  width: auto;
  float: right;
  text-align: right;
  background: 0 0;
  color: #2b5ee5;
  border: 0;
}
.o-mypayments button.add-card .text {
  text-decoration: underline;
}
.m-oney-widget-section
  .o-mypayments
  button.a-button.a-link-secondary.oney-widget-link:hover,
.o-mypayments
  .m-oney-widget-section
  button.a-button.a-link-secondary.oney-widget-link:hover,
.o-mypayments
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-secondary.a-link:hover,
.o-mypayments button.a-button-secondary.a-button:hover,
.o-mypayments button.a-button.a-link-secondary.a-button-link:hover,
.o-mypayments button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-mypayments
  button.a-button.a-link-secondary.a-link:hover {
  background: 0 0;
}
.o-mypayments .stored-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 10px 0;
}
.o-mypayments .no-cards-saved {
  margin-top: 10px;
}
.o-myproducts .myproducts-controls:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-myproducts-rebrush .head-container {
  margin: 10px 0 0;
  display: -ms-grid;
  display: grid;
}
.o-myproducts-rebrush .head-container .add-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-myproducts-rebrush .head-container .add-product .a-button.a-link {
  padding: 11px 16px 10px;
  border-radius: 4px;
  background-color: #2c5de5;
  font-weight: 700;
  font-size: 16px;
}
.o-myproducts-rebrush .head-container .add-product .a-button.a-link:hover {
  background-color: #2648a4;
}
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-button.a-link
  .icon.icon-s {
  font-size: 12px;
}
.o-myproducts-rebrush .producttiles-container {
  margin: 30px 0 0;
}
.o-myproducts-rebrush .producttiles-container .producttiles-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  padding: 40px;
}
@media (min-width: 750px) {
  .o-mypayments .stored-cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .o-mypayments .payments-description,
  .o-mypayments .payments-heading {
    width: 75%;
  }
  .o-myproducts-rebrush .head-container .add-product {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .o-myproducts-rebrush .head-container .add-product .a-button.a-link {
    width: auto;
  }
  .o-myproducts-rebrush .producttiles-container .producttiles-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
  .o-myproducts-rebrush .myaccount-menu .m-linklist .list-unstyled {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 900px) {
  .o-mypayments .stored-cards {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .o-myproducts-rebrush .head-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
  }
  .o-myproducts-rebrush .head-container .add-product {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  .o-myproducts-rebrush .head-container .add-product .a-button.a-link {
    width: auto;
  }
  .o-myproducts-rebrush .producttiles-container .producttiles-grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
.o-myproducts-rebrush .producttiles-container .load-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-link-secondary.a-button,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts-rebrush .producttiles-container .load-more .a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-link-secondary.a-button.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.a-link-secondary.a-button.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-link {
  width: auto;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #000;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-link-secondary.a-button:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-link-secondary.a-button.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.a-link-secondary.a-button.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link-secondary.a-button.a-link:hover {
  border-color: #2648a4;
}
.o-myproducts-rebrush .myaccount-menu {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-myproducts-rebrush .myaccount-menu .m-linklist {
  width: 50%;
}
.o-myprofileforms {
  margin-bottom: 20px;
}
.o-myprofileforms .myprofileforms-row:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-myprofileforms .myprofileforms-row .delete-myaccount,
.o-myprofileforms .myprofileforms-row .delete-mysinglekey {
  padding: 20px 0;
}
@media (min-width: 900px) {
  .o-myprofileforms .myprofileforms-row .delete-myaccount,
  .o-myprofileforms .myprofileforms-row .delete-mysinglekey {
    width: 50%;
  }
}
.o-myprofileforms .personal-details {
  margin-bottom: 20px;
}
.o-myprofileforms .edit-links .a-link {
  margin-bottom: 20px;
  width: 100%;
}
.o-myprofileforms .checkboxes-wrap {
  margin-bottom: 20px;
}
.o-myprofileforms .checkboxes-wrap:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-myprofileforms .third-party {
  margin-bottom: 20px;
}
.o-myprofileforms .login-information {
  float: left;
  width: 100%;
}
.o-myprofileforms .layout-half {
  margin-bottom: 10px;
}
.o-myprofileforms .layout-half:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-myprofileforms .layout-half a,
.o-myprofileforms .one-fourth {
  float: left;
  width: 50%;
}
.o-myprofileforms .m-layer .layer-content {
  max-width: 600px;
}
.o-myprofileforms .m-layer .layer-content .text {
  margin: 0 0 40px;
}
.o-myprofileforms .m-layer .layer-content .error-message {
  margin: 0 0 20px;
}
.o-myprofileforms .m-layer .m-form {
  margin-bottom: 0;
}
.o-myprofileforms .address {
  padding: 20px 0;
}
.o-myprofileforms .address:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-myprofileforms .address.primary {
  background: #d4d9de;
  margin-left: -1.3888888889%;
  margin-right: -1.3888888889%;
  padding-left: 1.3888888889%;
}
.o-myprofileforms .address.primary .make-primary {
  display: none;
}
.o-myprofileforms .accounts {
  margin: 0 0 20px;
}
@media (min-width: 750px) {
  .o-myprofileforms .title-wrap .a-heading {
    float: left;
    margin-right: 60px;
  }
  .o-myprofileforms .title-wrap .a-link {
    vertical-align: sub;
  }
  .o-myprofileforms .one-fourth {
    float: left;
    width: 25%;
  }
  .o-myprofileforms .personal-details {
    float: left;
    margin-bottom: 0;
    width: 50%;
  }
  .o-myprofileforms .addresses {
    margin-left: -1.3888888889%;
  }
  .o-myprofileforms .address {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-myprofileforms .address:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .o-myprofileforms .address:nth-child(3n + 2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .o-myprofileforms .address:nth-child(3n + 3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
  }
  .o-myprofileforms .delete:only-child {
    width: 80%;
  }
}
@media (min-width: 900px) {
  .o-myprofileforms {
    width: auto;
  }
  .o-myprofileforms .one-fourth {
    float: left;
    width: 16.6666666667%;
  }
  .o-myprofileforms .login-information {
    float: left;
    width: 50%;
  }
}
.o-myprofileforms .a-link.a-button {
  width: auto;
}
.o-myprofileforms .merge-my-accounts {
  float: left;
  width: 50%;
}
.o-myprofileforms .merge-my-accounts .merge-my-accounts-information {
  margin: 0;
}
.o-myprofileforms .merge-my-accounts .merge-my-accounts-link {
  margin: 20px 0 0;
}
@media (max-width: 749px) {
  .o-myprofileforms .a-alert {
    margin: 15px 0;
  }
}
.o-onlinedealerlayer .layer-intro-text {
  margin-bottom: 30px;
}
.o-onlinedealerlayer .container {
  margin-top: 18px;
}
.o-onlinedealerlayer .container .list-width {
  width: 80%;
}
.o-onlinedealerlayer .container .dealerlocator-width {
  width: 100%;
  margin-top: 16%;
}
@media (min-width: 900px) {
  .o-onlinedealerlayer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 18px;
  }
  .o-onlinedealerlayer .container .list-width {
    width: 52%;
  }
  .o-onlinedealerlayer .container .dealerlocator-width {
    width: 45%;
    margin-top: 0;
  }
}
.dealer-link-wrapper {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .o-onlinedealerlayer .o-list.o-listrebrush.list-rebrush-view .list-layout {
    -ms-grid-columns: 1fr 1fr !important;
    grid-template-columns: 1fr 1fr !important;
  }
}
.o-ordercancellation .m-orderpurchaseitem {
  margin: 20px 0;
}
.o-ordercancellation .button-submit {
  margin: 20px 0 0;
}
@media print {
  .o-ordernotes {
    display: none;
  }
}
.o-ordernotes .form-row {
  margin-top: 20px;
}
.o-orderpurchasedetail .m-layer .layer-content {
  max-width: 600px;
  text-align: left;
}
.o-orderpurchasedetail .m-layer .layer-content .form-actions,
.o-orderpurchasedetail .m-layer .layer-content .m-form {
  margin: 0;
}
.o-overwritebasketprices {
  padding: 20px;
}
.o-overwritebasketprices table {
  margin-bottom: 60px;
  width: 100%;
}
.o-overwritebasketprices th {
  background-color: #d4d9de;
}
.o-overwritebasketprices .scrollcontainer {
  margin-bottom: 10px;
}
.o-overwritebasketprices .productseparator {
  border: none;
}
.o-overwritebasketprices .productseparator td {
  border: none;
  padding: 0;
}
.o-overwritebasketprices .productseparator td.withbottomborder {
  border-bottom: 1px solid #000;
}
.o-overwritebasketprices td,
.o-overwritebasketprices th {
  text-align: left;
  padding: 10px;
}
.o-overwritebasketprices td {
  white-space: nowrap;
}
.o-overwritebasketprices .rowactions .a-link.has-icon {
  font-weight: 700;
  margin-right: 10px;
}
.o-overwritebasketprices .a-errormessage {
  margin-bottom: 15px;
}
.o-overwritebasketprices .m-subtotalamount .voucher,
.o-overwritebasketprices .m-subtotalamount hr {
  display: none;
}
.o-overwritebasketprices .m-totalamount {
  float: right;
}
.o-overwritebasketprices .serviceitemsheading {
  font-weight: 700;
}
.o-overwritebasketprices tr.edit-mode .js-edit-row-button,
.o-overwritebasketprices tr.edit-mode .js-edit-row-button:hover {
  background-color: #d4d9de;
  border: 10px solid #d4d9de;
  border-radius: 50%;
  cursor: default;
  color: #000;
}
.o-overwritebasketprices tr.edit-mode-reason td {
  white-space: unset;
  vertical-align: top;
}
.o-overwritebasketprices tr.edit-mode-reason td .a-errormessage {
  display: block;
}
.o-overwritebasketprices
  tr.edit-mode-reason
  td
  textarea::-webkit-input-placeholder {
  color: red;
}
.o-overwritebasketprices tr.edit-mode-reason td textarea:-ms-input-placeholder {
  color: red;
}
.o-overwritebasketprices tr.edit-mode-reason td textarea::placeholder {
  color: red;
}
.o-overwritebasketprices tr.readonly-mode .js-edit-row-button.is-disabled,
.o-overwritebasketprices
  tr.readonly-mode
  .js-edit-row-button.is-disabled:hover {
  cursor: default;
  color: #0064a6;
}
.o-overwritebasketprices tr.readonly-mode .js-edit-row-button,
.o-overwritebasketprices tr.readonly-mode .js-edit-row-button:hover {
  border: 10px solid transparent;
  border-radius: 50%;
}
.o-overwritebasketprices .js-cancel-row-button.is-disabled,
.o-overwritebasketprices .js-cancel-row-button.is-disabled:hover,
.o-overwritebasketprices .js-confirm-row-button.is-disabled,
.o-overwritebasketprices .js-confirm-row-button.is-disabled:hover,
.o-overwritebasketprices .js-reset-row-button.is-disabled,
.o-overwritebasketprices .js-reset-row-button.is-disabled:hover {
  color: #d4d9de;
  background-color: none;
  cursor: default;
}
.o-overwritebasketprices .m-forminput-dropdown,
.o-overwritebasketprices .m-forminput-dropdown .select-wrap,
.o-overwritebasketprices input.m-forminput {
  margin: 0;
}
.o-overwritebasketprices span.modified {
  color: red;
}
.o-overwritebasketprices
  .m-forminput-dropdown
  select.has-error
  + span.select2-container,
.o-overwritebasketprices
  .m-forminput-dropdown.had-focus
  select:invalid
  + span.select2-container,
.o-overwritebasketprices
  .m-forminput-dropdown.has-error
  span.select2-container {
  border: 1px solid red;
}
.o-overwritebasketprices .form-actions {
  clear: both;
}
.o-overwritebasketprices
  .form-error-wrapper.has-custom-error
  .a-errormessage.error-custom,
.o-overwritebasketprices
  .form-error-wrapper.has-required-error
  .a-errormessage.error-required {
  display: block;
}
.o-productdetail .product-id {
  margin: 0 0 20px;
}
.o-productdetail .m-producttitle {
  margin-bottom: 15px;
}
.o-productdetail .service-area,
.o-productdetail > .description {
  display: block;
}
.o-productdetail .sales-program {
  display: inline-block;
  float: right;
  margin: 0 0 10px;
}
.o-productdetail .review-rating-mobile {
  display: block;
  clear: both;
  float: right;
  margin-bottom: 10px;
}
.o-productdetail .review-rating-mobile .a-rating .scale .icon {
  font-size: 1.25em;
}
.o-productdetail .review-rating-mobile .a-link.questions,
.o-productdetail .review-rating-mobile .a-link.reviews,
.o-productdetail .review-rating-mobile .data-sheet-energy,
.o-productdetail .service-area .m-productconversionarea .m-ratingsummary {
  display: none;
}
.o-productdetail .product-gallery {
  clear: both;
  margin: 0 0 20px;
}
.o-productdetail .image-list {
  margin: 0 0 15px;
}
.o-productdetail .image-list .award-tile {
  float: left;
  margin: 0 30px 30px 0;
}
@media (min-width: 750px) {
  .o-productdetail .image-list .award-tile {
    width: 100%;
  }
}
.o-productdetail .pictograms {
  margin: 20px 0 0;
}
@media (max-width: 749px) {
  .o-productdetail .pictograms {
    display: none;
  }
}
@media (max-width: 899px) {
  .o-productdetail > .description {
    margin: 0 0 10px;
  }
}
@media (min-width: 900px) {
  .o-productdetail .review-rating-mobile {
    display: none;
  }
  .o-productdetail .service-area .m-productconversionarea .m-ratingsummary {
    display: block;
  }
  .o-productdetail .image-list .award-tile {
    width: auto;
  }
  .o-productdetail .service-area,
  .o-productdetail > .description {
    width: 50%;
    float: left;
    padding: 0;
  }
  .o-productdetail > .description {
    padding: 0 10px 0 0;
  }
}
.o-productdetail .m-productdetailconversionarea {
  border-bottom: 1px solid #d4d9de;
  margin: 0 0 20px;
}
.o-productdetail .m-productdetailconversionarea .a-rating,
.o-productdetail .m-productdetailconversionarea .data-sheet-energy {
  display: block;
}
.o-productdetail .m-productdetailconversionarea .a-rating:after,
.o-productdetail .m-productdetailconversionarea .data-sheet-energy:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-productdetail .m-productdetailconversionarea .a-rating .m-imagelist,
.o-productdetail
  .m-productdetailconversionarea
  .data-sheet-energy
  .m-imagelist {
  padding: 0;
}
.o-productdetail .m-productdetailconversionarea .m-quantityselector {
  float: left;
  width: 50%;
}
.o-productdetail .m-productdetailconversionarea .m-quantityselector > * {
  width: 33.3333333333%;
}
.o-productdetail .m-productdetailconversionarea .m-quantityselector:after {
  content: none;
}
.o-productdetail .m-productdetailconversionarea .m-forminput-dropdown.colors,
.o-productdetail .m-productdetailconversionarea .m-forminput-dropdown.sizes {
  display: inline-block;
  padding: 0 0 0 20px;
  width: 50%;
}
.o-productdetail
  .m-productdetailconversionarea
  .m-forminput-dropdown
  .select-wrap {
  margin: 0;
}
@media (min-width: 750px) {
  .o-productdetail .m-productdetailconversionarea .a-button {
    display: inline-block;
    width: 41.6666666667%;
  }
  .o-productdetail
    .m-productdetailconversionarea
    .a-button:last-child:not(:first-child) {
    float: right;
  }
  .o-productdetail .m-productdetailconversionarea .a-rating,
  .o-productdetail .m-productdetailconversionarea .data-sheet-energy {
    width: 33.3333333333%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .o-productdetail .m-productdetailconversionarea .m-quantityselector {
    width: 25%;
  }
  .o-productdetail .m-productdetailconversionarea .m-quantityselector > * {
    width: 33.3333333333%;
  }
  .o-productdetail .m-productdetailconversionarea .m-forminput-dropdown.colors,
  .o-productdetail .m-productdetailconversionarea .m-forminput-dropdown.sizes {
    width: 75%;
  }
}
@media (min-width: 900px) {
  .o-productdetail .m-productdetailconversionarea .a-rating,
  .o-productdetail .m-productdetailconversionarea .data-sheet-energy {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .o-productdetail .m-productdetailconversionarea .a-rating {
    width: 100%;
    float: left;
    padding: 0 0 15px;
  }
}
.o-productdetail .a-morecontenttogglelink .content li .copi-icon {
  cursor: pointer;
}
.o-productdetail .a-morecontenttogglelink .content li .copi-link {
  text-decoration: underline;
  cursor: pointer;
}
.o-productdetail .a-morecontenttogglelink .more-less-button {
  padding: 10px 0 0;
}
.o-productdetail-rebrush {
  position: relative;
}
.o-productdetail-rebrush .product-id {
  margin: 0 0 20px;
}
.o-productdetail-rebrush .m-producttitle {
  margin-bottom: 0;
}
.o-productdetail-rebrush > .description {
  display: block;
}
.o-productdetail-rebrush > .description .tabsrebrush-wrapper {
  margin: 30px 0;
}
.o-productdetail-rebrush .service-area {
  display: block;
}
.o-productdetail-rebrush .sales-program {
  display: inline-block;
  float: right;
  margin: 0 0 10px;
}
.o-productdetail-rebrush .review-rating-mobile {
  display: block;
  clear: both;
  float: right;
  margin-bottom: 10px;
}
.o-productdetail-rebrush .review-rating-mobile .a-rating .scale .icon {
  font-size: 1.25em;
}
.o-productdetail-rebrush .review-rating-mobile .a-link.questions,
.o-productdetail-rebrush .review-rating-mobile .a-link.reviews,
.o-productdetail-rebrush .review-rating-mobile .data-sheet-energy,
.o-productdetail-rebrush
  .service-area
  .m-productconversionarea
  .m-ratingsummary {
  display: none;
}
.o-productdetail-rebrush .product-gallery {
  clear: both;
  margin: 0 0 20px;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider
  .a-paginationarrows
  .hide,
.o-productdetail-rebrush .product-gallery .mediagallery-controls.hide {
  visibility: hidden;
}
.o-productdetail-rebrush .image-list {
  margin: 0;
}
.o-productdetail-rebrush .pictograms {
  margin: 20px 0 0;
}
@media (max-width: 749px) {
  .o-productdetail-rebrush .pictograms {
    display: none;
  }
}
@media (max-width: 899px) {
  .o-productdetail-rebrush > .description {
    margin: 0 0 40px;
  }
}
@media (min-width: 900px) {
  .o-productdetail-rebrush .review-rating-mobile {
    display: none;
  }
  .o-productdetail-rebrush
    .service-area
    .m-productconversionarea
    .m-ratingsummary {
    display: block;
  }
  .o-productdetail-rebrush
    .product-gallery
    .m-mediagallery-rebrush
    .m-slider.mediagallery-mainslider:hover
    .mediagallery-paginationarrows
    .a-paginationarrows.next,
  .o-productdetail-rebrush
    .product-gallery
    .m-mediagallery-rebrush
    .m-slider.mediagallery-mainslider:hover
    .mediagallery-paginationarrows
    .a-paginationarrows.prev {
    font-size: 20px;
    height: 40px;
    margin-top: -20px;
    width: 40px;
    margin-right: 25px;
    margin-left: 25px;
    border-radius: 25px;
  }
  .o-productdetail-rebrush
    .product-gallery
    .m-mediagallery-rebrush
    .m-slider.mediagallery-mainslider:hover
    .mediagallery-paginationarrows
    .a-paginationarrows.hide,
  .o-productdetail-rebrush
    .product-gallery
    .m-mediagallery-rebrush
    .m-slider.mediagallery-mainslider:not(:hover)
    .mediagallery-paginationarrows
    .a-paginationarrows.next,
  .o-productdetail-rebrush
    .product-gallery
    .m-mediagallery-rebrush
    .m-slider.mediagallery-mainslider:not(:hover)
    .mediagallery-paginationarrows
    .a-paginationarrows.prev {
    visibility: hidden;
  }
  .o-productdetail-rebrush .service-area,
  .o-productdetail-rebrush > .description {
    width: 33.3333333333%;
    float: left;
    padding: 0;
  }
  .o-productdetail-rebrush > .description {
    width: 66.6666666667%;
    padding: 0 40px 0 0;
  }
}
.o-productdetail-rebrush .m-productdetailconversionarea {
  border-bottom: 1px solid #d4d9de;
  margin: 0 0 20px;
}
.o-productdetail-rebrush .m-productdetailconversionarea .a-rating,
.o-productdetail-rebrush .m-productdetailconversionarea .data-sheet-energy {
  display: block;
}
.o-productdetail-rebrush .m-productdetailconversionarea .a-rating:after,
.o-productdetail-rebrush
  .m-productdetailconversionarea
  .data-sheet-energy:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-productdetail-rebrush .m-productdetailconversionarea .a-rating .m-imagelist,
.o-productdetail-rebrush
  .m-productdetailconversionarea
  .data-sheet-energy
  .m-imagelist {
  padding: 0;
}
.o-productdetail-rebrush .m-productdetailconversionarea .m-quantityselector {
  float: left;
  width: 50%;
}
.o-productdetail-rebrush
  .m-productdetailconversionarea
  .m-quantityselector
  > * {
  width: 33.3333333333%;
}
.o-productdetail-rebrush
  .m-productdetailconversionarea
  .m-quantityselector:after {
  content: none;
}
.o-productdetail-rebrush
  .m-productdetailconversionarea
  .m-forminput-dropdown.colors,
.o-productdetail-rebrush
  .m-productdetailconversionarea
  .m-forminput-dropdown.sizes {
  display: inline-block;
  padding: 0 0 0 20px;
  width: 50%;
}
.o-productdetail-rebrush
  .m-productdetailconversionarea
  .m-forminput-dropdown
  .select-wrap {
  margin: 0;
}
@media (min-width: 750px) {
  .o-productdetail-rebrush .m-productdetailconversionarea .a-button {
    display: inline-block;
    width: 41.6666666667%;
  }
  .o-productdetail-rebrush
    .m-productdetailconversionarea
    .a-button:last-child:not(:first-child) {
    float: right;
  }
  .o-productdetail-rebrush .m-productdetailconversionarea .a-rating,
  .o-productdetail-rebrush .m-productdetailconversionarea .data-sheet-energy {
    width: 33.3333333333%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .o-productdetail-rebrush .m-productdetailconversionarea .m-quantityselector {
    width: 25%;
  }
  .o-productdetail-rebrush
    .m-productdetailconversionarea
    .m-quantityselector
    > * {
    width: 33.3333333333%;
  }
  .o-productdetail-rebrush
    .m-productdetailconversionarea
    .m-forminput-dropdown.colors,
  .o-productdetail-rebrush
    .m-productdetailconversionarea
    .m-forminput-dropdown.sizes {
    width: 75%;
  }
}
@media (min-width: 900px) {
  .o-productdetail-rebrush .m-productdetailconversionarea .a-rating,
  .o-productdetail-rebrush .m-productdetailconversionarea .data-sheet-energy {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
  }
  .o-productdetail-rebrush .m-productdetailconversionarea .a-rating {
    width: 100%;
    float: left;
    padding: 0 0 15px;
  }
  .o-productdetail-rebrush .service-area {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
}
.o-productdetail-rebrush .a-morecontenttogglelink .content ul {
  padding: 0 0 0 20px;
}
.o-productdetail-rebrush .a-morecontenttogglelink .content li {
  list-style-type: disc;
}
.o-productdetail-rebrush .a-morecontenttogglelink .content li .copi-icon {
  cursor: pointer;
}
.o-productdetail-rebrush .a-morecontenttogglelink .content li .copi-link {
  text-decoration: underline;
  cursor: pointer;
}
.o-productdetail-rebrush .a-morecontenttogglelink .more-less-button {
  padding: 10px 0 0;
}
.o-productdetail-rebrush .layer-wrapper {
  min-height: -webkit-fit-content;
  min-height: fit-content;
}
.o-productform {
  margin-top: 50px;
}
.o-productform .side-col {
  width: 100%;
  float: left;
  padding-left: 0;
}
.o-productform .side-col .product-image {
  width: 16.6666666667%;
  padding-left: 0;
}
@media (min-width: 900px) {
  .o-productform .side-col {
    width: 16.6666666667%;
  }
  .o-productform .side-col .product-image {
    width: 100%;
  }
}
.o-productform .content-col {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.o-productform
  .content-col
  .m-form
  .form-row
  .m-forminput.m-forminput-dropdown {
  float: none;
}
.o-productform
  .content-col
  .m-form
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
}
.o-productform
  .content-col
  .m-form
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap
  .dropdown {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.o-productform .content-col .m-form .form-row > .a-formlabel {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0 0 10px;
}
@media (min-width: 750px) {
  .o-productform
    .content-col
    .m-form
    .form-row
    .m-forminput.m-forminput-dropdown {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
  .o-productform
    .content-col
    .m-form
    .form-row
    .m-forminput.m-forminput-dropdown
    .select-wrap {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-productform .content-col .m-form .form-row > .a-formlabel {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
}
.o-productform .content-col .m-form .form-row .m-forminput-radio {
  width: 50%;
  float: left;
  padding: 0;
}
.o-productform
  .content-col
  .m-form
  .form-row
  .m-forminput-radio
  > .a-formlabel {
  width: 100%;
}
.o-productform div.g-col form .form-actions .form-action {
  width: 50%;
}
.o-productlistmodule {
  max-width: 100vw;
}
.o-productlistmodule .g-container .productlistmodule-headline {
  padding: 16px 16px 0 12px;
}
@media (min-width: 900px) {
  .o-productform .content-col {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-productlistmodule .productlistmodule-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "tile-1 tile-2 tile-3 tile-4";
  }
}
.o-productlistmodule .button-wrapper {
  width: 100%;
  text-align: center;
}
.o-productlistmodule .button-wrapper .a-button {
  background: #fff;
  color: #000;
  font-weight: 600;
  border: 2px solid #000;
  border-radius: 4px;
}
.o-productlistmodule .button-wrapper .a-button:hover {
  background: #ccc;
  color: #333;
  border: 2px solid #000;
}
.o-productlistmodule a.productlistmodule-button {
  width: auto;
  margin: 20px;
  padding: 10px 30px;
}
.o-productlist-rebrush {
  max-width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 24px;
}
.o-productlist-rebrush .productlist-rebrush-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
}
.o-productlist-rebrush .productlist-rebrush-container:after {
  content: " ";
  display: block;
  clear: both;
}
.o-productselection .m-typeplatefinder .a-formlabel,
.o-productselection .m-typeplatefinder .a-formlabel .label-text {
  width: 100%;
}
.o-productselection .m-typeplatefinder .a-formlabel .m-forminput-dropdown {
  width: 50%;
}
.o-productteasergridcontainer:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-productteasergridcontainer .item {
  display: inline-block;
  float: left;
}
@media (min-width: 750px) {
  .o-productform .content-col .m-form .form-row .m-forminput-radio {
    width: 25%;
    float: left;
    padding: 0;
  }
  .o-productteasergridcontainer .item {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
@media (min-width: 900px) {
  .o-productteasergridcontainer .item {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.o-producttile {
  background-color: transparent;
  overflow: hidden;
  height: auto;
}
.o-producttile .m-producttitle {
  padding: 5px 0;
}
.o-producttile .tile-description {
  max-width: 300px;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.o-producttile .tile-description .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-producttile .tile-description .m-producttitle .fragment {
  overflow-wrap: anywhere;
}
.o-producttile .tile-description .energylabel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-producttile .tile-description .energylabel-wrapper .data-sheet-energy {
  margin: 0 0 10px;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .additional-energy-labels-repair-index {
  width: 60px;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .eu-product-title {
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 5px;
}
.o-producttile .tile-description .price-information {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-producttile .tile-description .price-information .additional-info {
  margin: 0;
}
.o-producttile .tile-description .price-information .price {
  margin: 0 0 5px;
}
.o-producttile .tile-description .price-information .price .previous {
  margin: 0 0 2.5px;
  text-decoration: line-through;
  color: #999;
}
.o-producttile .tile-description .price-information .price-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-producttile
  .tile-description
  .price-information
  .price-info-wrapper
  .a-productavailability {
  margin: 0;
}
.o-producttile .tile-description .price-information .stock-info-wrapper .text {
  display: none;
}
.o-producttile
  .tile-description
  .price-information
  .stock-info-wrapper:hover
  .text {
  display: inline;
}
.o-producttile .product-image-wrapper {
  position: relative;
  background-color: #fff;
}
.o-producttile .product-image-wrapper .a-link {
  width: 100%;
}
.o-producttile .product-image-wrapper .a-link .a-image {
  padding: 0;
}
.o-producttile .product-image-wrapper .a-link .a-image img {
  height: 178px;
  object-fit: contain;
}
.o-producttile .product-image-wrapper .callout {
  position: absolute;
  z-index: 1;
  margin: 0;
}
@media (max-width: 749px) {
  .o-producttile .product-image-wrapper .callout .a-callout .callout-text {
    font-size: 12px;
    line-height: 12px;
    padding: 8px 17px;
  }
  .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-awards-container {
    display: block !important;
  }
}
.o-producttile .cta-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 0;
  margin: 10px 0 0;
  border-top: 1px solid #d4d9de;
}
.o-producttile .cta-area .details-button {
  width: auto;
  margin: 0 5px 0 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
}
.o-producttile .cta-area .details-button:hover {
  background-color: #fff;
}
.o-producttile .cta-area .compare-button {
  width: auto;
  margin: 0 5px 0 0;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  border-radius: 4px;
  text-decoration: none;
}
.o-producttile .cta-area .compare-button:hover {
  background-color: #fff;
  cursor: pointer;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-link-primary.a-button,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-link-primary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-producttile .cta-area .a-button-primary,
.o-producttile .cta-area .a-link-primary.a-button.a-button-link,
.o-producttile .cta-area .a-link-primary.a-button.a-link,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.o-producttile .cta-area a.a-link-primary.a-button.a-button-link,
.o-producttile .cta-area button.a-link-primary.a-button.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-link {
  border-radius: 4px;
  padding: 5px 10px;
  height: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-link-primary.a-button
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-link-primary.a-button
  .icon,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.o-producttile .cta-area .a-button-primary .icon,
.o-producttile .cta-area .a-link-primary.a-button.a-button-link .icon,
.o-producttile .cta-area .a-link-primary.a-button.a-link .icon,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-link-primary.a-button.a-link
  .icon {
  vertical-align: baseline;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.productlist-products:not(:first-child) {
  margin: 24px 0 0;
}
.productlist-products .product-tile-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
}
.productlist-products .product-tile-container .o-producttilerebrush {
  width: 100%;
  background-color: #fff;
  border-radius: 7px;
  border: 1px solid;
  padding: 10px 10px 0;
  overflow: hidden;
}
@media (min-width: 750px) {
  .productlist-products .product-tile-container .o-producttilerebrush {
    width: 48%;
  }
  .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-section
    .product-energylabelcolor-section
    .product-color-variant.is-mobile {
    display: none !important;
  }
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .campaign-title {
  margin: -10px -10px 10px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .campaign-title
  .campaign-title-text {
  background-color: #2b5ee5;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  padding: 8px;
  color: #fff;
  font-size: 20px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper
  .promotion-wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper
  .promotion-wrapper-left
  .callout {
  min-height: 30px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper
  .promotion-wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper
  .promotion-wrapper-right
  .callout {
  min-height: 30px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 5px;
  min-height: 18px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title {
  min-height: 70px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .brandsection-wrapper
  .brand {
  margin-bottom: 5px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-container {
  width: 100%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 45%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .a-image {
  padding: 0;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .home-connect-image {
  position: absolute;
  top: 0;
  width: 50px;
  text-align: center;
  z-index: 2;
  background: #d4d9de;
  color: #000;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: top;
  padding: 5px 19px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .home-connect-image
  .icon-wifi {
  font-size: 25px;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .product-main-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 140px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .product-main-image-container
  .a-link {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .product-main-image-container
  .fadeIn {
  -webkit-animation: 3s fadein;
  animation: 3s fadein;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .product-main-image-container
  .fadeOut {
  -webkit-animation: 2s fadeout;
  animation: 2s fadeout;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .horizontal-thumbnail-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .horizontal-thumbnail-images
  .plus-set-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .horizontal-thumbnail-images
  .a-image {
  margin-right: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper
  .horizontal-thumbnail-images
  .a-image.highlight {
  border: 2px solid #0064a6;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section {
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 900px) {
  .productlist-products .product-tile-container .o-producttilerebrush {
    width: 32%;
  }
  .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-section {
    margin-top: 0;
  }
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information {
  margin-left: 10px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .additional-info {
  margin: 0;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-subscription {
  margin-bottom: 10px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price {
  margin: 0 0 5px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price
  .previous {
  margin: 0 0 0 10px;
  text-decoration: line-through;
  color: #999;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-info-wrapper
  .a-productavailability {
  margin: 0;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-info-wrapper
  .retailer-stock-availability {
  height: 25px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-info-wrapper
  .current.highlight {
  margin: 0 0 0 10px;
  font-size: 18px;
  line-height: normal;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-info-wrapper
  .current.basicprice {
  font-size: 10px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .energylabel-wrapper
  .repair-index-wrapper {
  width: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy {
  margin: 0 0 5px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy
  .eu-product-title {
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 5px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .m-imagelist {
  width: 80px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .product-color-variant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .product-color-variant
  .a-image {
  width: 25px;
  margin-right: 2px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .product-color-variant
  .color-counter {
  padding-top: 5px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-energylabelcolor-section
  .product-color-variant
  .color-variant-a-image {
  width: auto;
  max-width: 50px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards {
  display: block !important;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .awards-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .awards-title
  .title-heading-b {
  margin-left: 4.5rem;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .a-image {
  min-height: 94px;
  display: inline-block;
  position: relative;
  width: 75px;
}
@media (max-width: 749px) {
  .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-section
    .product-energylabelcolor-section
    .product-color-variant.is-desktop {
    display: none !important;
  }
  .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-awards {
    text-align: center;
  }
  .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-awards
    .a-image {
    width: 70px;
  }
  .o-producttilesslider .tiles-slider .slick-dots li {
    display: none;
  }
  .o-producttilesslider .tiles-slider .slick-dots li.slick-active,
  .o-producttilesslider .tiles-slider .slick-dots li.slick-active + li,
  .o-producttilesslider .tiles-slider .slick-dots li.slick-active + li + li,
  .o-producttilesslider .tiles-slider .slick-dots li:nth-last-child(1),
  .o-producttilesslider .tiles-slider .slick-dots li:nth-last-child(2),
  .o-producttilesslider .tiles-slider .slick-dots li:nth-last-child(3) {
    display: block;
  }
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    ~ li:nth-last-child(1),
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    ~ li:nth-last-child(2),
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    ~ li:nth-last-child(3) {
    display: none;
  }
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li
    + li:nth-last-child(1),
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li
    + li:nth-last-child(2),
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li
    + li:nth-last-child(3),
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li:nth-last-child(1),
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li:nth-last-child(2),
  .o-producttilesslider
    .tiles-slider
    .slick-dots
    li.slick-active
    + li:nth-last-child(3) {
    display: block;
  }
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .a-image::after {
  content: "";
  display: block;
  margin-top: 133.333333%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .a-image
  img,
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .a-image
  picture {
  bottom: 0;
  left: 0;
  max-height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 10px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-with-no-heading {
  margin-top: 17px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .slick-track {
  margin-left: 0;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .button-group-wrapper:focus {
  outline: #0064a6 solid 1px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .keybenefits-wrapper {
  height: 100%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area {
  padding-top: 15px;
  height: 90%;
  min-height: 70px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area
  .keybenefits {
  max-height: 32px;
  overflow: hidden;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area
  .full-width-expandable-area {
  max-height: -webkit-fit-content;
  max-height: fit-content;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area
  li
  .copi-link {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area
  .icon-arrow-down,
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area
  .icon-arrow-up {
  margin-left: 50%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area
  .product-expandable-icon-area {
  width: 100%;
  position: relative;
  background: #fff;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area
  .product-expandable-icon-area
  .arrow-down {
  -webkit-box-shadow: -10px -10px 15px #fff;
  box-shadow: -10px -10px 15px #fff;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-expandable-area
  .expandable-area-fadeIn-fadeOut {
  -webkit-animation: 2s fadein;
  animation: 2s fadein;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-highlights-container {
  margin-top: 15px;
  max-height: 25px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-highlights-container
  .product-highlights
  .chip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #0064a6;
  border-left: 4px solid #fff;
  cursor: default;
  height: 32px;
  outline: 0;
  padding: 0;
  font-size: 14px;
  white-space: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  text-decoration: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 150px !important;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-highlights-container
  .product-highlights
  .chip.hidden-chips {
  display: none;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-highlights-container
  .product-highlights
  .chip-content {
  cursor: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 12px;
  padding-right: 12px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button {
  border-radius: 4px;
  padding: 5px;
  width: auto;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare {
  padding-top: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper {
  margin-left: auto;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .wtb {
  padding-top: 5px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-online-dealers {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles {
  max-width: 100%;
  display: inline-block;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .horizontal-thumbnail-images {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 38px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .price-info-wrapper-big-tiles {
  display: block !important;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section-big-tiles {
  display: block;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-price-information-big-tiles {
  margin-left: 0 !important;
  display: inline-block;
  width: 100%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .price-big-tiles {
  display: inline-block;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .price-big-tiles
  .stock-info-wrapper {
  margin-right: 10px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .eco-fee-big-tiles {
  display: none;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-color-variant-big-tiles {
  display: inline-block !important;
  margin-right: 0;
  vertical-align: top;
  width: 30%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .color-counter-big-tiles {
  display: inline-block;
  padding-top: 0 !important;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .eco-fee-wrapper-big-tiles {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .price-inner-wrapper-big-tiles {
  display: inline-block;
  width: 65%;
  vertical-align: middle;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .price-outer-wrapper-big-tiles {
  margin: 10px 0;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section-image-big-tiles {
  text-align: justify;
  width: 100%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper-big-tiles {
  display: inline-block;
  width: 65%;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .color-variant-image-wrapper-big-tiles {
  max-width: 35px !important;
  display: inline-block;
  margin-top: 2px;
}
.productlist-products
  .product-tile-container
  .o-producttilerebrush
  .price-highlight-big-tiles {
  margin-left: 0 !important;
}
.productlist-products .product-tile-container .loadmore-tile-button {
  width: 100%;
  text-align: center;
}
.productlist-products .product-tile-container .loadmore-tile-button .a-button {
  width: 100%;
}
.productlist-products .awards-popover-wrapper {
  position: absolute;
}
.m-popover {
  height: auto;
}
.pagination-loadmore {
  margin: 40px auto auto;
  display: block;
  width: 100%;
}
.flexcampaign-popover-wrapper {
  min-height: 225px;
}
.is-emptycall {
  background-color: #fff !important;
}
.js-campaign-title-text.is-emptycall {
  height: 33px;
}
.o-producttilesslider {
  padding: 0 0 20px;
  position: relative;
}
.o-producttilesslider .o-producttile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-producttilesslider .info-text {
  padding: 10px;
  margin: 0 10px 20px;
  background-color: #fff;
}
.o-producttilesslider .info-text .a-link.a-link-primary {
  color: #2c5de5;
  margin: 0 0 0 10px;
}
.o-producttilesslider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-producttilesslider .accessories-tiles-slider,
.o-producttilesslider .tiles-slider-heading {
  padding: 20px 0 0 10px;
}
.o-producttilesslider .tiles-slider .slick-slide {
  margin: 10px;
  outline: 0;
}
.o-producttilesslider .tiles-slider .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0 0;
}
.o-producttilesslider .tiles-slider .slick-dots li button {
  background-color: #c7c7c7;
  font-size: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border-width: 0;
  padding: 0;
}
.o-producttilesslider .tiles-slider .slick-dots li.slick-active button {
  background-color: #000;
}
.o-producttilesslider .producttile-slider-arrows .next,
.o-producttilesslider .producttile-slider-arrows .prev {
  font-size: 20px;
  height: 44px;
  width: 44px;
}
.o-producttilesslider .producttile-slider-arrows .next.slick-disabled,
.o-producttilesslider .producttile-slider-arrows .prev.slick-disabled {
  display: none !important;
}
@media (max-width: 899px) {
  .o-producttilesslider .producttile-slider-arrows .next,
  .o-producttilesslider .producttile-slider-arrows .prev {
    display: none !important;
  }
}
.o-retailerreviewcontainer.reviewLoader {
  min-height: 100px;
}
.o-retailerreviewcontainer > div:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-retailerreviewcontainer .privacy-text {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  margin: 20px 0;
  line-height: 22px;
}
.o-review .side-col {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.o-review .side-col .product-image {
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.o-review .side-col h1 {
  width: 75%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
@media (min-width: 900px) {
  .o-review .side-col {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-review .side-col .product-image {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-review .side-col h1 {
    display: none;
  }
}
.o-review .content-col {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.o-review .content-col h1 {
  display: none;
}
@media (min-width: 900px) {
  .o-review .content-col {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-review .content-col h1 {
    display: inherit;
  }
  .o-reviewcontainer .reviewcontainer-row .reviewitem-wrapper {
    width: 50%;
  }
}
.o-review .content-col .m-form .rating-row .rating-label {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
.o-review .content-col .m-form .rating-row .rating-field {
  width: 50%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.o-review .content-col .m-form .form-row .m-forminput.m-forminput-dropdown {
  float: none;
}
.o-review
  .content-col
  .m-form
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
.o-review
  .content-col
  .m-form
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap
  .dropdown {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.o-review .content-col .m-form .form-row > .a-formlabel {
  width: 100%;
  float: left;
  display: block;
  padding: 0;
  margin: 0 0 10px;
}
@media (min-width: 750px) {
  .pagination-loadmore,
  .productlist-products
    .product-tile-container
    .loadmore-tile-button
    .a-button {
    width: 15%;
  }
  .o-review .content-col .m-form .form-row .m-forminput.m-forminput-dropdown {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
  .o-review
    .content-col
    .m-form
    .form-row
    .m-forminput.m-forminput-dropdown
    .select-wrap {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-review .content-col .m-form .form-row > .a-formlabel {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
}
.o-review .content-col .m-form .form-row .m-forminput-radio {
  width: 50%;
  float: left;
  padding: 0;
}
.o-review .content-col .m-form .form-row .m-forminput-radio > .a-formlabel {
  width: 100%;
}
.o-review .form-actions .form-action-primary {
  padding-left: inherit;
  float: none;
  margin: 0 auto;
}
.o-reviewcontainer .reviewcontainer-row {
  width: 100%;
}
.o-reviewcontainer .reviewcontainer-row .reviewitem-wrapper {
  float: left;
}
.o-reviewdisplay {
  padding: 2% 0;
}
.o-reviewdisplay .average-rating-container {
  border-bottom: 1px solid #d4d9de;
  display: inline-block;
  width: 100%;
  padding: 10px 0 20px;
}
.o-reviewdisplay .average-rating-container .notice-buttons-container {
  display: flow-root;
  padding: 20px 0;
  width: 100%;
}
.o-reviewdisplay
  .average-rating-container
  .notice-buttons-container
  .legal-notice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  text-align: left;
  padding: 20px 0;
}
@media (min-width: 750px) {
  .o-review .content-col .m-form .form-row .m-forminput-radio {
    width: 25%;
    float: left;
    padding: 0;
  }
  .o-reviewdisplay
    .average-rating-container
    .notice-buttons-container
    .legal-notice-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px 0 0;
  }
}
.o-reviewdisplay
  .average-rating-container
  .notice-buttons-container
  .review-header-buttons {
  float: right;
  margin: 0;
  width: 100%;
}
.o-reviewdisplay
  .average-rating-container
  .notice-buttons-container
  .review-header-buttons
  .a-button {
  display: block;
  margin: 0 0 10px;
  padding: 11px 20px;
}
@media (min-width: 750px) {
  .o-reviewdisplay
    .average-rating-container
    .notice-buttons-container
    .review-header-buttons {
    width: 30%;
  }
  .o-reviewdisplay .average-rating-container .notice-buttons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.o-reviewdisplay .review-filterbar-container {
  display: inline-block;
  width: 100%;
}
.o-reviewdisplay .o-reviewdisplay_noreviews .a-button {
  display: block;
  margin: 0 0 10px;
}
.o-reviewdisplay .js-review-item-container {
  margin: 0;
}
.o-reviewdisplay .js-review-item-container .selected-filter-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-reviewdisplay .loadmore-review {
  width: 100%;
  display: block;
  max-width: 200px;
}
.o-reviewdisplay .ratingdistribution-wrapper {
  width: 100%;
  padding: 20px 0;
  display: inline-block;
}
.o-reviewdisplay .reviews-header {
  width: 100%;
  display: inline-block;
}
@media (min-width: 900px) {
  .o-reviewdisplay .reviews-header .review-display-heading {
    display: block;
    font-size: 30px;
    padding: 10px 0 0;
    width: 50%;
  }
}
.o-reviewdisplay .review-item-container {
  position: relative;
}
.o-reviewdisplay .selected-filter-container .reset-filter-button {
  width: auto;
}
.o-reviewdisplay .filter-no-result {
  margin-top: 15px;
}
.o-reviewdisplay .disableReviewOption {
  pointer-events: none;
  color: #999;
}
.o-reviewdisplay .selected-filter-items {
  margin-bottom: 10px;
}
.o-reviewdisplay .selected-filter-items .selected-filter {
  padding: 5px 10px;
  background: #fff;
  margin-right: 5px;
}
.o-reviewdisplay .selected-filter-items .selected-filter .icon-close {
  top: 0;
  z-index: 9;
}
.o-reviewdisplay .review-text {
  word-wrap: break-word;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-reviewdisplay
  a.a-button.scrollToFilterButton.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-reviewdisplay
  .a-button.scrollToFilterButton.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-reviewdisplay
  a.a-button.scrollToFilterButton.a-link-primary,
.m-oney-widget-section
  .o-reviewdisplay
  .a-button.scrollToFilterButton.a-link-primary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-reviewdisplay
  .a-button.scrollToFilterButton.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .a-button.scrollToFilterButton.a-link-primary.a-button-link.a-link.a-button-primary,
.o-reviewdisplay .a-button-primary.a-button.scrollToFilterButton,
.o-reviewdisplay .a-button.scrollToFilterButton.a-link-primary.a-button-link,
.o-reviewdisplay .a-button.scrollToFilterButton.a-link-primary.a-link,
.o-reviewdisplay
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.scrollToFilterButton.a-link-primary,
.o-reviewdisplay
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.scrollToFilterButton.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.scrollToFilterButton.a-link-primary,
.o-reviewdisplay
  .m-oney-widget-section
  .a-button.scrollToFilterButton.a-link-primary.oney-widget-link,
.o-reviewdisplay
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.scrollToFilterButton.a-link-primary.a-button-link.a-link,
.o-reviewdisplay
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.scrollToFilterButton.a-link-primary.a-button-link.a-link.a-button-primary,
.o-reviewdisplay
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.scrollToFilterButton.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-reviewdisplay
  .a-button.scrollToFilterButton.a-link-primary.a-link {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 40%;
  left: 40%;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: 0;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  width: auto;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-reviewdisplay
  a.a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-reviewdisplay
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-reviewdisplay
  a.a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary,
.m-oney-widget-section
  .o-reviewdisplay
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-reviewdisplay
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-button-link.a-link.a-button-primary,
.o-reviewdisplay
  .a-button-primary.a-button.scrollToFilterButton.marginBottomWithStickyCTAButton,
.o-reviewdisplay
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-button-link,
.o-reviewdisplay
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-link,
.o-reviewdisplay
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary,
.o-reviewdisplay
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary,
.o-reviewdisplay
  .m-oney-widget-section
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.oney-widget-link,
.o-reviewdisplay
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-button-link.a-link,
.o-reviewdisplay
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-button-link.a-link.a-button-primary,
.o-reviewdisplay
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-reviewdisplay
  .a-button.scrollToFilterButton.marginBottomWithStickyCTAButton.a-link-primary.a-link {
  margin-bottom: 50px;
}
.o-searchresultcontentsection {
  background: #f2f2f2;
}
.o-searchresultcontentsection .searchresult-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-searchresultcontentsection
  .searchresult-content
  .m-searchresultpromotionteaser {
  width: -webkit-calc((100%/3 - 10px) * 2);
  width: calc((100% / 3 - 10px) * 2);
  margin: 10px;
  background-color: #fff;
}
@media (max-width: 749px) {
  .o-searchresultcontentsection
    .searchresult-content
    .m-searchresultpromotionteaser {
    width: 100%;
  }
}
.o-serviceteaserarea {
  max-width: 100%;
}
.o-serviceteaserarea:after {
  content: " ";
  clear: both;
}
@media (min-width: 750px) {
  .o-serviceteaserarea .m-serviceteaser:first-child:nth-last-child(4),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4)
    ~ .m-serviceteaser {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4):nth-child(2n + 1),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4)
    ~ .m-serviceteaser:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4):nth-child(2n + 2),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4)
    ~ .m-serviceteaser:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .o-serviceteaserarea .m-serviceteaser:first-child:nth-last-child(3),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(3)
    ~ .m-serviceteaser {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-serviceteaserarea .m-serviceteaser:first-child:nth-last-child(2),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2)
    ~ .m-serviceteaser {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2):nth-child(2n + 1),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2)
    ~ .m-serviceteaser:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2):nth-child(2n + 2),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2)
    ~ .m-serviceteaser:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .o-serviceteaserarea .m-serviceteaser:first-child:only-child {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.o-similarproducttable .similar-product-container {
  overflow-x: auto;
}
@media (min-width: 900px) {
  .o-reviewdisplay .review-search-container {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50%;
  }
  .o-serviceteaserarea .m-serviceteaser:first-child:nth-last-child(4),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4)
    ~ .m-serviceteaser {
    width: 25%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4):nth-child(4n + 1),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4)
    ~ .m-serviceteaser:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4):nth-child(4n + 2),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4)
    ~ .m-serviceteaser:nth-child(4n + 2) {
    margin-left: 25%;
    margin-right: -100%;
    clear: none;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4):nth-child(4n + 3),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4)
    ~ .m-serviceteaser:nth-child(4n + 3) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4):nth-child(4n + 4),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(4)
    ~ .m-serviceteaser:nth-child(4n + 4) {
    margin-left: 75%;
    margin-right: -100%;
    clear: none;
  }
  .o-serviceteaserarea .m-serviceteaser:first-child:nth-last-child(3),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(3)
    ~ .m-serviceteaser {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(3):nth-child(3n + 1),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(3)
    ~ .m-serviceteaser:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(3):nth-child(3n + 2),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(3)
    ~ .m-serviceteaser:nth-child(3n + 2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(3):nth-child(3n + 3),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(3)
    ~ .m-serviceteaser:nth-child(3n + 3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
  }
  .o-serviceteaserarea .m-serviceteaser:first-child:nth-last-child(2),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2)
    ~ .m-serviceteaser {
    width: 50%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2):nth-child(2n + 1),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2)
    ~ .m-serviceteaser:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2):nth-child(2n + 2),
  .o-serviceteaserarea
    .m-serviceteaser:first-child:nth-last-child(2)
    ~ .m-serviceteaser:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none;
  }
  .o-serviceteaserarea .m-serviceteaser:first-child:only-child,
  .o-serviceteaserarea
    .m-serviceteaser:first-child:only-child
    ~ .m-serviceteaser {
    width: 100%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .o-similarproducttable .similar-product-container {
    overflow-x: hidden;
  }
}
.o-similarproducttable .similar-product-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 126vw;
}
.o-similarproducttable .similar-product-table .similar-product-item {
  display: table-cell;
  width: 42vw;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item.current-product {
  position: absolute;
  left: 0;
  z-index: 1;
}
.o-similarproducttable .similar-product-table .similar-product-list {
  padding: 0 15px 15px;
}
@media (min-width: 900px) {
  .o-similarproducttable .similar-product-table {
    width: 100%;
    padding-left: 0;
    min-width: 100%;
  }
  .o-similarproducttable .similar-product-table .similar-product-item {
    display: inline;
    width: 33.33%;
  }
  .o-similarproducttable
    .similar-product-table
    .similar-product-item.current-product {
    position: relative;
    z-index: 0;
    background: 0 0;
  }
  .o-similarproducttable .similar-product-table .similar-product-list {
    width: auto;
  }
}
.o-similarproducttable
  .similar-product-table
  .similar-product-list.compare-heading {
  padding-bottom: 0;
}
.o-similarproducttable .similar-product-table .similar-product-list .icon-info {
  cursor: pointer;
}
.o-similarproducttable .similar-product-item {
  overflow: hidden;
}
.o-similarproducttable .similar-product-item .similar-product-thumbnail {
  position: relative;
  margin-top: 15px;
}
.o-similarproducttable .similar-product-item .compare-title {
  width: auto;
  display: inline-block;
  font-weight: 700;
  padding: 5px;
}
.o-similarproducttable .similar-product-item .compare-title.not-visible {
  visibility: hidden;
}
.o-similarproducttable .similar-product-item .compare-value {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 10px 5px;
}
.o-similarproducttable .similar-product-item .compare-value .icon-strich {
  margin-top: 5px;
  margin-bottom: -5px;
}
.o-similarproducttable .similar-product-item .compare-list-value {
  margin: 0 -15px;
  padding: 3px;
}
.o-similarproducttable
  .similar-product-item
  .compare-list-value:nth-child(odd) {
  background: #f2f2f2;
}
.o-similarproducttable
  .similar-product-item
  .similar-product-energy-label
  .a-image {
  max-width: 60px;
}
.o-similarproducttable .similar-product-item .similar-product-price-info {
  clear: both;
}
.o-similarproducttable
  .similar-product-item
  .similar-product-price-info
  .price
  .current,
.o-similarproducttable
  .similar-product-item
  .similar-product-price-info
  .price
  .previous {
  font-size: 18px;
}
.o-similarproducttable
  .similar-product-item
  .similar-product-price-info
  .price
  .previous {
  color: #999;
  text-decoration: line-through;
  width: 100%;
}
.o-similarproducttable
  .similar-product-item
  .similar-product-price-info
  .price
  .current.highlight {
  color: #000;
  display: inline-block;
}
.o-similarproducttable
  .similar-product-item
  .similar-product-price-info
  .product-status {
  display: inline-block;
}
.o-similarproducttable
  .similar-product-item
  .similar-product-price-info
  .product-status
  .a-productavailability {
  font-size: 11px;
  margin-right: 3px;
}
.o-similarproducttable .similar-product-item .similar-product-detail-link {
  margin-bottom: 20px;
}
.o-similarproducttable
  .similar-product-item
  .similar-product-detail-link
  .a-link {
  text-decoration: underline;
}
.o-similarproducttable
  .similar-product-item.current-product
  .similar-product-detail-link {
  display: none;
}
.o-similarproducttable .compare-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .o-similarproducttable .compare-button-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.o-similarproducttable .compare-button-wrapper .a-button {
  width: auto;
}
.o-teasercontainer:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-technicaloverview .content-wrapper {
  padding: 20px 0;
}
.o-technicaloverview .content-wrapper .overview-warpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-technicaloverview .content-wrapper .overview-warpper .overview-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 5%;
}
@media (min-width: 900px) {
  .o-technicaloverview .overview-content {
    width: 25%;
  }
  .o-technicaloverview .buttons {
    float: right;
    margin-right: 10%;
  }
}
@media (max-width: 899px) {
  .o-technicaloverview .overview-content {
    width: 50%;
  }
  .o-technicaloverview .buttons {
    float: center;
  }
}
.tangram-suggestion-main {
  display: none;
  z-index: -1;
}
.a-alert.a-alert-delivery {
  display: block;
  border-radius: 0;
  margin: 0;
}
.a-alert.a-alert-delivery.alert-booked {
  color: #000;
}
.a-alert.a-alert-delivery.alert-not-booked {
  background-color: #d4d9de;
  color: #000;
}
.a-alert.a-alert-delivery .alert-headline {
  margin: 0 0 10px;
}
.a-area-productlist-highlighted-linkteaser {
  margin-bottom: 10px;
  padding-top: 10px;
}
.a-area-productlist-highlighted-linkteaser:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.a-area-productlist-highlighted-linkteaser .m-teaser-linkteaser {
  margin-bottom: 10px;
}
.a-image-hotspots .image-hotspot {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #fff;
  font-size: 30px;
  left: -1000px;
  line-height: 30px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-touchevents .a-image-hotspots .image-hotspot:hover {
  color: #000;
}
.a-image-hotspots .image-hotspot.a-button.js-vp1-enabled {
  display: inline-block;
}
.a-image-ocr {
  cursor: pointer;
}
.a-image-ocr .sparepart-scan-frame {
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 33px;
}
@media (min-width: 750px) {
  .a-area-productlist-highlighted-linkteaser .m-teaser-linkteaser.teaser-300 {
    width: 50%;
  }
  .a-area-productlist-highlighted-linkteaser
    .m-teaser-linkteaser.teaser-300
    .teaser-content,
  .a-area-productlist-highlighted-linkteaser
    .m-teaser-linkteaser.teaser-300
    .teaser-media {
    width: 100%;
  }
  .a-image-hotspots .image-hotspot.a-button.js-vp2-enabled {
    display: inline-block;
  }
  .a-image-ocr .sparepart-scan-frame {
    height: 12px;
    width: 40px;
  }
}
@media (min-width: 900px) {
  .a-area-productlist-highlighted-linkteaser .m-teaser-linkteaser.teaser-300 {
    width: 33.3333333%;
  }
  .a-image-hotspots .image-hotspot {
    display: block;
  }
  .a-image-hotspots .image-hotspot.a-button {
    display: inline-block;
  }
  .a-image-ocr .sparepart-scan-frame {
    height: 15px;
    width: 50px;
  }
}
.a-loader-static {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.a-loader-static.a-loader {
  height: auto;
  width: auto;
}
.a-loader-static .loading-indicator {
  position: fixed;
  top: 50%;
}
.a-loader-static .loading-text {
  font-size: 16px;
  color: #d4d9de;
  font-weight: 700;
  position: relative;
  top: 70px;
  left: -106px;
  width: 250px;
  display: inline-block;
}
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-ask-question,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-text-link,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-write-review {
  font-family: inherit !important;
  max-width: 100% !important;
  border-width: 0 !important;
  color: #879baa !important;
  cursor: pointer !important;
  display: inline-block;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  position: relative !important;
  text-decoration: none !important;
}
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-ask-question:active,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-ask-question:focus,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-ask-question:hover,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-text-link:active,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-text-link:focus,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-text-link:hover,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-write-review:active,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-write-review:focus,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-write-review:hover {
  background: 0 0 !important;
  outline: 0 !important;
}
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-ask-question:hover,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-text-link:hover,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-write-review:hover {
  color: #3cc8be !important;
}
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-ask-question:visited,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-text-link:visited,
.a-rating-bazaar-voice #BVRRSummaryContainer .bv-write-review:visited {
  color: #879baa !important;
}
.a-rating-bazaar-voice
  #BVRRSummaryContainer
  .bv-rating-stars.bv-rating-stars-on {
  color: #ffb902 !important;
}
.a-rating-bazaar-voice
  #BVRRSummaryContainer
  .bv-rating-stars.bv-rating-stars-off {
  color: #999 !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram {
  border: 1px solid #41aaaa !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding-top: 10px !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-popup-histogram-ratings
  table {
  width: 90% !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-popup-histogram-ratings
  table
  .bv-popup-histogram-ratings-star {
  padding-left: 0 !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-popup-histogram-ratings
  table
  .bv-popup-histogram-ratings-score {
  padding-right: 0 !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-content-secondary-ratings-container {
  background-color: #d4d9de !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-content-secondary-ratings-container
  .bv-content-secondary-ratings-value {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-action-bar {
  margin: 0 auto !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 90% !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-action-bar
  .bv-toplevel-actions
  button.bv-read-review {
  background: #41aaaa !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  width: 100% !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-action-bar
  .bv-toplevel-actions
  button.bv-read-review:hover {
  background: #a5e1e1 !important;
}
a.write-review-link {
  margin-bottom: 20px;
}
.a-selectedfilter-chip {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.a-selectedfilter-chip .m-chips {
  max-width: unset;
}
.a-selectedfilter-chip .m-chips.unselectable .chips-icon {
  display: none;
}
.nav-wrap .m-conversionbar-crosschannel .has-icon.a-link .count-indicator,
.nav-wrap .m-conversionbar-crosschannel .has-icon.a-link .text {
  vertical-align: baseline;
}
.nav-wrap .m-conversionbar-crosschannel .a-link.shoppingcart {
  border: none;
}
.nav-wrap .m-conversionbar-crosschannel .a-link.mybrand {
  border-right: 1px solid #d4d9de;
  border-left: 1px solid #d4d9de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}
.nav-wrap .m-conversionbar-crosschannel .a-link.mybrand .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  overflow: hidden;
  padding: 0 0.25em;
  display: table;
  height: auto;
  position: relative;
  text-align: right;
  width: auto;
}
.nav-wrap .m-conversionbar-crosschannel .a-link.mybrand .text span,
.nav-wrap .m-conversionbar-crosschannel .a-link.mybrand .text strong {
  display: block;
  max-width: 30vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-filter-dealerlocator {
  position: relative;
  margin-bottom: 20px;
  max-height: inherit;
  -webkit-transition: none;
  transition: none;
}
.m-filter-dealerlocator .m-filterbar {
  padding-left: 0;
  padding-right: 0;
}
.m-filter-dealerlocator .filterbar-arrow {
  display: none;
  visibility: hidden;
}
.m-filter-dealerlocator .filterbar-arrow.is-active,
.m-filter-dealerlocator .filterbar-arrow.visible {
  display: block;
  visibility: visible;
}
.m-filterbar-dealerlocator {
  border-bottom: 2px solid #d4d9de;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.m-filterbar-dealerlocator.list-header {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.m-filterbar-dealerlocator ul li {
  margin: 0;
}
.m-filterbar-dealerlocator .filterbar-arrow {
  display: block;
  height: 30px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  width: 30px;
}
.m-filterbar-dealerlocator .filterbar-arrow.is-active {
  visibility: visible;
}
.m-filterbar-dealerlocator .filterbar-arrow:after,
.m-filterbar-dealerlocator .filterbar-arrow:before {
  bottom: -2px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.m-filterbar-dealerlocator .filterbar-arrow:before {
  border: 16px solid transparent;
  border-bottom-color: #d4d9de;
  margin: -2px 0 1px -1px;
}
.m-filterbar-dealerlocator .filterbar-arrow:after {
  border: 15px solid transparent;
  border-bottom-color: #fff;
}
.m-filterbar-dealerlocator .filterbar-arrow-invisible {
  display: none;
}
.m-filterbar-dealerlocator .filterbar-nav {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.m-filterbar-dealerlocator .filterbar-nav:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-filterbar-dealerlocator .filterbar-item {
  background: #fff;
  float: left;
  font-weight: 700;
  padding: 0 1.3888888889%;
  text-align: center;
  width: 20%;
}
.m-filterbar-dealerlocator .filterbar-item.is-active:not(.filterbar-icons) > a,
.m-filterbar-dealerlocator .filterbar-item:hover {
  color: #000;
}
.m-filterbar-dealerlocator .filterbar-item-invisible {
  visibility: hidden;
}
.m-filterbar-dealerlocator .filterbar-item.filterbar-title {
  color: #000;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: left;
}
.m-filterbar-dealerlocator
  .filterbar-item.filterbar-title:first-child:last-child {
  width: 100%;
}
.m-filterbar-dealerlocator .filterbar-item .select2-container {
  font-weight: 400;
}
.m-filterbar-dealerlocator .filterbar-item .filterbar-title-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.m-filterbar-dealerlocator
  .filterbar-item.has-active-filters
  .filterbar-filter-text,
.m-filterbar-dealerlocator .filterbar-item.has-active-filters .icon {
  color: #000;
}
.m-filterbar-dealerlocator .filterbar-item .filterbar-filter-label {
  display: none;
}
.m-filterbar-dealerlocator .filterbar-item.filterbar-sorting {
  float: right;
  padding-right: 0;
  text-align: left;
}
.m-filterbar-dealerlocator
  .filterbar-item.filterbar-sorting
  .m-forminput-dropdown {
  margin: 0;
}
.m-filterbar-dealerlocator .filterbar-item.filterbar-sorting .select-wrap {
  margin: -10px 0 0;
}
.m-filterbar-dealerlocator .filterbar-item.filterbar-icons {
  float: right;
  margin-top: -10px;
  padding: 0;
  text-align: right;
}
.m-filterbar-dealerlocator .filterbar-item.filterbar-icons .a-button {
  padding-bottom: 0;
}
.m-filterbar-dealerlocator
  .filterbar-item.filterbar-icons
  .a-button:last-of-type {
  padding-right: 0;
}
.m-filterbar-dealerlocator .filterbar-item.filterbar-compare,
.m-filterbar-dealerlocator .filterbar-item.filterbar-filter {
  white-space: nowrap;
}
.m-filterbar-dealerlocator .filterbar-item .filterbar-gridview,
.m-filterbar-dealerlocator .filterbar-item .filterbar-listview {
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 10px;
}
.m-filterbar-dealerlocator .filterbar-item .filterbar-gridview:hover,
.m-filterbar-dealerlocator .filterbar-item .filterbar-listview:hover {
  color: #000;
}
.m-filterbar-dealerlocator .filterbar-item .filterbar-gridview.is-active,
.m-filterbar-dealerlocator .filterbar-item .filterbar-listview.is-active {
  color: #000;
  cursor: default;
}
.m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
  .filterbar-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
  .filterbar-item.filterbar-title {
  width: 33.3333333%;
}
.m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown
  .filterbar-item,
.m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown
  .filterbar-item.filterbar-title,
.m-filterbar-dealerlocator.has-sort-dropdown.has-filter-link .filterbar-item,
.m-filterbar-dealerlocator.has-sort-dropdown.has-filter-link
  .filterbar-item.filterbar-title {
  width: 33.333333%;
}
.m-filterbar-dealerlocator.has-filter-link .filterbar-item.filterbar-title,
.m-filterbar-dealerlocator.has-filter-link.has-compare-link
  .filterbar-item.filterbar-title,
.m-filterbar-dealerlocator.has-sort-dropdown .filterbar-item.filterbar-title,
.m-filterbar-dealerlocator.has-sort-dropdown.has-compare-link
  .filterbar-item.filterbar-title {
  width: 80%;
}
.m-filterbar-dealerlocator.filterbar-title:first-child:last-child,
.m-filterbar-dealerlocator.has-compare-link:first-child:last-child {
  width: 100%;
}
@media (min-width: 750px) {
  .nav-wrap .m-conversionbar-crosschannel .a-link.mybrand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
  .nav-wrap .m-conversionbar-crosschannel .a-link.mybrand .text span,
  .nav-wrap .m-conversionbar-crosschannel .a-link.mybrand .text strong {
    display: table-cell;
    max-width: 30vw;
  }
  .nav-wrap
    .m-conversionbar-crosschannel
    .a-link.mybrand
    .text
    strong:nth-last-child(2)::after {
    content: ",";
    padding-right: 0.5em;
  }
  .m-filterbar-dealerlocator .filterbar-item .filterbar-filter-label {
    display: inline-block;
  }
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item {
    width: 20%;
  }
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title {
    width: 40%;
  }
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown
    .filterbar-item,
  .m-filterbar-dealerlocator.has-sort-dropdown.has-filter-link .filterbar-item {
    width: 20%;
  }
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-sort-dropdown.has-filter-link
    .filterbar-item.filterbar-title {
    width: 40%;
  }
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-sort-dropdown.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-sort-dropdown.has-filter-link
    .filterbar-item.filterbar-title {
    width: 60%;
  }
  .m-filterbar-dealerlocator.has-compare-link .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-filter-link .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-sort-dropdown .filterbar-item.filterbar-title {
    width: 80%;
  }
}
.m-filterbar-sticky .sticky-container {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 100%;
  z-index: 100;
}
.m-filterbar-sticky .sticky-container.no-anim {
  -webkit-transition: none;
  transition: none;
}
.m-filterbar-sticky .sticky-container .filter-bar-sticky-content {
  background: #fff;
  max-width: 1400px;
  padding: 25px 10px;
}
.m-filterbar-sticky .sticky-container .filterbar-arrow,
.m-filterbar-sticky .sticky-container .filterbar-arrow:after,
.m-filterbar-sticky .sticky-container .filterbar-arrow:before {
  display: none;
}
.m-filterbar-sticky .sticky-container.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m-filterlayer-client-side {
  margin-bottom: 20px;
}
.m-filterlayer-client-side:after {
  margin-left: 0;
  margin-right: 0;
}
.m-filterlayer-client-side .selected-filter-wrap {
  display: none;
  visibility: hidden;
}
.m-filterlayer-client-side .selected-filter-wrap.selected {
  clear: both;
  display: table;
  visibility: visible;
  width: 100%;
}
.m-filterlayer-dealerlocator {
  display: none;
  visibility: hidden;
}
.m-filterlayer-dealerlocator.is-opened {
  display: block;
  visibility: visible;
}
.m-filterlayer-dealerlocator.is-opened:not(.filter-block-is-opened)::after {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.m-filterlayer-dealerlocator::after {
  border-bottom: 2px solid #d4d9de;
  content: "";
  display: block;
}
.m-filterlayer-dealerlocator .selected-filters {
  padding-top: 20px;
}
.m-filterlayer-dealerlocator .selected-filters:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-filterlayer-dealerlocator .selected-filters .a-selectedfilter {
  margin: 0 25px 10px 0;
}
.m-filterlayer-dealerlocator .selected-filters .reset-button {
  clear: left;
  display: block;
  margin-top: 20px;
  width: auto;
}
@media (min-width: 900px) {
  .nav-wrap .m-conversionbar-crosschannel .a-link.mybrand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .nav-wrap .m-conversionbar-crosschannel .a-link.mybrand .text span,
  .nav-wrap .m-conversionbar-crosschannel .a-link.mybrand .text strong {
    max-width: 20vw;
  }
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title {
    width: 20%;
  }
  .m-filterbar-dealerlocator .filterbar-item.filterbar-sorting {
    float: left;
  }
  .m-filterbar-dealerlocator.has-compare-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-grid-list-toggle
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link.has-sort-dropdown
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-filter-link.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title {
    width: 40%;
  }
  .m-filterbar-dealerlocator.has-filter-link.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-filter-link.has-grid-list-toggle
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-grid-list-toggle.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-sort-dropdown.has-compare-link
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-sort-dropdown.has-filter-link
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-sort-dropdown.has-grid-list-toggle
    .filterbar-item.filterbar-title {
    width: 60%;
  }
  .m-filterbar-dealerlocator.has-compare-link .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-filter-link .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-grid-list-toggle
    .filterbar-item.filterbar-title,
  .m-filterbar-dealerlocator.has-sort-dropdown .filterbar-item.filterbar-title {
    width: 80%;
  }
  .m-filterlayer-dealerlocator .selected-filters .a-selectedfilter {
    float: left;
  }
  .m-filterlayer-dealerlocator .selected-filters .reset-button {
    clear: none;
    float: right;
    margin-top: 0;
  }
}
.m-filterlayer-dealerlocator .filter-block-outer {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .m-filterlayer-dealerlocator .selected-filters {
    padding-top: 40px;
  }
  .m-filterlayer-dealerlocator .filter-block-outer {
    display: none;
    visibility: hidden;
  }
  .m-filterlayer-dealerlocator .filter-block-outer.is-opened {
    display: block;
    visibility: visible;
  }
}
.m-filterlayer-dealerlocator .filterlayer-spacer {
  padding-bottom: 0;
  padding-top: 20px;
}
.m-filterlayer-dealerlocator .filterlayer-spacer.filterlayer-dealer-col {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-filterlayer-dealerlocator
  .filterlayer-spacer.filterlayer-dealer-col:first-child {
  padding-left: 0;
}
.m-filterlayer-dealerlocator .filterlayer-border {
  border-bottom: 2px solid #d4d9de;
  border-top: 2px solid #d4d9de;
}
.m-filterlayer-dealerlocator .filterlayer-border + .filterlayer-border,
.m-filterlayer-dealerlocator .filterlayer-border:first-child {
  border-top: 0;
}
@media (min-width: 750px) {
  .m-filterlayer-dealerlocator .filterlayer-spacer {
    padding-top: 40px;
  }
  .m-filterlayer-dealerlocator .filterlayer-spacer.filterlayer-dealer-col {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-filterlayer-dealerlocator
    .filterlayer-spacer.filterlayer-dealer-col:nth-child(3n + 0) {
    padding-right: 0;
  }
  .m-filterlayer-dealerlocator
    .filterlayer-spacer.filterlayer-dealer-col:nth-child(3n + 1) {
    padding-left: 0;
  }
  .m-filterlayer-dealerlocator .filterlayer-border {
    border: 0;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper.show-all
    .filterlayer-col:nth-child(n + 4) {
    display: block;
    visibility: visible;
  }
}
@media (min-width: 900px) {
  .m-filterlayer-dealerlocator .filterlayer-spacer.filterlayer-dealer-col {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper.show-all
    .filterlayer-col:nth-child(n + 4) {
    display: block;
    visibility: visible;
  }
}
.m-filterlayer-dealerlocator .filter-group-wrapper::after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-filterlayer-dealerlocator .filter-group-wrapper .filterlayer-col {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
@media (min-width: 750px) {
  .m-filterlayer-dealerlocator .filter-group-wrapper .filterlayer-col {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:first-child,
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 1) {
    padding-left: 0;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 0) {
    padding-right: 0;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(n + 4) {
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 900px) {
  .m-filterlayer-dealerlocator .filter-group-wrapper .filterlayer-col {
    width: 33.3333333333%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    padding-left: 0;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 2) {
    margin-left: 33.3333333333%;
    margin-right: -100%;
    clear: none;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 3) {
    margin-left: 66.6666666667%;
    margin-right: -100%;
    clear: none;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(3n + 0) {
    padding-right: 0;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(n + 4) {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 749px) {
  .m-filterlayer-dealerlocator .filter-group-wrapper {
    margin-top: 20px;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper.show-all
    .filterlayer-col:nth-child(n + 2) {
    display: block;
    visibility: visible;
  }
  .m-filterlayer-dealerlocator .filter-group-wrapper .filterlayer-col {
    padding-left: 0;
    padding-right: 0;
  }
  .m-filterlayer-dealerlocator
    .filter-group-wrapper
    .filterlayer-col:nth-child(n + 2) {
    display: none;
    visibility: hidden;
  }
}
.m-filterlayer-dealerlocator
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating {
  display: inline-block;
}
.m-filterlayer-dealerlocator
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating
  .scale
  .icon {
  font-size: 22px;
}
.m-filterlayer-dealerlocator .filter-group-wrapper .filterlayer-rating > div {
  margin-bottom: 10px;
}
.m-filterlayer-dealerlocator .filter-group-wrapper .filterlayer-rating input {
  display: none;
}
.m-filterlayer-dealerlocator .filter-layer-controls .show-hide-wrapper {
  margin-top: 30px;
}
.m-filterlayer-dealerlocator
  .filter-layer-controls
  .show-hide-wrapper
  .filter-toggle.is-active
  .filter-toggle-hide {
  display: inline-block;
}
.m-filterlayer-dealerlocator
  .filter-layer-controls
  .show-hide-wrapper
  .filter-toggle
  .filter-toggle-hide,
.m-filterlayer-dealerlocator
  .filter-layer-controls
  .show-hide-wrapper
  .filter-toggle.is-active
  .filter-toggle-showmore {
  display: none;
}
.m-filterlayer-dealerlocator
  .filter-layer-controls
  .show-hide-wrapper
  .filter-toggle
  .filter-toggle-showmore {
  display: inline-block;
}
.m-filterlayer-dealerlocator .filter-layer-controls .close-button-wrapper {
  margin-top: 30px;
}
.m-filterlayer-dealerlocator
  .filter-layer-controls
  .close-button-wrapper
  .filter-closefilterarea-button {
  bottom: 0;
  left: 50%;
  margin-bottom: 0;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25%;
}
.m-filterlayer-searchabletablelist .form-layout-full {
  clear: both;
}
.m-filterlayer-searchabletablelist .a-heading {
  display: inline-block;
}
.m-filterlayer-searchabletablelist .a-heading + .a-link {
  float: right;
  width: auto;
  margin-bottom: 10px;
}
.m-filterlayer-searchabletablelist .form-row {
  padding: 0 0 30px;
}
.m-filterlayer-searchabletablelist .form-row .a-formlabel {
  display: block;
  margin: 0;
}
.m-forminput-actionlink {
  margin-top: 8px;
}
.m-forminput-actionlink .a-button {
  padding-top: 9px;
  padding-bottom: 10px;
  margin-top: 2px;
}
.m-forminput-actionlink .a-button[disabled="disabled"] {
  color: #fff;
}
.m-forminput-bv-picture-upload .js-posted-photos {
  display: none;
}
.m-forminput-bv-picture-upload .item-container {
  width: 100%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
}
.m-forminput-bv-picture-upload .item-container .item {
  width: 33.3333333333%;
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-forminput-bv-picture-upload .item-container .item > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  max-width: 100%;
  height: 100px;
}
.m-forminput-bv-picture-upload .item-container .item > div img {
  height: 100%;
}
.m-forminput-bv-picture-upload .item-container .item .icon-delete {
  padding-bottom: 5px;
  cursor: pointer;
  font-size: inherit;
}
.m-forminput-bv-picture-upload .js-upload-picture {
  float: left;
  padding-left: 1.3888888889%;
  padding-right: 1.3888888889%;
  width: 100%;
}
@media (min-width: 750px) {
  .m-forminput-bv-picture-upload .item-container .item {
    width: 16.6666666667%;
    float: left;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
  .m-forminput-bv-picture-upload .js-upload-picture {
    width: 33.3333333333%;
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
    float: right;
  }
}
.m-forminput-datepicker {
  display: block;
}
.m-forminput-datepicker.is-not-selected.has-error
  + .form-error-wrapper
  .error-required {
  display: none !important;
}
.m-forminput-datepicker.has-ajax-error input,
.m-forminput-datepicker.is-not-selected input {
  border-color: #e0173b;
}
.m-forminput-datepicker:after {
  pointer-events: none;
}
.pika-single {
  z-index: 299;
}
label + .pika-single {
  display: block;
  margin: 10px 0 0;
}
.pika-single.container {
  background: #f2f2f2;
  border: none;
  display: inline-block;
}
.pika-single.is-bound .pika-button {
  background: #f2f2f2;
}
.pika-single .pika-lendar {
  max-width: 100%;
}
.pika-single .pika-label {
  background: 0 0;
  position: relative;
}
.pika-single .pika-label:after {
  font-size: 0.75rem;
  padding: 0.25rem;
  opacity: 0.4;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.pika-single .pika-label:hover:after {
  opacity: 1;
}
.pika-single .pika-select {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  height: 100%;
  top: 0;
  width: 100%;
}
.pika-single .pika-next,
.pika-single .pika-prev {
  background: rgba(65, 170, 170, 0.7);
  color: #fff;
  height: 30px;
  padding: 0;
  text-align: center;
  text-indent: 44px;
  width: 30px;
}
.pika-single .pika-next:before,
.pika-single .pika-prev:before {
  left: 50%;
  position: absolute;
  text-indent: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.pika-single .pika-next:hover,
.pika-single .pika-prev:hover {
  background: #41aaaa;
}
.pika-single .is-today .pika-button {
  border-color: #999;
  color: inherit;
  font-weight: 400;
}
.pika-single .is-selected .pika-button {
  background: rgba(65, 170, 170, 0.7);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font-weight: 700;
}
.pika-single .pika-button {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  height: 30px;
  padding: 5px;
  text-align: center;
}
.pika-single .pika-button:hover {
  background: #000;
  border-radius: 0;
  color: #fff;
}
.pika-single .is-disabled .pika-button,
.pika-single .is-disabled .pika-button:hover {
  background: 0 0;
  color: inherit;
  cursor: not-allowed;
}
@media (min-width: 750px) {
  .pika-single .pika-label {
    font-size: 40px;
    height: 44px;
    line-height: 34px;
  }
  .pika-single .pika-next,
  .pika-single .pika-prev {
    font-size: 30px;
    height: 44px;
    width: 44px;
  }
}
.m-forminput-checkbox {
  display: block;
  position: relative;
}
.m-forminput-checkbox:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-forminput-checkbox input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .m-forminput-checkbox input {
    top: 30px;
  }
}
.m-forminput-checkbox input:focus {
  outline: 0;
}
.m-forminput-checkbox input:focus ~ .a-formlabel:before {
  outline: #000 dotted 1px;
}
.m-forminput-checkbox input[disabled] ~ .a-formlabel,
.m-forminput-checkbox input[disabled] ~ .a-formlabel:hover,
.m-forminput-checkbox input[readonly] ~ .a-formlabel,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:hover {
  color: rgba(153, 153, 153, 0.5);
  cursor: auto;
}
.m-forminput-checkbox input[disabled] ~ .a-formlabel:before,
.m-forminput-checkbox input[disabled] ~ .a-formlabel:hover:before,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:before,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:hover:before {
  color: rgba(153, 153, 153, 0.5) !important;
}
.m-forminput-checkbox input[disabled]:checked ~ .a-formlabel:before,
.m-forminput-checkbox input[disabled]:checked ~ .a-formlabel:hover:before,
.m-forminput-checkbox input[readonly]:checked ~ .a-formlabel:before,
.m-forminput-checkbox input[readonly]:checked ~ .a-formlabel:hover:before {
  color: rgba(153, 153, 153, 0.5);
}
.m-forminput-checkbox.show-info-icon {
  display: inline-block;
}
.m-forminput-checkbox .a-formlabel {
  cursor: pointer;
}
.m-forminput-checkbox .a-formlabel:before {
  background: #fff;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  vertical-align: bottom;
}
.m-forminput-checkbox input:checked ~ .a-formlabel:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  text-align: center;
}
.m-forminput-checkbox:hover > .a-formlabel:before,
.m-forminput-checkbox:hover > input:checked + .a-formlabel:before {
  border-color: #000;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
  color: #000;
}
.m-form .m-forminput-checkbox.m-forminput ~ .form-error-wrapper::before {
  content: none;
}
.m-forminput-checkbox.no-checkbox .a-formlabel {
  cursor: default;
  padding-left: 0 !important;
}
.m-forminput-checkbox.no-checkbox .a-formlabel:before {
  background: inherit;
  border: none;
  content: none;
}
.m-forminput-checkbox.no-checkbox input:focus ~ .a-formlabel:before {
  outline: 0;
}
.m-forminput-checkbox.no-checkbox input:checked ~ .a-formlabel:before {
  content: none !important;
  color: #0064a6;
  text-align: center;
}
.m-forminput-checkbox.no-checkbox:hover > .a-formlabel:before,
.m-forminput-checkbox.no-checkbox:hover > input:checked + .a-formlabel:before {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
}
.a-formlabel + .m-forminput-checkbox {
  margin: 10px 0 0;
}
.a-formlabel + .m-forminput-checkbox .a-formlabel[for] {
  margin: 0;
}
.ios-os
  body:not(:root)
  .m-forminput-checkbox
  input:checked
  ~ .a-formlabel:before,
.ios-os
  body:not(:root)
  .m-forminput-checkbox
  input:checked
  ~ .a-formlabel:hover:before,
.mac-os
  body:not(:root)
  .m-forminput-checkbox
  input:checked
  ~ .a-formlabel:before,
.mac-os
  body:not(:root)
  .m-forminput-checkbox
  input:checked
  ~ .a-formlabel:hover:before {
  line-height: 12px;
}
.m-forminput-clickable-rating {
  position: relative;
}
.m-forminput-clickable-rating .rating-result {
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .m-forminput-clickable-rating .rating-result {
    width: 0;
    height: 0;
    top: 5px;
  }
  .m-forminput-dropdown.no-searchbar .select2-search__field {
    display: none;
  }
}
.m-forminput-clickable-rating .rating-stars {
  cursor: pointer;
  unicode-bidi: bidi-override;
  direction: rtl;
  position: relative;
  display: inline-block;
}
.m-forminput-clickable-rating .rating-stars > input {
  opacity: 0;
  z-index: -5;
  margin-top: 5px;
  position: absolute;
}
.m-forminput-clickable-rating .rating-stars > input + label {
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
}
.m-forminput-clickable-rating .rating-stars > input + label > .icon:before {
  display: inline-block;
}
.m-forminput-clickable-rating
  .rating-stars
  > input
  + label:hover
  > .icon:before,
.m-forminput-clickable-rating
  .rating-stars
  > input
  + label:hover
  ~ label
  > .icon:before,
.m-forminput-clickable-rating
  .rating-stars
  > input:checked
  ~ label
  > .icon:before {
  color: #ffb902;
}
.m-forminput-clickable-rating .rating-stars:hover > input + label .icon:before {
  color: #d4d9de;
}
.m-forminput-clickable-rating
  .rating-stars:hover
  > input
  + label:hover
  .icon:before,
.m-forminput-clickable-rating
  .rating-stars:hover
  > input
  + label:hover
  ~ label
  .icon:before {
  color: #ffb902;
}
.m-forminput-clickable-rating .number {
  padding-left: 10px;
  color: #a6aeb7;
}
.m-forminput-clickable-rating.has-error
  ~ .form-error-wrapper
  .error-container
  .error-custom,
.m-forminput-clickable-rating.is-empty
  ~ .form-error-wrapper
  .error-container
  .error-required {
  display: block;
}
.m-forminput-dropdown {
  overflow: visible;
  position: relative;
}
.form-row .m-forminput-dropdown + .form-error-wrapper {
  margin-top: 0;
}
.m-forminput-dropdown .select-wrap {
  color: #879baa;
  margin: 10px 0 0;
  position: relative;
}
.m-forminput-dropdown .select-wrap.select-disabled {
  color: #dfe6ed;
}
.m-forminput-dropdown .select-wrap:hover {
  color: #000;
}
.m-forminput-dropdown .select2-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.m-forminput-dropdown .select2-hidden-accessible:focus {
  outline: 0;
}
.m-forminput-dropdown select {
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  position: relative;
  width: 100%;
}
.m-forminput-dropdown select[disabled] {
  background: 0 0;
  color: #dfe6ed;
  cursor: default;
}
.m-forminput-dropdown .select2-container {
  border: 1px solid #879baa;
  min-width: 100%;
  width: auto !important;
  margin-top: -1px;
  max-width: 100%;
}
.m-forminput-dropdown .select2-container--disabled {
  border: 0;
}
.m-forminput-dropdown
  .readonly
  .select2-container--disabled
  .select2-selection {
  background: 0 0;
  padding-left: 0;
}
.m-forminput-dropdown
  .readonly
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered {
  color: #41aaaa;
  font-weight: 700;
}
.m-forminput-dropdown
  .readonly
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered:hover {
  color: #41aaaa;
}
.m-forminput-dropdown
  .readonly
  .select2-container--disabled
  .select2-selection
  .select2-selection__arrow {
  display: none;
}
@media (min-width: 750px) {
  .m-forminput-dropdown .select-wrap:after {
    display: none;
  }
  .m-forminput-dropdown select {
    padding: 0;
  }
}
@media (max-width: 749px) {
  .m-forminput-dropdown .select-wrap.readonly:after {
    display: none;
  }
}
.m-forminput-dropdown .select2 {
  width: 100%;
}
.m-forminput-dropdown .select2.select2-container {
  margin: 0;
}
.m-forminput-dropdown .select2-selection {
  background: #fff;
  color: #879baa;
  cursor: pointer;
  padding: 10px 34px 10px 10px;
  position: relative;
  width: 100%;
}
.m-forminput-dropdown .select2-selection:hover {
  color: #000;
}
.m-forminput-dropdown .select2-selection:focus {
  outline: #000 dotted 1px;
}
.m-forminput-dropdown .select2-selection__arrow {
  bottom: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.m-forminput-dropdown .select2-selection__arrow b {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  vertical-align: middle;
}
.m-forminput-dropdown .select2-container--disabled .select2-selection {
  color: #dfe6ed;
  cursor: default;
}
.m-forminput-dropdown .select2-search--hide {
  display: none;
}
.m-forminput-dropdown .select2-container--open {
  border-color: #879baa;
  max-height: 300px;
}
.m-forminput-dropdown .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.m-forminput-dropdown .select2-dropdown {
  border: 1px solid #879baa;
}
.m-forminput-dropdown .select2-results {
  color: #0064a6;
}
.m-forminput-dropdown .select2-results__options {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.m-forminput-dropdown
  .select2-results__options
  li:nth-child(2)
  span.current-user {
  font-weight: 700;
  color: #000;
}
.m-forminput-dropdown .select2-container .select2-results__option {
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  padding: 10px;
}
.m-forminput-dropdown
  .select2-container
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #41aaaa;
}
.m-forminput-dropdown
  .select2-container
  .select2-results__option[aria-disabled="true"] {
  color: #dfe6ed;
  background-color: #fff;
  display: none;
}
.m-forminput-dropdown
  .select2-container
  .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}
.m-forminput-dropdown
  .select2-container
  .select2-results__option
  .hide-placeholder-on-open {
  display: none;
}
.m-forminput-dropdown
  .select2-container
  .select2-results__option.select2-results__option--load-more[aria-disabled="true"] {
  color: #dfe6ed;
  background-color: #fff;
  display: inherit;
}
.m-forminput-dropdown .select2-container .select2-selection {
  border-radius: 0;
  background: #fff;
  border: none;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection--multiple
  .select2-selection__arrow
  b,
.m-forminput-dropdown
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b {
  border: 0 hidden transparent;
  left: 4px;
  margin-left: 0;
  margin-top: 0;
  top: 4px;
  width: auto;
  height: auto;
}
.m-forminput-dropdown .select2-container .select2-selection--multiple {
  min-height: 38px;
  height: auto;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection--multiple
  .select2-selection__rendered,
.m-forminput-dropdown
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  color: #879baa;
  line-height: 19px;
  padding-left: 0;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection--multiple
  .select2-selection__rendered:hover,
.m-forminput-dropdown
  .select2-container
  .select2-selection--single
  .select2-selection__rendered:hover {
  color: #41aaaa;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection--multiple
  .select2-selection__arrow,
.m-forminput-dropdown
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
  right: 10px;
  left: auto;
  padding: 0;
}
.m-forminput-dropdown
  .select2-container--disabled
  .select2-selection--single
  .select2-selection__rendered {
  color: #dfe6ed;
  cursor: default;
}
.m-forminput-dropdown
  .select2-container--disabled
  .select2-selection--single
  .select2-selection__rendered:hover {
  color: #dfe6ed;
}
.m-forminput-dropdown .select2-container--open .select2-selection:focus {
  outline: 0;
}
.m-forminput-dropdown .select2-container--open .select2-search--dropdown {
  background-color: #fff;
}
.m-forminput-dropdown
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  color: #0064a6;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple {
  padding: 0 20px 0 10px;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered {
  line-height: 38px;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple
  .select2-selection__choice {
  line-height: 26px;
  border-radius: 0;
  border-color: #0064a6;
  color: #0064a6;
  background-color: #879baa;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-forminput-dropdown
  .select2-container--open
  .select2-selection.select2-selection--multiple:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.m-forminput-dropdown.no-searchbar .select2-search__field {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.m-forminput-dropdown.no-searchbar .select2-search--dropdown {
  padding: 0;
}
.m-forminput-dropdown.multiple-dropdown
  ul.select2-results__options
  .select2-results__option[aria-selected="true"]:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  float: right;
}
.m-forminput-fileupload.upload-missing-error.had-focus:valid
  ~ .form-error-wrapper::before {
  display: none;
}
.m-forminput-multiline-dropdown .select-wrap:after {
  display: none;
}
.m-forminput-password-wrapper .password-validation-wrapper {
  display: none;
  margin: 0 0 20px;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-validation-container
  ul
  li {
  font-size: 12px;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-validation-container
  ul
  li.password-validation
  .icon {
  display: none;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-validation-container
  ul
  li.password-validation.is-invalid
  .icon-unchecked {
  display: inline-block;
  color: #e0173b;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-validation-container
  ul
  li.password-validation.is-valid
  .icon-checked {
  display: inline-block;
  color: #53b044;
}
.m-forminput-password-wrapper .password-validation-wrapper .password-strength {
  font-size: 12px;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-strength
  .strength-bar {
  height: 10px;
  position: relative;
  background: #666;
  margin: 10px 0 0;
  width: 300px;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-strength
  .strength-bar
  ~ .password-hint {
  display: inline-block;
  margin: 5px 0 0;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-strength
  .strength-bar
  > span.strength-progress {
  display: block;
  height: 100%;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-strength
  .strength-bar.strength-progress-1
  > span {
  width: 25%;
  background-color: #e0173b;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-strength
  .strength-bar.strength-progress-2
  > span {
  width: 50%;
  background-color: #e0173b;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-strength
  .strength-bar.strength-progress-3
  > span {
  width: 75%;
  background-color: orange;
}
.m-forminput-password-wrapper
  .password-validation-wrapper
  .password-strength
  .strength-bar.strength-progress-4
  > span {
  width: 100%;
  background-color: #53b044;
}
.m-forminput-password-wrapper .input:focus + .password-validation-wrapper {
  display: block;
}
.m-forminput-radio {
  clear: right;
  display: block;
  position: relative;
}
.m-forminput-radio:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-forminput-radio input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.m-forminput-radio input:focus {
  outline: 0;
}
.m-forminput-radio input:focus ~ .a-formlabel:before {
  outline: #000 dotted 1px;
}
.m-forminput-radio input[disabled] ~ .a-formlabel,
.m-forminput-radio input[disabled] ~ .a-formlabel:hover,
.m-forminput-radio input[readonly] ~ .a-formlabel,
.m-forminput-radio input[readonly] ~ .a-formlabel:hover {
  color: rgba(153, 153, 153, 0.5);
  cursor: auto;
}
.m-forminput-radio input[disabled] ~ .a-formlabel:before,
.m-forminput-radio input[disabled] ~ .a-formlabel:hover:before,
.m-forminput-radio input[readonly] ~ .a-formlabel:before,
.m-forminput-radio input[readonly] ~ .a-formlabel:hover:before {
  border-color: rgba(153, 153, 153, 0.5) !important;
  color: rgba(153, 153, 153, 0.5) !important;
}
.m-forminput-radio input[disabled]:checked ~ .a-formlabel:before,
.m-forminput-radio input[disabled]:checked ~ .a-formlabel:hover:before,
.m-forminput-radio input[readonly]:checked ~ .a-formlabel:before,
.m-forminput-radio input[readonly]:checked ~ .a-formlabel:hover:before {
  background: rgba(153, 153, 153, 0.5) !important;
  border-color: rgba(153, 153, 153, 0.5) !important;
}
.m-forminput-radio .a-formlabel {
  cursor: pointer;
}
.m-forminput-radio .a-formlabel:before {
  background: #fff;
  border: 1px solid #0064a6;
  border-radius: 100%;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  vertical-align: bottom;
}
.m-forminput-radio .a-formlabel > .label-text {
  display: inline-block;
}
.m-forminput-radio input:checked ~ .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
  line-height: 28px;
  text-align: center;
}
.m-forminput-radio:hover > .a-formlabel:before {
  border-color: #000;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.m-forminput-radio:hover > input:checked ~ .a-formlabel:before {
  background: #000;
  border-color: #000;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}
.m-form .m-forminput-radio.m-forminput ~ .form-error-wrapper::before {
  content: none;
}
.m-forminput-radio .no-symbol {
  padding-left: 0;
}
.m-forminput-radio .no-symbol:after,
.m-forminput-radio .no-symbol:before {
  display: none !important;
}
.m-forminput-simple-captcha > input.m-forminput {
  margin-top: 10px;
}
.m-forminput-simple-captcha .reset-captcha > button {
  height: auto;
}
body[dir="rtl"] .m-forminput-slider-captcha .slider .noUi-handle:before,
html[dir="rtl"] .m-forminput-slider-captcha .slider .noUi-handle:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-forminput-slider-captcha {
  margin: 0 0 20px;
  width: 100%;
}
.m-forminput-slider-captcha .slider {
  height: 40px;
}
.m-forminput-slider-captcha .slider .noUi-handle {
  cursor: pointer;
  height: 100%;
}
.m-forminput-slider-captcha .slider .noUi-handle:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 60px;
  background: #0064a6;
  cursor: pointer;
}
.m-forminput-slider-captcha .slider .noUi-base {
  height: 100%;
  margin: 0 60px 0 0;
  position: relative;
}
.m-forminput-slider-captcha .slider .text {
  line-height: 40px;
  overflow: hidden;
  padding: 0 60px;
  position: absolute;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.noUi-target,
.noUi-target * {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 3px;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -34px;
  top: 0;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.m-forminput-textarea {
  width: 100%;
}
.m-forminput-textarea .input {
  border: 1px solid #999;
  border-radius: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  margin-top: 10px;
  overflow: hidden;
  overflow-y: scroll;
  padding: 10px;
  width: 100%;
}
.m-forminput-textarea .input[readonly] {
  font-weight: 700;
}
.m-forminput-textarea .input[readonly]:focus {
  outline: 0;
}
.m-forminput-textarea .input.has-error,
.m-forminput-textarea.had-focus .input:invalid {
  border-color: #e0173b;
}
.m-forminput-textarea .character-counter {
  padding: 0 0 0 5px;
}
.m-form .m-forminput-textarea.m-forminput ~ .form-error-wrapper::before {
  content: none;
}
.m-imagelist-dealerlocator > * {
  clear: both;
  display: block;
  float: none;
  margin-bottom: 0;
  margin-top: 10px;
}
.m-imagelist-dealerlocator > :first-child {
  margin-top: 0;
}
.m-imagelist-dealerlocator .a-link-inline {
  display: table;
  margin-right: 0;
}
@media (min-width: 900px) {
  .pika-single .pika-table {
    border-collapse: separate;
    border-spacing: 5px;
  }
  .m-imagelist-dealerlocator .a-link-inline {
    float: right;
  }
}
.m-imagelist-dealerlocator .a-image {
  text-align: left;
}
.m-imagelist-dealerlocator .a-image img {
  max-width: 100%;
  width: auto;
}
.m-itemserviceitem.care-contract .service-option-label {
  display: inline-block;
}
body.cookielaw-blur-background > :not([data-t-decorator="CookieLaw"]) {
  -webkit-filter: Blur(Strength=3);
  filter: Blur(Strength=3);
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
body.cookielaw-blur-background .m-layer .layer-overlay {
  background-color: rgba(255, 255, 255, 0);
}
body.cookielaw-blur-background .m-layer .layer-content {
  -webkit-box-shadow: 0 0 20px 0 #000;
  box-shadow: 0 0 20px 0 #000;
}
body.cookielaw-blur-background .m-fly-in-layer {
  -webkit-filter: none;
  filter: none;
}
body.cookielaw-blur-background .m-fly-in-layer .a-area--fly-in-flag,
body.cookielaw-blur-background .m-fly-in-layer .fly-in-layer-content {
  -webkit-filter: Blur(Strength=3);
  filter: Blur(Strength=3);
  filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='5'/></filter></svg>#svgBlur");
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
_:-ms-fullscreen.cookielaw-blur-background .m-layer .layer-overlay,
:root body.cookielaw-blur-background .m-layer .layer-overlay {
  background: #3c464b;
}
.m-layer-iframe {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.m-layer-iframe .layer-iframe {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
}
.m-layer-iframe .layer-wrapper {
  margin: 0;
}
.m-layer-iframe .layer-content {
  min-height: 100vh;
  padding: 0;
}
.m-layer-iframe .layer-close {
  background: #fff;
  float: none;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
}
.m-layer-iframe .layer-content-inner {
  margin: 0;
  min-height: 100vh;
  padding: 0;
}
.m-locationselectoroverlay .zip-code-wrapper {
  outline: solid 1px;
  padding: 15px;
  margin: auto;
  text-align: center;
}
.m-locationselectoroverlay .zip-code-wrapper .form-layout-full .form-row {
  margin: auto;
}
.m-locationselectoroverlay
  .zip-code-wrapper
  .form-layout-full
  .form-row
  .location-input {
  width: 50%;
}
@media (max-width: 749px) {
  .m-layer-iframe .layer-enable-scroll-onmobile {
    position: fixed !important;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: scroll !important;
  }
  .m-locationselectoroverlay .zip-code-wrapper {
    width: 100%;
  }
  .m-locationselectoroverlay
    .zip-code-wrapper
    .form-layout-full
    .form-row
    .location-input {
    width: 50%;
  }
}
.m-locationselectoroverlay
  .zip-code-wrapper
  .form-layout-full
  .form-row
  .form-error-wrapper::before {
  display: none !important;
}
.m-locationselectoroverlay .zip-code-wrapper .form-actions.form-row {
  margin: auto;
}
.m-locationselectoroverlay
  .zip-code-wrapper
  .form-actions.form-row
  .form-action {
  display: inline-block;
  margin: auto;
  width: 100%;
}
.m-locationselectoroverlay
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 150px;
}
.m-no-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #0064a6;
}
.m-no-reviews .no-reviews-found-content {
  color: #fff;
  padding: 18px 25px;
}
.m-no-reviews .no-reviews-found-close-icon {
  padding: 11px 20px;
}
.m-no-reviews .no-reviews-found-close-icon .close-button {
  color: #fff;
}
.m-layer-wizard .hide {
  display: none;
}
.m-layer-wizard .show {
  display: block;
}
.m-layer-dealerlocator {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
.m-layer-dealerlocator .layer-wrapper {
  margin: 0;
}
.m-layer-dealerlocator .layer-content {
  min-height: 100vh;
  padding: 0;
}
.m-layer-dealerlocator .layer-close {
  background: #fff;
  float: none;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
}
.m-layer-dealerlocator .layer-content-inner {
  margin: 0;
  min-height: 100vh;
  padding: 0;
}
.m-layer.m-add-question-layer .layer-content ul {
  padding: inherit;
  margin: inherit;
}
.m-layer.m-add-question-layer .layer-content ul li {
  list-style-type: disc;
}
.m-layer.m-review-layer .layer-content ul {
  padding: inherit;
  margin: inherit;
}
.m-layer.m-review-layer .layer-content ul li {
  list-style-type: disc;
}
@media (min-width: 900px) {
  .m-layer.m-add-question-layer {
    position: absolute;
    bottom: auto;
    top: 0;
    z-index: 239;
  }
  .m-layer.m-add-question-layer .layer-overlay {
    position: absolute;
    display: inherit;
  }
  .m-layer.m-add-question-layer .layer-wrapper {
    width: 100%;
  }
  .m-layer.m-add-question-layer .layer-wrapper .layer-content {
    max-width: 90%;
    border: none;
  }
  .m-layer.m-add-question-layer
    .layer-wrapper
    .layer-content
    .layer-content-inner {
    padding: 5px;
  }
  .m-layer.m-add-question-layer .layer-close {
    display: none;
  }
  .m-layer.m-review-layer {
    position: absolute;
    bottom: auto;
    top: 0;
    z-index: 239;
  }
  .m-layer.m-review-layer .layer-overlay {
    position: absolute;
    display: inherit;
  }
  .m-layer.m-review-layer .layer-wrapper {
    width: 100%;
  }
  .m-layer.m-review-layer .layer-wrapper .layer-content {
    max-width: 90%;
    border: none;
  }
  .m-layer.m-review-layer .layer-wrapper .layer-content .layer-content-inner {
    padding: 5px;
  }
  .m-layer.m-review-layer .layer-close {
    display: none;
  }
  .m-linklist-rebrush .list-unstyled {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
.m-linklist-rebrush .a-link,
.m-linklist-rebrush li {
  width: 100%;
}
.m-linklist-rebrush .a-link {
  padding: 10px 10px 10px 35px;
  border-radius: 5px;
  background: #e9ecee;
  font-weight: 700;
}
.m-linklist-rebrush .a-link:before {
  top: 6px;
  left: 8px;
  font-size: 20px;
  position: absolute;
}
.m-linklist-rebrush .a-link .text {
  color: #000;
}
@media (min-width: 900px) {
  .m-linklist-rebrush.linklist-half {
    width: 70%;
    margin: 20px auto;
  }
}
.m-mediagallery[data-t-decorator="Layer"] {
  margin-bottom: 40px;
}
@media (max-width: 749px) {
  .m-mediagallery[data-t-decorator="Layer"] {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    vertical-align: middle;
  }
  .m-mediagallery[data-t-decorator="Layer"]
    .mediagallery-mainslider.slick-slider {
    -ms-touch-action: pinch-zoom pan-y;
    touch-action: pinch-zoom pan-y;
  }
}
.m-mediagallery[data-t-decorator="Layer"].mediagallery-mainslider .slick-list,
.m-mediagallery[data-t-decorator="Layer"].mediagallery-mainslider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-mainslider {
  margin-bottom: 15px;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-wrapper {
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}
@media (min-width: 750px) {
  .m-mediagallery[data-t-decorator="Layer"] .mediagallery-wrapper-small {
    width: 75%;
  }
  .m-mediagallery[data-t-decorator="Layer"] .mediagallery-wrapper {
    width: 100%;
  }
}
.m-mediagallery[data-t-decorator="Layer"] .Magic360-container.zoom-in-cursor {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-controls {
  display: block;
  margin: 0;
  position: absolute;
  width: 100%;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-controls .prev {
  background: 0 0;
  color: #000;
  cursor: pointer;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-controls
  .prev.is-inactive {
  background: 0 0;
  color: #000;
  cursor: default;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-controls .next {
  background: 0 0;
  color: #000;
  cursor: pointer;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-controls
  .next.is-inactive {
  background: 0 0;
  color: #000;
  cursor: default;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-slide {
  height: 100%;
  min-height: auto;
  overflow: visible;
  position: relative;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-slide img {
  display: block;
  margin: 0 auto;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-caption {
  margin-bottom: 20px;
  min-height: 56px;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-icon {
  float: right;
  margin-top: 15px;
  margin-bottom: 8px;
  margin-left: 30px;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-icon .a-button-plain,
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-icon .a-link {
  padding: 10px;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagalleryproduct-zoomable-image {
  overflow: hidden;
  position: relative;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagalleryproduct-zoomimage {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  left: 0;
  position: relative;
  top: 0;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagalleryproduct-zoomimage.movecursor {
  cursor: move;
}
.m-mediagallery[data-t-decorator="Layer"] .mediagallery-thumbnailcarousel {
  padding: 0 30px;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel.slick-slider
  .slick-list,
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel.slick-slider
  .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide {
  background: 0 0;
  border: 0;
  cursor: pointer;
  height: 100%;
  min-height: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: relative;
  width: 100%;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide:hover
  .mediagallery-thumbnailcarousel-hover {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  display: block;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide.is-active
  .mediagallery-thumbnailcarousel-hover {
  border: 2px solid #999;
  display: block;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide::after {
  content: "";
  display: block;
  margin-top: 56.25%;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide
  .a-image,
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide
  img,
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide
  picture {
  bottom: 0;
  left: 0;
  max-height: 100%;
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide
  img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .slick-slider {
  overflow: hidden;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-hover {
  bottom: 0;
  display: none;
  left: 5px;
  position: absolute;
  right: 5px;
  top: 0;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel.slick-slider
  .slick-track {
  margin-left: auto;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside {
  top: 50%;
  width: 100%;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next,
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev {
  background: 0 0;
  color: #0064a6;
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 24px;
  margin-top: -12px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  z-index: 1;
}
.no-touchevents
  .m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next:hover,
.no-touchevents
  .m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev:hover {
  color: #000;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next.is-inactive,
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next.is-inactive:hover,
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev.is-inactive,
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev.is-inactive:hover {
  color: #999;
  cursor: default;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.next {
  float: right;
  margin-right: 0;
}
.m-mediagallery[data-t-decorator="Layer"]
  .mediagallery-thumbnailcarousel-paginationarrowposition-outside
  .a-paginationarrows.prev {
  float: left;
  margin-left: 0;
}
.m-mediagallery-pressdetail .pressdetail-position-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 750px) {
  .m-mediagallery-pressdetail .mediagallery-downloads {
    padding-left: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }
}
.m-mediagallery-spareparts .pagination-position-bottom {
  bottom: 0;
  margin: auto auto -48px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100px;
}
.m-mediagallery-spareparts .pagination-position-center {
  left: 0;
  right: 0;
}
.m-mediagallery-spareparts .spare-part-downloads {
  margin-bottom: 20px;
  min-height: 56px;
}
.m-mediagallery-spareparts .spare-part-download-file {
  margin-right: 20px;
  min-height: 56px;
  vertical-align: middle;
}
.m-mediagallery-spareparts .spare-part-download-all-files {
  min-height: 56px;
  vertical-align: middle;
}
.m-mediagallery-spareparts p {
  width: 100%;
}
.m-mediagallery-spareparts p > .a-image.a-image-inline {
  margin-top: 10px;
  display: block;
  text-align: left;
}
.m-mediagallerylayer-reviewgallery .a-paginationarrows.next,
.m-mediagallerylayer-reviewgallery .a-paginationarrows.prev {
  height: 55px;
  width: 50px;
}
.m-mediagallerylayer-reviewgallery .paginationnumber {
  margin: -5px;
  text-align: center;
  width: 100%;
}
@media (max-width: 749px) {
  .m-mediagallerylayer-reviewgallery .paginationnumber {
    bottom: 0;
    position: fixed;
  }
}
.m-mediagallerylayer-reviewgallery .a-paginationdots {
  position: fixed;
  margin-left: -18px;
}
.m-mediagallerylayer-reviewgallery .a-image {
  padding: 25px;
}
.m-mediagallerylayer-reviewgallery .a-image img {
  aspect-ratio: 3/4;
}
@media (min-width: 900px) {
  .m-mediagallery[data-t-decorator="Layer"] .mediagallery-slide {
    min-height: auto;
    overflow: visible;
    position: relative;
  }
  .m-mediagallery[data-t-decorator="Layer"] .paginationnumberposition-bottom {
    margin-bottom: -58px;
  }
  .m-mediagallerylayer-reviewgallery .a-image img {
    max-width: 35%;
  }
}
.m-mediagallerylayer-reviewgallery .review-caption-txt {
  padding-bottom: 30px;
}
.m-mediagallerylayer-spareparts .pagination-position-bottom {
  bottom: 0;
  margin: auto auto -48px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100px;
}
.m-mediagallerylayer-spareparts .pagination-position-center {
  left: 0;
  right: 0;
}
.m-mediagallerylayer-spareparts .sparepart-scan-frame {
  border: 1px solid #0064a6;
  left: 30%;
  position: absolute;
  top: 30%;
}
.m-mediagallerylayer-spareparts .spare-part-downloads {
  margin-bottom: 20px;
  min-height: 56px;
}
.m-mediagallerylayer-spareparts .spare-part-download-file {
  margin-right: 20px;
  min-height: 56px;
  vertical-align: middle;
}
.m-mediagallerylayer-spareparts .spare-part-download-all-files {
  min-height: 56px;
  vertical-align: middle;
}
.m-paymentselection.paymentselection-rebrush .method {
  cursor: pointer;
  width: 100%;
  border: 2px solid #f2f2f2;
  border-radius: 0.25rem;
}
.m-paymentselection.paymentselection-rebrush .method .a-formlabel.radio {
  margin: 0;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .toggle
  .oney-payment-info-section {
  width: 50%;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .toggle
  .oney-payment-info-section
  img {
  height: 50px;
  width: auto;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .paymentselection-nested-radiobutton {
  margin: -5px 0 0;
  padding: 0 0 10px;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .paymentselection-nested-radiobutton
  .method-radio.js-method-nested {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  position: relative;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .paymentselection-nested-radiobutton
  .payment-nested-radio-button {
  padding: 10px 0;
}
.m-paymentselection.paymentselection-rebrush .method-radio {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-paymentselection.paymentselection-rebrush .method-img-container .a-image {
  margin: 0;
  width: auto;
  float: left;
}
.m-paymentselection.paymentselection-rebrush
  .method-img-container
  .a-image
  img {
  height: 30px;
  margin: 0 0 0 10px;
  width: auto;
  text-align: initial;
}
.m-paymentselection-toggletable .installments .m-table .left-col {
  padding-left: 24px;
}
.m-productconversionarea-stage {
  margin-bottom: 10px;
}
.m-productconversionarea-stage .data-sheet-energy {
  margin: 0 10px 10px 0;
}
.m-productconversionarea-stage .data-sheet-energy .m-imagelist {
  max-width: 60px;
}
.m-productconversionarea-stage .data-sheet-energy .a-link-download:first-child {
  position: relative;
}
.m-productconversionarea-stage .price:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-productconversionarea-stage .price .current,
.m-productconversionarea-stage .price .previous {
  font-size: 35px;
  margin: 10px 10px 20px 0;
  width: auto;
}
.g-layout-half .slide .m-productconversionarea-stage .price .current,
.g-layout-half .slide .m-productconversionarea-stage .price .previous {
  font-size: 26.25px;
  white-space: nowrap;
}
.m-productconversionarea-stage .details {
  margin: 0 0 10px;
}
.m-productconversionarea-stage .a-button {
  margin: 0;
}
.m-producttitle[data-t-decorator="rebrush"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-producttitle[data-t-decorator="rebrush"] .product-code {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 14px;
  line-height: 28px;
}
.m-producttitle[data-t-decorator="rebrush"] h1,
.m-producttitle[data-t-decorator="rebrush"] h3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-producttitle[data-t-decorator="rebrush"] .heading-link {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.m-producttitle[data-t-decorator="rebrush"] .subtitle {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.8;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0;
  }
}
.m-scrolldown_scrollytelling {
  color: #fff;
  font-size: 16px;
  left: 50%;
  margin: auto 0;
  min-width: 95px;
  opacity: 0;
  padding: 10px 15px 15px;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  width: auto;
  z-index: 50;
  display: none;
}
.m-scrolldown_scrollytelling .icon-scrolldown {
  padding-top: 5px;
  margin-top: 5px;
}
.m-scrolldown_scrollytelling .button-inactive {
  opacity: 0;
}
.m-scrolldown_scrollytelling .scrolldown-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-scrolldown_scrollytelling .scrolldown-container .scrolldownicon-with-text {
  text-align: center;
}
.m-scrolldown_scrollytelling .scrolldownicon-without-text {
  text-align: center;
}
.m-scrolldown_scrollytelling.is-active {
  opacity: 0.8;
  display: block;
  -webkit-animation: 3s fadeIn;
  animation: 3s fadeIn;
}
.m-scrolldown_scrollytelling.is-inactive {
  opacity: 0;
  display: block;
  -webkit-animation: 2s fadeOut;
  animation: 2s fadeOut;
}
.m-searchfield-advanceenumber .searchfield-icon-camera {
  color: #0064a6;
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 14px;
  z-index: 10;
}
.m-searchfield-advanceenumber .searchfield-icon-remove {
  right: 55px;
}
.m-searchfield-advanceenumber .preview-picture {
  width: 320px;
  height: auto;
  display: none;
  border: 5px solid #999;
}
.m-searchfield-advanceenumber input[type="file"] {
  display: inline-block;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media (min-width: 750px) {
  .m-searchfield-advanceenumber .input-wrap {
    width: 66.6666666667%;
  }
  .m-searchfield-advanceenumber .submit-wrap {
    width: 33.3333333333%;
  }
}
.m-searchfield-advanceenumber .m-searchfield {
  width: 100% !important;
}
.m-searchfield-enumberocr .searchfield-icon-camera {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.m-searchfield-enumberocr .preview-picture {
  width: 320px;
  height: auto;
  display: none;
  border: 5px solid #999;
}
.m-searchfield-enumberocr input[type="file"] {
  display: inline-block;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media (max-width: 749px) {
  .m-paymentselection.paymentselection-rebrush
    .method
    .toggle
    .oney-payment-info-section {
    width: 100%;
  }
  .m-searchfield-advanceenumber
    .searchfield-searchbutton
    .text:not(.display-mobile),
  .m-searchfield-enumberocr
    .searchfield-searchbutton
    .text:not(.display-mobile) {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .m-searchresultpromotionteaser-gc-wpe .promotion-teaser-wrap {
    grid-template-areas: "Image" "Text";
  }
}
@media (min-width: 750px) {
  .m-searchfield-enumberocr .input-wrap {
    width: 66.6666666667%;
  }
  .m-searchfield-enumberocr .submit-wrap {
    width: 33.3333333333%;
  }
}
.m-searchfield-cookitlocator .has-geo-location .searchfield-icon-remove {
  right: 55px;
  top: 12px;
}
.m-searchfield-cookitlocator .has-geo-location .searchfield-input {
  padding: 12px 80px 12px 12px;
}
.m-searchfield-cookitlocator .a-button-geo-location {
  height: 40px;
  margin-right: 2px;
  position: absolute;
  right: 1.3888888889%;
  top: 0;
  width: 40px;
}
.m-searchfield-cookitlocator .searchfield-suggestlayer {
  width: 100%;
}
@media (min-width: 750px) {
  .m-searchfield-cookitlocator .input-wrap {
    padding-right: 0;
    width: 66.6666666667%;
  }
  .m-searchfield-cookitlocator .submit-wrap {
    padding-left: 2.7777777778%;
    width: 33.3333333333%;
  }
}
@media (min-width: 900px) {
  .m-searchfield-cookitlocator {
    width: 100%;
  }
  .m-searchfield-cookitlocator .has-geo-location .searchfield-icon-remove {
    right: 65px;
  }
}
.m-searchfield-dealerlocator .has-geo-location .searchfield-icon-remove {
  right: 55px;
  top: 12px;
}
.m-searchfield-dealerlocator .has-geo-location .searchfield-input {
  padding: 12px 80px 12px 12px;
}
.m-searchfield-dealerlocator .a-button-geo-location {
  height: 40px;
  margin-right: 2px;
  position: absolute;
  right: 1.3888888889%;
  top: 0;
  width: 40px;
}
.m-searchfield-dealerlocator .searchfield-suggestlayer {
  width: 100%;
}
@media (min-width: 750px) {
  .m-searchfield-dealerlocator .input-wrap {
    padding-right: 0;
    width: 66.6666666667%;
  }
  .m-searchfield-dealerlocator .submit-wrap {
    padding-left: 2.7777777778%;
    width: 33.3333333333%;
  }
}
@media (min-width: 900px) {
  .m-searchfield-dealerlocator {
    width: 100%;
  }
  .m-searchfield-dealerlocator .has-geo-location .searchfield-icon-remove {
    right: 65px;
  }
}
.dealer-email-text {
  word-break: break-all;
  white-space: normal;
}
.m-search-input-rebrush.inline {
  display: block;
  position: relative;
}
.m-search-input-rebrush.inline:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-search-input-rebrush.inline .clear-button-mobile {
  display: none;
}
.m-search-input-rebrush.inline .no-suggestions {
  display: block;
  padding: 20px 0 10px 15px;
}
.m-search-input-rebrush.inline .suggest-layer {
  height: auto;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 90;
  padding: 0;
  border: none;
  opacity: 1;
  position: relative;
  width: auto;
}
.m-search-input-rebrush.inline .suggest-layer .category {
  color: #000;
  float: left;
  margin: 0;
  padding: 20px 0 10px 15px;
  vertical-align: middle;
}
.m-search-input-rebrush.inline .suggest-layer .category-content .products-item {
  padding: 10px 0 10px 15px;
}
.m-search-input-rebrush.inline .suggest-layer .a-link {
  font-weight: 400;
  padding: 5px 0 10px 15px;
  width: 100%;
}
.m-search-input-rebrush.inline .suggest-layer .a-link:nth-child(1) {
  padding: 20px 0 10px 15px;
}
.m-search-input-rebrush.inline .suggest-layer .searchterm-highlight {
  font-weight: 600;
}
.m-search-input-rebrush.inline
  .suggest-layer
  .category-content
  .spellcheck-label {
  width: 100%;
}
.m-search-input-rebrush.inline .suggest-layer .search-input-wrapper {
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  top: 0;
  z-index: 91;
}
.m-search-input-rebrush.inline .suggest-layer .clear-button {
  position: absolute;
}
.m-search-input-rebrush.inline .suggest-layer .quicklink .icon-arrow-right {
  display: none;
}
.m-search-input-rebrush.inline .suggest-layer .search-content {
  background: #fff;
  z-index: 91;
}
.m-search-input-rebrush.inline .suggest-layer .search-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer {
  width: 100%;
}
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput {
  margin-top: 0;
}
.m-search-input-rebrush.inline .suggest-layer .search-section button {
  width: auto;
  padding: 8px;
  border-radius: 0 5px 5px 0;
}
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  button
  .icon-search {
  color: #fff;
}
.m-search-input-rebrush.inline .suggest-layer .layer-close {
  display: none;
  overflow: hidden;
  padding-right: 10px;
}
.m-search-input-rebrush.inline .suggest-layer .layer-close .a-button {
  float: right;
  margin-top: 10px;
}
.m-search-input-rebrush.inline .suggest-layer.active {
  -webkit-box-shadow: 0 0 4px #000;
  box-shadow: 0 0 4px #000;
  z-index: 100;
}
.m-search-input-rebrush.inline .suggest-layer.active .page-background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.m-search-input-rebrush.inline .suggest-layer input {
  font-size: 16px;
}
@media (min-width: 900px) {
  .m-search-input-rebrush.inline .suggest-layer {
    width: 560px;
    max-height: 70vh;
  }
  .m-search-input-rebrush.inline .search-input {
    height: 60px;
    padding-top: 100%;
  }
  .m-search-input-rebrush.inline .no-suggestions {
    padding-top: 15px 0 0 0;
  }
  .m-search-input-rebrush.inline .search-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .m-search-input-rebrush.inline .clear-button {
    top: 11px;
    left: 11px;
  }
  .m-search-input-rebrush.inline .search-history-minwidth {
    min-width: 33%;
  }
}
@media (max-width: 899px) {
  .m-search-input-rebrush.inline .suggest-layer .clear-button {
    top: 11px;
    left: 13px;
  }
  .m-search-input-rebrush.inline .suggest-layer.active {
    position: fixed;
    z-index: 240;
    border-radius: unset;
  }
  .m-search-input-rebrush.inline .suggest-layer.active .clear-button {
    top: 40px;
  }
  .m-search-input-rebrush.inline .suggest-layer.active .layer-close {
    display: block;
  }
  .m-search-input-rebrush.inline .suggest-layer.active .page-background {
    background: rgba(0, 0, 0, 0.5);
  }
  .m-search-input-rebrush.inline .suggest-layer.active .search-content {
    position: -webkit-sticky;
    position: sticky;
  }
}
.m-search-input-rebrush[data-t-decorator="Empathy"] .m-forminput[disabled] {
  cursor: pointer;
  background: 0 0;
  border: 1px solid #999;
  color: #000;
}
.m-search-input-rebrush[data-t-decorator="Empathy"]
  .m-forminput[disabled]::-webkit-input-placeholder {
  color: #999;
}
.m-search-input-rebrush[data-t-decorator="Empathy"]
  .m-forminput[disabled]:-ms-input-placeholder {
  color: #999;
}
.m-search-input-rebrush[data-t-decorator="Empathy"]
  .m-forminput[disabled]::placeholder {
  color: #999;
}
.m-searchresultpromotionteaser-gc-wpe .promotion-teaser-wrap {
  padding: 0;
  border-color: #e4e4e4;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  height: auto;
  cursor: default;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  a.a-link-secondary.a-button,
.m-oney-widget-section
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-button-secondary,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-link,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  a.a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  button.a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-link {
  width: auto;
}
.m-searchresultpromotionteaser-gc-wpe .promotion-teaser-wrap .text-wrap {
  margin-top: 10px;
  width: 90%;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .teaser-label {
  font-weight: 700;
}
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .teaser-headline {
  line-height: 18px;
  font-size: 16px;
}
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .teaser-paragraph {
  display: block;
}
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .read-more-link {
  display: block;
  margin: 20px 0;
  color: #2c5de5;
}
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button {
  border-color: #2c5de5;
  color: #2c5de5;
  text-decoration: none;
}
.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:hover {
  border-color: #000;
  color: #000;
}
.m-searchresultpromotionteaser-gc-wpe .promotion-teaser-wrap .image-wrap img {
  width: 100%;
}
.m-searchresultpromotionteaser-gc-wpe .callout {
  position: relative;
  top: 20px;
  left: 10px;
  z-index: 2;
}
.m-searchresultpromotionteaser-gc-wpe .callout .a-callout {
  display: inline-block;
  border-radius: 4px;
  font-size: 10px;
  color: #fff;
  max-width: 104px;
  position: absolute;
  bottom: 0;
}
.m-searchresultpromotionteaser-gc-wpe .callout .a-callout.callout-color-one {
  background-color: #b90276;
}
.m-searchresultpromotionteaser-gc-wpe .callout .a-callout.callout-color-two {
  background-color: #2c5de5;
}
.m-searchresultpromotionteaser-myaccount {
  background-color: #2c5de5;
  margin: 24px;
  border-radius: 4px;
}
.m-searchresultpromotionteaser-myaccount .promotion-teaser-wrap {
  display: block;
  border: none;
  padding: 25px 25px 12px;
}
.m-searchresultpromotionteaser-myaccount .promotion-teaser-wrap .text-wrap {
  color: #fff;
}
.m-searchresultpromotionteaser-myaccount
  .promotion-teaser-wrap
  .text-wrap
  .teaser-headline {
  font-size: 18px;
}
.m-searchresultpromotionteaser-myaccount .buttons-wrap {
  padding: 0 25px 25px;
}
.m-searchresultpromotionteaser-myaccount .buttons-wrap .m-form.logout {
  display: inline-block;
  margin: 0;
}
.m-sidedrawer-fly-in-layer.simple .content-width {
  width: 420px;
  padding: 0;
}
.m-sidedrawer-fly-in-layer.simple .fly-in-layer-content {
  height: 100vh;
  z-index: 499;
}
@media (max-width: 749px) {
  .m-sidedrawer-fly-in-layer.simple .content-width {
    width: 100%;
  }
  .m-sidedrawer-fly-in-layer.simple .fly-in-layer-content {
    height: unset;
  }
}
.m-stage-campaign {
  margin-bottom: 40px;
}
.m-stage-campaign:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.m-table-searchable-list .link-call {
  z-index: 100;
  display: block;
}
.m-table-searchable-list tbody tr.js-link,
.m-table-searchable-list thead th.is-sortable {
  cursor: pointer;
}
.m-table-searchable-list table {
  border-collapse: separate;
}
.m-table-searchable-list table tbody td,
.m-table-searchable-list table thead th {
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
  border-bottom: 0 solid #999;
  border-right: 0 solid #999;
}
.m-table-searchable-list table tbody td:last-of-type,
.m-table-searchable-list table thead th:last-of-type {
  border-right: 0;
}
.m-table-searchable-list table tbody td:first-child,
.m-table-searchable-list table thead th:first-child {
  border-right: 0 solid #999;
}
.m-table-searchable-list.m-table table td,
.m-table-searchable-list.m-table table th {
  min-width: 180px;
}
@media (min-width: 750px) {
  .m-table-searchable-list.m-table table td,
  .m-table-searchable-list.m-table table th {
    min-width: 200px;
  }
}
.m-table-searchable-list.m-table table td.td-width-xxs,
.m-table-searchable-list.m-table table th.td-width-xxs {
  min-width: 45px;
  overflow: hidden;
}
.m-table-searchable-list.m-table table td.td-width-xs,
.m-table-searchable-list.m-table table th.td-width-xs {
  min-width: 75px;
  overflow: hidden;
}
.m-table-searchable-list.m-table table td.td-width-s,
.m-table-searchable-list.m-table table th.td-width-s {
  min-width: 93px;
  overflow: hidden;
}
.m-table-searchable-list.m-table table td.td-width-s span:first-of-type,
.m-table-searchable-list.m-table table th.td-width-s span:first-of-type {
  max-width: 50px;
  display: inline-block;
}
.m-table-searchable-list.m-table table td.td-width-s .icon-arrow-up,
.m-table-searchable-list.m-table table th.td-width-s .icon-arrow-up {
  position: absolute;
  top: 1px;
}
.m-table-searchable-list.m-table table td.td-width-s .icon-arrow-down,
.m-table-searchable-list.m-table table th.td-width-s .icon-arrow-down {
  position: absolute;
  bottom: -34px;
}
.m-table-searchable-list.m-table table td.td-width-m,
.m-table-searchable-list.m-table table th.td-width-m {
  min-width: 113px;
  overflow: hidden;
}
.m-table-searchable-list.m-table table td.td-width-l,
.m-table-searchable-list.m-table table th.td-width-l {
  min-width: 120px;
  overflow: hidden;
}
.m-table-searchable-list.m-table table td.td-width-xl,
.m-table-searchable-list.m-table table th.td-width-xl {
  min-width: 145px;
  overflow: hidden;
}
.m-table-searchable-list .icon-wrapper {
  position: absolute;
  right: 20px;
}
.m-table-searchable-list .icon-wrapper .icon-arrow-up {
  position: absolute;
  top: -8px;
}
.m-table-searchable-list .icon-wrapper .icon-arrow-down {
  position: absolute;
  bottom: -25px;
}
.m-table-searchable-list .is-ascending .icon-arrow-up,
.m-table-searchable-list .is-descending .icon-arrow-down {
  color: red;
}
.m-table-searchable-list .cancelled,
.m-table-searchable-list .expired {
  background-color: #d4d9de;
  background-clip: padding-box;
}
.m-table-searchable-list .confirmed,
.m-table-searchable-list .created,
.m-table-searchable-list .inprocess,
.m-table-searchable-list .pending {
  background-color: #53b044;
  background-clip: padding-box;
}
.m-table-searchable-list .converted,
.m-table-searchable-list .ordered,
.m-table-searchable-list .shipped {
  background-color: #f6ff0d;
  background-clip: padding-box;
}
.m-table-searchable-list .activated {
  background-color: #fff;
  background-clip: padding-box;
}
.m-table-searchable-list .activated_not_logged_in,
.m-table-searchable-list .activation_pending,
.m-table-searchable-list .clarifying,
.m-table-searchable-list .must_change_password,
.m-table-searchable-list .registration_incomplete {
  background-color: #d4d9de;
  background-clip: padding-box;
}
.m-table-searchable-list .deactivated {
  background-color: red;
  background-clip: padding-box;
}
.m-table-searchable-list .table-quotelist-paginationarrows {
  margin: 0 auto;
  width: 100px;
}
.m-table-searchable-list .table-quotelist-paginationnumber {
  text-align: center;
}
.m-table-searchable-list .table-pagination-wrapper {
  margin: 10px;
}
.m-table-searchable-list .a-paginationarrows.next,
.m-table-searchable-list .a-paginationarrows.prev {
  background: 0 0;
  color: #0064a6;
  font-size: inherit;
  height: auto;
  margin-top: 0;
  position: relative;
  top: auto;
  width: auto;
}
.m-table-searchable-list .a-paginationarrows.next:hover,
.m-table-searchable-list .a-paginationarrows.prev:hover {
  background: 0 0;
  color: #000;
}
.m-table-searchable-list .a-paginationarrows.next[disabled],
.m-table-searchable-list .a-paginationarrows.prev[disabled] {
  cursor: default;
  opacity: 1;
}
.m-table-searchable-list .a-paginationarrows.next[disabled]:hover,
.m-table-searchable-list .a-paginationarrows.prev[disabled]:hover {
  color: #0064a6;
}
.m-table-searchable-list .a-paginationarrows.next {
  float: right;
}
.m-table-searchable-list .a-paginationarrows.prev {
  float: left;
}
.m-table-searchable-list .DTFC_LeftBodyWrapper {
  border-right: 0 solid #999;
}
.m-table-searchable-list .DTFC_LeftBodyWrapper table tbody td,
.m-table-searchable-list .DTFC_LeftBodyWrapper table thead th {
  border-right: 0;
}
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightBodyWrapper
  .DTFC_RightBodyLiner,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper
  .DTFC_RightBodyLiner {
  background-color: #fff;
}
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightBodyWrapper
  tbody
  td,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightBodyWrapper
  thead
  th,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper
  tbody
  td,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper
  thead
  th {
  border: 0;
  border-left: 0 solid #999;
}
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightBodyWrapper
  tbody
  td:last-of-type,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightBodyWrapper
  thead
  th:last-of-type,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper
  tbody
  td:last-of-type,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper
  thead
  th:last-of-type {
  background-color: #fff;
  border-bottom: 0;
}
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightBodyWrapper
  tbody
  td:last-of-type,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper
  tbody
  td:last-of-type {
  text-align: center;
}
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightBodyWrapper
  tbody
  td:last-of-type
  span:after,
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper
  tbody
  td:last-of-type
  span:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 18px;
}
.m-table-searchable-list
  .tableStickyController[data-fix-both-columns]
  .DTFC_RightHeadWrapper {
  padding-right: 5px;
}
.m-table-searchable-list .result-is-loading,
.m-table-searchable-list .result-not-found {
  padding: 0;
}
.content.containerexpandable-togglelink
  .m-table-searchable-list
  .result-is-loading,
.content.containerexpandable-togglelink
  .m-table-searchable-list
  .result-not-found {
  padding: 0 0 0 30px;
}
.m-tabsrebrush-full-width {
  width: 100vw;
  max-width: 100vw;
  margin: 0 -webkit-calc(-50vw + 50%);
  margin: 0 calc(-50vw + 50%);
  background-color: #d4d9de;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3;
  top: 0;
  -webkit-transition: top 0.4s;
  transition: top 0.4s;
}
.m-tabsrebrush-full-width .g-container {
  background-color: inherit;
}
.m-tabsrebrush-full-width .tab {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.m-tabsrebrush-full-width .tab:not(.current-tab) {
  color: #0064a6;
}
.m-tabsrebrush-full-width .tab:hover {
  color: #000;
}
.m-tabsrebrush-full-width .tabs-rebrush-mobile {
  position: relative;
  display: none;
  z-index: 3;
  width: 100%;
}
.m-tabsrebrush-full-width .tabs-rebrush-mobile .tabs-dropdown {
  display: none;
  -webkit-box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
  box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
  width: 100%;
  overflow: auto;
  position: absolute;
}
.m-tabsrebrush-full-width .tabs-rebrush-mobile .tabs-dropdown.open {
  display: block;
}
.m-tabsrebrush-full-width .tabs-rebrush-mobile .tab {
  padding: 14px 33px;
  background-color: #fff;
}
.m-tabsrebrush-full-width .tabs-rebrush-mobile .tab .current-tab-text,
.m-tabsrebrush-full-width .tabs-rebrush-mobile .tab.tab {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-tabsrebrush-full-width .tabs-rebrush-mobile .tab.current-tab {
  background-color: #d4d9de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-tabsrebrush-full-width
  .tabs-rebrush-mobile
  .tab.current-tab
  .dropdown-toggle-icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: auto;
}
.m-tabsrebrush-full-width
  .tabs-rebrush-mobile
  .tab.current-tab.open
  .dropdown-toggle-icon {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-tabsrebrush-full-width .tabs-rebrush-mobile .tab.active {
  color: #000;
}
.m-tabsrebrush-full-width .tabs-rebrush-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
.m-tabsrebrush-full-width .tabs-rebrush-desktop .tabs-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #d4d9de;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.m-tabsrebrush-full-width .tabs-rebrush-desktop .tabs-slider .tab {
  padding: 16px;
  width: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.m-tabsrebrush-full-width .tabs-rebrush-desktop .tabs-slider .tab.active {
  color: #000;
}
.m-tabsrebrush-full-width .tabs-rebrush-desktop .tabs-slider .tab.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.m-tabsrebrush-full-width
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-tabsrebrush-full-width
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.next,
.m-tabsrebrush-full-width
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.prev {
  background: rgba(255, 255, 255, 0.5);
  color: #0064a6;
  font-size: 18px;
  height: 30px;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
}
.m-tabsrebrush-full-width
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.prev {
  margin-left: 50px;
}
.m-tabsrebrush-full-width
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.next {
  margin-right: 50px;
}
@media (max-width: 899px) {
  .m-tabsrebrush-full-width {
    background-color: inherit;
  }
  .m-tabsrebrush-full-width .tabs-rebrush-mobile {
    display: block;
  }
  .m-tabsrebrush-full-width .tabs-rebrush-desktop {
    display: none;
  }
}
.m-teaser-linkteaser .teaser-links li:first-child {
  margin: 0 0 15px;
}
.m-teaser-linkteaser .teaser-media {
  margin: 0 0 20px;
}
.m-video-cliplister[data-autoplay="true"] .video-content > div {
  -webkit-transition: 1s;
  transition: 1s;
}
.m-video-cliplister .video-content > div {
  height: 100% !important;
  width: 100% !important;
}
.m-video-cliplister .video-content object,
.m-video-cliplister .video-content video {
  height: 100%;
  width: 100%;
}
.video-wrapper-active .m-video-cliplister {
  height: 0;
  opacity: 0;
}
.m-video-cliplister .play-layer {
  z-index: 101;
}
.m-video-cliplister.mbmd-play-btn [class$="Playbtn"],
.m-video-cliplister.mbmd-play-btn [class$="Replaybtn"] {
  display: none !important;
}
.m-video-cliplister .is-hidden {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}
body[dir="rtl"] .cl-video-control-progress-container,
html[dir="rtl"] .cl-video-control-progress-container {
  direction: ltr;
}
.m-video-vimeo .video-content {
  position: absolute;
}
.m-video-vimeo .video-content iframe {
  width: 100%;
  height: 100%;
}
.video-wrapper-active .m-video-iframe {
  height: 0;
  opacity: 0;
}
.o-filelist.filelist-invoice {
  display: block;
  width: 100%;
}
.o-filelist.filelist-invoice .file-tile {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
}
.o-header-sticky .nav-sticky {
  background: #f2f2f2;
  margin: 0 auto;
  max-width: 1400px;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  width: 100%;
  z-index: 200;
}
.o-header-sticky .nav-sticky.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.o-header-sticky .nav-sticky-elements {
  padding: 10px;
  position: relative;
}
.o-header-sticky .nav-sticky-elements:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-header-sticky .nav-sticky-elements > * {
  display: block;
  float: left;
  vertical-align: middle;
  width: auto;
}
.o-header-sticky .nav-sticky-elements .m-navmain {
  margin: 0;
}
.o-header-sticky .nav-sticky-elements .button-menu {
  white-space: nowrap;
  width: auto;
}
.o-header-sticky .nav-sticky-elements .first-level {
  margin: 0;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o-header-sticky .nav-sticky-elements .first-level:after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-header-sticky .nav-sticky-elements .first-level li {
  margin: 0;
}
.o-header-sticky .nav-sticky-elements .conversion-bar {
  float: right;
}
.o-header-sticky .nav-sticky-elements .a-totop {
  border-left: 1px solid #d4d9de;
  float: right;
  padding: 5px 10px;
}
@media (min-width: 900px) {
  .m-table-searchable-list.m-table table td,
  .m-table-searchable-list.m-table table th {
    min-width: 250px;
  }
  .o-header-sticky .nav-sticky-elements .button-menu {
    display: none;
  }
  .o-header-sticky .nav-sticky-elements .a-totop,
  .o-header-sticky .nav-sticky-elements .conversion-bar {
    margin: 10px 0;
  }
  .o-header-sticky .nav-sticky-elements .m-conversionbar .text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .o-header-sticky .nav-sticky-elements .m-conversionbar .search {
    display: inline-block;
  }
  .o-header-sticky .nav-sticky-elements .m-conversionbar .a-link {
    border-left: 1px solid #d4d9de;
  }
}
@media print {
  .o-header-sticky .nav-sticky {
    display: none;
  }
}
.o-headerrebrush.empathy .content {
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-template-areas: "uspbar uspbar" "logo subbrand" "xHeader xHeader" "menu converison";
}
.o-headerrebrush.empathy .x-header-target {
  grid-area: xHeader;
}
.o-list.bricks-view .list-layout {
  width: 100%;
  position: relative;
}
.o-list.bricks-view .list-layout .item {
  margin-top: 0;
  opacity: 0;
}
.o-list.bricks-view .list-layout .m-teaser {
  float: initial;
}
.o-list.bricks-view .list-layout .item.layouted {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out 0.5s;
  transition: opacity 0.3s ease-out 0.5s;
}
.o-list.bricks-view .list-layout .m-teaser.teaser-ugc a.a-link {
  display: block;
}
.o-list.bricks-view .teaser-ugc .teaser-content .content-inner {
  max-height: 54px;
  overflow: hidden;
  position: relative;
}
.o-list.bricks-view .teaser-ugc .teaser-content .content-inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  height: 20px;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.o-list .pagination-default.before {
  margin-bottom: 40px;
}
.o-list .pagination-default.after {
  margin-top: 40px;
}
.o-list .pagination-loadmore.before {
  margin-bottom: 40px;
}
.o-list .pagination-loadmore.after {
  margin-top: 40px;
}
.o-list-press-pictures {
  border-bottom: 2px solid #d4d9de;
  padding-bottom: 30px;
}
.o-list-press .item.filter-hidden,
.o-list-press .item.load-more-hidden {
  display: none;
  visibility: hidden;
}
.o-list-press .item.filter-visible {
  display: block;
  visibility: visible;
}
.o-list-press .item.filter-visible.load-more-hidden {
  display: none;
  visibility: hidden;
}
.o-list-sparepart .item {
  margin-top: 0;
}
.o-list-sparepart .m-filterbar {
  padding-bottom: 20px;
}
.o-producttile-listmodule {
  background-color: #fff;
  overflow: hidden;
  height: auto;
  margin: 10px;
  padding: 0 0 7px;
  border: 2px solid #0064a6;
  border-radius: 4px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: (auto) [4] 1fr;
  grid-template-rows: repeat(4, auto) 1fr;
  grid-template-areas: "image image" "productCode productCode" "productTitle productTitle" "energyLabel energyLabel" "productPrice productPrice" "ctaButton ctaButton";
}
.o-producttile-listmodule .element {
  padding: 7px 7px 0;
}
.o-producttile-listmodule h3.a-heading {
  margin: 0;
}
.o-producttile-listmodule .m-productcode h3.a-heading {
  font-size: 14px;
}
.o-producttile-listmodule .product-image {
  grid-area: image;
  background-color: #fff;
  padding: 7px 7px 0;
}
.o-producttile-listmodule .product-image .a-link {
  width: 100%;
}
.o-producttile-listmodule .product-image .a-link .a-image {
  padding: 0;
}
.o-producttile-listmodule .product-image .a-link .a-image img {
  object-fit: contain;
}
.o-producttile-listmodule .listmodule-productcode {
  grid-area: productCode;
  line-height: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-producttile-listmodule .product-title {
  grid-area: productTitle;
}
.o-producttile-listmodule .energy-label {
  grid-area: energyLabel;
}
.o-producttile-listmodule .energy-label .data-sheet-energy {
  margin: 0 0 10px;
}
.o-producttile-listmodule
  .energy-label
  .data-sheet-energy
  .energy-label-wrapper
  .a-image {
  width: 50px;
}
.o-producttile-listmodule .energy-label .data-sheet-energy .eu-product-title {
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 5px;
}
.o-producttile-listmodule .product-price {
  grid-area: productPrice;
}
.o-producttile-listmodule .product-price .additional-info {
  margin: 0;
}
.o-producttile-listmodule .product-price .eco-fee {
  min-height: 18px;
}
.o-producttile-listmodule .product-price .price {
  margin: 0 0 5px;
}
.o-producttile-listmodule .product-price .price .previous {
  margin: 0 0 2.5px;
  text-decoration: line-through;
  color: #999;
}
.o-producttile-listmodule .product-price .price-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-producttile-listmodule
  .product-price
  .price-info-wrapper
  .a-productavailability {
  margin: 0;
}
.o-producttile-listmodule
  .product-price
  .price-info-wrapper
  .current.highlight {
  margin: 0 0 0 10px;
  font-size: 18px;
  line-height: normal;
}
.o-producttile-listmodule .product-price .stock-info-wrapper .text {
  display: none;
}
.o-producttile-listmodule .cta-button {
  grid-area: ctaButton;
}
.o-producttile-listmodule .cta-button .cta-wrapper {
  border-top: 1px solid #d4d9de;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
  padding: 7px 0 0;
}
.o-producttile-listmodule .cta-button .cta-wrapper .a-button {
  width: auto;
  border-radius: 4px;
  margin: 0 0 0 5px;
  padding: 10px;
}
.o-producttile-listmodule .cta-button .cta-wrapper .a-button .icon {
  vertical-align: baseline;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  a.a-link-secondary.a-button,
.m-oney-widget-section
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-producttile-listmodule .cta-button .cta-wrapper .a-button-secondary,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link-secondary.a-button.a-link,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  a.a-link-secondary.a-button.a-button-link,
.o-producttile-listmodule
  .cta-button
  .cta-wrapper
  button.a-link-secondary.a-button.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link-secondary.a-button.a-link {
  width: auto;
}
@media (max-width: 899px) {
  .o-headerrebrush.empathy .content {
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "uspbar uspbar uspbar" "logo converison menu" "xHeader xHeader xHeader" "subbrand subbrand subbrand";
  }
  .o-producttile-listmodule {
    display: flow-root;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    column-gap: 70px;
  }
  .o-producttile-listmodule .right-column {
    margin-left: -70px;
  }
  .o-producttile-listmodule .product-image {
    padding: 7px;
  }
  .o-producttile-listmodule .energy-label {
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .o-producttile-listmodule
    .energy-label
    .data-sheet-energy
    .energy-label-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-producttile-listmodule
    .energy-label
    .data-sheet-energy
    .energy-label-wrapper
    .energy-label-text-wrapper {
    text-align: left;
  }
  .o-producttile-listmodule div.energy-label:nth-of-type(2) {
    -webkit-column-break-after: column;
    break-after: column;
    display: block;
  }
}
.o-review.o-reviewmandatory
  .content-col
  .m-form
  .rating-row
  .form-error-wrapper::before {
  margin-top: -28px;
}
.o-review.o-reviewmandatory .side-col {
  position: relative;
}
.o-review.o-reviewoptional .content-col .m-form,
.o-review.o-reviewoptional .content-col .m-form .form-row {
  margin-bottom: 0;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .form-row
  .form-error-wrapper::before {
  content: none;
}
.o-review.o-reviewoptional .content-col .m-form .form-row:last-of-type {
  padding: 0;
}
@media (min-width: 900px) {
  .o-review.o-reviewoptional .content-col .m-form .form-actions .form-action {
    width: -webkit-fit-content;
    width: fit-content;
    min-width: 25%;
  }
}
.o-review.o-reviewoptional .content-col .m-form .rating-likely-row .a-formlabel,
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .a-formlabel
  .label-text {
  float: none;
  display: block;
  width: auto;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .rating-likely-range-labels {
  margin-bottom: 10px;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .rating-likely-range-labels
  > span {
  display: block;
  width: 45%;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .rating-likely-range-labels
  > span:first-child {
  float: left;
  text-align: left;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .rating-likely-range-labels
  > span:last-child {
  float: right;
  text-align: right;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .rating-likely-range-labels::after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .m-forminput-radio {
  display: block;
  float: left;
  width: -webkit-calc(100% / 11);
  width: calc(100% / 11);
  min-width: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .m-forminput-radio
  label {
  display: block;
  padding: 0 0 20px;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .m-forminput-radio
  label::before {
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  .rating-likely-row
  .m-forminput
  + div.m-forminput:nth-last-of-type(2) {
  float: left;
}
.o-review.o-reviewoptional .content-col .m-form #questions-container {
  background-color: #f3f3f3ad;
  margin-bottom: 10px;
  margin-left: -17px;
  margin-right: -17px;
  padding: 30px 25px 30px 35px;
}
.o-review.o-reviewoptional
  .content-col
  .m-form
  #questions-container.questions-highlighted {
  background-color: #51aaff24;
}
.o-review.o-reviewoptional .content-col .m-form .questions-popover {
  margin: 15px auto;
}
.o-review.o-reviewoptional .content-col .m-form .label-ajaxpopoverlink {
  display: inline-block;
  margin-bottom: 50px;
}
.o-review.o-reviewoptional .content-col .m-form .a-link-ajaxpopoverlink {
  margin-bottom: 50px;
}
@font-face {
  font-family: Segma-Regular;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Segma-Regular.otf);
}
@font-face {
  font-family: Segma-Light;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Segma-Light.otf);
}
@font-face {
  font-family: SiemensSans-Roman;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/SiemensSans-Roman.eot);
  src: url(../fonts/SiemensSans-Roman.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SiemensSans-Roman.woff) format("woff"),
    url(../fonts/SiemensSans-Roman.ttf) format("truetype"),
    url(../fonts/SiemensSans-Roman.svg#SiemensSans-Roman) format("svg");
}
@font-face {
  font-family: SiemensSans-Bold;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/SiemensSans-Bold.eot);
  src: url(../fonts/SiemensSans-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SiemensSans-Bold.woff) format("woff"),
    url(../fonts/SiemensSans-Bold.ttf) format("truetype"),
    url(../fonts/SiemensSans-Bold.svg#SiemensSans-Bold) format("svg");
}
@font-face {
  font-family: SiemensSerif-Semibold;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/SiemensSerif-Semibold.eot);
  src: url(../fonts/SiemensSerif-Semibold.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SiemensSerif-Semibold.woff) format("woff"),
    url(../fonts/SiemensSerif-Semibold.ttf) format("truetype"),
    url(../fonts/SiemensSerif-Semibold.svg#SiemensSerif-Semibold) format("svg");
}
@font-face {
  font-family: SiemensChina-Semibold;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/FZZDXFW.ttf) format("truetype");
}
@font-face {
  font-family: SiemensChina-Bold;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/FZDHTFW.ttf) format("truetype");
}
@font-face {
  font-family: SiemensProgress;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/SiemensProgress-Regular.eot);
  src: url(../fonts/SiemensProgress-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/SiemensProgress-Regular.woff) format("woff"),
    url(../fonts/SiemensProgress-Regular.woff2) format("woff2"),
    url(../fonts/SiemensProgress-Regular.ttf) format("truetype");
}
@font-face {
  font-family: SiemensProgress-Bold;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/SiemensProgress-Bold.eot);
  src: url(../fonts/SiemensProgress-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SiemensProgress-Bold.woff) format("woff"),
    url(../fonts/SiemensProgress-Bold.woff2) format("woff2"),
    url(../fonts/SiemensProgress-Boldr.ttf) format("truetype");
}
p {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}
a {
  background-color: transparent;
  line-height: 20px;
}
.a-alert {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  border-radius: 2px;
  border-width: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding: 16px 24px;
}
.a-alert .icon::before {
  display: block;
  height: 24px;
  line-height: 20px;
  width: 24px;
}
.a-alert .alert-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  height: auto;
  line-height: 1.2;
  margin: 0;
}
.a-alert .alert-text a:not(.alert-link) {
  color: #007a7a;
  font-weight: 400;
}
.a-alert .alert-text .alert-link {
  color: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: var(--fontfamily-bold);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 8px;
  text-decoration: none;
}
.a-alert .alert-text .alert-link:after {
  -webkit-transform: translateY(-2px) !important;
  -ms-transform: translateY(-2px) !important;
  transform: translateY(-2px) !important;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.a-alert .alert-text .alert-link:hover::after {
  -webkit-transform: translateY(-2px) translateX(9px) !important;
  -ms-transform: translateY(-2px) translateX(9px) !important;
  transform: translateY(-2px) translateX(9px) !important;
}
.a-alert.alert-info,
.a-alert.alert-light,
.a-alert.alert-suggestion {
  background-color: #f5f5f7;
  color: #000028;
}
.a-alert.alert-error {
  background-color: #fce8eb;
  color: #000028;
}
.a-alert.alert-error .icon {
  font-size: 20px;
}
.a-alert.alert-error .icon::before {
  color: #e0173b;
}
.a-alert.alert-error .alert-text {
  color: #000028;
}
.a-alert.alert-error .alert-text a:not(.alert-link) {
  color: #e0173b;
}
.a-alert.alert-success {
  background-color: #eef7ec;
  color: #000028;
}
.a-alert.alert-success .alert-text a:not(.alert-link),
.a-alert.alert-success .icon::before {
  color: #53b044;
}
.a-alert.alert-warning {
  background-color: #fff;
  border: 2px solid #e0173b;
  color: #000028;
}
.a-alert.alert-warning .icon::before {
  color: #e0173b;
}
.a-alert.alert-warning .alert-text {
  color: #000028;
}
.a-alert.alert-warning .alert-text a:not(.alert-link) {
  color: #e0173b;
}
.a-alert.alert-primary {
  background-color: #000028;
  border-color: #000028;
  border-width: 2px;
  color: #fff;
}
.a-alert.alert-primary .alert-link,
.a-alert.alert-primary .alert-link:after {
  color: #3cc8be;
}
.a-alert.alert-primary .alert-text {
  color: #fff;
}
.a-alert.alert-primary .alert-text a:not(.alert-link) {
  color: #000028;
}
.a-alert.a-alert-delivery.alert-booked {
  background: #f5f5f7;
}
.a-alert.alert-success-no-background {
  background-color: #fff;
  color: #53b044;
}
.a-alert.alert-success-no-background .icon::before {
  color: #53b044;
}
.a-alert.alert-success-no-background .alert-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.a-alert.alert-success-no-background .alert-text {
  color: #53b044;
  font-family: var(--fontfamily-bold);
}
.a-alert.alert-success-no-background .alert-text a:not(.alert-link) {
  color: #53b044;
}
.a-alert.alert-error-no-background {
  background-color: #fff;
  color: #e0173b;
}
.a-alert.alert-error-no-background .icon::before {
  color: #e0173b;
}
.a-alert.alert-error-no-background .alert-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.a-alert.alert-error-no-background .alert-text {
  color: #e0173b;
  font-family: var(--fontfamily-bold);
}
.a-alert.alert-error-no-background .alert-text a:not(.alert-link) {
  color: #e0173b;
}
@media (min-width: 900px) {
  .a-alert {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.a-area.a-area-errorbox {
  background-color: #fff3f5;
  border: 1px solid #e0173b;
  border-radius: 2px;
  color: #e0173b;
  font-family: SiemensSans-Roman, sans-serif;
  max-width: 100%;
  padding: 24px;
}
.a-area.a-area-errorbox .header {
  margin-bottom: 10px;
}
.a-area.a-area-productlist-highlighted-linkteaser {
  background-color: #fff;
}
.a-area.a-area-productlist-highlighted-linkteaser .m-teaser-linkteaser {
  padding-left: 4px;
  padding-right: 4px;
}
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-headline {
  margin-top: 15px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-headline
  h3.a-heading {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 0;
}
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-media {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-media
  .a-image {
  text-align: center;
}
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content {
  margin-top: 15px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links {
  padding: 0 !important;
}
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-button.a-link-primary.a-link,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  li
  > a.a-button.a-link-primary,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  li
  > .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .m-contenttextmedia
  .m-productconversionarea
  li
  > .a-button.a-link-primary.a-button-link[data-popover-id],
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .m-form.oidc-registration
  .m-termsconditions
  li
  > a.a-button.a-link-primary,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .m-oney-widget-section
  li
  > .a-button.a-link-primary.oney-widget-link,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .m-popover
  .popover-content
  li
  > .a-button.a-link-primary.a-button-link,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  li
  > .a-button.a-link-primary.a-button-link.a-link,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .o-alternativeproduct
  li.tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  li
  > .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-button.a-button-primary,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-button.a-link-primary.a-link,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > a.a-button.a-link-primary.a-button-link,
.a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > button.a-button.a-link-primary.a-button-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > a.a-button.a-link-primary,
.m-contenttextmedia
  .m-productconversionarea
  .a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > a.a-button.a-link-primary,
.m-oney-widget-section
  .a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-button.a-link-primary.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .a-area.a-area-productlist-highlighted-linkteaser
  .m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-button.a-link-primary.a-link {
  margin-top: 0;
  padding: 10px 20px;
  width: 100%;
}
.a-backgroundimage {
  background-color: transparent;
  display: none;
  height: 0;
  position: relative;
  width: 0;
}
.a-backlink {
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif !important;
  margin: 50px 0 0;
  padding: 0;
}
.a-backlink .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  line-height: 11px;
}
.a-backlink .text {
  padding-left: 0;
}
#pl-returns-plugin .pl-style-compact .pl-button,
#pl-returns-plugin .pl-style-compact .pl-button--primary,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-form.cart .form-actions .form-action-primary .a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button,
.o-review .m-form .form-actions .form-action button,
.o-review.o-reviewmandatory .m-form .form-actions .form-action button,
.o-review.o-reviewoptional .m-form .form-actions .form-action button,
.parcellab-return-process.parcellab-return-process .pl-style-compact .pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
body.pagetype-category-page #content .m-contenttextmedia .a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button[data-popover-id] {
  font-size: 16px;
  line-height: 25px;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 11px 40px !important;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
#pl-returns-plugin .pl-style-compact .a-button-padding-sml.pl-button,
#pl-returns-plugin .pl-style-compact .a-button-padding-sml.pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-padding-sml.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-form.cart .form-actions .form-action-primary .a-button-padding-sml.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-padding-sml.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-padding-sml.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-padding-sml.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-padding-sml.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-padding-sml.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-padding-sml.a-link.a-button.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-padding-sml.a-link.a-button.a-link-primary:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-padding-sml.a-button,
.o-review .m-form .form-actions .form-action button.a-button-padding-sml,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-padding-sml.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-padding-sml.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-padding-sml.a-link.a-button.a-link-primary:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-padding-sml.a-button {
  min-width: auto;
  padding: 11px !important;
}
@media (max-width: 749px) {
  #pl-returns-plugin .pl-style-compact .pl-button,
  #pl-returns-plugin .pl-style-compact .pl-button--primary,
  #pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button,
  #pl-returns-plugin.parcellab-return-process
    .pl-style-compact
    .pl-button--primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-form.cart .form-actions .form-action-primary .a-link,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .list-unstyled
    .a-button,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .list-unstyled
    .a-button:not(.a-button-plain),
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
      .a-button-plain
    ),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
      .a-button-plain
    ),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    a.a-link.a-button.a-link-primary:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-button-primary:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary:not(.a-button-plain),
  .o-cartshopping
    .m-vouchercode
    .m-togglebox
    .item
    .togglebox-content
    .voucher-wrap
    .submit-wrap
    .a-button,
  .o-review .m-form .form-actions .form-action button,
  .o-review.o-reviewmandatory .m-form .form-actions .form-action button,
  .o-review.o-reviewoptional .m-form .form-actions .form-action button,
  .parcellab-return-process.parcellab-return-process
    .pl-style-compact
    .pl-button,
  .parcellab-return-process.parcellab-return-process
    .pl-style-compact
    .pl-button--primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary:not(.a-button-plain),
  body.pagetype-category-page #content .m-contenttextmedia .a-button,
  body.pagetype-category-page
    #content
    .m-contenttextmedia
    .a-button[data-popover-id],
  body.pagetype-category-page
    #content
    .m-contenttextmediaslider
    .m-contenttextmedia
    .a-button,
  body.pagetype-category-page
    #content
    .m-contenttextmediaslider
    .m-contenttextmedia
    .a-button[data-popover-id] {
    width: 100%;
  }
}
#pl-returns-plugin .pl-style-compact .pl-button .text,
#pl-returns-plugin .pl-style-compact .pl-button--primary .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-form.cart .form-actions .form-action-primary .a-link .text,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .text,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button
  .text,
.o-review .m-form .form-actions .form-action button .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button
  .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .text,
body.pagetype-category-page #content .m-contenttextmedia .a-button .text {
  font-size: inherit;
  line-height: inherit;
}
#pl-returns-plugin .pl-style-compact .pl-button--primary:focus,
#pl-returns-plugin .pl-style-compact .pl-button:focus,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.m-form.cart .form-actions .form-action-primary .a-link:focus,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:focus:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:focus:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:focus:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:focus:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:focus:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:focus,
.o-review .m-form .form-actions .form-action button:focus,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:focus,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:focus:not(.a-button-plain),
body.pagetype-category-page #content .m-contenttextmedia .a-button:focus {
  outline: 0;
}
#pl-returns-plugin .pl-style-compact .pl-button .a-loader,
#pl-returns-plugin .pl-style-compact .pl-button--primary .a-loader,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .a-loader,
.m-form.cart .form-actions .form-action-primary .a-link .a-loader,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button
  .a-loader,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .a-loader,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .a-loader,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .a-loader,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .a-loader,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)
  .a-loader,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .a-loader,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button
  .a-loader,
.o-review .m-form .form-actions .form-action button .a-loader,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button
  .a-loader,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary
  .a-loader,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .a-loader,
body.pagetype-category-page #content .m-contenttextmedia .a-button .a-loader {
  -webkit-transform: translate(8px, -3px);
  -ms-transform: translate(8px, -3px);
  transform: translate(8px, -3px);
}
@media (min-width: 750px) {
  .o-review.o-reviewoptional .content-col .m-form #questions-container {
    margin-left: 0;
    margin-right: 0;
  }
  .a-area.a-area-errorbox {
    max-width: 450px;
  }
  .a-backlink {
    margin: 90px 0 0;
  }
  #pl-returns-plugin .pl-style-compact .pl-button--primary:not(.a-button-plain),
  #pl-returns-plugin .pl-style-compact .pl-button:not(.a-button-plain),
  #pl-returns-plugin.parcellab-return-process
    .pl-style-compact
    .pl-button--primary:not(.a-button-plain),
  #pl-returns-plugin.parcellab-return-process
    .pl-style-compact
    .pl-button:not(.a-button-plain),
  .location-selector-layout
    .m-locationselectorlayout
    .a-button-primary.location-submit,
  .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-button-link,
  .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-link,
  .location-selector-layout
    .m-locationselectorlayout
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.location-submit.a-link-primary.a-button,
  .location-selector-layout
    .m-locationselectorlayout
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
      .a-button-plain
    ),
  .location-selector-layout
    .m-locationselectorlayout
    .m-form.oidc-registration
    .m-termsconditions
    a.location-submit.a-link-primary.a-button,
  .location-selector-layout
    .m-locationselectorlayout
    .m-oney-widget-section
    .location-submit.a-link-primary.a-button.oney-widget-link,
  .location-selector-layout
    .m-locationselectorlayout
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .location-submit.a-link-primary.a-button.a-button-link.a-link,
  .location-selector-layout
    .m-locationselectorlayout
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .location-selector-layout
    .m-locationselectorlayout
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .location-submit.a-link-primary.a-button.a-link,
  .m-checkout-summary .checkout-continue,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    a.a-link.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .location-selector-layout
    .m-locationselectorlayout
    a.location-submit.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    a.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-form-actions
    .form-action-save-quote
    a.a-button.a-link-secondary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-form.oidc-registration
    a.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-myproducttile
    .cta-area
    a.a-button.disableicon.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-navmyaccount.m-popover
    .popover-content
    .buttons
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    a.a-button.a-link-primary:not(.subscription-details),
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-parallax
    .parallax-container
    .content
    .cta-container
    a.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    a.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-secondary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-secondary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-buyarea
    .cta-area
    a.a-button.add-to-basket.a-link-primary
    + .a-link.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    a.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    a.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    a.a-link.a-link-primary.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    a.a-link-primary.a-button[type="submit"],
  .m-collapsableprocess .g-col .m-form .form-actions .a-button-primary,
  .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .a-link-primary.a-button.a-button-link,
  .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .a-link-primary.a-button.a-link,
  .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-collapsableprocess
    .g-col
    .m-form.oidc-registration
    .form-actions
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-collapsableprocess
    .g-col
    .m-form.oidc-registration
    .m-termsconditions
    .form-actions
    a.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-form.oidc-registration
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-myproducttile
    .cta-area
    .a-button.disableicon.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-parallax
    .parallax-container
    .content
    .cta-container
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-buyarea
    .cta-area
    .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    )
    + .a-link.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-myproducts-rebrush
    .head-container
    .add-product
    .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-form.oidc-registration
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-enterenumberproductids
    .m-searchfield
    .m-form
    .searchfield-fieldset
    .searchinput
    .submit-wrap
    .a-button,
  .m-form-actions .form-action-save-quote .a-button.a-button-secondary,
  .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.a-button-link,
  .m-form-actions .form-action-save-quote .a-button.a-link-secondary.a-link,
  .m-form-actions
    .form-action-save-quote
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .m-form-actions
    .form-action-save-quote
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-form-actions
    .form-action-save-quote
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-form-actions
    .form-action-save-quote
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .m-form-actions
    .form-action-save-quote
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .m-form-actions
    .form-action-save-quote
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link,
  .m-form-actions
    .form-action-save-quote
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-form-actions
    .form-action-save-quote
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .m-form-actions
    .form-action-save-quote
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .m-form-actions
    .form-action-save-quote
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-form-actions
    .form-action-save-quote
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link,
  .m-form-actions
    .form-action-save-quote
    a.a-button.a-link-secondary.a-button-link,
  .m-form-actions
    .form-action-save-quote
    button.a-button.a-link-secondary.a-button-link,
  .m-form.cart .form-actions .form-action-primary .a-link:not(.a-button-plain),
  .m-form.oidc-registration .a-button-primary,
  .m-form.oidc-registration .a-link-primary.a-button.a-button-link,
  .m-form.oidc-registration .a-link-primary.a-button.a-link,
  .m-form.oidc-registration
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-form.oidc-registration
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-form.oidc-registration
    .m-popover
    .popover-content
    .a-link-primary.a-button.a-button-link,
  .m-form.oidc-registration
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .m-form.oidc-registration
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .location-selector-layout
    .m-locationselectorlayout
    a.location-submit.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .m-form-actions
    .form-action-save-quote
    a.a-button.a-link-secondary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-myproducttile
    .cta-area
    a.a-button.disableicon.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-navmyaccount.m-popover
    .popover-content
    .buttons
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    a.a-button.a-link-primary:not(.subscription-details),
  .m-form.oidc-registration
    .m-termsconditions
    .m-parallax
    .parallax-container
    .content
    .cta-container
    a.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    a.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-secondary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-secondary,
  .m-form.oidc-registration
    .m-termsconditions
    .o-buyarea
    .cta-area
    a.a-button.add-to-basket.a-link-primary
    + .a-link.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    a.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    a.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    a.a-link.a-link-primary.a-button,
  .m-form.oidc-registration .m-termsconditions a.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    a.a-link-primary.a-button[type="submit"],
  .m-form.oidc-registration
    .o-alternativeproduct
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .m-form.oidc-registration
    .o-myproducts
    > .myproducts-controls
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-form.oidc-registration
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-form.oidc-registration a.a-link-primary.a-button.a-button-link,
  .m-form.oidc-registration button.a-link-primary.a-button.a-button-link,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link:not(.a-button),
  .m-myproducttile .cta-area .a-button.a-button-primary.disableicon,
  .m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-button-link,
  .m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-link,
  .m-myproducttile
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.disableicon.a-link-primary,
  .m-myproducttile
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.disableicon.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ),
  .m-myproducttile
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.disableicon.a-link-primary,
  .m-myproducttile
    .cta-area
    .m-oney-widget-section
    .a-button.disableicon.a-link-primary.oney-widget-link,
  .m-myproducttile
    .cta-area
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.disableicon.a-link-primary.a-button-link.a-link,
  .m-myproducttile
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-myproducttile
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.disableicon.a-link-primary.a-link,
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .a-button.a-button-primary,
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .a-button.a-link-primary.a-button-link,
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .a-button.a-link-primary.a-link,
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-oney-widget-section
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.oney-widget-link,
  .m-oney-widget-section
    .m-form.oidc-registration
    .a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    .m-myproducttile
    .cta-area
    .a-button.disableicon.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .a-button.a-link-primary.oney-widget-link:not(.subscription-details),
  .m-oney-widget-section
    .m-parallax
    .parallax-container
    .content
    .cta-container
    .a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.oney-widget-link,
  .m-oney-widget-section
    .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.oney-widget-link,
  .m-oney-widget-section
    .o-buyarea
    .cta-area
    .a-button.add-to-basket.a-link-primary.oney-widget-link
    + .a-link.a-button,
  .m-oney-widget-section
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link.a-link-primary.a-button.oney-widget-link,
  .m-oney-widget-section
    body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    .a-link-primary.a-button.oney-widget-link[type="submit"],
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .a-button.a-button-primary,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .a-button.a-link-primary.a-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    a.a-button.a-link-primary.a-button-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    button.a-button.a-link-primary.a-button-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .a-button.a-button-primary,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .a-button.a-link-primary.a-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    a.a-button.a-link-primary.a-button-link,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    button.a-button.a-link-primary.a-button-link,
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .a-button.a-button-primary:not(.subscription-details),
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .a-button.a-link-primary.a-button-link:not(.subscription-details),
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .a-button.a-link-primary.a-link:not(.subscription-details),
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:not(.subscription-details),
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:not(.subscription-details),
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:not(.subscription-details),
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:not(.subscription-details),
  .m-parallax .parallax-container .content .cta-container .a-button-primary,
  .m-parallax
    .parallax-container
    .content
    .cta-container
    .a-link-primary.a-button.a-button-link,
  .m-parallax
    .parallax-container
    .content
    .cta-container
    .a-link-primary.a-button.a-link,
  .m-parallax
    .parallax-container
    .content
    .cta-container
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-parallax
    .parallax-container
    .content
    .cta-container
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-parallax
    .parallax-container
    .content
    .cta-container
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-parallax
    .parallax-container
    .content
    .cta-container
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-parallax
    .parallax-container
    .content
    .cta-container
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-parallax
    .parallax-container
    .content
    .cta-container
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-popover
    .popover-content
    .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.a-button-link,
  .m-popover
    .popover-content
    .m-form.oidc-registration
    .a-link-primary.a-button.a-button-link,
  .m-popover
    .popover-content
    .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link,
  .m-popover
    .popover-content
    .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link,
  .m-popover
    .popover-content
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.a-button-link,
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .a-button-primary,
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .a-link-primary.a-button.a-button-link,
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .a-link-primary.a-button.a-link,
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap
    .a-button,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-extended
    .a-button,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight
    .a-button,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    .m-form.logout:only-child
    .a-button,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-button-primary,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-button-secondary,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-button-tertiary,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-secondary.a-button.a-button-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > button.a-link-secondary.a-button.a-button-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .buttons-wrap
    > a.a-link-primary.a-button,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .buttons-wrap
    > a.a-link-secondary.a-button,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .buttons-wrap
    > a.a-link-primary.a-button,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-contenttextmedia
    .m-productconversionarea
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-contenttextmedia
    .m-productconversionarea
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link[data-popover-id],
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-form.oidc-registration
    .m-termsconditions
    .buttons-wrap
    > a.a-link-primary.a-button,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-form.oidc-registration
    .m-termsconditions
    .buttons-wrap
    > a.a-link-secondary.a-button,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-oney-widget-section
    .buttons-wrap
    > .a-link-primary.a-button.oney-widget-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-oney-widget-section
    .buttons-wrap
    > .a-link-secondary.a-button.oney-widget-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-popover
    .popover-content
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-popover
    .popover-content
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .o-alternativeproduct
    .tile-description.buttons-wrap
    > .a-link-primary.a-button.a-link:not(.a-button),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .o-alternativeproduct
    .tile-description.buttons-wrap
    > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .o-myproducts
    > .myproducts-controls
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .o-myproducts
    > .myproducts-controls
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .buttons-wrap
    > .a-link-primary.a-button.a-link,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .buttons-wrap
    > .a-link-secondary.a-button.a-link,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .a-button.a-button-primary,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .a-button.a-link-primary.a-link,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    a.a-button.a-link-primary.a-button-link,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    button.a-button.a-link-primary.a-button-link,
  .m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary,
  .m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary,
  .m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link,
  .m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link,
  .m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .m-sidedrawerrelatedproducts
    .cta-area
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-secondary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.a-button.a-link-primary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.a-button.a-link-secondary.a-button-link,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .list-unstyled
    .a-button:not(.a-button-plain),
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-form.oidc-registration
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-myproducttile
    .cta-area
    .a-button.disableicon.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .o-myproducts-rebrush
    .head-container
    .add-product
    .a-link.a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-form.oidc-registration
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-myproducttile
    .cta-area
    .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-parallax
    .parallax-container
    .content
    .cta-container
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
      .a-button-plain
    ),
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .o-myproducts-rebrush
    .head-container
    .add-product
    .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .a-link.a-button.a-button-primary,
  .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .a-link.a-button.a-link-primary,
  .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .list-unstyled.teaser-links
    li
    .a-link,
  .m-teaser.teaser-200-2 .teaser-wrap:not(.a-area) .teaser-content .a-button,
  .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .a-link.a-button.a-button-primary,
  .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .a-link.a-button.a-link-primary,
  .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .list-unstyled.teaser-links
    li
    .a-link,
  .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-tilenavigation .more-information-link,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link:not(.a-button),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
      .a-button-plain
    ),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    a.a-link.a-button.a-link-primary:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-button-primary:not(.a-button-plain),
  .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary:not(.a-button-plain),
  .o-alternativeproduct
    .m-form-actions
    .form-action-save-quote
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .o-alternativeproduct
    .m-form.oidc-registration
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .o-alternativeproduct
    .m-sidedrawerrelatedproducts
    .cta-area
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .o-alternativeproduct
    .o-buyarea
    .cta-area
    .tile-description
    > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
    + .a-link.a-button,
  .o-alternativeproduct
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .o-buyarea
    .cta-area
    .a-button.a-button-primary.add-to-basket
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .a-button.add-to-basket.a-link-primary.a-button-link
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .a-button.add-to-basket.a-link-primary.a-link
    + .a-link.a-button,
  .o-buyarea .cta-area .add-to-basket,
  .o-buyarea .cta-area .buttongroup .a-link.a-button,
  .o-buyarea .cta-area .buttongroup .a-link.product-online-dealers,
  .o-buyarea .cta-area .buttongroup .product-online-dealers,
  .o-buyarea .cta-area .js-button-group-wrapper .a-button,
  .o-buyarea
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-button.add-to-basket.a-link-primary
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.add-to-basket.a-link-primary
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    )
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.add-to-basket.a-link-primary
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .m-oney-widget-section
    .a-button.add-to-basket.a-link-primary.oney-widget-link
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .m-popover
    .popover-content
    .a-button.add-to-basket.a-link-primary.a-button-link
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.add-to-basket.a-link-primary.a-button-link.a-link
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .o-alternativeproduct
    .tile-description
    > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .o-myproducts
    > .myproducts-controls
    .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    )
    + .a-link.a-button,
  .o-buyarea
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.add-to-basket.a-link-primary.a-link
    + .a-link.a-button,
  .o-cartshopping
    .m-vouchercode
    .m-togglebox
    .item
    .togglebox-content
    .voucher-wrap
    .submit-wrap
    .a-button:not(.a-button-plain),
  .o-checkoutbasket
    .checkoutbasket-content
    .checkoutbasket-summary-container
    .m-checkout-summary
    .checkout-continue,
  .o-checkoutbasket
    .m-vouchercode
    .m-form
    .voucher-wrap
    .submit-wrap
    .a-button.form-button,
  .o-checkoutdelivery-wop .checkoutdelivery-login .a-button.a-button-primary,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .a-button.a-link-primary.a-link,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    a.a-button.a-link-primary.a-button-link,
  .o-checkoutdelivery-wop
    .checkoutdelivery-login
    button.a-button.a-link-primary.a-button-link,
  .o-headerrebrush
    .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .teaser-highlight.teaser-extended.promotion-teaser-wrap
    .a-button,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .a-button-primary,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .a-link-primary.a-button.a-button-link,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .a-link-primary.a-button.a-link,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .o-myproducts-rebrush
    .head-container
    .add-product
    .a-link.a-button.a-button-primary,
  .o-myproducts-rebrush
    .head-container
    .add-product
    .a-link.a-button.a-link-primary,
  .o-myproducts-rebrush
    .head-container
    .add-product
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .o-myproducts-rebrush
    .head-container
    .add-product
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link.a-button.a-link-primary.a-button-link,
  .o-myproducts-rebrush
    .head-container
    .add-product
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
  .o-myproducts-rebrush
    .head-container
    .add-product
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link.a-button.a-link-primary,
  .o-myproducts
    > .myproducts-controls
    .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .o-myproducts
    > .myproducts-controls
    .m-form.oidc-registration
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .o-myproducts
    > .myproducts-controls
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .o-myproducts
    > .myproducts-controls
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.a-button-link,
  .o-orderpurchasedetail .m-orderpurchaseitem .a-link-primary.a-button.a-link,
  .o-orderpurchasedetail .m-orderpurchaseitem .a-link.a-button-primary,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link.a-link-primary.a-button.a-button-link,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-link.a-link-primary.a-button,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link.a-link-primary.a-button,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link.a-link-primary.a-button,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-oney-widget-section
    .a-link.a-link-primary.a-button.oney-widget-link,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-popover
    .popover-content
    .a-link-primary.a-button.a-button-link,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .o-alternativeproduct
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .o-myproducts
    > .myproducts-controls
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    a.a-link-primary.a-button.a-button-link,
  .o-orderpurchasedetail
    .m-orderpurchaseitem
    button.a-link-primary.a-button.a-button-link,
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-cta-area
    .a-button,
  .o-producttilerebrush .product-cta-area .a-button,
  .o-review .m-form .form-actions .form-action button:not(.a-button-plain),
  .o-review.o-reviewmandatory
    .m-form
    .form-actions
    .form-action
    button:not(.a-button-plain),
  .o-review.o-reviewoptional
    .m-form
    .form-actions
    .form-action
    button:not(.a-button-plain),
  .parcellab-return-process.parcellab-return-process
    .pl-style-compact
    .pl-button--primary:not(.a-button-plain),
  .parcellab-return-process.parcellab-return-process
    .pl-style-compact
    .pl-button:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .a-button,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-collapsableprocess
    .g-col
    .m-form
    .form-actions
    .a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-form-actions
    .form-action-save-quote
    .a-button.a-link-secondary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-form.oidc-registration
    .a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-myproducttile
    .cta-area
    .a-button.disableicon.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-navmyaccount.m-popover
    .popover-content
    .buttons
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.buttons
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-orderitem
    .item-wrapper.order-info
    .item-detail.buttons
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right
    .action
    .a-button.a-link-primary.a-link:not(.subscription-details),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-parallax
    .parallax-container
    .content
    .cta-container
    .a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-searchfield.m-searchfield-sparepart
    .searchinput
    .submit-wrap
    .a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .cta-area
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .myproduct-productarea-container
    .myproduct-producttile-cta-area-right
    a.a-link.a-button.a-link-primary:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-buyarea
    .cta-area
    .a-button.add-to-basket.a-link-primary.a-link
    + .a-link.a-button,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-checkoutdelivery-wop
    .checkoutdelivery-login
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-myaccount-promotion-wpe
    .m-myproductdatainputfield
    .form-actions
    .a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-myproducts-rebrush
    .head-container
    .add-product
    .a-link.a-button.a-link-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-orderpurchasedetail
    .m-orderpurchaseitem
    .a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .teaser-links
    li
    .a-link.a-button.a-link-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-links
    li
    .teaser-content
    .a-link.a-button.a-link-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .teaser-links
    li
    .a-link.a-button.a-link-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-links
    li
    .teaser-content
    .a-link.a-button.a-link-primary,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap
    .content
    .content-inner
    .list-unstyled
    .a-link.a-button,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap
    .content
    .content-inner
    .teaser-links
    .a-link.a-button,
  body.pagetype-category-page
    #content
    .m-contenttextmedia
    .a-button:not(.a-button-plain),
  body.pagetype-category-page
    #content
    .m-contenttextmedia
    .a-button:not(.a-button-plain)[data-popover-id],
  body.pagetype-category-page
    #content
    .m-contenttextmediaslider
    .m-contenttextmedia
    .a-button:not(.a-button-plain),
  body.pagetype-category-page
    #content
    .m-contenttextmediaslider
    .m-contenttextmedia
    .a-button:not(.a-button-plain)[data-popover-id],
  body.pagetype-category-page #content .m-tilenavigation .more-information-link,
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    .a-button-primary[type="submit"],
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    .a-link-primary.a-button.a-button-link[type="submit"],
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    .a-link-primary.a-button.a-link[type="submit"],
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button[type="submit"],
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button[type="submit"],
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData
    .form-actions
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link[type="submit"] {
    min-width: 240px;
    width: -webkit-max-content;
    width: max-content;
  }
}
#pl-returns-plugin .pl-style-compact .pl-button--primary:not(.a-button-plain),
#pl-returns-plugin .pl-style-compact .pl-button:not(.a-button-plain),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain),
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-submit.a-link-primary.a-button.a-button-link.a-link,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link,
.m-checkout-summary .checkout-continue,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[type="submit"],
.m-collapsableprocess .g-col .m-form .form-actions .a-button-primary,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button,
.m-form-actions .form-action-save-quote .a-button.a-button-secondary,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link,
.m-form-actions .form-action-save-quote .a-button.a-link-secondary.a-link,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary.a-button-link,
.m-form-actions
  .form-action-save-quote
  button.a-button.a-link-secondary.a-button-link,
.m-form.cart .form-actions .form-action-primary .a-link:not(.a-button-plain),
.m-form.oidc-registration .a-button-primary,
.m-form.oidc-registration .a-link-primary.a-button.a-button-link,
.m-form.oidc-registration .a-link-primary.a-button.a-link,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-form.oidc-registration
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button,
.m-form.oidc-registration .m-termsconditions a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[type="submit"],
.m-form.oidc-registration
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-form.oidc-registration a.a-link-primary.a-button.a-button-link,
.m-form.oidc-registration button.a-link-primary.a-button.a-button-link,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-button-link,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-link,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.disableicon.a-link-primary.a-button-link.a-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link,
.m-navmyaccount.m-popover .popover-content .buttons .a-button.a-button-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details),
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[type="submit"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-primary.a-button-link,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.subscription-details),
.m-parallax .parallax-container .content .cta-container .a-button-primary,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-button-link,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-sidedrawerrelatedproducts .cta-area a.a-button.a-link-primary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link,
.m-teaser.teaser-200-2 .teaser-wrap:not(.a-area) .teaser-content .a-button,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tilenavigation .more-information-link,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-form.oidc-registration
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button,
.o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button,
.o-buyarea .cta-area .add-to-basket,
.o-buyarea .cta-area .buttongroup .a-link.a-button,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers,
.o-buyarea .cta-area .buttongroup .product-online-dealers,
.o-buyarea .cta-area .js-button-group-wrapper .a-button,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button,
.o-checkoutdelivery-wop .checkoutdelivery-login .a-button.a-button-primary,
.o-checkoutdelivery-wop .checkoutdelivery-login .a-button.a-link-primary.a-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  button.a-button.a-link-primary.a-button-link,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail .m-orderpurchaseitem .a-link-primary.a-button.a-link,
.o-orderpurchasedetail .m-orderpurchaseitem .a-link.a-button-primary,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  button.a-link-primary.a-button.a-button-link,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button,
.o-producttilerebrush .product-cta-area .a-button,
.o-review .m-form .form-actions .form-action button:not(.a-button-plain),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[data-popover-id],
body.pagetype-category-page #content .m-tilenavigation .more-information-link,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[type="submit"] {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 40px !important;
  text-align: center;
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .text,
#pl-returns-plugin .pl-style-compact .pl-button:not(.a-button-plain) .text,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .text,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-submit.a-link-primary.a-button.a-button-link.a-link
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link
  .text,
.m-checkout-summary .checkout-continue .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details)
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[type="submit"]
  .text,
.m-collapsableprocess .g-col .m-form .form-actions .a-button-primary .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link
  .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link
  .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .text,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button
  .text,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .text,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  .text,
.m-form-actions .form-action-save-quote .a-button.a-button-secondary .text,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link
  .text,
.m-form-actions .form-action-save-quote .a-button.a-link-secondary.a-link .text,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .text,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .text,
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .text,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .text,
.m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link
  .text,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .text,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .text,
.m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .text,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .text,
.m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary.a-button-link
  .text,
.m-form-actions
  .form-action-save-quote
  button.a-button.a-link-secondary.a-button-link
  .text,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)
  .text,
.m-form.oidc-registration .a-button-primary .text,
.m-form.oidc-registration .a-link-primary.a-button.a-button-link .text,
.m-form.oidc-registration .a-link-primary.a-button.a-link .text,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .text,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-form.oidc-registration
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .text,
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-form.oidc-registration
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link
  .text,
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .text,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details)
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .text,
.m-form.oidc-registration .m-termsconditions a.a-link-primary.a-button .text,
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[type="submit"]
  .text,
.m-form.oidc-registration
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .text,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .text,
.m-form.oidc-registration a.a-link-primary.a-button.a-button-link .text,
.m-form.oidc-registration button.a-link-primary.a-button.a-button-link .text,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button)
  .text,
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon .text,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link
  .text,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-link .text,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary
  .text,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary
  .text,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link
  .text,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.disableicon.a-link-primary.a-button-link.a-link
  .text,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .text,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link
  .text,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link
  .text,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details)
  .text,
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link
  .text,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button
  .text,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.oney-widget-link
  .text,
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[type="submit"]
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary.a-button-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-primary.a-button-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary.a-button-link
  .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-primary.a-button-link
  .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:not(.subscription-details)
  .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:not(.subscription-details)
  .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.subscription-details)
  .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.subscription-details)
  .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details)
  .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .text,
.m-parallax .parallax-container .content .cta-container .a-button-primary .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link
  .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link
  .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .text,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link
  .text,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link
  .text,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link
  .text,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link
  .text,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link
  .text,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link
  .text,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link
  .text,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link
  .text,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link
  .text,
.m-popover
  .popover-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button
  .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button
  .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .buttons-wrap
  > a.a-link-primary.a-button
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[data-popover-id]
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id]
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:not(.a-button)
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button)
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link
  .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link
  .text,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary .text,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary .text,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link
  .text,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link .text,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link
  .text,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link
  .text,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary
  .text,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary
  .text,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link
  .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button
  .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary
  .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary
  .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link
  .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-tilenavigation .more-information-link .text,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .text,
.o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .text,
.o-alternativeproduct
  .m-form.oidc-registration
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .text,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .text,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button
  .text,
.o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .text,
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .text,
.o-buyarea .cta-area .add-to-basket .text,
.o-buyarea .cta-area .buttongroup .a-link.a-button .text,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers .text,
.o-buyarea .cta-area .buttongroup .product-online-dealers .text,
.o-buyarea .cta-area .js-button-group-wrapper .a-button .text,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .text,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .text,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)
  .text,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue
  .text,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary.a-button-link
  .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  button.a-button.a-link-primary.a-button-link
  .text,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary
  .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary
  .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link
  .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary
  .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .text,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .text,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .text,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link
  .text,
.o-orderpurchasedetail .m-orderpurchaseitem .a-link.a-button-primary .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.a-button-link
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button.a-button-link
  .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  button.a-link-primary.a-button.a-button-link
  .text,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button
  .text,
.o-producttilerebrush .product-cta-area .a-button .text,
.o-review .m-form .form-actions .form-action button:not(.a-button-plain) .text,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)
  .text,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)
  .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary
  .text,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button
  .text,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button
  .text,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)
  .text,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[data-popover-id]
  .text,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)
  .text,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[data-popover-id]
  .text,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link
  .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[type="submit"]
  .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[type="submit"]
  .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[type="submit"]
  .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[type="submit"]
  .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[type="submit"]
  .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[type="submit"]
  .text {
  font-family: SiemensSans-Bold, sans-serif;
}
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .icon,
#pl-returns-plugin .pl-style-compact .pl-button:not(.a-button-plain) .icon,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .icon,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-submit.a-link-primary.a-button.a-button-link.a-link
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link
  .icon,
.m-checkout-summary .checkout-continue .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details)
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[type="submit"]
  .icon,
.m-collapsableprocess .g-col .m-form .form-actions .a-button-primary .icon,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link
  .icon,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link
  .icon,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button
  .icon,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  .icon,
.m-form-actions .form-action-save-quote .a-button.a-button-secondary .icon,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link
  .icon,
.m-form-actions .form-action-save-quote .a-button.a-link-secondary.a-link .icon,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .icon,
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon,
.m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link
  .icon,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .icon,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon,
.m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .icon,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon,
.m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary.a-button-link
  .icon,
.m-form-actions
  .form-action-save-quote
  button.a-button.a-link-secondary.a-button-link
  .icon,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)
  .icon,
.m-form.oidc-registration .a-button-primary .icon,
.m-form.oidc-registration .a-link-primary.a-button.a-button-link .icon,
.m-form.oidc-registration .a-link-primary.a-button.a-link .icon,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form.oidc-registration
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon,
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-form.oidc-registration
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link
  .icon,
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details)
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .icon,
.m-form.oidc-registration .m-termsconditions a.a-link-primary.a-button .icon,
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[type="submit"]
  .icon,
.m-form.oidc-registration
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.m-form.oidc-registration a.a-link-primary.a-button.a-button-link .icon,
.m-form.oidc-registration button.a-link-primary.a-button.a-button-link .icon,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button)
  .icon,
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon .icon,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link
  .icon,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-link .icon,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary
  .icon,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary
  .icon,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link
  .icon,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.disableicon.a-link-primary.a-button-link.a-link
  .icon,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details)
  .icon,
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link
  .icon,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button
  .icon,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.oney-widget-link
  .icon,
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[type="submit"]
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary.a-button-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-primary.a-button-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary.a-button-link
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-primary.a-button-link
  .icon,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:not(.subscription-details)
  .icon,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:not(.subscription-details)
  .icon,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .icon,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.subscription-details)
  .icon,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.subscription-details)
  .icon,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details)
  .icon,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .icon,
.m-parallax .parallax-container .content .cta-container .a-button-primary .icon,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link
  .icon,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link
  .icon,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link
  .icon,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link
  .icon,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link
  .icon,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link
  .icon,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link
  .icon,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link
  .icon,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link
  .icon,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link
  .icon,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link
  .icon,
.m-popover
  .popover-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button
  .icon,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button
  .icon,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id]
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button)
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .icon,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary .icon,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary .icon,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link
  .icon,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link .icon,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link
  .icon,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary
  .icon,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary
  .icon,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link
  .icon,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button
  .icon,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary
  .icon,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary
  .icon,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link
  .icon,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.m-tilenavigation .more-information-link .icon,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .icon,
.o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .icon,
.o-alternativeproduct
  .m-form.oidc-registration
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .icon,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button
  .icon,
.o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon,
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .icon,
.o-buyarea .cta-area .add-to-basket .icon,
.o-buyarea .cta-area .buttongroup .a-link.a-button .icon,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers .icon,
.o-buyarea .cta-area .buttongroup .product-online-dealers .icon,
.o-buyarea .cta-area .js-button-group-wrapper .a-button .icon,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .icon,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .icon,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)
  .icon,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue
  .icon,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary.a-button-link
  .icon,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  button.a-button.a-link-primary.a-button-link
  .icon,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary
  .icon,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary
  .icon,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link
  .icon,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary
  .icon,
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .icon,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link
  .icon,
.o-orderpurchasedetail .m-orderpurchaseitem .a-link.a-button-primary .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.a-button-link
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button.a-button-link
  .icon,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  button.a-link-primary.a-button.a-button-link
  .icon,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button
  .icon,
.o-producttilerebrush .product-cta-area .a-button .icon,
.o-review .m-form .form-actions .form-action button:not(.a-button-plain) .icon,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)
  .icon,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)
  .icon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .icon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary
  .icon,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button
  .icon,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button
  .icon,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)
  .icon,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[data-popover-id]
  .icon,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)
  .icon,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[data-popover-id]
  .icon,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link
  .icon,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[type="submit"]
  .icon,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[type="submit"]
  .icon,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[type="submit"]
  .icon,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[type="submit"]
  .icon,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[type="submit"]
  .icon,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[type="submit"]
  .icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .icon
  + .text,
#pl-returns-plugin
  .pl-style-compact
  .pl-button:not(.a-button-plain)
  .icon
  + .text,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .icon
  + .text,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-submit.a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link
  .icon
  + .text,
.m-checkout-summary .checkout-continue .icon + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details)
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .icon
  + .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[type="submit"]
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-button-primary
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button
  .icon
  + .text,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon
  + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-contenttextmedia
  .m-productconversionarea
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon
  + .text,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .a-button.a-button-secondary
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-form-actions
  .form-action-save-quote
  button.a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)
  .icon
  + .text,
.m-form.oidc-registration .a-button-primary .icon + .text,
.m-form.oidc-registration .a-link-primary.a-button.a-button-link .icon + .text,
.m-form.oidc-registration .a-link-primary.a-button.a-link .icon + .text,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-form.oidc-registration
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon
  + .text,
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-form.oidc-registration
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details)
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon
  + .text,
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[type="submit"]
  .icon
  + .text,
.m-form.oidc-registration
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon
  + .text,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-form.oidc-registration a.a-link-primary.a-button.a-button-link .icon + .text,
.m-form.oidc-registration
  button.a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button)
  .icon
  + .text,
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon .icon + .text,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link
  .icon
  + .text,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link
  .icon
  + .text,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary
  .icon
  + .text,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary
  .icon
  + .text,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.disableicon.a-link-primary.a-button-link.a-link
  .icon
  + .text,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details)
  .icon
  + .text,
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button
  .icon
  + .text,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[type="submit"]
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:not(.subscription-details)
  .icon
  + .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:not(.subscription-details)
  .icon
  + .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .icon
  + .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.subscription-details)
  .icon
  + .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.subscription-details)
  .icon
  + .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details)
  .icon
  + .text,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-popover
  .popover-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id]
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button)
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .icon
  + .text,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary .icon + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket .icon + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id]
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link
  .icon
  + .text,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary
  .icon
  + .text,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary
  .icon
  + .text,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link
  .icon
  + .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button
  .icon
  + .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary
  .icon
  + .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary
  .icon
  + .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link
  .icon
  + .text,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon
  + .text,
.m-tilenavigation .more-information-link .icon + .text,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button)
  .icon
  + .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon
  + .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon
  + .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .icon
  + .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .icon
  + .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)
  .icon
  + .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .icon
  + .text,
.o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .icon
  + .text,
.o-alternativeproduct
  .m-form.oidc-registration
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon
  + .text,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button)
  .icon
  + .text,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button
  .icon
  + .text,
.o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon
  + .text,
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea .cta-area .add-to-basket .icon + .text,
.o-buyarea .cta-area .buttongroup .a-link.a-button .icon + .text,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers .icon + .text,
.o-buyarea .cta-area .buttongroup .product-online-dealers .icon + .text,
.o-buyarea .cta-area .js-button-group-wrapper .a-button .icon + .text,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button
  .icon
  + .text,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .icon
  + .text,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)
  .icon
  + .text,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue
  .icon
  + .text,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  button.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary
  .icon
  + .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary
  .icon
  + .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon
  + .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link
  .icon
  + .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary
  .icon
  + .text,
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .icon
  + .text,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary .icon + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-button-primary
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.a-button-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id]
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button.a-button-link
  .icon
  + .text,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  button.a-link-primary.a-button.a-button-link
  .icon
  + .text,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button
  .icon
  + .text,
.o-producttilerebrush .product-cta-area .a-button .icon + .text,
.o-review
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)
  .icon
  + .text,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)
  .icon
  + .text,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)
  .icon
  + .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)
  .icon
  + .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details)
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .icon
  + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary
  .icon
  + .text,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button
  .icon
  + .text,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button
  .icon
  + .text,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)
  .icon
  + .text,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[data-popover-id]
  .icon
  + .text,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)
  .icon
  + .text,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[data-popover-id]
  .icon
  + .text,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link
  .icon
  + .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[type="submit"]
  .icon
  + .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[type="submit"]
  .icon
  + .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[type="submit"]
  .icon
  + .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[type="submit"]
  .icon
  + .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[type="submit"]
  .icon
  + .text,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[type="submit"]
  .icon
  + .text {
  margin-left: 12px;
}
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .pl-button--primary:not(.a-button-plain):hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .pl-button:not(.a-button-plain):hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):active,
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):hover,
#pl-returns-plugin .pl-style-compact .pl-button:not(.a-button-plain):active,
#pl-returns-plugin .pl-style-compact .pl-button:not(.a-button-plain):hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button--primary:not(.a-button-plain):hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button:not(.a-button-plain):hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain):active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain):hover,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link:active,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link:hover,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link:active,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.location-submit.a-link-primary.a-button:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .location-submit.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.location-submit.a-link-primary.a-button:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .no-touchevents
  .location-submit.a-link-primary.a-button.oney-widget-link:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .location-submit.a-link-primary.a-button.a-button-link:hover,
.location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .location-submit.a-link-primary.a-button.a-link:hover,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link:active,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link:hover,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .location-submit.a-link-primary.a-button.a-link:hover,
.m-checkout-summary .checkout-continue:active,
.m-checkout-summary .checkout-continue:hover,
.m-checkout-summary .no-touchevents .checkout-continue:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  a.location-submit.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  .no-touchevents
  a.a-button.disableicon.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:active:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:hover:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  a.a-link.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button:hover[type="submit"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button:active[type="submit"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button:hover[type="submit"],
.m-collapsableprocess .g-col .m-form .form-actions .a-button-primary:active,
.m-collapsableprocess .g-col .m-form .form-actions .a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button.a-button-link:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  button.a-link-primary.a-button.a-button-link:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button:active,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .location-submit.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-button.disableicon.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-button:hover,
.m-form-actions .form-action-save-quote .a-button.a-button-secondary:active,
.m-form-actions .form-action-save-quote .a-button.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link:active,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link:active,
.m-form-actions .form-action-save-quote .a-button.a-link-secondary.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-save-quote
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-save-quote
  button.a-button.a-link-secondary.a-button-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain):active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain):hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link:not(.a-button-plain):hover,
.m-form.oidc-registration .a-button-primary:active,
.m-form.oidc-registration .a-button-primary:hover,
.m-form.oidc-registration .a-link-primary.a-button.a-button-link:active,
.m-form.oidc-registration .a-link-primary.a-button.a-link:active,
.m-form.oidc-registration .a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-form.oidc-registration
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-form.oidc-registration
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-form.oidc-registration
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  a.location-submit.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  .no-touchevents
  a.a-button.disableicon.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:active:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:hover:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  a.a-link.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button:hover,
.m-form.oidc-registration .m-termsconditions a.a-link-primary.a-button:active,
.m-form.oidc-registration .m-termsconditions a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button:hover[type="submit"],
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button:active[type="submit"],
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button:hover[type="submit"],
.m-form.oidc-registration .no-touchevents .a-button-primary:hover,
.m-form.oidc-registration .no-touchevents .a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.m-form.oidc-registration
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration a.a-link-primary.a-button.a-button-link:hover,
.m-form.oidc-registration button.a-link-primary.a-button.a-button-link:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover:not(.a-button),
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon:active,
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link:active,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link:hover,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-link:active,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-link:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.disableicon.a-link-primary:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary:active,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.disableicon.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.disableicon.a-link-primary:hover,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary:active,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary:hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link:active,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link:hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.disableicon.a-link-primary.oney-widget-link:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-myproducttile
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .no-touchevents
  .a-button.disableicon.a-link-primary.a-button-link:hover,
.m-myproducttile
  .cta-area
  .no-touchevents
  .a-button.disableicon.a-link-primary.a-link:hover,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link:active,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link:hover,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.disableicon.a-link-primary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .location-submit.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-button.disableicon.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:active:not(.subscription-details),
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:hover:not(.subscription-details),
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.subscription-details),
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:active,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:hover,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link:active[type="submit"],
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link:hover[type="submit"],
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[type="submit"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-primary.a-button-link:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-button.a-button-primary:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.subscription-details),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary:active,
.m-parallax .parallax-container .content .cta-container .a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button.a-button-link:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-button:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .no-touchevents
  .a-button:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .no-touchevents
  .a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > a.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > button.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .no-touchevents
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .no-touchevents
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain):active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain):hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button:not(.a-button-plain):hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-button.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-button:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link.a-button.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.m-tilenavigation .more-information-link:active,
.m-tilenavigation .more-information-link:hover,
.m-tilenavigation .no-touchevents .more-information-link:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-button-primary:not(.a-button-plain):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain):hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .pl-button:not(.a-button-plain):hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain):hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link:hover,
.no-touchevents .m-checkout-summary .checkout-continue:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:hover:not(.subscription-details),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button:hover[type="submit"],
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-button-primary:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain):hover,
.no-touchevents .m-form.oidc-registration .a-button-primary:hover,
.no-touchevents .m-form.oidc-registration .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:hover:not(.subscription-details),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button:hover[type="submit"],
.no-touchevents
  .m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-form.oidc-registration
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.no-touchevents
  .m-myproducttile
  .cta-area
  .a-button.a-button-primary.disableicon:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:hover:not(.subscription-details),
.no-touchevents
  .m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:hover,
.no-touchevents
  .m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link:hover[type="submit"],
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:hover:not(.subscription-details),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:hover:not(.subscription-details),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:hover:not(.subscription-details),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.subscription-details),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.subscription-details),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.subscription-details),
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain):hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link:hover,
.no-touchevents .m-tilenavigation .more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain):hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.no-touchevents
  .o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:hover,
.no-touchevents
  .o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .tile-description
  > .a-link.a-link-primary.a-button:hover:not(.a-button),
.no-touchevents
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.no-touchevents .o-buyarea .cta-area .add-to-basket:hover,
.no-touchevents .o-buyarea .cta-area .buttongroup .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers:hover,
.no-touchevents .o-buyarea .cta-area .buttongroup .product-online-dealers:hover,
.no-touchevents .o-buyarea .cta-area .js-button-group-wrapper .a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain):hover,
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue:hover,
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-primary:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-button-primary:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button:hover:not(.a-button),
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button:hover,
.no-touchevents .o-producttilerebrush .product-cta-area .a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain):hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain):hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain):hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain):hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain):hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link:hover,
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[type="submit"],
.o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:active,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:hover,
.o-alternativeproduct
  .o-myproducts-rebrush
  .head-container
  .add-product
  .tile-description
  > .a-link.a-button.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .tile-description
  > .a-link.a-link-primary.a-button:hover:not(.a-button),
.o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .tile-description
  > .a-link.a-link-primary.a-button:hover:not(.a-button),
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.o-buyarea .cta-area .add-to-basket:active,
.o-buyarea .cta-area .add-to-basket:hover,
.o-buyarea .cta-area .buttongroup .a-link.a-button:active,
.o-buyarea .cta-area .buttongroup .a-link.a-button:hover,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers:active,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers:hover,
.o-buyarea .cta-area .buttongroup .no-touchevents .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link.product-online-dealers:hover,
.o-buyarea .cta-area .buttongroup .no-touchevents .product-online-dealers:hover,
.o-buyarea .cta-area .buttongroup .product-online-dealers:active,
.o-buyarea .cta-area .buttongroup .product-online-dealers:hover,
.o-buyarea .cta-area .js-button-group-wrapper .a-button:active,
.o-buyarea .cta-area .js-button-group-wrapper .a-button:hover,
.o-buyarea .cta-area .js-button-group-wrapper .no-touchevents .a-button:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.o-buyarea .cta-area .no-touchevents .add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain):active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain):hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button:not(.a-button-plain):hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue:active,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .checkout-continue:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button.form-button:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  button.a-button.a-link-primary.a-button-link:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button:active,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .no-touchevents
  .a-button:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button.a-button-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  button.a-link-primary.a-button.a-button-link:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link.a-button.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary:active:not(.a-button),
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary:active,
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link:hover,
.o-orderpurchasedetail .m-orderpurchaseitem .a-link.a-button-primary:active,
.o-orderpurchasedetail .m-orderpurchaseitem .a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link.a-link-primary.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link.a-link-primary.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .no-touchevents
  .a-link.a-link-primary.a-button.oney-widget-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link.a-link-primary.a-button:hover:not(.a-button),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button:hover:not(.a-button),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  button.a-link-primary.a-button.a-button-link:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button:active,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-button:hover,
.o-producttilerebrush .product-cta-area .a-button:active,
.o-producttilerebrush .product-cta-area .a-button:hover,
.o-producttilerebrush .product-cta-area .no-touchevents .a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button:not(.a-button-plain):hover,
.o-review .m-form .form-actions .form-action button:not(.a-button-plain):active,
.o-review .m-form .form-actions .form-action button:not(.a-button-plain):hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button:not(.a-button-plain):hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button:not(.a-button-plain):hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button--primary:not(.a-button-plain):hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button:not(.a-button-plain):hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain):active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain):hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .location-submit.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-button.disableicon.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain):active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain):hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-button:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link.a-button:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain):active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain):active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain):hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain):hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button:not(.a-button-plain):hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button:not(.a-button-plain):hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain):active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain):active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain):hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain):hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button:not(.a-button-plain):hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button:not(.a-button-plain):hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .more-information-link:hover,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[type="submit"] {
  -webkit-tap-highlight-color: #007a7a;
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link[disabled="true"],
.m-checkout-summary .checkout-continue[disabled=""],
.m-checkout-summary .checkout-continue[disabled="disabled"],
.m-checkout-summary .checkout-continue[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled=""]:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled="disabled"]:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled="true"]:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled=""][type="submit"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"][type="submit"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled="true"][type="submit"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-button-primary[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-button-primary[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-button-primary[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button[disabled=""],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button[disabled="disabled"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .a-button.a-button-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .a-button.a-button-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .a-button.a-button-secondary[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[disabled=""],
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled=""],
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)[disabled="true"],
.m-form.oidc-registration .a-button-primary[disabled=""],
.m-form.oidc-registration .a-button-primary[disabled="disabled"],
.m-form.oidc-registration .a-button-primary[disabled="true"],
.m-form.oidc-registration .a-link-primary.a-button.a-button-link[disabled=""],
.m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-form.oidc-registration .a-link-primary.a-button.a-link[disabled=""],
.m-form.oidc-registration .a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.oidc-registration .a-link-primary.a-button.a-link[disabled="true"],
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled=""]:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled="disabled"]:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled="true"]:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled=""][type="submit"],
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"][type="submit"],
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled="true"][type="submit"],
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:not(.a-button),
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon[disabled=""],
.m-myproducttile
  .cta-area
  .a-button.a-button-primary.disableicon[disabled="disabled"],
.m-myproducttile
  .cta-area
  .a-button.a-button-primary.disableicon[disabled="true"],
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link[disabled=""],
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link[disabled="disabled"],
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link[disabled="true"],
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled=""],
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled="disabled"],
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled="true"],
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary[disabled=""],
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary[disabled="disabled"],
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary[disabled="true"],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary[disabled=""],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary[disabled="disabled"],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary[disabled="true"],
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled=""],
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled="disabled"],
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled="true"],
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link[disabled=""],
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link[disabled="disabled"],
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link[disabled=""]:not(
    .subscription-details
  ),
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:not(
    .subscription-details
  ),
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:not(
    .subscription-details
  ),
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled=""],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled="disabled"],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled="true"],
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled=""][type="submit"],
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"][type="submit"],
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="true"][type="submit"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary[disabled=""]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary[disabled="disabled"]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary[disabled="true"]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link[disabled=""]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link[disabled=""]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link[disabled="true"]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled="disabled"],
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled="true"],
.m-tilenavigation .more-information-link[disabled=""],
.m-tilenavigation .more-information-link[disabled="disabled"],
.m-tilenavigation .more-information-link[disabled="true"],
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled=""],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled="disabled"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled="true"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )[disabled=""],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )[disabled="disabled"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )[disabled="true"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled=""],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="disabled"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="true"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)[disabled=""],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)[disabled="disabled"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)[disabled="true"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled=""],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="disabled"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="true"],
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled=""],
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled="disabled"],
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled="true"],
.o-alternativeproduct
  .o-myproducts-rebrush
  .head-container
  .add-product
  .tile-description
  > .a-link.a-button.a-link-primary[disabled=""]:not(.a-button),
.o-alternativeproduct
  .o-myproducts-rebrush
  .head-container
  .add-product
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .o-myproducts-rebrush
  .head-container
  .add-product
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .tile-description
  > .a-link.a-link-primary.a-button[disabled="disabled"]:not(.a-button),
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="true"],
.o-buyarea .cta-area .add-to-basket[disabled=""],
.o-buyarea .cta-area .add-to-basket[disabled="disabled"],
.o-buyarea .cta-area .add-to-basket[disabled="true"],
.o-buyarea .cta-area .buttongroup .a-link.a-button[disabled=""],
.o-buyarea .cta-area .buttongroup .a-link.a-button[disabled="disabled"],
.o-buyarea .cta-area .buttongroup .a-link.a-button[disabled="true"],
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers[disabled="true"],
.o-buyarea .cta-area .buttongroup .product-online-dealers[disabled=""],
.o-buyarea .cta-area .buttongroup .product-online-dealers[disabled="disabled"],
.o-buyarea .cta-area .buttongroup .product-online-dealers[disabled="true"],
.o-buyarea .cta-area .js-button-group-wrapper .a-button[disabled=""],
.o-buyarea .cta-area .js-button-group-wrapper .a-button[disabled="disabled"],
.o-buyarea .cta-area .js-button-group-wrapper .a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled="true"],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled=""],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="disabled"],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)[disabled="true"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue[disabled=""],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue[disabled="disabled"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue[disabled="true"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button[disabled=""],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button[disabled="disabled"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button[disabled=""],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button[disabled="disabled"],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary[disabled=""]:not(.a-button),
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="disabled"]:not(.a-button),
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="true"]:not(.a-button),
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="true"],
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-primary[disabled="disabled"],
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-button-primary[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-button-primary[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button[disabled="disabled"]:not(.a-button),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button[disabled=""],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button[disabled="disabled"],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button[disabled="true"],
.o-producttilerebrush .product-cta-area .a-button[disabled=""],
.o-producttilerebrush .product-cta-area .a-button[disabled="disabled"],
.o-producttilerebrush .product-cta-area .a-button[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link[disabled="true"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[disabled="true"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="true"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"][type="submit"] {
  opacity: 0.4;
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-checkout-summary .checkout-continue[disabled=""]:hover,
.m-checkout-summary .checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary .checkout-continue[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled=""]:hover:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled="true"]:hover:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled=""]:hover[type="submit"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"]:hover[type="submit"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled="true"]:hover[type="submit"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-button-primary[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-button-secondary[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain)[disabled="true"]:hover,
.m-form.oidc-registration .a-button-primary[disabled=""]:hover,
.m-form.oidc-registration .a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration .a-button-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-form.oidc-registration .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled=""]:hover:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary[disabled="true"]:hover:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled=""]:hover[type="submit"],
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled="disabled"]:hover[type="submit"],
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button[disabled="true"]:hover[type="submit"],
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:hover:not(.a-button),
.m-myproducttile
  .cta-area
  .a-button.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .a-button.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .a-button.a-button-primary.disableicon[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:not(
    .subscription-details
  ),
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled=""]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled="true"]:hover,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover[type="submit"],
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[type="submit"],
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[type="submit"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary[disabled=""]:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary[disabled="true"]:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link[disabled=""]:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain)[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link[disabled="true"]:hover,
.m-tilenavigation .more-information-link[disabled=""]:hover,
.m-tilenavigation .more-information-link[disabled="disabled"]:hover,
.m-tilenavigation .more-information-link[disabled="true"]:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:hover:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled=""]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled="disabled"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )[disabled="true"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled=""]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )[disabled="disabled"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="true"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain)[disabled=""]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(
    .a-button-plain
  )[disabled="disabled"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(
    .a-button-plain
  )[disabled="true"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled=""]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )[disabled="disabled"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="true"]:hover,
.o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled=""]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled="disabled"]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled="true"]:hover,
.o-alternativeproduct
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .tile-description
  > .a-link.a-link-primary.a-button[disabled="disabled"]:hover:not(.a-button),
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea .cta-area .add-to-basket[disabled=""]:hover,
.o-buyarea .cta-area .add-to-basket[disabled="disabled"]:hover,
.o-buyarea .cta-area .add-to-basket[disabled="true"]:hover,
.o-buyarea .cta-area .buttongroup .a-link.a-button[disabled=""]:hover,
.o-buyarea .cta-area .buttongroup .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea .cta-area .buttongroup .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers[disabled="true"]:hover,
.o-buyarea .cta-area .buttongroup .product-online-dealers[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers[disabled="true"]:hover,
.o-buyarea .cta-area .js-button-group-wrapper .a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-button[disabled="disabled"]:hover,
.o-buyarea .cta-area .js-button-group-wrapper .a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled=""]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain)[disabled="true"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue[disabled=""]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue[disabled="true"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button[disabled=""]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button[disabled="disabled"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary[disabled="true"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-primary[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-button-primary[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button[disabled="disabled"]:hover:not(.a-button),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button[disabled=""]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button[disabled="true"]:hover,
.o-producttilerebrush .product-cta-area .a-button[disabled=""]:hover,
.o-producttilerebrush .product-cta-area .a-button[disabled="disabled"]:hover,
.o-producttilerebrush .product-cta-area .a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain)[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain)[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain)[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain)[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link[disabled="true"]:hover,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[type="submit"] {
  opacity: 0.4;
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):active,
#pl-returns-plugin .pl-style-compact .pl-button:not(.a-button-plain):active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain):active,
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link:active,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link:active,
.m-checkout-summary .checkout-continue:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.oidc-registration
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:active:not(.subscription-details),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button:active[type="submit"],
.m-collapsableprocess .g-col .m-form .form-actions .a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .form-actions
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-collapsableprocess
  .g-col
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  a.a-link-primary.a-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button:active,
.m-form-actions .form-action-save-quote .a-button.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link:active,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link:active,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link:not(.a-button-plain):active,
.m-form.oidc-registration .a-button-primary:active,
.m-form.oidc-registration .a-link-primary.a-button.a-button-link:active,
.m-form.oidc-registration .a-link-primary.a-button.a-link:active,
.m-form.oidc-registration
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-form.oidc-registration
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:active:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-parallax
  .parallax-container
  .content
  .cta-container
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .head-container
  .add-product
  a.a-link.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  a.a-link-primary.a-button:active,
.m-form.oidc-registration .m-termsconditions a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  a.a-link-primary.a-button:active[type="submit"],
.m-form.oidc-registration
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:active:not(.a-button),
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link:active,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-link:active,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary:active,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary:active,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link:active,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-form.oidc-registration
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:active:not(.subscription-details),
.m-oney-widget-section
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:active,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.oney-widget-link:active[type="submit"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active:not(.subscription-details),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link:active,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button:not(.a-button-plain):active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-button:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link:active,
.m-tilenavigation .more-information-link:active,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:active:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary:not(.a-button-plain):active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain):active,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:active,
.o-alternativeproduct
  .o-myproducts-rebrush
  .head-container
  .add-product
  .tile-description
  > .a-link.a-button.a-link-primary:active:not(.a-button),
.o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:active,
.o-buyarea .cta-area .add-to-basket:active,
.o-buyarea .cta-area .buttongroup .a-link.a-button:active,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers:active,
.o-buyarea .cta-area .buttongroup .product-online-dealers:active,
.o-buyarea .cta-area .js-button-group-wrapper .a-button:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link.a-button:active,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button:not(.a-button-plain):active,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-button-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary.a-button-link:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary:active:not(.a-button),
.o-myproducts-rebrush
  .head-container
  .add-product
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:active,
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link:active,
.o-orderpurchasedetail .m-orderpurchaseitem .a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button:active,
.o-producttilerebrush .product-cta-area .a-button:active,
.o-review .m-form .form-actions .form-action button:not(.a-button-plain):active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button:not(.a-button-plain):active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:not(.a-button-plain):active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:not(.a-button-plain):active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.oidc-registration
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain):active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link.a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain):active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button:not(.a-button-plain):active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain):active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button:not(.a-button-plain):active[data-popover-id],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .more-information-link:active,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-link:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[type="submit"] {
  color: #000;
}
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .no-touchevents
  .pl-button.pl-button--primary:hover,
#pl-returns-plugin .pl-space-top--double .pl-button.pl-button--primary:active,
#pl-returns-plugin .pl-space-top--double .pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin .pl-style-compact .no-touchevents .pl-button--primary:hover,
#pl-returns-plugin .pl-style-compact .no-touchevents .pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin .pl-style-compact .pl-button--primary:active,
#pl-returns-plugin .pl-style-compact .pl-button--primary:hover,
#pl-returns-plugin .pl-style-compact .pl-button:active,
#pl-returns-plugin .pl-style-compact .pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button:active,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button:hover,
.gigya-screen.gigya-screen .cdc-form-button-submit .gigya-input-submit:active,
.gigya-screen.gigya-screen .cdc-form-button-submit .gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .no-touchevents
  .gigya-input-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .no-touchevents
  .confirm:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  button.a-button.a-link-primary.oney-widget-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .m-comparetableHeader__button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:active:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form.cart .form-actions .form-action-primary .a-button-primary.a-link:active,
.m-form.cart .form-actions .form-action-primary .a-button-primary.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-primary.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-popover .m-youtubeconsentpopover .a-button-primary:active,
.m-popover .m-youtubeconsentpopover .a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:active,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link:active,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover .m-youtubeconsentpopover .no-touchevents .a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:active:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  button.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link.a-button.js-onlinedealer-action.wtb:hover,
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-secondary.a-button-link:hover,
.m-scrollytellingchapter .text-block .list-unstyled .a-link.a-button:active,
.m-scrollytellingchapter .text-block .list-unstyled .a-link.a-button:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .no-touchevents
  .a-link.a-button:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .no-touchevents
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .no-touchevents
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-primary.a-link.a-button:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents #pl-returns-plugin .pl-style-compact .pl-button--primary:hover,
.no-touchevents #pl-returns-plugin .pl-style-compact .pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm:hover,
.no-touchevents
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents .m-popover .m-youtubeconsentpopover .a-button-primary:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link.a-button:hover,
.no-touchevents
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents .o-buyarea .cta-area .buttongroup .a-link.a-button.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutconfirmation
  .m-checkout-summary
  .checkout-continue:hover,
.no-touchevents
  .o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button:hover,
.no-touchevents
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky:active,
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky:hover,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers.sticky:active,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea .cta-area .buttongroup .no-touchevents .a-link.a-button.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky:active,
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutconfirmation .m-checkout-summary .checkout-continue:active,
.o-checkoutconfirmation .m-checkout-summary .checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .no-touchevents
  .checkout-continue:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .no-touchevents
  .a-button:hover,
.o-checkoutdelivery form.m-form .form-actions .a-button.a-button-primary:active,
.o-checkoutdelivery form.m-form .form-actions .a-button.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  button.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:active:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.o-review .m-form .form-actions .form-action button.a-button-primary:active,
.o-review .m-form .form-actions .form-action button.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:active:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .no-touchevents
  .a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .no-touchevents
  .m-carousel
  > .a-link.a-button.carousel-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover {
  -webkit-tap-highlight-color: #2b2f43;
}
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button.a-button-link:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
.m-popover .m-youtubeconsentpopover .a-link-download.a-button-primary,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link.a-link-primary.a-button.a-button-link:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-buyarea .cta-area .buttongroup .a-link-download.a-link.a-button.sticky,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button,
.o-checkoutconfirmation .m-checkout-summary .a-link-download.checkout-continue,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .no-touchevents
  .a-link-download.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button--primary:active,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button--primary:hover,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button:active,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-download.pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.pl-button:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .no-touchevents
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-download.gigya-input-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .no-touchevents
  .a-link-download.confirm:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  button.a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-download.a-button.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-download.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-download.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-download.m-comparetableHeader__button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-primary.a-link-download.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-popover .m-youtubeconsentpopover .a-link-download.a-button-primary:active,
.m-popover .m-youtubeconsentpopover .a-link-download.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link-download.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button:active,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link.a-button:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .no-touchevents
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-primary.a-link-download.a-link.a-button:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm:hover,
.no-touchevents
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button:hover,
.no-touchevents
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue:hover,
.no-touchevents
  .o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button:hover,
.no-touchevents
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:hover:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky:active,
.o-buyarea .cta-area .buttongroup .a-link-download.a-link.a-button.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-download.a-link.a-button.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-download.a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-download.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .no-touchevents
  .a-link-download.checkout-continue:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .no-touchevents
  .a-link-download.a-button:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-button:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary.a-link-download:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-download:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary.a-link-download:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-download:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary.a-link-download:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-download:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-download.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:active:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link-download.a-link.a-link-primary.a-button:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .no-touchevents
  .a-link-download.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .no-touchevents
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-download.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:hover:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button--primary:active,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:active,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:active,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-popover .m-youtubeconsentpopover .a-link-download.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:active:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:active,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button:active,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:active:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:active:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active {
  color: #000;
}
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="true"],
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled="true"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm[disabled=""],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm[disabled="disabled"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm[disabled="true"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled=""],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled="disabled"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled=""],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="true"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled=""],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="true"],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled=""],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"],
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled=""],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary[disabled="true"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="true"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button[disabled="true"]:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb[disabled=""],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb[disabled="disabled"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb[disabled="true"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button[disabled=""],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button[disabled="disabled"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button[disabled="true"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue[disabled=""],
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue[disabled="disabled"],
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue[disabled="true"],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button[disabled=""],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button[disabled="disabled"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button[disabled="true"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button[disabled=""],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button[disabled="disabled"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled=""],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="disabled"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled=""]:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="disabled"]:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="true"]:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="true"]:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm[disabled=""]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm[disabled="disabled"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm[disabled="true"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled=""]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled="disabled"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="true"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button[disabled="true"]:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button[disabled=""]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button[disabled="disabled"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button[disabled="true"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue[disabled=""]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue[disabled="disabled"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue[disabled="true"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button[disabled=""]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button[disabled="disabled"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button[disabled="true"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled=""]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled=""]:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="disabled"]:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="true"]:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link[disabled="true"]:hover:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:before,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:before,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button--primary:before,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):before,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):before,
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:before,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):before,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):before,
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):before,
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):before,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:before,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:before,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:before,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:before,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:before,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:before,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:before,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:before,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:before,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:before,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:before,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:before,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:before,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:before,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:before,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button.a-button-link:not(
    .a-button-plain
  ):last-child:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:before,
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  )[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):before,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:before,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:before,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:before,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:before,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:before,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:before,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:before,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ):before,
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:before,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-popover .m-youtubeconsentpopover .a-link-download.a-button-primary:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:before,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:before,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:before,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:last-child:before,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child:before,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link.a-link-primary.a-button.a-button-link:not(
    .a-button-plain
  ):last-child:before,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child:before,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:last-child:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ):before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:before,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:before,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button:before,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:before,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:before,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:not(.a-button-plain):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:not(
    .a-button-plain
  ):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ):before,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:before,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:before,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  )[data-popover-id]:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):not(.a-button):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:not(.a-button-plain):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(.a-button-plain):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):before,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):before,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):before,
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):not(.a-button):before,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):before,
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):before,
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky:before,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:before,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:before,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:before,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:before,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue:before,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:before,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button:before,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button:before,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:before,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:before,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:before,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):before,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:before,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:before,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:before,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:before,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:before,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:before,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:before,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ):before,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):before,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link:before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:before,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:before,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:before,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):before,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:before,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before {
  color: #000;
  display: block;
  margin: 0;
}
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .a-link-download.pl-button--primary:hover:before,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button:active:before,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button:focus:before,
#pl-returns-plugin .pl-style-compact .a-link-download.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):active:before,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):focus:before,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):hover:before,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):active:before,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):focus:before,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):hover:before,
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):active:before,
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):focus:before,
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):hover:before,
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):active:before,
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):focus:before,
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):hover:before,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:hover:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:active:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:focus:before,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:hover:before,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active:before,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:focus:before,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover:before,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active:before,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:focus:before,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover:before,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active:before,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:focus:before,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover:before,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active:before,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:focus:before,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:focus:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:focus:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover:before,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:active:before,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:focus:before,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-download.gigya-input-submit:hover:before,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:active:before,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:focus:before,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-download.gigya-input-submit:hover:before,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active:before,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:focus:before,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover:before,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active:before,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:focus:before,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover:before,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active:before,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:focus:before,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover:before,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active:before,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:focus:before,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm:active:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm:focus:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.confirm:hover:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:active:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:focus:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:hover:before,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link:active:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary:active:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary:focus:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-button-primary:hover:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:active:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active:before,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:focus:before,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover:before,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active:before,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:focus:before,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover:before,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active:before,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:focus:before,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover:before,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:active:before,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:focus:before,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.m-comparetableHeader__button:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  )[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  )[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  )[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:hover:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link-download.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary:active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary:focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-button-primary:hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:focus:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:focus:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:focus:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:focus:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:active:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:focus:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-button-primary:hover:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:active:before,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active:before,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:focus:before,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover:before,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active:before,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:focus:before,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active:before,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:focus:before,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover:before,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active:before,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:focus:before,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover:before,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:active:before,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:focus:before,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.oney-widget-link:hover:before,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:active:before,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:focus:before,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active:before,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:focus:before,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:before,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ):active:before,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ):focus:before,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ):hover:before,
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active:before,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:focus:before,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover:before,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active:before,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:focus:before,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):active:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):focus:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):hover:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):active:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):focus:before,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):hover:before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary:active:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary:focus:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-button-primary:hover:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary:active:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-button-primary:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active:before,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active:before,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:last-child:active:before,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:last-child:focus:before,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-button-primary:last-child:hover:before,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child:active:before,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child:focus:before,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child:hover:before,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child:active:before,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child:focus:before,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child:hover:before,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:last-child:active:before,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:last-child:focus:before,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button:last-child:hover:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ):active:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ):focus:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ):hover:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary:active:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary:focus:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-button-primary:hover:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:active:before,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:focus:before,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link.a-button.js-onlinedealer-action.wtb:hover:before,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active:before,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:focus:before,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-primary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-button-secondary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-button-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-primary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-button-secondary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-button-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button:active:before,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button:focus:before,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link.a-button:hover:before,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:focus:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:focus:before,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover:before,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:focus:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:focus:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover:before,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:not(.a-button-plain):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:not(.a-button-plain):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-link-download.a-button:not(.a-button-plain):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:not(
    .a-button-plain
  ):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:not(
    .a-button-plain
  ):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link:not(
    .a-button-plain
  ):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:not(.a-button-plain):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:not(
    .a-button-plain
  ):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.confirm:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ):active:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ):focus:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ):hover:before,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active:before,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:focus:before,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover:before,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active:before,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:focus:before,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover:before,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  )[data-popover-id]:active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  )[data-popover-id]:focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  )[data-popover-id]:hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):not(.a-button):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):not(.a-button):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):not(.a-button):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link-download.a-link.a-button:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):not(.a-button):active:before,
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):not(.a-button):focus:before,
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):not(.a-button):hover:before,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky:active:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky:focus:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.a-button.sticky:hover:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky:active:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky:focus:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link.product-online-dealers.sticky:hover:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky:active:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky:focus:before,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.product-online-dealers.sticky:hover:before,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:active:before,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:focus:before,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.sticky:hover:before,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active:before,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:focus:before,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover:before,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active:before,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:focus:before,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-link-download.a-button:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active:before,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:focus:before,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover:before,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active:before,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:focus:before,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover:before,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue:active:before,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue:focus:before,
.o-checkoutconfirmation
  .m-checkout-summary
  .a-link-download.checkout-continue:hover:before,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active:before,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:focus:before,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover:before,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button:active:before,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button:focus:before,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-download.a-button:hover:before,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary:active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary:focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-button-primary:hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button:active:before,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button:focus:before,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-download.a-button:hover:before,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active:before,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:focus:before,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:active:before,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active:before,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active:before,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:active:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:active:before,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.form-button:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:focus:before,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover:before,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:active:before,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:focus:before,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:hover:before,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:focus:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover:before,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active:before,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:focus:before,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:focus:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:focus:before,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:focus:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:active:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:focus:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary.a-link-download:hover:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:focus:before,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover:before,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:active:before,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:focus:before,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-download:hover:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ):active:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ):focus:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ):hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-download.pl-button.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id]:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button[data-popover-id]:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:not(
    .a-button
  ):hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.pl-button:not(
    .a-button
  ):hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ):hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ):hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button--primary:hover:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:active:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:focus:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-download.a-link-primary.a-button.a-button-link.pl-button:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button--primary:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.a-link.pl-button:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-download.a-link.a-link-primary.a-button:last-child:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button--primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-download.a-link-primary.a-button.pl-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-download.a-link.a-button.carousel-link:hover:before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-download.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-link-download.a-button[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:active:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:focus:before,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:hover:before,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:active:before,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:focus:before,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link.carousel-link:hover:before,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active:before,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:focus:before,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover:before,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:active:before,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:focus:before,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.more-information-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ):hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button
  ):hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link-download.a-link:not(.a-button):hover:before,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:active:before,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:focus:before,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:hover:before,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:active:before,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:focus:before,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"]:hover:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before {
  color: #fff;
}
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
#pl-returns-plugin .pl-space-top--double .pl-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin .pl-style-compact .a-link-primary.a-button.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:not(.a-button-plain),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:not(.a-button-plain),
#pl-returns-plugin .pl-style-compact .pl-button,
#pl-returns-plugin .pl-style-compact .pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary,
.gigya-screen.gigya-screen .cdc-form-button-submit .gigya-input-submit,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen .gigya-composite-control-submit .gigya-input-submit,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit,
.gigya-screen.gigya-screen.portrait .cdc-form-button-submit .gigya-input-submit,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:last-child:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-form.cart .form-actions .form-action-primary .a-button-primary.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link,
.m-form.cart .form-actions .form-action-primary .a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary.a-button-link,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  button.a-button.a-link-primary.a-button-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary.a-button-link,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  button.a-button.a-link-primary.a-button-link,
.m-popover .m-youtubeconsentpopover .a-button-primary,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-button-link,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .m-youtubeconsentpopover
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-popover
  .m-youtubeconsentpopover
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-popover .m-youtubeconsentpopover a.a-link-primary.a-button.a-button-link,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:last-child:not(.a-button-plain),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ),
.m-productitem .content-wrap .content-right .actions .a-button.a-button-primary,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  button.a-button.a-link-primary.a-button-link,
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb,
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-primary.a-button-link,
.m-scrollytellingchapter .text-block .list-unstyled .a-link.a-button,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button):not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-popover
  .m-youtubeconsentpopover
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers.sticky,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button,
.o-checkoutconfirmation .m-checkout-summary .checkout-continue,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link,
.o-checkoutdelivery form.m-form .form-actions .a-button.a-button-primary,
.o-checkoutdelivery form.m-form .form-actions .a-button.a-link-primary.a-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary.a-button-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  button.a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link,
.o-review .m-form .form-actions .form-action button.a-button-primary,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link,
.o-review .m-form .form-row .m-forminput.m-forminput-bv-picture-upload button,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:not(.a-button-plain),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.pl-button--primary.a-link.a-button-primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.pl-button.a-link.a-button-primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:not(.a-button-plain),
.parcellab-return-process.parcellab-return-process .pl-style-compact .pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link {
  min-height: 50px;
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .no-touchevents
  .pl-button.pl-button--primary:hover,
#pl-returns-plugin .pl-space-top--double .pl-button.pl-button--primary:active,
#pl-returns-plugin .pl-space-top--double .pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin .pl-style-compact .no-touchevents .pl-button--primary:hover,
#pl-returns-plugin .pl-style-compact .no-touchevents .pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin .pl-style-compact .pl-button--primary:active,
#pl-returns-plugin .pl-style-compact .pl-button--primary:hover,
#pl-returns-plugin .pl-style-compact .pl-button:active,
#pl-returns-plugin .pl-style-compact .pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button:active,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button:hover,
.gigya-screen.gigya-screen .cdc-form-button-submit .gigya-input-submit:active,
.gigya-screen.gigya-screen .cdc-form-button-submit .gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .no-touchevents
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .no-touchevents
  .gigya-input-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .no-touchevents
  .confirm:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  button.a-button.a-link-primary.oney-widget-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .m-comparetableHeader__button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:active:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form.cart .form-actions .form-action-primary .a-button-primary.a-link:active,
.m-form.cart .form-actions .form-action-primary .a-button-primary.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-primary.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary.a-button-link:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-popover .m-youtubeconsentpopover .a-button-primary:active,
.m-popover .m-youtubeconsentpopover .a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:active,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link:active,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover .m-youtubeconsentpopover .no-touchevents .a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:active:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  button.a-button.a-link-primary.a-button-link:hover,
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link.a-button.js-onlinedealer-action.wtb:hover,
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-secondary.a-button-link:hover,
.m-scrollytellingchapter .text-block .list-unstyled .a-link.a-button:active,
.m-scrollytellingchapter .text-block .list-unstyled .a-link.a-button:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .no-touchevents
  .a-link.a-button:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .no-touchevents
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .no-touchevents
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-primary.a-link.a-button:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents #pl-returns-plugin .pl-style-compact .pl-button--primary:hover,
.no-touchevents #pl-returns-plugin .pl-style-compact .pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm:hover,
.no-touchevents
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents .m-popover .m-youtubeconsentpopover .a-button-primary:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:hover:last-child:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link.a-button:hover,
.no-touchevents
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents .o-buyarea .cta-area .buttongroup .a-link.a-button.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutconfirmation
  .m-checkout-summary
  .checkout-continue:hover,
.no-touchevents
  .o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button:hover,
.no-touchevents
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:hover:last-child,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky:active,
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky:hover,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers.sticky:active,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea .cta-area .buttongroup .no-touchevents .a-link.a-button.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky:active,
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-primary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutconfirmation .m-checkout-summary .checkout-continue:active,
.o-checkoutconfirmation .m-checkout-summary .checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .no-touchevents
  .checkout-continue:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .no-touchevents
  .a-button:hover,
.o-checkoutdelivery form.m-form .form-actions .a-button.a-button-primary:active,
.o-checkoutdelivery form.m-form .form-actions .a-button.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  button.a-button.a-link-primary.a-button-link:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:active:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.o-review .m-form .form-actions .form-action button.a-button-primary:active,
.o-review .m-form .form-actions .form-action button.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-primary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:active:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-primary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .no-touchevents
  .a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-primary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  button.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .no-touchevents
  .m-carousel
  > .a-link.a-button.carousel-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link:hover,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin .pl-space-top--double .pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin .pl-style-compact .pl-button--primary:active,
#pl-returns-plugin .pl-style-compact .pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button:active,
.gigya-screen.gigya-screen .cdc-form-button-submit .gigya-input-submit:active,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:active:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form.cart .form-actions .form-action-primary .a-button-primary.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary:active,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link:active,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-popover .m-youtubeconsentpopover .a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:active,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:active:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:active:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-scrollytellingchapter .text-block .list-unstyled .a-link.a-button:active,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky:active,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutconfirmation .m-checkout-summary .checkout-continue:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-checkoutdelivery form.m-form .form-actions .a-button.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link:active[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:active:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review .m-form .form-actions .form-action button.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary:active:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button:active:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:active:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active {
  color: #000;
}
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled=""]:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="true"]:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin .pl-style-compact .pl-button--primary[disabled=""],
#pl-returns-plugin .pl-style-compact .pl-button--primary[disabled="disabled"],
#pl-returns-plugin .pl-style-compact .pl-button--primary[disabled="true"],
#pl-returns-plugin .pl-style-compact .pl-button[disabled=""],
#pl-returns-plugin .pl-style-compact .pl-button[disabled="disabled"],
#pl-returns-plugin .pl-style-compact .pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled="true"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm[disabled=""],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm[disabled="disabled"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm[disabled="true"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled=""],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled="disabled"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled="true"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled=""],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="true"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled=""],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="true"],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled=""],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:last-child:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .m-productitem
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"],
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-myproductdatainputfield
  .promotion-category
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"],
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled=""]:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled=""],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-popover .m-youtubeconsentpopover .a-button-primary[disabled=""],
.m-popover .m-youtubeconsentpopover .a-button-primary[disabled="disabled"],
.m-popover .m-youtubeconsentpopover .a-button-primary[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary[disabled="true"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled="true"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:last-child:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled="true"]:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .content-right
  .actions
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-productitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb[disabled=""],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb[disabled="disabled"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb[disabled="true"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link.a-button[disabled=""],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link.a-button[disabled="disabled"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link.a-button[disabled="true"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button[disabled=""]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button[disabled="disabled"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button[disabled="true"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled=""]:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled=""]:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="true"]:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky[disabled=""],
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky[disabled="disabled"],
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-checkoutconfirmation .m-checkout-summary .checkout-continue[disabled=""],
.o-checkoutconfirmation
  .m-checkout-summary
  .checkout-continue[disabled="disabled"],
.o-checkoutconfirmation .m-checkout-summary .checkout-continue[disabled="true"],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button[disabled=""],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button[disabled="disabled"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button[disabled="true"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-button-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-button-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-button-primary[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button[disabled=""],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button[disabled="disabled"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled=""],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="disabled"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled=""]:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="true"]:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled=""]:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled="disabled"]:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled="true"]:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-myproductdatainputfield
  .m-layer.overlay
  .m-form
  .form-actions
  .form-action.form-action-primary
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled=""]:hover:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin .pl-style-compact .pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin .pl-style-compact .pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin .pl-style-compact .pl-button[disabled=""]:hover,
#pl-returns-plugin .pl-style-compact .pl-button[disabled="disabled"]:hover,
#pl-returns-plugin .pl-style-compact .pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .gigya-input-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm[disabled=""]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm[disabled="disabled"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm[disabled="true"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled=""]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled="disabled"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-button-primary[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-primary.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-button-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-button-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .form-actions
  .form-action.form-action-primary
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action.form-action-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-button-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover .m-youtubeconsentpopover .a-button-primary[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-button-primary[disabled="disabled"]:hover,
.m-popover .m-youtubeconsentpopover .a-button-primary[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled="true"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled="true"]:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-button-primary[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link.a-button[disabled=""]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link.a-button[disabled="disabled"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link.a-button[disabled="true"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-primary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-primary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-primary.a-button.a-button-link.a-link.confirm[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-primary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-primary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button[disabled=""]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-primary.a-link.a-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.a-button.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.a-button.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .a-link.product-online-dealers.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .product-online-dealers.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-primary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .checkout-continue[disabled=""]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .checkout-continue[disabled="disabled"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .checkout-continue[disabled="true"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button[disabled=""]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button[disabled="disabled"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button[disabled="true"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-primary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled=""]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-primary[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled=""]:hover:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.pl-button.a-link[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-primary.a-button.a-link.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled=""]:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled="disabled"]:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button[disabled="true"]:hover:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-primary.a-button.pl-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  > .a-link.a-button.carousel-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-primary.a-button.a-button-link.a-link.carousel-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap.teaser-wrap
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
#pl-returns-plugin .pl-style-compact .a-button-secondary.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:hover:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .no-touchevents
  .a-button:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .no-touchevents
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .no-touchevents
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .no-touchevents
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .no-touchevents
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .no-touchevents
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.o-review .m-form .form-actions .form-action button.a-button-secondary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-button-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover {
  background-color: transparent;
  border: 1px solid #007a7a;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
  color: #007a7a;
}
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
#pl-returns-plugin .pl-style-compact .a-button-secondary.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:active:not(
    .a-button-plain
  ),
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:active:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:active:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link:active,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:active:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:active:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:active:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:active:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:active:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:active:not(
    .a-button-plain
  ),
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link:active[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review .m-form .form-actions .form-action button.a-button-secondary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled=""]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="disabled"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled=""]:hover:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled="true"]:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled=""]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="disabled"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="true"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:hover:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.4;
}
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:not(.a-button-plain),
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
#pl-returns-plugin .pl-style-compact .a-button-secondary.pl-button,
#pl-returns-plugin .pl-style-compact .a-button-secondary.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:not(.a-button),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:not(.a-button-plain),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:not(
    .a-button-plain
  ),
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[data-popover-id],
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-form.cart .form-actions .form-action-primary .a-button-secondary.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:not(.a-button-plain),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link,
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary.additional-technical-info:not(
    .a-button-plain
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary.additional-technical-info:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:not(
    .a-button-plain
  ),
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link,
.o-review .m-form .form-actions .form-action button.a-button-secondary,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:not(.a-button-plain),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary.a-link.a-button-primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.pl-button.a-link.a-button-primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:not(.a-button),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link,
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary {
  background: 0 0;
  border: 1px solid #3cc8be;
  color: #3cc8be;
}
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
#pl-returns-plugin .pl-style-compact .a-button-secondary.pl-button:active,
#pl-returns-plugin .pl-style-compact .a-button-secondary.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button.a-link:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm:active,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:active:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:active:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:active:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:active:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:active:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:active:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:hover:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .no-touchevents
  .a-button:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary.a-button:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .no-touchevents
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:active:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  .no-touchevents
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .no-touchevents
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .no-touchevents
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .no-touchevents
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:last-child,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain):not(
    .a-button
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  .o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.no-touchevents
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.sticky:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:active:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .no-touchevents
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.form-button:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:active:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:hover:not(
    .a-button-plain
  ),
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link:active[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.o-review .m-form .form-actions .form-action button.a-button-secondary:active,
.o-review .m-form .form-actions .form-action button.a-button-secondary:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.pl-button.a-link:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button--primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.a-link.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button--primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-link-secondary.a-button.pl-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary.a-button:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .no-touchevents
  button.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-button-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover[type="submit"],
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover {
  background: 0 0;
  border: 1px solid #3cc8be;
  -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
  box-shadow: inset 0 0 0 1px #3cc8be;
  color: #3cc8be;
}
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
#pl-returns-plugin .pl-style-compact .a-button-secondary.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:active:not(
    .a-button-plain
  ),
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:active:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:active:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link:active,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link:active,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:active:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:active:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:active:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:active:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:active:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout:active:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit:active,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon:active,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button:active,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button:active:not(
    .a-button-plain
  ),
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link:active[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review .m-form .form-actions .form-action button.a-button-secondary:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button:active:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button:active[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button:active:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button:active:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[type="submit"],
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"],
#pl-returns-plugin .pl-style-compact .a-button-secondary.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled=""],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="disabled"],
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled=""]:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="true"]:not(
    .a-button-plain
  ),
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled=""]:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="true"]:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled=""]:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="true"]:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:not(.a-button-plain),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled=""]:not(.a-button-plain),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled=""]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled=""]:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="true"]:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled=""]:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled="disabled"]:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled="true"]:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled=""]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="true"]:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled=""]:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="true"]:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""],
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled=""]:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"][data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled=""]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="disabled"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="true"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][type="submit"],
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"] {
  opacity: 0.4;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.4;
}
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.location-selector-layout
  .m-locationselectorlayout
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled=""]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="disabled"]:hover,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-dealerteaser
  p
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form.cart
  .form-actions
  .form-action-primary
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-helpfulnessvoting
  .m-helpful-button-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.m-oney-widget-section
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover.add-to-download-basket
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover[data-id="footerFunctionsSharePopover"]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled=""]:hover:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button[disabled="true"]:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .cdc-form-button-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .gigya-screen.gigya-screen.portrait
  .gigya-composite-control-submit
  .a-link-secondary.a-button.a-button-link.a-link.gigya-input-submit[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .a-link-secondary.a-button.a-button-link.a-link.confirm[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-link-secondary.a-button.a-button-link.a-link.m-comparetableHeader__button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link.js-onlinedealer-action.wtb[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutconfirmation
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery
  form.m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  a.a-link.a-button.a-link-primary.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  a.a-link.a-button.a-link-primary.a-button-link.add-to-basket[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-dealerteaser
  p
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-negative-feedback[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-helpfulnessvoting
  .m-helpful-button-container
  a.a-link.a-button.a-link-primary.a-button-link.js-positive-feedback[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover
  .popover-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover.add-to-download-basket
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.report-popover-btn.js-review-reported[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  a.a-link.a-button.a-link-primary.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.a-link-inline.dl[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-signin.signin_ciam
  .form-actions
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link-secondary.a-button.a-button-link.a-link.js-agree-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.js-cancel-terms-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-productlistmodule
  .button-wrapper
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  #pl-returns-plugin
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-form.cart
  .form-actions
  .form-action-primary
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-alternativeproduct
  .o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-review
  .m-form
  .form-actions
  .form-action
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.sticky[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  a.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.instant-checkout[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-checkoutconfirmation
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery
  form.m-form
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-checkoutdelivery-wop
  .checkoutdelivery-login
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .head-container
  .add-product
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  #pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .location-selector-layout
  .m-locationselectorlayout
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.location-submit[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-collapsableprocess
  .g-col
  .m-form
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-layer.m-tilenavigation-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary.disableicon[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .subscription-details
  ),
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchfield.m-searchfield-sparepart
  .searchinput
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-tertiary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-tilenavigation
  + .m-layer
  .m-contenttextmedia.m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .o-buyarea
  .cta-area
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.a-button-primary.add-to-basket
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.add-to-basket[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link.product-online-dealers[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .buttongroup
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .js-button-group-wrapper
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.add-to-basket.a-link-primary.a-button-link[data-popover-id]
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.add-to-basket.a-link-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-oney-widget-section
  .a-button.add-to-basket.a-link-primary.oney-widget-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-popover
  .popover-content
  .a-button.add-to-basket.a-link-primary.a-button-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.add-to-basket.a-link-primary.a-button-link.a-link.a-button-primary
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.add-to-basket.a-link-primary.a-link:not(.a-button)
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-buyarea
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.add-to-basket.a-link-primary.a-link
  + .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link-secondary.a-button.a-button-link.a-link.checkout-continue[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-button-link.a-link.form-button[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-checkoutdelivery-wop
  .checkoutdelivery-login
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .head-container
  .add-product
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-producttilerebrush
  .product-cta-area
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  body.pagetype-category-page
  #content
  .m-tilenavigation
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
.o-myproducts
  > .myproducts-controls
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-productlistmodule
  .button-wrapper
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.productlistmodule-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttilerebrush
  .product-cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttilerebrush
  .product-cta-area
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-popover
  .popover-content
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  .o-myproducts
  > .myproducts-controls
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.reset-filter-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled=""]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button--primary[disabled="true"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled=""]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="disabled"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.pl-button[disabled="true"]:hover:not(
    .a-button
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button--primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled=""]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.pl-button[disabled="true"]:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  a.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  button.a-link-secondary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button--primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  #pl-returns-plugin
  .pl-style-compact
  .a-link-secondary.a-button.a-link.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button--primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-link-secondary.a-button.pl-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:nth-last-child(2)
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link-secondary.a-button.a-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled=""]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="disabled"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="true"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  > .a-link-secondary.a-button.a-button-link.a-link.carousel-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-tilenavigation
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.more-information-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-2
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100).teaser-200-4
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[type="submit"],
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[type="submit"],
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled=""]:hover:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-searchresultcontentsection
  > a.a-link.a-button.a-link-primary.a-button-link.pagination-loadmore[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.4;
}
#pl-returns-plugin .pl-style-compact .a-button-secondary-plusIcon.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link,
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button,
.o-review .m-form .form-actions .form-action button.a-button-secondary-plusIcon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 17px !important;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-plusIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-plusIcon.pl-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary-plusIcon.a-link:hover,
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary-plusIcon.a-button:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link:hover,
.no-touchevents
  .m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary-plusIcon.a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary-plusIcon:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-plusIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-plusIcon.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary-plusIcon.a-button:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .no-touchevents
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled="true"]:hover,
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link:before,
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button:before,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button:before,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-plusIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-plusIcon.pl-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary-plusIcon.a-link:hover,
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary-plusIcon.a-button:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link:hover,
.no-touchevents
  .m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary-plusIcon.a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary-plusIcon:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-plusIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-plusIcon.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary-plusIcon.a-button:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .no-touchevents
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled="true"],
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled="true"],
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""],
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""],
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"],
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""],
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"] {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-plusIcon.a-link[disabled="true"]:hover,
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-pressteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-plusIcon.a-button[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-pressteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-plusIcon.a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-plusIcon[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-plusIcon.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-plusIcon.a-button[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-pressteaser
  .m-multioptionbutton.m-multioptionbutton
  .a-button[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #7b89a1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7b89a1;
}
#pl-returns-plugin .pl-style-compact .a-button-plusIcon.pl-button,
#pl-returns-plugin .pl-style-compact .a-button-plusIcon.pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-form.cart .form-actions .form-action-primary .a-button-plusIcon.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button,
.o-review .m-form .form-actions .form-action button.a-button-plusIcon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 0 !important;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:before,
#pl-returns-plugin .pl-style-compact .a-button-plusIcon.pl-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button:before,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button:before,
.o-review .m-form .form-actions .form-action button.a-button-plusIcon:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:before {
  display: none;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:after,
#pl-returns-plugin .pl-style-compact .a-button-plusIcon.pl-button:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):after,
.m-form.cart .form-actions .form-action-primary .a-button-plusIcon.a-link:after,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button:after,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ):after,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain):after,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button:after,
.o-review .m-form .form-actions .form-action button.a-button-plusIcon:after,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:after,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:not(.a-button-plain):after,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button:after,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:after,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:after,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:after {
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #3cc8be;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: 17px;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:hover,
#pl-returns-plugin .pl-style-compact .a-button-plusIcon.pl-button:active,
#pl-returns-plugin .pl-style-compact .a-button-plusIcon.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-plusIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-plusIcon.pl-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link:active,
.m-form.cart .form-actions .form-action-primary .a-button-plusIcon.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-plusIcon.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-plusIcon.a-button:hover,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-plusIcon:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-plusIcon.a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-plusIcon:hover,
.o-review .m-form .form-actions .form-action button.a-button-plusIcon:active,
.o-review .m-form .form-actions .form-action button.a-button-plusIcon:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-plusIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-plusIcon.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-plusIcon.a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .no-touchevents
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .no-touchevents
  .a-button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled="true"],
#pl-returns-plugin .pl-style-compact .a-button-plusIcon.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button[disabled="true"],
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-plusIcon.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-plusIcon[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-plusIcon[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-plusIcon[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"] {
  background: 0 0;
  border: none;
  color: #c2c2c2;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-plusIcon.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-plusIcon.a-button[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-plusIcon.a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-plusIcon[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-plusIcon[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-plusIcon[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-plusIcon.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-plusIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-plusIcon.a-button[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"]:hover {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c2c2c2;
}
#pl-returns-plugin .pl-style-compact .a-button-secondary-downloadIcon.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 17px !important;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-downloadIcon.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary-downloadIcon.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary-downloadIcon.a-button:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary-downloadIcon.a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary-downloadIcon:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-downloadIcon.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary-downloadIcon.a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:before,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ):before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button:before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ):before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-downloadIcon.pl-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary-downloadIcon.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary-downloadIcon.a-button:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary-downloadIcon.a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary-downloadIcon:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-downloadIcon.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary-downloadIcon.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary-downloadIcon.a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled="true"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"] {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary-downloadIcon.a-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary-downloadIcon.a-button[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary-downloadIcon.a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary-downloadIcon[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary-downloadIcon.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary-downloadIcon.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary-downloadIcon.a-button[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover {
  background: 0 0;
  border: 1px solid #7b89a1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7b89a1;
}
#pl-returns-plugin .pl-style-compact .a-button-secondary--toLink.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button,
.o-review .m-form .form-actions .form-action button.a-button-secondary--toLink,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain) {
  background-color: transparent;
  border: none;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--toLink.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--toLink.pl-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary--toLink.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary--toLink.a-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button:hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button:hover,
.no-touchevents
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary--toLink.a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary--toLink:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--toLink.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--toLink.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary--toLink.a-button:hover,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain) {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button[disabled="true"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button[disabled="true"],
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ) {
  background: 0 0;
  border: none;
  color: #c2c2c2;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--toLink.a-link[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--toLink.a-button[disabled="true"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--toLink.a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--toLink[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--toLink.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--toLink.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--toLink.a-button[disabled="true"]:hover,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ) {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c2c2c2;
}
#pl-returns-plugin .pl-style-compact .a-button-secondary--vibrant.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button,
.o-review .m-form .form-actions .form-action button.a-button-secondary--vibrant,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button) {
  background: 0 0;
  border: 1px solid #3cc8be;
  color: #3cc8be;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--vibrant.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--vibrant.pl-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary--vibrant.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button:active,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .no-touchevents
  .a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary--vibrant.a-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button:hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary--vibrant.a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary--vibrant:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--vibrant.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--vibrant.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary--vibrant.a-button:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button) {
  background: 0 0;
  border: 1px solid #3cc8be;
  -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
  box-shadow: inset 0 0 0 1px #3cc8be;
  color: #3cc8be;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button[disabled=""],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button[disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button[disabled="true"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button) {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--vibrant.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button[disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--vibrant.a-button[disabled="true"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--vibrant.a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--vibrant[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--vibrant.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--vibrant.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--vibrant.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:hover:not(.a-button) {
  background: 0 0;
  border: 1px solid #7b89a1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7b89a1;
}
#pl-returns-plugin .pl-style-compact .a-button-secondary--black.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button,
.o-review .m-form .form-actions .form-action button.a-button-secondary--black,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:not(
    .a-button-plain
  ) {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button:active,
#pl-returns-plugin .pl-style-compact .a-button-secondary--black.pl-button:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--black.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--black.pl-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-button-secondary--black.a-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button-secondary--black.a-button:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .no-touchevents
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--black.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button-secondary--black.a-button:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button.a-button-secondary--black:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--black.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .a-button-secondary--black.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button-secondary--black.a-button:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ) {
  background: 0 0;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link[disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link[disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button[disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button[disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--black.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button[disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button[disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button[disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black[disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black[disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button[disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ) {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
  opacity: 0.25;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled="true"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled="true"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link[disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link[disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--black.a-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button[disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button[disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--black.a-button[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button[disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button[disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--black.a-button[disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black[disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black[disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--black[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button--primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--black.pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--black.a-link.a-button.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--black.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ) {
  background: 0 0;
  border: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  opacity: 0.25;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-link--toSecondaryButton.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-button-link--toSecondaryButton.pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-link--toSecondaryButton.a-link,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-link--toSecondaryButton.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-link--toSecondaryButton.a-button,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-link--toSecondaryButton,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-link--toSecondaryButton.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-link--toSecondaryButton.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-link--toSecondaryButton.a-button {
  border-radius: 2px;
  font-size: 16px;
  line-height: 25px;
  display: block;
  padding: 11px 40px !important;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-link--toSecondaryButton.pl-button
  .text,
#pl-returns-plugin
  .pl-style-compact
  .a-button-link--toSecondaryButton.pl-button--primary
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )
  .text,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-link--toSecondaryButton.a-link
  .text,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  )
  .text,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-link--toSecondaryButton.a-button
  .text,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  li
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):not(
    .a-button
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-button-primary:not(
    .a-button-plain
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .text,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-link--toSecondaryButton.a-button
  .text,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-link--toSecondaryButton
  .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-link--toSecondaryButton.pl-button
  .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-link--toSecondaryButton.pl-button--primary
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-link--toSecondaryButton.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .text,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-link--toSecondaryButton.a-button
  .text {
  font-size: inherit;
  line-height: inherit;
}
#pl-returns-plugin .pl-style-compact .a-button-secondary--petroldark.pl-button,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--petroldark.a-link,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--petroldark.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--petroldark.a-button,
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--petroldark,
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--petroldark.a-button {
  border: 1px solid #007a7a;
  color: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: fit-content;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button
  .icon,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )
  .icon,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--petroldark.a-link
  .icon,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--petroldark.a-button
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-button-primary:not(
    .a-button-plain
  )
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .icon,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--petroldark.a-button
  .icon,
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--petroldark
  .icon,
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .icon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button
  .icon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .icon,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--petroldark.a-button
  .icon {
  border-color: #007a7a;
  display: inline-block;
  height: 16px;
  width: 16px;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button
  .icon::before,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary
  .icon::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )
  .icon::before,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--petroldark.a-link
  .icon::before,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--petroldark.a-button
  .icon::before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:not(
    .a-button-plain
  )
  .icon::before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon::before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon::before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon::before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .icon::before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .icon::before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-button-primary:not(
    .a-button-plain
  )
  .icon::before,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .icon::before,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--petroldark.a-button
  .icon::before,
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon::before,
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon::before,
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon::before,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--petroldark
  .icon::before,
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  .icon::before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button
  .icon::before,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary
  .icon::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:not(
    .a-button-plain
  )
  .icon::before,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--petroldark.a-button
  .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary:focus,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary:hover,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button:active,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button:focus,
#pl-returns-plugin
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:focus:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--petroldark.a-link:active,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--petroldark.a-link:focus,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-button-secondary--petroldark.a-link:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--petroldark.a-button:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--petroldark.a-button:focus,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button-secondary--petroldark.a-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:focus:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary.a-button-link:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-myaccount
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .delete-mysinglekey
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-myprofileforms
  .myprofileforms-row.delete
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:focus:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:focus:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-button-primary:focus:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:focus:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--petroldark.a-button:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--petroldark.a-button:focus,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button-secondary--petroldark.a-button:hover,
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.o-myprofileforms
  .delete-myaccount
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.o-myprofileforms
  .delete-mysinglekey
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.o-myprofileforms
  .myprofileforms-row.delete
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--petroldark:active,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--petroldark:focus,
.o-review
  .m-form
  .form-actions
  .form-action
  button.a-button-secondary--petroldark:hover,
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:focus:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary:focus,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button--primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button:focus,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .a-button-secondary--petroldark.pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:active:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:focus:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button-secondary--petroldark.a-link.a-button.a-link-primary:hover:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--petroldark.a-button:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--petroldark.a-button:focus,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button-secondary--petroldark.a-button:hover {
  background-color: transparent;
  border: 1px solid #007a7a !important;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a !important;
  box-shadow: inset 0 0 0 1px #007a7a !important;
  color: #007a7a;
}
#pl-returns-plugin .pl-style-compact .pl-button--primary[data-popover-id],
#pl-returns-plugin .pl-style-compact .pl-button[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:not(
    .a-button-plain
  ),
.m-form.cart .form-actions .form-action-primary .a-link[data-popover-id],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary[data-popover-id]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id],
.o-review .m-form .form-actions .form-action button[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id],
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-button[data-popover-id] {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .pl-button--primary[data-popover-id]:hover,
#pl-returns-plugin
  .pl-style-compact
  .no-touchevents
  .pl-button[data-popover-id]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id]:active,
#pl-returns-plugin .pl-style-compact .pl-button--primary[data-popover-id]:hover,
#pl-returns-plugin .pl-style-compact .pl-button[data-popover-id]:active,
#pl-returns-plugin .pl-style-compact .pl-button[data-popover-id]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:hover:not(
    .a-button-plain
  ),
.m-form.cart .form-actions .form-action-primary .a-link[data-popover-id]:active,
.m-form.cart .form-actions .form-action-primary .a-link[data-popover-id]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .no-touchevents
  .a-link[data-popover-id]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id]:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .no-touchevents
  .a-button[data-popover-id]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-button-primary[data-popover-id]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id]:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id]:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id]:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-style-compact
  .pl-button[data-popover-id]:hover,
.no-touchevents
  .m-form.cart
  .form-actions
  .form-action-primary
  .a-link[data-popover-id]:hover,
.no-touchevents
  .m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id]:hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id]:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
.no-touchevents
  .o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id]:hover,
.no-touchevents
  .o-review
  .m-form
  .form-actions
  .form-action
  button[data-popover-id]:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id]:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id]:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id]:active,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .no-touchevents
  .a-button[data-popover-id]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  .no-touchevents
  button[data-popover-id]:hover,
.o-review .m-form .form-actions .form-action button[data-popover-id]:active,
.o-review .m-form .form-actions .form-action button[data-popover-id]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button--primary[data-popover-id]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .no-touchevents
  .pl-button[data-popover-id]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id]:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id]:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:hover:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id]:active,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .no-touchevents
  .a-button[data-popover-id]:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id]:active,
#pl-returns-plugin .pl-style-compact .pl-button[data-popover-id]:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:active:not(
    .a-button-plain
  ),
.m-form.cart .form-actions .form-action-primary .a-link[data-popover-id]:active,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id]:active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id]:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id]:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:active:not(.a-button-plain),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id]:active,
.o-review .m-form .form-actions .form-action button[data-popover-id]:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id]:active,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id]:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:active:not(.a-button-plain),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id]:active {
  color: #000;
}
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled="true"]:hover,
#pl-returns-plugin .pl-style-compact .pl-button[data-popover-id][disabled=""],
#pl-returns-plugin
  .pl-style-compact
  .pl-button[data-popover-id][disabled=""]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button[data-popover-id][disabled="disabled"],
#pl-returns-plugin
  .pl-style-compact
  .pl-button[data-popover-id][disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-style-compact
  .pl-button[data-popover-id][disabled="true"],
#pl-returns-plugin
  .pl-style-compact
  .pl-button[data-popover-id][disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id][disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id][disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id][disabled="true"]:not(
    .a-button-plain
  ),
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link[data-popover-id][disabled=""],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link[data-popover-id][disabled=""]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link[data-popover-id][disabled="disabled"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link[data-popover-id][disabled="disabled"]:hover,
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link[data-popover-id][disabled="true"],
.m-form.cart
  .form-actions
  .form-action-primary
  .a-link[data-popover-id][disabled="true"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id][disabled=""],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id][disabled=""]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id][disabled="disabled"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id][disabled="disabled"]:hover,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id][disabled="true"],
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id][disabled="true"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id][disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id][disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id][disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id][disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id][disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id][disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id][disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id][disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id][disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id][disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id][disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="true"]:not(
    .a-button-plain
  ),
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id][disabled=""],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id][disabled=""]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id][disabled="disabled"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id][disabled="disabled"]:hover,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id][disabled="true"],
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id][disabled="true"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button[data-popover-id][disabled=""],
.o-review
  .m-form
  .form-actions
  .form-action
  button[data-popover-id][disabled=""]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button[data-popover-id][disabled="disabled"],
.o-review
  .m-form
  .form-actions
  .form-action
  button[data-popover-id][disabled="disabled"]:hover,
.o-review
  .m-form
  .form-actions
  .form-action
  button[data-popover-id][disabled="true"],
.o-review
  .m-form
  .form-actions
  .form-action
  button[data-popover-id][disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id][disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id][disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id][disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id][disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id][disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id][disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id][disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id][disabled="true"]:not(
    .a-button-plain
  ),
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id][disabled=""],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id][disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id][disabled="disabled"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id][disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id][disabled="true"],
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id][disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
#pl-returns-plugin .pl-style-compact .pl-button--primary[data-popover-id] .icon,
#pl-returns-plugin .pl-style-compact .pl-button[data-popover-id] .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:not(
    .a-button-plain
  )
  .icon,
.m-form.cart .form-actions .form-action-primary .a-link[data-popover-id] .icon,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id]
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:not(
    .a-button-plain
  )
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id]:not(.a-button-plain)
  .icon,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain)
  .icon,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id]
  .icon,
.o-review .m-form .form-actions .form-action button[data-popover-id] .icon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id]
  .icon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id]
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain)
  .icon,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id]
  .icon {
  display: none !important;
}
#pl-returns-plugin .pl-style-compact .pl-button--primary[data-popover-id] .text,
#pl-returns-plugin .pl-style-compact .pl-button[data-popover-id] .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:not(
    .a-button-plain
  )
  .text,
.m-form.cart .form-actions .form-action-primary .a-link[data-popover-id] .text,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  .a-button[data-popover-id]
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link[data-popover-id]:not(
    .a-button-plain
  )
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-primary[data-popover-id]:not(.a-button-plain)
  .text,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain)
  .text,
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button[data-popover-id]
  .text,
.o-review .m-form .form-actions .form-action button[data-popover-id] .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary[data-popover-id]
  .text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button[data-popover-id]
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary[data-popover-id]:not(.a-button-plain)
  .text,
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-button[data-popover-id]
  .text {
  margin: 0 !important;
}
.a-button,
.a-button.a-button-link,
.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain),
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button,
.m-oney-widget-section .a-button.oney-widget-link,
.m-popover .popover-content .a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link,
a.a-button,
button.a-button {
  font-size: 16px;
  line-height: 25px;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 11px 40px !important;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.a-button-padding-sml.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-padding-sml.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-padding-sml.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button-padding-sml.a-button,
.m-popover .popover-content .a-button-padding-sml.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-padding-sml.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-padding-sml.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-padding-sml.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button-padding-sml.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-padding-sml.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-padding-sml.a-button.a-link {
  min-width: auto;
  padding: 11px !important;
}
@media (max-width: 749px) {
  .a-button,
  .a-button.a-button-link,
  .a-button.a-link,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-button,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link:not(.a-button-plain),
  .m-contenttextmedia .m-productconversionarea .a-button[data-popover-id],
  .m-form.oidc-registration .m-termsconditions a.a-button,
  .m-oney-widget-section .a-button.oney-widget-link,
  .m-popover .popover-content .a-button,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-link-primary.a-button,
  .o-alternativeproduct
    .tile-description
    > .a-button.a-link.a-link-primary:not(.a-button),
  .o-myproducts > .myproducts-controls .a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link,
  a.a-button,
  button.a-button {
    width: 100%;
  }
}
.a-button .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .text,
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id] .text,
.m-form.oidc-registration .m-termsconditions a.a-button .text,
.m-popover .popover-content .a-button .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button
  .text,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button)
  .text,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link
  .text {
  font-size: inherit;
  line-height: inherit;
}
.a-button:focus,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:focus:not(.a-button-plain),
.m-contenttextmedia .m-productconversionarea .a-button:focus[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button:focus,
.m-popover .popover-content .a-button:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:focus,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:focus:not(.a-button),
.o-myproducts > .myproducts-controls .a-link:focus:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:focus {
  outline: 0;
}
.a-button .a-loader,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .a-loader,
.m-contenttextmedia
  .m-productconversionarea
  .a-button[data-popover-id]
  .a-loader,
.m-form.oidc-registration .m-termsconditions a.a-button .a-loader,
.m-popover .popover-content .a-button .a-loader,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link
  .a-loader,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary
  .a-loader,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button
  .a-loader,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button)
  .a-loader,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .a-loader,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link
  .a-loader {
  -webkit-transform: translate(8px, -3px);
  -ms-transform: translate(8px, -3px);
  transform: translate(8px, -3px);
}
@media (min-width: 750px) {
  .a-button:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .a-button:not(.a-button-plain)[data-popover-id],
  .m-form.oidc-registration .m-termsconditions a.a-button:not(.a-button-plain),
  .m-popover .popover-content .a-button:not(.a-button-plain),
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-button-primary:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-link-primary.a-button:not(.a-button-plain),
  .o-alternativeproduct
    .tile-description
    > .a-button.a-link.a-link-primary:not(.a-button-plain):not(.a-button),
  .o-myproducts > .myproducts-controls .a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link:not(.a-button-plain) {
    min-width: 240px;
    width: -webkit-max-content;
    width: max-content;
  }
}
.a-button:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button:not(.a-button-plain)[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button:not(.a-button-plain),
.m-popover .popover-content .a-button:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain):not(.a-button),
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain) {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  padding: 11px 40px !important;
  text-align: center;
}
.a-button:not(.a-button-plain) .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .a-button:not(.a-button-plain)[data-popover-id]
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain)
  .text,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain):not(.a-button)
  .text,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)
  .text {
  font-family: SiemensSans-Bold, sans-serif;
}
.a-button:not(.a-button-plain) .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .a-button:not(.a-button-plain)[data-popover-id]
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain)
  .icon,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain):not(.a-button)
  .icon,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)
  .icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.a-button:not(.a-button-plain) .icon + .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .icon
  + .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)
  .icon
  + .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain)
  .icon
  + .text,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain):not(.a-button)
  .icon
  + .text,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .icon + .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)
  .icon
  + .text {
  margin-left: 12px;
}
.a-button:not(.a-button-plain):active,
.a-button:not(.a-button-plain):hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain):active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain):hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link:not(.a-button-plain):hover,
.m-contenttextmedia
  .m-productconversionarea
  .a-button:not(.a-button-plain):active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button:not(.a-button-plain):hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain):active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain):hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:not(.a-button-plain):hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain):active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain):hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain):active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain):hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-button-primary:not(.a-button-plain):hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button:not(.a-button-plain):hover,
.no-touchevents .a-button:not(.a-button-plain):hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain):hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain):hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain):hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain):hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain):hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link:not(.a-button-plain):hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain):hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain):hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain):active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain):hover:not(.a-button),
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain):active,
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain):hover,
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link:not(.a-button-plain):hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain):active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain):hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link:not(.a-button-plain):hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  color: #fff;
}
.a-button:not(.a-button-plain)[disabled=""],
.a-button:not(.a-button-plain)[disabled=""]:hover,
.a-button:not(.a-button-plain)[disabled="disabled"],
.a-button:not(.a-button-plain)[disabled="disabled"]:hover,
.a-button:not(.a-button-plain)[disabled="true"],
.a-button:not(.a-button-plain)[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)[disabled=""],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)[disabled=""]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)[disabled="disabled"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)[disabled="disabled"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)[disabled="true"]:hover,
.m-contenttextmedia
  .m-productconversionarea
  .a-button:not(.a-button-plain)[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button:not(.a-button-plain)[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button:not(.a-button-plain)[disabled="true"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain)[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary:not(.a-button-plain)[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain)[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain)[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain)[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(
    .a-button-plain
  )[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain)[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:not(.a-button-plain)[disabled="true"]:hover,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain)[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(
    .a-button-plain
  )[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button-plain)[disabled="true"]:not(
    .a-button
  ),
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain)[disabled=""],
.o-myproducts
  > .myproducts-controls
  .a-link:not(.a-button-plain)[disabled=""]:hover,
.o-myproducts
  > .myproducts-controls
  .a-link:not(.a-button-plain)[disabled="disabled"],
.o-myproducts
  > .myproducts-controls
  .a-link:not(.a-button-plain)[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .a-link:not(.a-button-plain)[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .a-link:not(.a-button-plain)[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:not(.a-button-plain)[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  opacity: 0.4;
}
.a-button-primary.a-button,
.a-button-primary.a-button.a-button-link,
.a-button-primary.a-button.a-link,
.a-button.a-link-primary.a-link,
.a-link-primary.a-button.a-button-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a.a-button-primary.a-button,
.m-form.oidc-registration .m-termsconditions a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-oney-widget-section .a-button-primary.a-button.oney-widget-link,
.m-oney-widget-section .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section a.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section button.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-popover .popover-content .a-button-primary.a-button,
.m-popover .popover-content .a-button.a-link-primary.a-button-link,
.m-popover .popover-content .a-link-primary.a-button.a-link,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-popover .popover-content a.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link,
.m-popover .popover-content button.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported,
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button)[data-popover-id],
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button-plain):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-primary.a-button.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
a.a-button-primary.a-button,
a.a-button.a-link-primary.a-button-link,
a.a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link,
button.a-button-primary.a-button,
button.a-button.a-link-primary.a-button-link,
button.a-link-primary.a-button.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link {
  min-height: 50px;
  border: 1px solid #000028;
  background: #000028;
  color: #fff;
}
.a-button-primary.a-button.a-button-link:active,
.a-button-primary.a-button.a-button-link:hover,
.a-button-primary.a-button.a-link:active,
.a-button-primary.a-button.a-link:hover,
.a-button-primary.a-button:active,
.a-button-primary.a-button:hover,
.a-button.a-link-primary.a-button-link:active,
.a-button.a-link-primary.a-link:active,
.a-button.a-link-primary.a-link:hover,
.a-link-primary.a-button.a-button-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active[data-popover-id]:not(.a-button),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a.a-button-primary.a-button:active,
.m-form.oidc-registration .m-termsconditions a.a-button-primary.a-button:hover,
.m-form.oidc-registration .m-termsconditions a.a-button.a-link-primary:active,
.m-form.oidc-registration .m-termsconditions a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-oney-widget-section .a-button-primary.a-button.oney-widget-link:active,
.m-oney-widget-section .a-button-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link:active:not(.a-button-plain),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  a.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section a.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section a.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section button.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section button.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover .popover-content .a-button-primary.a-button:active,
.m-popover .popover-content .a-button-primary.a-button:hover,
.m-popover .popover-content .a-button.a-link-primary.a-button-link:active,
.m-popover .popover-content .a-button.a-link-primary.a-button-link:hover,
.m-popover .popover-content .a-link-primary.a-button.a-link:active,
.m-popover .popover-content .a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover .popover-content .no-touchevents .a-button-primary.a-button:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover .popover-content button.a-button.a-link-primary.a-button-link:active,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-button.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported:hover,
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary:active:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary:active:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:active:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-primary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-button.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-button.js-agree-button:hover,
.no-touchevents .a-button-primary.a-button.a-button-link:hover,
.no-touchevents .a-button-primary.a-button.a-link:hover,
.no-touchevents .a-button-primary.a-button:hover,
.no-touchevents .a-button.a-link-primary.a-link:hover,
.no-touchevents .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents .m-popover .popover-content .a-button-primary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button)[data-popover-id],
.no-touchevents
  .o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button-plain):not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents a.a-button-primary.a-button:hover,
.no-touchevents a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents a.a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents button.a-button-primary.a-button:hover,
.no-touchevents button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents button.a-link-primary.a-button.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button)[data-popover-id],
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link:active[data-popover-id]:not(.a-button),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button)[data-popover-id],
.o-alternativeproduct
  .m-popover
  .popover-content
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:active:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-primary.a-link:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button):not(.a-button-plain),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts > .myproducts-controls .a-link:active:not(.a-button-plain),
.o-myproducts > .myproducts-controls .a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .no-touchevents
  .a-link-primary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button-plain):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:active:not(.a-button-plain):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:hover:not(.a-button-plain):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-button.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-button.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-button.reset-filter-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link:active[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-primary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
a.a-button-primary.a-button:active,
a.a-button-primary.a-button:hover,
a.a-button.a-link-primary.a-button-link:active,
a.a-button.a-link-primary.a-button-link:hover,
a.a-link-primary.a-button.a-link:active,
a.a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link:hover,
button.a-button-primary.a-button:active,
button.a-button-primary.a-button:hover,
button.a-button.a-link-primary.a-button-link:active,
button.a-button.a-link-primary.a-button-link:hover,
button.a-link-primary.a-button.a-link:active,
button.a-link-primary.a-button.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover {
  -webkit-tap-highlight-color: #2b2f43;
  background: #2b2f43;
  border: 1px solid #2b2f43;
  color: #fff;
}
.a-button-primary.a-button.a-button-link[disabled=""],
.a-button-primary.a-button.a-button-link[disabled="disabled"],
.a-button-primary.a-button.a-button-link[disabled="true"],
.a-button-primary.a-button.a-link[disabled=""],
.a-button-primary.a-button.a-link[disabled="disabled"],
.a-button-primary.a-button.a-link[disabled="true"],
.a-button-primary.a-button[disabled=""],
.a-button-primary.a-button[disabled="disabled"],
.a-button-primary.a-button[disabled="true"],
.a-button.a-link-primary.a-button-link[disabled=""],
.a-button.a-link-primary.a-button-link[disabled="disabled"],
.a-button.a-link-primary.a-button-link[disabled="true"],
.a-button.a-link-primary.a-link[disabled=""],
.a-button.a-link-primary.a-link[disabled="disabled"],
.a-button.a-link-primary.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section .a-button-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .a-button-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .a-button-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"],
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section a.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-popover .popover-content .a-button-primary.a-button[disabled=""],
.m-popover .popover-content .a-button-primary.a-button[disabled="disabled"],
.m-popover .popover-content .a-button-primary.a-button[disabled="true"],
.m-popover .popover-content .a-button.a-link-primary.a-button-link[disabled=""],
.m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-popover .popover-content .a-link-primary.a-button.a-link[disabled=""],
.m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-popover .popover-content .a-link-primary.a-button.a-link[disabled="true"],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-popover
  .popover-content
  button.a-button.a-link-primary.a-button-link[disabled=""],
.m-popover
  .popover-content
  button.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  button.a-button.a-link-primary.a-button-link[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported[disabled="true"],
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary[disabled=""]:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary[disabled="disabled"]:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary[disabled="true"]:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled=""]:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="disabled"]:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="true"]:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary[disabled=""]:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary[disabled="disabled"]:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary[disabled="true"]:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="true"],
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts > .myproducts-controls .a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain):not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain):not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link[disabled=""],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled=""],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled=""][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled=""]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="disabled"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled=""]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
a.a-button-primary.a-button[disabled=""],
a.a-button-primary.a-button[disabled="disabled"],
a.a-button-primary.a-button[disabled="true"],
a.a-button.a-link-primary.a-button-link[disabled=""],
a.a-button.a-link-primary.a-button-link[disabled="disabled"],
a.a-button.a-link-primary.a-button-link[disabled="true"],
a.a-link-primary.a-button.a-link[disabled=""],
a.a-link-primary.a-button.a-link[disabled="disabled"],
a.a-link-primary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
button.a-button-primary.a-button[disabled=""],
button.a-button-primary.a-button[disabled="disabled"],
button.a-button-primary.a-button[disabled="true"],
button.a-button.a-link-primary.a-button-link[disabled=""],
button.a-button.a-link-primary.a-button-link[disabled="disabled"],
button.a-button.a-link-primary.a-button-link[disabled="true"],
button.a-link-primary.a-button.a-link[disabled=""],
button.a-link-primary.a-button.a-link[disabled="disabled"],
button.a-link-primary.a-button.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"] {
  background: rgba(45, 55, 60, 0.2);
  border-color: transparent;
  color: rgba(45, 55, 60, 0.5);
}
.a-button-primary.a-button.a-button-link[disabled=""]:hover,
.a-button-primary.a-button.a-button-link[disabled="disabled"]:hover,
.a-button-primary.a-button.a-button-link[disabled="true"]:hover,
.a-button-primary.a-button.a-link[disabled=""]:hover,
.a-button-primary.a-button.a-link[disabled="disabled"]:hover,
.a-button-primary.a-button.a-link[disabled="true"]:hover,
.a-button-primary.a-button[disabled=""]:hover,
.a-button-primary.a-button[disabled="disabled"]:hover,
.a-button-primary.a-button[disabled="true"]:hover,
.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.a-button.a-link-primary.a-link[disabled=""]:hover,
.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.a-button.a-link-primary.a-link[disabled="true"]:hover,
.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .a-button-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .a-button-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  a.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  button.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover .popover-content .a-button-primary.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .a-button-primary.a-button[disabled="disabled"]:hover,
.m-popover .popover-content .a-button-primary.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-popover .popover-content .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  button.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  button.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary[disabled=""]:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled=""]:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="true"]:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary[disabled=""]:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary[disabled="true"]:hover:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="true"]:hover,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="true"]:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-button.a-link-primary.a-link[disabled="true"]:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[disabled="disabled"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-primary.a-button.a-link.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain):not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled=""]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link.a-button.a-link-secondary[disabled="true"]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
a.a-button-primary.a-button[disabled=""]:hover,
a.a-button-primary.a-button[disabled="disabled"]:hover,
a.a-button-primary.a-button[disabled="true"]:hover,
a.a-button.a-link-primary.a-button-link[disabled=""]:hover,
a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
a.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
a.a-link-primary.a-button.a-link[disabled=""]:hover,
a.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
a.a-link-primary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
button.a-button-primary.a-button[disabled=""]:hover,
button.a-button-primary.a-button[disabled="disabled"]:hover,
button.a-button-primary.a-button[disabled="true"]:hover,
button.a-button.a-link-primary.a-button-link[disabled=""]:hover,
button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
button.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
button.a-link-primary.a-button.a-link[disabled=""]:hover,
button.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
button.a-link-primary.a-button.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover {
  background: rgba(45, 55, 60, 0.2);
  border-color: transparent;
  color: rgba(45, 55, 60, 0.5);
}
.a-button-primary.a-link-download.a-button,
.a-button-primary.a-link-download.a-button.a-button-link,
.a-button-primary.a-link-download.a-button.a-link,
.a-link-download.a-button.a-link-primary.a-button-link,
.a-link-download.a-button.a-link-primary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary.a-button-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ),
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-popover .popover-content .a-button-primary.a-link-download.a-button,
.m-popover
  .popover-content
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-popover .popover-content .a-link-download.a-link-primary.a-button.a-link,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link,
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link.a-button.a-link-secondary.a-button-link:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-download.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
a.a-button-primary.a-link-download.a-button,
a.a-link-download.a-button.a-link-primary.a-button-link,
a.a-link-download.a-link-primary.a-button.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link,
button.a-button-primary.a-link-download.a-button,
button.a-link-download.a-button.a-link-primary.a-button-link,
button.a-link-download.a-link-primary.a-button.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.a-button-primary.a-link-download.a-button.a-button-link:active,
.a-button-primary.a-link-download.a-button.a-button-link:hover,
.a-button-primary.a-link-download.a-button.a-link:active,
.a-button-primary.a-link-download.a-button.a-link:hover,
.a-button-primary.a-link-download.a-button:active,
.a-button-primary.a-link-download.a-button:hover,
.a-link-download.a-button.a-link-primary.a-button-link:active,
.a-link-download.a-button.a-link-primary.a-button-link:hover,
.a-link-download.a-button.a-link-primary.a-link:active,
.a-link-download.a-button.a-link-primary.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-primary.a-link-download.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-primary.a-link-download.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link:active,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button-primary.a-link-download.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-popover .popover-content .a-button-primary.a-link-download.a-button:active,
.m-popover .popover-content .a-button-primary.a-link-download.a-button:hover,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-button-primary.a-link-download.a-button:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link-download.report-popover-btn.js-review-reported:hover,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-download.a-link.a-button.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-primary.a-link-download.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-primary.a-link-download.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link-download.a-button.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link-download.a-button.js-agree-button:hover,
.no-touchevents .a-button-primary.a-link-download.a-button.a-button-link:hover,
.no-touchevents .a-button-primary.a-link-download.a-button.a-link:hover,
.no-touchevents .a-button-primary.a-link-download.a-button:hover,
.no-touchevents .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id]:not(
    .a-button
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id],
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover[data-popover-id],
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id]:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents a.a-button-primary.a-link-download.a-button:hover,
.no-touchevents a.a-link-download.a-link-primary.a-button.a-button-link:hover,
.no-touchevents a.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents button.a-button-primary.a-link-download.a-button:hover,
.no-touchevents
  button.a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents button.a-link-download.a-link-primary.a-button.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link:hover:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-link-download.a-button.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-link-download.a-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-link-download.a-button.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-link-download.a-button.reset-filter-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-download.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-primary.a-link-download.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
a.a-button-primary.a-link-download.a-button:active,
a.a-button-primary.a-link-download.a-button:hover,
a.a-link-download.a-link-primary.a-button.a-button-link:active,
a.a-link-download.a-link-primary.a-button.a-button-link:hover,
a.a-link-download.a-link-primary.a-button.a-link:active,
a.a-link-download.a-link-primary.a-button.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .no-touchevents
  .a-link-download.a-button.a-link.a-button-primary:hover,
button.a-button-primary.a-link-download.a-button:active,
button.a-button-primary.a-link-download.a-button:hover,
button.a-link-download.a-button.a-link-primary.a-button-link:active,
button.a-link-download.a-button.a-link-primary.a-button-link:hover,
button.a-link-download.a-link-primary.a-button.a-link:active,
button.a-link-download.a-link-primary.a-button.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-download.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-download.a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.a-button-primary.a-link-download.a-button.a-button-link:active,
.a-button-primary.a-link-download.a-button.a-link:active,
.a-button-primary.a-link-download.a-button:active,
.a-link-download.a-button.a-link-primary.a-button-link:active,
.a-link-download.a-button.a-link-primary.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link:active,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-popover .popover-content .a-button-primary.a-link-download.a-button:active,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link:active[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:active,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:active:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link:active[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
a.a-button-primary.a-link-download.a-button:active,
a.a-link-download.a-link-primary.a-button.a-button-link:active,
a.a-link-download.a-link-primary.a-button.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active,
button.a-button-primary.a-link-download.a-button:active,
button.a-link-download.a-button.a-link-primary.a-button-link:active,
button.a-link-download.a-link-primary.a-button.a-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active {
  color: #000;
}
.a-button-primary.a-link-download.a-button.a-button-link[disabled=""],
.a-button-primary.a-link-download.a-button.a-button-link[disabled="disabled"],
.a-button-primary.a-link-download.a-button.a-button-link[disabled="true"],
.a-button-primary.a-link-download.a-button.a-link[disabled=""],
.a-button-primary.a-link-download.a-button.a-link[disabled="disabled"],
.a-button-primary.a-link-download.a-button.a-link[disabled="true"],
.a-button-primary.a-link-download.a-button[disabled=""],
.a-button-primary.a-link-download.a-button[disabled="disabled"],
.a-button-primary.a-link-download.a-button[disabled="true"],
.a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.a-link-download.a-button.a-link-primary.a-link[disabled=""],
.a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"],
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button[disabled=""],
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button[disabled="true"],
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""][data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"],
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"],
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="true"],
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link[disabled=""],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled=""][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
a.a-button-primary.a-link-download.a-button[disabled=""],
a.a-button-primary.a-link-download.a-button[disabled="disabled"],
a.a-button-primary.a-link-download.a-button[disabled="true"],
a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""],
a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"],
a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"],
a.a-link-download.a-link-primary.a-button.a-link[disabled=""],
a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
a.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"],
button.a-button-primary.a-link-download.a-button[disabled=""],
button.a-button-primary.a-link-download.a-button[disabled="disabled"],
button.a-button-primary.a-link-download.a-button[disabled="true"],
button.a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
button.a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
button.a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
button.a-link-download.a-link-primary.a-button.a-link[disabled=""],
button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"],
button.a-link-download.a-link-primary.a-button.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.a-button-primary.a-link-download.a-button.a-button-link[disabled=""]:hover,
.a-button-primary.a-link-download.a-button.a-button-link[disabled="disabled"]:hover,
.a-button-primary.a-link-download.a-button.a-button-link[disabled="true"]:hover,
.a-button-primary.a-link-download.a-button.a-link[disabled=""]:hover,
.a-button-primary.a-link-download.a-button.a-link[disabled="disabled"]:hover,
.a-button-primary.a-link-download.a-button.a-link[disabled="true"]:hover,
.a-button-primary.a-link-download.a-button[disabled=""]:hover,
.a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
.a-button-primary.a-link-download.a-button[disabled="true"]:hover,
.a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button[disabled="true"]:hover,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link[disabled="disabled"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
a.a-button-primary.a-link-download.a-button[disabled=""]:hover,
a.a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
a.a-button-primary.a-link-download.a-button[disabled="true"]:hover,
a.a-link-download.a-link-primary.a-button.a-button-link[disabled=""]:hover,
a.a-link-download.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
a.a-link-download.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
a.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
a.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
a.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
button.a-button-primary.a-link-download.a-button[disabled=""]:hover,
button.a-button-primary.a-link-download.a-button[disabled="disabled"]:hover,
button.a-button-primary.a-link-download.a-button[disabled="true"]:hover,
button.a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
button.a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
button.a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
button.a-link-download.a-link-primary.a-button.a-link[disabled=""]:hover,
button.a-link-download.a-link-primary.a-button.a-link[disabled="disabled"]:hover,
button.a-link-download.a-link-primary.a-button.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.a-button-primary.a-link-download.a-button.a-button-link:before,
.a-button-primary.a-link-download.a-button.a-link:before,
.a-button-primary.a-link-download.a-button:before,
.a-link-download.a-button.a-link-primary.a-button-link:before,
.a-link-download.a-button.a-link-primary.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary.a-button-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  )[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:before,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link:before,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ):before,
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:before,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:before,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:before,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ):before,
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-popover .popover-content .a-button-primary.a-link-download.a-button:before,
.m-popover
  .popover-content
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:before,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:before,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:before,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:before,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:before,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:not(
    .a-button-plain
  ):before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(.a-button-plain):before,
.m-signin.signin_ciam
  .form-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link.a-button.a-link-secondary.a-button-link:not(
    .a-button-plain
  ):before,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ):before,
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:not(.a-button-plain):before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:before,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):before,
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  )[data-popover-id]:before,
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ):before,
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):before,
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-button.a-link-primary.a-link:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > a.a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-link-primary.a-button.a-link:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:before,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):not(
    .a-button-plain
  ):before,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
a.a-button-primary.a-link-download.a-button:before,
a.a-link-download.a-button.a-link-primary.a-button-link:before,
a.a-link-download.a-link-primary.a-button.a-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:before,
button.a-button-primary.a-link-download.a-button:before,
button.a-link-download.a-button.a-link-primary.a-button-link:before,
button.a-link-download.a-link-primary.a-button.a-link:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:before {
  color: #000;
  display: block;
  margin: 0;
}
.a-button-primary.a-link-download.a-button.a-button-link:active:before,
.a-button-primary.a-link-download.a-button.a-button-link:focus:before,
.a-button-primary.a-link-download.a-button.a-button-link:hover:before,
.a-button-primary.a-link-download.a-button.a-link:active:before,
.a-button-primary.a-link-download.a-button.a-link:focus:before,
.a-button-primary.a-link-download.a-button.a-link:hover:before,
.a-button-primary.a-link-download.a-button:active:before,
.a-button-primary.a-link-download.a-button:focus:before,
.a-button-primary.a-link-download.a-button:hover:before,
.a-link-download.a-button.a-link-primary.a-button-link:active:before,
.a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.a-link-download.a-button.a-link-primary.a-link:active:before,
.a-link-download.a-button.a-link-primary.a-link:focus:before,
.a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-primary.a-link-download.a-button:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:not(.a-button-plain):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:not(.a-button-plain):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link:not(.a-button-plain):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-primary.a-link-download.a-button[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  )[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  )[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  )[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-download.a-link-primary.a-button[data-popover-id]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button:active:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-primary.a-link-download.a-button:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  a.a-link-download.a-button.a-link-secondary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  .a-button-primary.a-link-download.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:active:before,
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:focus:before,
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.oney-widget-link[data-popover-id]:hover:before,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active:before,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:focus:before,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:before,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:before,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:focus:before,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:before,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ):active:before,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ):focus:before,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ):hover:before,
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  a.a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-oney-widget-section
  button.a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button:active:before,
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button:focus:before,
.m-popover
  .popover-content
  .a-button-primary.a-link-download.a-button:hover:before,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:active:before,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:active:before,
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:focus:before,
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link[data-popover-id]:hover:before,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:active:before,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:focus:before,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button:hover:before,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:active:before,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:focus:before,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link:hover:before,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .popover-content
  a.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:active:before,
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
.m-popover
  .popover-content
  button.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:active:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:focus:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-button.a-button-link.report-popover-btn.js-review-reported:hover:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported:active:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported:focus:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.report-popover-btn.js-review-reported:hover:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:focus:before,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-button.a-button-link.a-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:not(
    .a-button-plain
  ):active:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):active:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):focus:before,
.m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):hover:before,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):active:before,
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):focus:before,
.m-signin.signin_ciam
  .form-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:focus:before,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-primary.a-link-download.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-download.a-link-primary.a-button.a-button-link.a-link[data-popover-id]:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-primary.a-link-download.a-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link.a-link-primary.a-button:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary[data-popover-id]:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.oney-widget-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-download.a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:focus:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:focus:before,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button:active:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button:focus:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.a-button-link.js-agree-button:hover:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button:active:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button:focus:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-download.a-button.js-agree-button:hover:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:active:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:focus:before,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.js-agree-button:hover:before,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  )[data-popover-id]:active:before,
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  )[data-popover-id]:focus:before,
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  )[data-popover-id]:hover:before,
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link.a-button-primary:not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button-plain):not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):focus:before,
.o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):hover:before,
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link:not(
    .a-button
  ):active:before,
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link:not(
    .a-button
  ):focus:before,
.o-alternativeproduct
  .tile-description
  > button.a-link-download.a-button.a-link-primary.a-link:not(
    .a-button
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-button.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:not(.a-button-plain):active:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:not(.a-button-plain):focus:before,
.o-myproducts
  > .myproducts-controls
  .a-link-download.a-link:not(.a-button-plain):hover:before,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:active:before,
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:focus:before,
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  )[data-popover-id]:hover:before,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-download.a-link-primary.a-button.a-link.oney-widget-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-download.a-link-primary.a-button.a-link:not(.a-button):not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.o-myproducts
  > .myproducts-controls
  button.a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link:active:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link:focus:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button.a-button-link:hover:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button:active:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button:focus:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-download.a-button:hover:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:active:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:focus:before,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link:hover:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button:active:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button:focus:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.a-button-link.reset-filter-button:hover:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button:active:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button:focus:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-download.a-button.reset-filter-button:hover:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:active:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:focus:before,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.reset-filter-button:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-primary.a-link-download.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-download.a-link-primary.a-button.a-link[data-popover-id]:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-signin.signin_ciam
  .form-actions
  .a-link-download.a-link.a-button.a-link-secondary:not(
    .a-button-plain
  ):hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-download.a-link-primary.a-button.a-link:not(
    .a-button-plain
  ):hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-download.a-link-primary.a-button.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
a.a-button-primary.a-link-download.a-button:active:before,
a.a-button-primary.a-link-download.a-button:focus:before,
a.a-button-primary.a-link-download.a-button:hover:before,
a.a-link-download.a-link-primary.a-button.a-button-link:active:before,
a.a-link-download.a-link-primary.a-button.a-button-link:focus:before,
a.a-link-download.a-link-primary.a-button.a-button-link:hover:before,
a.a-link-download.a-link-primary.a-button.a-link:active:before,
a.a-link-download.a-link-primary.a-button.a-link:focus:before,
a.a-link-download.a-link-primary.a-button.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-download.a-link-primary.a-button.a-link.a-button-link.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-link.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-button-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-button-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link-secondary.a-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-link-download.a-button.a-link.a-button-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-secondary:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:active:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:focus:before,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .m-oney-widget-section
  .a-link-download.a-button.a-link-secondary.oney-widget-link:hover:before,
button.a-button-primary.a-link-download.a-button:active:before,
button.a-button-primary.a-link-download.a-button:focus:before,
button.a-button-primary.a-link-download.a-button:hover:before,
button.a-link-download.a-button.a-link-primary.a-button-link:active:before,
button.a-link-download.a-button.a-link-primary.a-button-link:focus:before,
button.a-link-download.a-button.a-link-primary.a-button-link:hover:before,
button.a-link-download.a-link-primary.a-button.a-link:active:before,
button.a-link-download.a-link-primary.a-button.a-link:focus:before,
button.a-link-download.a-link-primary.a-button.a-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-link.a-button-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-button-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-button-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-download.a-button.a-link-primary.a-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-download.a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-download.a-button.a-link-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-link-download.a-button.a-link-primary.oney-widget-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-download.a-button.a-link-primary.a-link:hover:before {
  color: #fff;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button,
.a-button-secondary.a-button,
.a-button-secondary.a-button.a-button-link,
.a-button-secondary.a-button.a-link,
.a-button.a-link-secondary.a-button-link,
.a-button.a-link-secondary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-dealerteaser p .a-button.a-button-link.a-link,
.m-dealerteaser p .a-link.a-button,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary,
.m-form.oidc-registration .m-termsconditions a.a-button-secondary.a-button,
.m-form.oidc-registration .m-termsconditions a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback,
.m-helpfulnessvoting .m-helpful-button-container .a-button.js-negative-feedback,
.m-helpfulnessvoting .m-helpful-button-container .a-button.js-positive-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button,
.m-multioptionbutton .a-button,
.m-multioptionbutton .a-button.a-button-link,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-nextbeststeps .teaser-container .add-by-product-list .a-button,
.m-nextbeststeps .teaser-container .add-by-product-list .a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-oney-widget-section .a-button-secondary.a-button.oney-widget-link,
.m-oney-widget-section .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section a.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section button.a-link-secondary.a-button.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link,
.m-popover .popover-content .a-button-secondary.a-button,
.m-popover .popover-content .a-button.a-link-secondary.a-button-link,
.m-popover .popover-content .a-link-secondary.a-button.a-link,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-popover .popover-content a.a-button.a-link-secondary.a-button-link,
.m-popover .popover-content button.a-button.a-link-secondary.a-button-link,
.m-popover.add-to-download-basket .popover-content .a-button,
.m-popover.add-to-download-basket .popover-content .a-button.a-button-link,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link,
.m-popover[data-id="footerFunctionsSharePopover"] .popover-content > .a-button,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary.a-button-link,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  button.a-button.a-link-primary.a-button-link,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.a-link-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button-plain):not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myprofileforms .delete-myaccount .a-button.a-button-link.a-link,
.o-myprofileforms .delete-myaccount .a-link.a-button,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .delete-mysinglekey .a-button.a-button-link.a-link,
.o-myprofileforms .delete-mysinglekey .a-link.a-button,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .myprofileforms-row.delete .a-button.a-button-link.a-link,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-multioption .a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-orderpurchasedetail .m-orderpurchaseitem .m-multioptionbutton .a-button,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button.a-button-link,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button,
.o-productlistmodule .button-wrapper .a-link.productlistmodule-button,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button,
.o-producttile .cta-area .a-button.a-button-link.a-button-secondary,
.o-producttile .cta-area .a-button.a-button-secondary,
.o-producttile .cta-area .a-button.a-link-secondary.a-button-link,
.o-producttile .cta-area .a-button.a-link-secondary.a-link,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.o-producttile .cta-area a.a-button.a-link-secondary.a-button-link,
.o-producttile .cta-area button.a-button.a-link-secondary.a-button-link,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button,
.o-technicaloverview .buttons .a-button.a-button-link.a-link.a-button-primary,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link-secondary.a-button.a-link.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
a.a-button-secondary.a-button,
a.a-button.a-link-secondary.a-button-link,
a.a-link-secondary.a-button.a-link,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore,
button.a-button-secondary.a-button,
button.a-button.a-link-secondary.a-button-link,
button.a-link-secondary.a-button.a-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link {
  background-color: transparent;
  border: 1px solid #007a7a;
  color: #007a7a;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .a-button.a-button-link.pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .pl-button:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .pl-button:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
.a-button-secondary.a-button.a-button-link:hover,
.a-button-secondary.a-button.a-link:hover,
.a-button-secondary.a-button:hover,
.a-button.a-link-secondary.a-button-link:hover,
.a-button.a-link-secondary.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-producttile
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .no-touchevents
  .a-button.a-button-link.add-to-basket:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .no-touchevents
  .add-to-basket:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button-secondary.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-dealerteaser p .a-button.a-button-link.a-link:hover,
.m-dealerteaser p .a-link.a-button:hover,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-dealerteaser p .no-touchevents .a-button.a-button-link.a-link:hover,
.m-dealerteaser p .no-touchevents .a-link.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button:hover,
.m-form.oidc-registration .m-termsconditions a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-button.a-button-link.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-button.a-button-link.js-positive-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-button.js-negative-feedback:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-button.js-positive-feedback:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-button-link.a-link:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover:not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button.a-button-link:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button:hover,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button:hover,
.m-multioptionbutton .a-button.a-button-link:hover,
.m-multioptionbutton .a-button:hover,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-multioptionbutton .no-touchevents .a-button.a-button-link:hover,
.m-multioptionbutton .no-touchevents .a-button:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button.a-button-link:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-button:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-button-primary:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  button.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link:hover,
.m-nextbeststeps .teaser-container .add-by-product-list .a-button:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .no-touchevents
  .a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .no-touchevents
  .a-button:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .no-touchevents
  .a-button.a-button-link:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .no-touchevents
  .a-button:hover,
.m-oney-widget-section .a-button-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  a.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section a.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section button.a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover .popover-content .a-button-secondary.a-button:hover,
.m-popover .popover-content .a-button.a-link-secondary.a-button-link:hover,
.m-popover .popover-content .a-link-secondary.a-button.a-link:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover .popover-content .no-touchevents .a-button-secondary.a-button:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-popover .popover-content a.a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link:hover,
.m-popover.add-to-download-basket .popover-content .a-button:hover,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
.m-popover.add-to-download-basket
  .popover-content
  .no-touchevents
  .a-button:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .report-popover-btn.js-popover-close:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .no-touchevents
  .popover-content
  > .a-button.a-button-link:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .no-touchevents
  .popover-content
  > .a-button:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-link:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .no-touchevents
  .a-button:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-button.a-button-link.a-link.a-link-inline.dl:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link.a-button.a-link-inline.dl:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary.a-button-link:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  button.a-button.a-link-primary.a-button-link:hover,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-secondary.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .no-touchevents
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-link-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .no-touchevents
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.a-button-secondary.additional-technical-info:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .no-touchevents
  li
  > .a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:hover:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-button.a-button-link.js-cancel-terms-button:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .no-touchevents
  .a-button.js-cancel-terms-button:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  #parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
.no-touchevents
  #pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
.no-touchevents .a-button-secondary.a-button.a-button-link:hover,
.no-touchevents .a-button-secondary.a-button.a-link:hover,
.no-touchevents .a-button-secondary.a-button:hover,
.no-touchevents .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket:hover,
.no-touchevents
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket:hover,
.no-touchevents
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents .m-dealerteaser p .a-button.a-button-link.a-link:hover,
.no-touchevents .m-dealerteaser p .a-link.a-button:hover,
.no-touchevents
  .m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.no-touchevents
  .m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.no-touchevents
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.no-touchevents
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.no-touchevents
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button),
.no-touchevents
  .m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.no-touchevents .m-multioptionbutton .a-button.a-button-link:hover,
.no-touchevents .m-multioptionbutton .a-button:hover,
.no-touchevents
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:hover,
.no-touchevents
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button:hover,
.no-touchevents
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link:hover[data-popover-id],
.no-touchevents
  .m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents .m-popover .popover-content .a-button-secondary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-popover
  .popover-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  .m-popover.add-to-download-basket
  .popover-content
  .a-button:hover,
.no-touchevents
  .m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.no-touchevents
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close:hover,
.no-touchevents
  .m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link:hover,
.no-touchevents
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button:hover,
.no-touchevents
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl:hover,
.no-touchevents
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:hover,
.no-touchevents
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:hover,
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover:not(
    .a-button-plain
  ),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary:hover:not(.a-button-plain),
.no-touchevents
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button
  )[data-popover-id],
.no-touchevents
  .o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.no-touchevents
  .o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout:hover,
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout:hover,
.no-touchevents
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button:hover,
.no-touchevents
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button-plain
  ):not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myprofileforms
  .delete-myaccount
  .a-button.a-button-link.a-link:hover,
.no-touchevents .o-myprofileforms .delete-myaccount .a-link.a-button:hover,
.no-touchevents
  .o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link:hover,
.no-touchevents .o-myprofileforms .delete-mysinglekey .a-link.a-button:hover,
.no-touchevents
  .o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link:hover,
.no-touchevents
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-button:hover,
.no-touchevents
  .o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button:hover,
.no-touchevents
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore:hover,
.no-touchevents
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  .o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button:hover,
.no-touchevents
  .o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button:hover,
.no-touchevents
  .o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents .o-producttile .cta-area .a-button.a-button-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-producttile
  .cta-area
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.no-touchevents
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-button-primary:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.no-touchevents
  .o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.no-touchevents
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents a.a-button-secondary.a-button:hover,
.no-touchevents a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents a.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
.no-touchevents
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
.no-touchevents
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
.no-touchevents
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
.no-touchevents
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
.no-touchevents
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
.no-touchevents
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore:hover,
.no-touchevents
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore:hover,
.no-touchevents button.a-button-secondary.a-button:hover,
.no-touchevents button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents button.a-link-secondary.a-button.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:hover:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-producttile
  .cta-area
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .a-button.a-button-link.instant-checkout:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .no-touchevents
  .instant-checkout:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .no-touchevents
  .a-button.a-button-link:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .no-touchevents
  .a-button:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-button-secondary:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.a-button.a-link-secondary.a-button-link:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .no-touchevents
  .a-link-secondary.a-button.a-link.oney-widget-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-secondary.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myprofileforms .delete-myaccount .a-button.a-button-link.a-link:hover,
.o-myprofileforms .delete-myaccount .a-link.a-button:hover,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .delete-myaccount
  .no-touchevents
  .a-button.a-button-link.a-link:hover,
.o-myprofileforms .delete-myaccount .no-touchevents .a-link.a-button:hover,
.o-myprofileforms .delete-mysinglekey .a-button.a-button-link.a-link:hover,
.o-myprofileforms .delete-mysinglekey .a-link.a-button:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .delete-mysinglekey
  .no-touchevents
  .a-button.a-button-link.a-link:hover,
.o-myprofileforms .delete-mysinglekey .no-touchevents .a-link.a-button:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link:hover,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .no-touchevents
  .a-button.a-button-link.a-link:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .no-touchevents
  .a-link.a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .no-touchevents
  .a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .no-touchevents
  .a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .no-touchevents
  .a-button:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .no-touchevents
  .a-button.a-button-link.pagination-loadmore:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .no-touchevents
  .a-button.pagination-loadmore:hover,
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button:hover,
.o-productlistmodule .button-wrapper .a-link.productlistmodule-button:hover,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:hover,
.o-productlistmodule
  .button-wrapper
  .no-touchevents
  .a-button.a-button-link.a-link.productlistmodule-button:hover,
.o-productlistmodule
  .button-wrapper
  .no-touchevents
  .a-link.productlistmodule-button:hover,
.o-producttile .cta-area .a-button.a-button-link.a-button-secondary:hover,
.o-producttile .cta-area .a-button.a-button-secondary:hover,
.o-producttile .cta-area .a-button.a-link-secondary.a-button-link:hover,
.o-producttile .cta-area .a-button.a-link-secondary.a-link:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
.o-producttile .cta-area .no-touchevents .a-button.a-button-secondary:hover,
.o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.o-producttile
  .cta-area
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.o-producttile
  .cta-area
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.o-producttile .cta-area a.a-button.a-link-secondary.a-button-link:hover,
.o-producttile .cta-area button.a-button.a-link-secondary.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:hover,
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary:hover,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary:hover,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary:hover,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:hover,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link.a-button.a-link-primary.a-button-link:hover,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .no-touchevents
  .a-button.a-button-link.a-link.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .a-button.a-button-link.pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .no-touchevents
  .pl-button:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-button-secondary.a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-button-primary.a-link-secondary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-link-secondary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .no-touchevents
  .a-button.a-link-primary.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .no-touchevents
  .a-button.additional-technical-info.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .no-touchevents
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  a.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link-secondary.a-button.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .no-touchevents
  .a-link.a-button.a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
a.a-button-secondary.a-button:hover,
a.a-button.a-link-secondary.a-button-link:hover,
a.a-link-secondary.a-button.a-link:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link:hover:first-child:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .no-touchevents
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:hover,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .information
  > .a-link.a-link-primary.a-button.a-button-link:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-button.a-button-link.a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .no-touchevents
  .information
  > .a-link:hover:first-child:not(.a-button),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .no-touchevents
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .no-touchevents
  .o-searchresultcontentsection
  > .pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore:hover,
button.a-button-secondary.a-button:hover,
button.a-button.a-link-secondary.a-button-link:hover,
button.a-link-secondary.a-button.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link:hover {
  background-color: transparent;
  border: 1px solid #007a7a;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
  color: #007a7a;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth:active,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth:active,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button:active,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:active,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:active,
.a-button-secondary.a-button.a-button-link:active,
.a-button-secondary.a-button.a-link:active,
.a-button-secondary.a-button:active,
.a-button.a-link-secondary.a-button-link:active,
.a-button.a-link-secondary.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:active[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:active,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket:active,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket:active,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  )[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-dealerteaser p .a-button.a-button-link.a-link:active,
.m-dealerteaser p .a-link.a-button:active,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button:active,
.m-form.oidc-registration .m-termsconditions a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary:active,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback:active,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback:active,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback:active,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback:active,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:active,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:active,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:active:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:active:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:active,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:active:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:active,
.m-multioptionbutton .a-button.a-button-link:active,
.m-multioptionbutton .a-button:active,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button:active,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:active:not(
    .a-button-plain
  )[data-popover-id],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:active:not(.a-button-plain):not(.a-button),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  button.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link:active,
.m-nextbeststeps .teaser-container .add-by-product-list .a-button:active,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link:active,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button:active,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-oney-widget-section .a-button-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link:active[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:active:not(.a-button-plain),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link:active,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:active,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link:active:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section a.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section button.a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link:active,
.m-popover .popover-content .a-button-secondary.a-button:active,
.m-popover .popover-content .a-link-secondary.a-button.a-button-link:active,
.m-popover .popover-content .a-link-secondary.a-button.a-link:active,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:active[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
.m-popover
  .popover-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-popover
  .popover-content
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link:active,
.m-popover.add-to-download-basket .popover-content .a-button:active,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:active,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close:active,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:active,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link:active,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button:active,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl:active,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:active:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button-primary.a-link-secondary.a-button.a-link-primary:active:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:active:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:active:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:active:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link:active:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info:active,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link:active,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button:active,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary:active,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button:active,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary:active,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:active,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link:active:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:active:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button:active,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button:active,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary:active:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary:active:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-navanchor
  .navanchor-ctc-wrapper
  .tile-description
  > .a-button.a-link-primary.a-link:active:not(.a-button-plain):not(.a-button),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button:active:not(.a-button),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary:active:not(.a-button),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button):not(
    .a-button-plain
  ),
.o-alternativeproduct
  .o-technicaloverview
  .buttons
  .tile-description
  > .a-link.a-button.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout:active,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout:active,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link:active[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link:active:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary:active:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.o-myprofileforms .delete-myaccount .a-button.a-button-link.a-link:active,
.o-myprofileforms .delete-myaccount .a-link.a-button:active,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-myprofileforms .delete-mysinglekey .a-button.a-button-link.a-link:active,
.o-myprofileforms .delete-mysinglekey .a-link.a-button:active,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link:active,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button:active,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button:active,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore:active,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore:active,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:active,
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button:active,
.o-productlistmodule .button-wrapper .a-link.productlistmodule-button:active,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button:active,
.o-producttile .cta-area .a-button.a-button-link.a-button-secondary:active,
.o-producttile .cta-area .a-button.a-button-secondary:active,
.o-producttile .cta-area .a-button.a-link-secondary.a-button-link:active,
.o-producttile .cta-area .a-button.a-link-secondary.a-link:active,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link:active,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button:active,
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary:active,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary:active,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary:active,
.o-technicaloverview
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary:active,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-link.a-button.a-link-primary.a-button-link:active[data-popover-id],
.o-technicaloverview
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary:active,
.o-technicaloverview
  .buttons
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link:active,
.o-technicaloverview
  .buttons
  .m-popover
  .popover-content
  .a-link.a-button.a-link-primary.a-button-link:active,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:active,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.o-technicaloverview
  .buttons
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary:active:not(.a-button),
.o-technicaloverview
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:active,
.o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link:active,
.o-technicaloverview
  .buttons
  button.a-link.a-button.a-link-primary.a-button-link:active,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button:active,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link:active[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:active,
a.a-button-secondary.a-button:active,
a.a-link-secondary.a-button.a-button-link:active,
a.a-link-secondary.a-button.a-link:active,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:active:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:active:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:active:first-child:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary:active,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:active:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:active:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:active:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:active:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:active:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:active:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link:active:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:active:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link:active:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore:active,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore:active,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore:active,
button.a-button-secondary.a-button:active,
button.a-link-secondary.a-button.a-button-link:active,
button.a-link-secondary.a-button.a-link:active,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active {
  background-color: transparent;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""],
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"],
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"],
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled=""],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"],
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="true"],
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled=""],
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"],
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="true"],
.a-button-secondary.a-button.a-button-link[disabled=""],
.a-button-secondary.a-button.a-button-link[disabled="disabled"],
.a-button-secondary.a-button.a-button-link[disabled="true"],
.a-button-secondary.a-button.a-link[disabled=""],
.a-button-secondary.a-button.a-link[disabled="disabled"],
.a-button-secondary.a-button.a-link[disabled="true"],
.a-button-secondary.a-button[disabled=""],
.a-button-secondary.a-button[disabled="disabled"],
.a-button-secondary.a-button[disabled="true"],
.a-button.a-link-secondary.a-button-link[disabled=""],
.a-button.a-link-secondary.a-button-link[disabled="disabled"],
.a-button.a-link-secondary.a-button-link[disabled="true"],
.a-button.a-link-secondary.a-link[disabled=""],
.a-button.a-link-secondary.a-link[disabled="disabled"],
.a-button.a-link-secondary.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket[disabled=""],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket[disabled="disabled"],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket[disabled="true"],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket[disabled=""],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket[disabled="disabled"],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket[disabled="true"],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled=""],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="disabled"],
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"][data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-dealerteaser p .a-button.a-button-link.a-link[disabled=""],
.m-dealerteaser p .a-button.a-button-link.a-link[disabled="disabled"],
.m-dealerteaser p .a-button.a-button-link.a-link[disabled="true"],
.m-dealerteaser p .a-link.a-button[disabled=""],
.m-dealerteaser p .a-link.a-button[disabled="disabled"],
.m-dealerteaser p .a-link.a-button[disabled="true"],
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled=""][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="disabled"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback[disabled=""],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback[disabled="disabled"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback[disabled="true"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback[disabled=""],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback[disabled="disabled"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback[disabled="true"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback[disabled=""],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback[disabled="disabled"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback[disabled="true"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback[disabled=""],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback[disabled="disabled"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback[disabled="true"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled=""],
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="disabled"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="true"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled=""],
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="disabled"],
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="true"],
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="disabled"]:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(.a-button),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="true"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:not(.a-button),
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:not(.a-button),
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled=""],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"],
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="true"],
.m-multioptionbutton .a-button.a-button-link[disabled=""],
.m-multioptionbutton .a-button.a-button-link[disabled="disabled"],
.m-multioptionbutton .a-button.a-button-link[disabled="true"],
.m-multioptionbutton .a-button[disabled=""],
.m-multioptionbutton .a-button[disabled="disabled"],
.m-multioptionbutton .a-button[disabled="true"],
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="true"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="disabled"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  )[data-popover-id],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  )[data-popover-id],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  )[data-popover-id],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled=""]:not(.a-button-plain):not(
    .a-button
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.m-navanchor
  .navanchor-ctc-wrapper
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button-plain):not(
    .a-button
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary.a-button-link[disabled=""]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary.a-button-link[disabled="true"]:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  button.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  button.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link[disabled=""],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link[disabled="disabled"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link[disabled="true"],
.m-nextbeststeps .teaser-container .add-by-product-list .a-button[disabled=""],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button[disabled="disabled"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button[disabled="true"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link[disabled=""],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link[disabled="disabled"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link[disabled="true"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled=""],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled="disabled"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled="true"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[disabled=""][data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"][data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[disabled="true"][data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled=""]:not(.a-button-plain),
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled=""]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-popover .popover-content .a-button-secondary.a-button[disabled=""],
.m-popover .popover-content .a-button-secondary.a-button[disabled="disabled"],
.m-popover .popover-content .a-button-secondary.a-button[disabled="true"],
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""],
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-popover .popover-content .a-link-secondary.a-button.a-link[disabled=""],
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-popover .popover-content .a-link-secondary.a-button.a-link[disabled="true"],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"],
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""][data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"][data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"][data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"],
.m-popover
  .popover-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:not(.a-button-plain),
.m-popover
  .popover-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:not(.a-button-plain),
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-popover
  .popover-content
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled=""],
.m-popover
  .popover-content
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link[disabled=""],
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link[disabled="disabled"],
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link[disabled="true"],
.m-popover.add-to-download-basket .popover-content .a-button[disabled=""],
.m-popover.add-to-download-basket
  .popover-content
  .a-button[disabled="disabled"],
.m-popover.add-to-download-basket .popover-content .a-button[disabled="true"],
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="true"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close[disabled=""],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close[disabled="disabled"],
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close[disabled="true"],
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link[disabled=""],
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link[disabled="disabled"],
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link[disabled="true"],
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button[disabled=""],
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button[disabled="disabled"],
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button[disabled="true"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl[disabled=""],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl[disabled="disabled"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl[disabled="true"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl[disabled=""],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl[disabled="disabled"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl[disabled="true"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled=""],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="disabled"],
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled=""]:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="disabled"]:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="true"]:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"][data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-button-secondary.a-link.a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button-primary.a-link-secondary.a-button.a-link-primary[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button-primary.a-link-secondary.a-button.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button-primary.a-link-secondary.a-button.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary[disabled=""]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="disabled"]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="true"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled=""],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="disabled"],
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="true"],
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary[disabled=""]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary[disabled="true"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary[disabled=""]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary[disabled="disabled"]:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary[disabled="true"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled=""]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="true"]:not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"][data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-navanchor
  .navanchor-ctc-wrapper
  .tile-description
  > .a-button.a-link-primary.a-link[disabled=""]:not(.a-button-plain):not(
    .a-button
  ),
.o-alternativeproduct
  .m-navanchor
  .navanchor-ctc-wrapper
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.o-alternativeproduct
  .m-navanchor
  .navanchor-ctc-wrapper
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button-plain):not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-button-secondary.a-link.a-link-primary.a-button[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link.a-link-primary.a-button.a-link-secondary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-technicaloverview
  .buttons
  .tile-description
  > .a-link.a-button.a-link-primary[disabled=""]:not(.a-button),
.o-alternativeproduct
  .o-technicaloverview
  .buttons
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .o-technicaloverview
  .buttons
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > a.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > button.a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout[disabled=""],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout[disabled="disabled"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout[disabled="true"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout[disabled=""],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout[disabled="disabled"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout[disabled="true"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled=""],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="disabled"],
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link[disabled=""],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link[disabled="disabled"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button[disabled=""],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button[disabled="disabled"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button[disabled="true"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-link.a-button-secondary[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"][data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.o-myprofileforms .delete-myaccount .a-button.a-button-link.a-link[disabled=""],
.o-myprofileforms
  .delete-myaccount
  .a-button.a-button-link.a-link[disabled="disabled"],
.o-myprofileforms
  .delete-myaccount
  .a-button.a-button-link.a-link[disabled="true"],
.o-myprofileforms .delete-myaccount .a-link.a-button[disabled=""],
.o-myprofileforms .delete-myaccount .a-link.a-button[disabled="disabled"],
.o-myprofileforms .delete-myaccount .a-link.a-button[disabled="true"],
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link[disabled=""],
.o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link[disabled="disabled"],
.o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link[disabled="true"],
.o-myprofileforms .delete-mysinglekey .a-link.a-button[disabled=""],
.o-myprofileforms .delete-mysinglekey .a-link.a-button[disabled="disabled"],
.o-myprofileforms .delete-mysinglekey .a-link.a-button[disabled="true"],
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link[disabled=""],
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link[disabled="disabled"],
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link[disabled="true"],
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button[disabled=""],
.o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-button[disabled="disabled"],
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button[disabled="true"],
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button[disabled="true"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore[disabled=""],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore[disabled="disabled"],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore[disabled="true"],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore[disabled=""],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore[disabled="disabled"],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore[disabled="true"],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled=""],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"],
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="true"],
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button[disabled=""],
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button[disabled="disabled"],
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button[disabled="true"],
.o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button[disabled=""],
.o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button[disabled="disabled"],
.o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button[disabled="true"],
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled=""],
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="disabled"],
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="true"],
.o-producttile
  .cta-area
  .a-button.a-button-link.a-button-secondary[disabled=""],
.o-producttile
  .cta-area
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
.o-producttile
  .cta-area
  .a-button.a-button-link.a-button-secondary[disabled="true"],
.o-producttile .cta-area .a-button.a-button-secondary[disabled=""],
.o-producttile .cta-area .a-button.a-button-secondary[disabled="disabled"],
.o-producttile .cta-area .a-button.a-button-secondary[disabled="true"],
.o-producttile .cta-area .a-button.a-link-secondary.a-button-link[disabled=""],
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="true"],
.o-producttile .cta-area .a-button.a-link-secondary.a-link[disabled=""],
.o-producttile .cta-area .a-button.a-link-secondary.a-link[disabled="disabled"],
.o-producttile .cta-area .a-button.a-link-secondary.a-link[disabled="true"],
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled=""],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"],
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"],
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary[disabled=""],
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.o-technicaloverview .buttons .a-link.a-button.a-button-primary[disabled=""],
.o-technicaloverview
  .buttons
  .a-link.a-button.a-button-primary[disabled="disabled"],
.o-technicaloverview
  .buttons
  .a-link.a-button.a-button-primary[disabled="true"],
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled=""],
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"],
.o-technicaloverview .buttons .a-link.a-button.a-link-primary[disabled=""],
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="disabled"],
.o-technicaloverview .buttons .a-link.a-button.a-link-primary[disabled="true"],
.o-technicaloverview
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary[disabled=""],
.o-technicaloverview
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary[disabled="disabled"],
.o-technicaloverview
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary[disabled="true"],
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-link.a-button.a-link-primary.a-button-link[disabled=""][data-popover-id],
.o-technicaloverview
  .buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"][data-popover-id],
.o-technicaloverview
  .buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"][data-popover-id],
.o-technicaloverview
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary[disabled=""],
.o-technicaloverview
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary[disabled="disabled"],
.o-technicaloverview
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary[disabled="true"],
.o-technicaloverview
  .buttons
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link[disabled=""],
.o-technicaloverview
  .buttons
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.o-technicaloverview
  .buttons
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="true"],
.o-technicaloverview
  .buttons
  .m-popover
  .popover-content
  .a-link.a-button.a-link-primary.a-button-link[disabled=""],
.o-technicaloverview
  .buttons
  .m-popover
  .popover-content
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-technicaloverview
  .buttons
  .m-popover
  .popover-content
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"],
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link[disabled=""],
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"],
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.o-technicaloverview
  .buttons
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary[disabled=""]:not(.a-button),
.o-technicaloverview
  .buttons
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="disabled"]:not(.a-button),
.o-technicaloverview
  .buttons
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="true"]:not(.a-button),
.o-technicaloverview
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled=""],
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="disabled"],
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="true"],
.o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link[disabled=""],
.o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link[disabled="true"],
.o-technicaloverview
  .buttons
  button.a-link.a-button.a-link-primary.a-button-link[disabled=""],
.o-technicaloverview
  .buttons
  button.a-link.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-technicaloverview
  .buttons
  button.a-link.a-button.a-link-primary.a-button-link[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="true"],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled=""],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"],
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-button-primary.a-link-secondary.a-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-button-primary.a-link-secondary.a-button[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button.a-link-secondary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled=""][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="disabled"][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="true"][data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled=""]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled=""]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="disabled"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"],
a.a-button-secondary.a-button[disabled=""],
a.a-button-secondary.a-button[disabled="disabled"],
a.a-button-secondary.a-button[disabled="true"],
a.a-link-secondary.a-button.a-button-link[disabled=""],
a.a-link-secondary.a-button.a-button-link[disabled="disabled"],
a.a-link-secondary.a-button.a-button-link[disabled="true"],
a.a-link-secondary.a-button.a-link[disabled=""],
a.a-link-secondary.a-button.a-link[disabled="disabled"],
a.a-link-secondary.a-button.a-link[disabled="true"],
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled=""]:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="true"]:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled=""]:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="true"]:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:first-child:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled=""]:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="true"]:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled=""]:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="true"]:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled=""]:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="true"]:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled=""]:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="true"]:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled=""]:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="true"]:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled=""]:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="true"]:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled=""],
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"],
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="true"],
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore[disabled=""],
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore[disabled="disabled"],
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore[disabled="true"],
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore[disabled=""],
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore[disabled="disabled"],
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore[disabled="true"],
button.a-button-secondary.a-button[disabled=""],
button.a-button-secondary.a-button[disabled="disabled"],
button.a-button-secondary.a-button[disabled="true"],
button.a-link-secondary.a-button.a-button-link[disabled=""],
button.a-link-secondary.a-button.a-button-link[disabled="disabled"],
button.a-link-secondary.a-button.a-button-link[disabled="true"],
button.a-link-secondary.a-button.a-link[disabled=""],
button.a-link-secondary.a-button.a-link[disabled="disabled"],
button.a-link-secondary.a-button.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-secondary.a-button.a-button-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link.a-button-secondary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"] {
  background: 0 0;
  border: 1px solid #007a7a;
  color: #007a7a;
  opacity: 0.4;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover,
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled=""]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"]:hover,
#pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="true"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled=""]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"]:hover,
#pl-returns-plugin.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="true"]:hover,
.a-button-secondary.a-button.a-button-link[disabled=""]:hover,
.a-button-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.a-button-secondary.a-button.a-button-link[disabled="true"]:hover,
.a-button-secondary.a-button.a-link[disabled=""]:hover,
.a-button-secondary.a-button.a-link[disabled="disabled"]:hover,
.a-button-secondary.a-button.a-link[disabled="true"]:hover,
.a-button-secondary.a-button[disabled=""]:hover,
.a-button-secondary.a-button[disabled="disabled"]:hover,
.a-button-secondary.a-button[disabled="true"]:hover,
.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.a-button.a-link-secondary.a-link[disabled=""]:hover,
.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-popover
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket[disabled=""]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket[disabled="disabled"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-button.a-button-link.add-to-basket[disabled="true"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket[disabled=""]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket[disabled="disabled"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket[disabled="true"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled=""]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="disabled"]:hover,
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-dealerteaser p .a-button.a-button-link.a-link[disabled=""]:hover,
.m-dealerteaser p .a-button.a-button-link.a-link[disabled="disabled"]:hover,
.m-dealerteaser p .a-button.a-button-link.a-link[disabled="true"]:hover,
.m-dealerteaser p .a-link.a-button[disabled=""]:hover,
.m-dealerteaser p .a-link.a-button[disabled="disabled"]:hover,
.m-dealerteaser p .a-link.a-button[disabled="true"]:hover,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-dealerteaser
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled=""]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-contenttextmedia
  .m-productconversionarea
  a.a-link-secondary.a-button[disabled="true"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .popover-content
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  a.a-button.additional-technical-info.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-myproducts
  > .myproducts-controls
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback[disabled=""]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-negative-feedback[disabled="true"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback[disabled=""]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.a-button-link.js-positive-feedback[disabled="true"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback[disabled=""]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback[disabled="true"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback[disabled=""]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback[disabled="true"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled=""]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="true"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled=""]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="disabled"]:hover,
.m-helpfulnessvoting
  .m-helpful-button-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="true"]:hover,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled=""]:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="true"]:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:hover:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="true"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:hover:not(.a-button),
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover:not(.a-button),
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:hover:not(.a-button),
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled=""]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"]:hover,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="true"]:hover,
.m-multioptionbutton .a-button.a-button-link[disabled=""]:hover,
.m-multioptionbutton .a-button.a-button-link[disabled="disabled"]:hover,
.m-multioptionbutton .a-button.a-button-link[disabled="true"]:hover,
.m-multioptionbutton .a-button[disabled=""]:hover,
.m-multioptionbutton .a-button[disabled="disabled"]:hover,
.m-multioptionbutton .a-button[disabled="true"]:hover,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button.a-button-link[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-button[disabled="true"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled=""]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary[disabled="true"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  )[data-popover-id],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button-plain):not(
    .a-button
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  button.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  button.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link[disabled=""]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button.a-button-link[disabled="true"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button[disabled=""]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-button[disabled="true"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link[disabled=""]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button.a-button-link[disabled="true"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled=""]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled="true"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover[data-popover-id],
.m-oney-widget-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover[data-popover-id],
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-popover
  .popover-content
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  a.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  button.a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-popover .popover-content .a-button-secondary.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .a-button-secondary.a-button[disabled="disabled"]:hover,
.m-popover .popover-content .a-button-secondary.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover[data-popover-id],
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-popover
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-popover
  .popover-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-popover
  .popover-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-popover
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link[disabled=""]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .a-button.a-button-link[disabled="true"]:hover,
.m-popover.add-to-download-basket .popover-content .a-button[disabled=""]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .a-button[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .a-button[disabled="true"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover.add-to-download-basket
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close[disabled=""]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close[disabled="disabled"]:hover,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .report-popover-btn.js-popover-close[disabled="true"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link[disabled=""]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link[disabled="disabled"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button.a-button-link[disabled="true"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button[disabled=""]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button[disabled="disabled"]:hover,
.m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-button[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button.a-button-link[disabled="true"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button[disabled=""]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-link.a-link.a-link-inline.dl[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-button.a-link-inline.dl[disabled="true"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled=""]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="disabled"]:hover,
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-button-primary[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-signin.signin_ciam
  .form-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled=""]:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled=""]:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[disabled="true"]:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  button.a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .m-productconversionarea
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .a-link.a-link-primary.a-button.a-button-link#pl-show-more-button.pl-button.pl-is-fullwidth[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  #pl-returns-plugin
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary.a-link.a-link-primary.a-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.a-link-primary.a-button.a-button-link.add-to-basket[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-dealerteaser
  p
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-negative-feedback[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-link.a-link-primary.a-button.a-button-link.js-positive-feedback[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.deletemyproduct_layer
  .layer-content-inner
  > .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproductdatainputfield
  .m-layer
  .m-form
  .form-actions
  .form-action.form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.add-to-download-basket
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.report-popover-btn.js-review-reported[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-link.a-link-primary.a-button.a-button-link.report-popover-btn.js-popover-close[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover[data-id="footerFunctionsSharePopover"]
  .popover-content
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-link.a-link-primary.a-button.a-button-link.a-link-inline.dl[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-signin.signin_ciam
  .form-actions
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-productlistmodule
  .button-wrapper
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-link.a-button-secondary.additional-technical-info[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.a-button-secondary.additional-technical-info[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .a-button.additional-technical-info.a-link-secondary.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.additional-technical-info.a-link-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.additional-technical-info.a-link-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-technical-info-rebrush.mypdp
  .button-wrapper
  .m-oney-widget-section
  .a-button.additional-technical-info.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link[disabled=""]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="true"]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link[disabled=""]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link[disabled="true"]:hover:not(.a-button),
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-cancel-terms-button[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-cancel-terms-button[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.js-agree-button[disabled="true"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled=""]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="disabled"]:hover,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.js-cancel-terms-button[disabled="true"]:hover,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary[disabled=""]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary[disabled=""]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-button.a-button-link.a-link.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary[disabled=""]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-button-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled=""]:hover:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  )[data-popover-id],
.o-alternativeproduct
  .m-contenttextmedia
  .m-productconversionarea
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover[data-popover-id]:not(
    .a-button
  ),
.o-alternativeproduct
  .m-navanchor
  .navanchor-ctc-wrapper
  .tile-description
  > .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button-plain):not(
    .a-button
  ),
.o-alternativeproduct
  .m-navanchor
  .navanchor-ctc-wrapper
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-popover
  .popover-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary.a-button-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-myproducts
  > .myproducts-controls
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ):not(.a-button-plain),
.o-alternativeproduct
  .o-producttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .o-technicaloverview
  .buttons
  .tile-description
  > .a-link.a-button.a-link-primary[disabled=""]:hover:not(.a-button),
.o-alternativeproduct
  .o-technicaloverview
  .buttons
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="true"]:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-alternativeproduct
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout[disabled=""]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .a-button.a-button-link.instant-checkout[disabled="true"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout[disabled=""]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout[disabled="true"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled=""]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="disabled"]:hover,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.instant-checkout[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button.a-button-link[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button[disabled="true"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary[disabled=""]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-button-secondary[disabled="true"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-myproducts-rebrush
  .producttiles-container
  .load-more
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link[disabled="disabled"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover[data-popover-id]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-oney-widget-section
  .a-link-secondary.a-button.a-link.oney-widget-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled=""]:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-button.a-link.a-link-primary[disabled="true"]:hover:not(
    .a-button-plain
  ):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myprofileforms
  .delete-myaccount
  .a-button.a-button-link.a-link[disabled=""]:hover,
.o-myprofileforms
  .delete-myaccount
  .a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myprofileforms
  .delete-myaccount
  .a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myprofileforms .delete-myaccount .a-link.a-button[disabled=""]:hover,
.o-myprofileforms .delete-myaccount .a-link.a-button[disabled="disabled"]:hover,
.o-myprofileforms .delete-myaccount .a-link.a-button[disabled="true"]:hover,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link[disabled=""]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myprofileforms .delete-mysinglekey .a-link.a-button[disabled=""]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .a-link.a-button[disabled="disabled"]:hover,
.o-myprofileforms .delete-mysinglekey .a-link.a-button[disabled="true"]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link[disabled=""]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link[disabled="disabled"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-button.a-button-link.a-link[disabled="true"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-button[disabled=""]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-button[disabled="disabled"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-button[disabled="true"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button.a-button-link[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .a-button[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .a-button-multioption
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button[disabled=""]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button[disabled="disabled"]:hover,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-multioptionbutton
  .a-button[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore[disabled=""]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.a-button-link.pagination-loadmore[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore[disabled=""]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .a-button.pagination-loadmore[disabled="true"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled=""]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
.o-productlist-rebrush
  .productlist-rebrush-container
  .o-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="true"]:hover,
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button[disabled=""]:hover,
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button[disabled="disabled"]:hover,
.o-productlistmodule
  .button-wrapper
  .a-button.a-button-link.a-link.productlistmodule-button[disabled="true"]:hover,
.o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button[disabled=""]:hover,
.o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button[disabled="disabled"]:hover,
.o-productlistmodule
  .button-wrapper
  .a-link.productlistmodule-button[disabled="true"]:hover,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled=""]:hover,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="disabled"]:hover,
.o-productlistmodule
  .button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.productlistmodule-button[disabled="true"]:hover,
.o-producttile .cta-area .a-button.a-button-secondary[disabled=""]:hover,
.o-producttile
  .cta-area
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.o-producttile .cta-area .a-button.a-button-secondary[disabled="true"]:hover,
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.o-producttile .cta-area .a-button.a-link-secondary.a-link[disabled=""]:hover,
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.o-producttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-producttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-producttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.o-producttile
  .cta-area
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-producttile
  .cta-area
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link[disabled="true"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled=""]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="disabled"]:hover,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.reset-filter-button[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .a-button.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-button-primary[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-button-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-button-primary[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-technicaloverview
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.o-technicaloverview
  .buttons
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary[disabled=""]:hover:not(.a-button),
.o-technicaloverview
  .buttons
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary[disabled="true"]:hover:not(.a-button),
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.pl-button[disabled="true"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled=""]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="disabled"]:hover,
.parcellab-return-process.parcellab-return-process
  .pl-card
  .pl-modal-buttons
  .pl-row
  .pl-columns:first-child
  .pl-button[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled=""]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-link[disabled="true"]:hover[data-popover-id],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .promotion-bundle-button
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled=""]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts-rebrush
  .producttiles-container
  .load-more
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled=""]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button.a-link[disabled="true"]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
a.a-button-secondary.a-button[disabled=""]:hover,
a.a-button-secondary.a-button[disabled="disabled"]:hover,
a.a-button-secondary.a-button[disabled="true"]:hover,
a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
a.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
a.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
a.a-link-secondary.a-button.a-link[disabled=""]:hover,
a.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
a.a-link-secondary.a-button.a-link[disabled="true"]:hover,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled=""]:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="true"]:hover:first-child:not(.a-button),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-content
  .a-link-secondary.a-button.a-link.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled=""]:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="true"]:hover:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled=""]:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="true"]:hover:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-button.a-button-link.a-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled=""]:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="disabled"]:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link[disabled="true"]:hover:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .information
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:first-child:not(
    .a-button
  ),
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled=""]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-searchresultcontentsection
  > .a-link.a-link-primary.a-button.a-button-link.pagination-loadmore[disabled="true"]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore[disabled=""]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore[disabled="disabled"]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .a-button.a-button-link.pagination-loadmore[disabled="true"]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore[disabled=""]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore[disabled="disabled"]:hover,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore[disabled="true"]:hover,
button.a-button-secondary.a-button[disabled=""]:hover,
button.a-button-secondary.a-button[disabled="disabled"]:hover,
button.a-button-secondary.a-button[disabled="true"]:hover,
button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
button.a-link-secondary.a-button.a-button-link[disabled=""]:hover,
button.a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
button.a-link-secondary.a-button.a-link[disabled=""]:hover,
button.a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
button.a-link-secondary.a-button.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover {
  background: 0 0;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #007a7a;
  opacity: 0.4;
}
.a-button-secondary-plusIcon.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-plusIcon.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary-plusIcon.a-button,
.m-popover .popover-content .a-button-secondary-plusIcon.a-button,
.m-pressteaser .m-multioptionbutton .a-button,
.m-pressteaser .m-multioptionbutton .a-button.a-button-link,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 17px !important;
}
.a-button-secondary-plusIcon.a-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-plusIcon.a-button[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary-plusIcon.a-button:before,
.m-popover .popover-content .a-button-secondary-plusIcon.a-button:before,
.m-pressteaser .m-multioptionbutton .a-button.a-button-link:before,
.m-pressteaser .m-multioptionbutton .a-button:before,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:before,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:before,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary:not(
    .a-button
  ):before,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
}
.a-button-secondary-plusIcon.a-button:active,
.a-button-secondary-plusIcon.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-secondary-plusIcon.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-plusIcon.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-plusIcon.a-button:hover[data-popover-id],
.m-pressteaser .m-multioptionbutton .a-button:active,
.m-pressteaser .m-multioptionbutton .a-button:hover,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-pressteaser .m-multioptionbutton .no-touchevents .a-button:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:active,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .no-touchevents
  .a-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-secondary-plusIcon.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary-plusIcon.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button:hover,
.no-touchevents .a-button-secondary-plusIcon.a-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link:hover:not(.a-button-plain),
.no-touchevents .m-pressteaser .m-multioptionbutton .a-button:hover,
.no-touchevents
  .m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-secondary-plusIcon.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary-plusIcon.a-button.a-link:hover {
  background-color: transparent;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}
.a-button-secondary-plusIcon.a-button[disabled=""],
.a-button-secondary-plusIcon.a-button[disabled="disabled"],
.a-button-secondary-plusIcon.a-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link[disabled="true"]:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-plusIcon.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-plusIcon.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-plusIcon.a-button[disabled="true"][data-popover-id],
.m-pressteaser .m-multioptionbutton .a-button[disabled=""],
.m-pressteaser .m-multioptionbutton .a-button[disabled="disabled"],
.m-pressteaser .m-multioptionbutton .a-button[disabled="true"],
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""],
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"],
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-plusIcon.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link[disabled="true"] {
  background: 0 0;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
}
.a-button-secondary-plusIcon.a-button[disabled=""]:hover,
.a-button-secondary-plusIcon.a-button[disabled="disabled"]:hover,
.a-button-secondary-plusIcon.a-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-plusIcon.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-pressteaser .m-multioptionbutton .a-button[disabled=""]:hover,
.m-pressteaser .m-multioptionbutton .a-button[disabled="disabled"]:hover,
.m-pressteaser .m-multioptionbutton .a-button[disabled="true"]:hover,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-pressteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled=""]:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-plusIcon.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-plusIcon.a-link.a-link-primary.a-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pressteaser
  .m-multioptionbutton
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-plusIcon.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-plusIcon.a-button.a-link[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c2c2c2;
}
.a-button-plusIcon.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button-plusIcon.a-button,
.m-popover .popover-content .a-button-plusIcon.a-button,
.m-tabs #press-content .o-list-press .a-loadmore .a-button,
.m-tabs #press-content .o-list-press .a-loadmore .a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 0 !important;
}
.a-button-plusIcon.a-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-plusIcon.a-button:before,
.m-popover .popover-content .a-button-plusIcon.a-button:before,
.m-tabs #press-content .o-list-press .a-loadmore .a-button.a-button-link:before,
.m-tabs #press-content .o-list-press .a-loadmore .a-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button:before,
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link:before {
  display: none;
}
.a-button-plusIcon.a-button:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link:not(.a-button-plain):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button[data-popover-id]:after,
.m-form.oidc-registration .m-termsconditions a.a-button-plusIcon.a-button:after,
.m-popover .popover-content .a-button-plusIcon.a-button:after,
.m-tabs #press-content .o-list-press .a-loadmore .a-button.a-button-link:after,
.m-tabs #press-content .o-list-press .a-loadmore .a-button:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button:after,
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary:not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link:not(.a-button-plain):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link:after {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: 17px;
}
.a-button-plusIcon.a-button:active,
.a-button-plusIcon.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-plusIcon.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button:hover[data-popover-id],
.m-tabs #press-content .o-list-press .a-loadmore .a-button:active,
.m-tabs #press-content .o-list-press .a-loadmore .a-button:hover,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .no-touchevents
  .a-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-plusIcon.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-plusIcon.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-plusIcon.a-link.a-link-primary.a-button:hover,
.no-touchevents .a-button-plusIcon.a-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .a-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-plusIcon.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-plusIcon.a-button.a-link:hover {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.a-button-plusIcon.a-button[disabled=""],
.a-button-plusIcon.a-button[disabled="disabled"],
.a-button-plusIcon.a-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link[disabled="true"]:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-plusIcon.a-button[disabled="true"][data-popover-id],
.m-tabs #press-content .o-list-press .a-loadmore .a-button[disabled=""],
.m-tabs #press-content .o-list-press .a-loadmore .a-button[disabled="disabled"],
.m-tabs #press-content .o-list-press .a-loadmore .a-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button[disabled="true"],
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-plusIcon.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link[disabled="true"] {
  background: 0 0;
  border: none;
  color: #c2c2c2;
}
.a-button-plusIcon.a-button[disabled=""]:hover,
.a-button-plusIcon.a-button[disabled="disabled"]:hover,
.a-button-plusIcon.a-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link[disabled="disabled"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-plusIcon.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-tabs #press-content .o-list-press .a-loadmore .a-button[disabled=""]:hover,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press
  .a-loadmore
  .a-button[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-plusIcon.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-plusIcon.a-link.a-link-primary.a-button[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link[disabled="disabled"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-plusIcon.a-link[disabled="true"]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-plusIcon.a-button.a-link[disabled="true"]:hover {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c2c2c2;
}
.a-button-secondary-downloadIcon.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-downloadIcon.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary-downloadIcon.a-button,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-popover .popover-content .a-button-secondary-downloadIcon.a-button,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 17px !important;
}
.a-button-secondary-downloadIcon.a-button:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-downloadIcon.a-button[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary-downloadIcon.a-button:before,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:before,
.m-popover .popover-content .a-button-secondary-downloadIcon.a-button:before,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button):before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:before,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary:not(
    .a-button
  ):before,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
}
.a-button-secondary-downloadIcon.a-button:active,
.a-button-secondary-downloadIcon.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-secondary-downloadIcon.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-downloadIcon.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-downloadIcon.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:active,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:active,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:active,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-secondary-downloadIcon.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary-downloadIcon.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button:hover,
.no-touchevents .a-button-secondary-downloadIcon.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-secondary-downloadIcon.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary-downloadIcon.a-button.a-link:hover {
  background-color: transparent;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}
.a-button-secondary-downloadIcon.a-button[disabled=""],
.a-button-secondary-downloadIcon.a-button[disabled="disabled"],
.a-button-secondary-downloadIcon.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link[disabled="true"]:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-downloadIcon.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-downloadIcon.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary-downloadIcon.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button[disabled="true"],
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary-downloadIcon.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link[disabled="true"] {
  background: 0 0;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
}
.a-button-secondary-downloadIcon.a-button[disabled=""]:hover,
.a-button-secondary-downloadIcon.a-button[disabled="disabled"]:hover,
.a-button-secondary-downloadIcon.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary-downloadIcon.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-button-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary-downloadIcon.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary-downloadIcon.a-link.a-link-primary.a-button[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary-downloadIcon.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary-downloadIcon.a-button.a-link[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c2c2c2;
}
.a-button-secondary--toLink.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--toLink.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--toLink.a-button,
.m-popover .popover-content .a-button-secondary--toLink.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--toLink.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link {
  background-color: transparent;
  border: none;
}
.a-button-secondary--toLink.a-button:active,
.a-button-secondary--toLink.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-secondary--toLink.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--toLink.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--toLink.a-button:hover[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-secondary--toLink.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary--toLink.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary--toLink.a-link.a-link-primary.a-button:hover,
.no-touchevents .a-button-secondary--toLink.a-button:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary--toLink.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link:hover,
.no-touchevents
  body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary--toLink.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--toLink.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--toLink.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-secondary--toLink.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary--toLink.a-button.a-link:hover,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link:active,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link:hover,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .no-touchevents
  .a-link:hover {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.a-button-secondary--toLink.a-button[disabled=""],
.a-button-secondary--toLink.a-button[disabled="disabled"],
.a-button-secondary--toLink.a-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link[disabled="true"]:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--toLink.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--toLink.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--toLink.a-button[disabled="true"][data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button[disabled="true"],
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--toLink.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--toLink.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--toLink.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link[disabled="true"],
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link[disabled=""],
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link[disabled="disabled"],
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link[disabled="true"] {
  background: 0 0;
  border: none;
  color: #c2c2c2;
}
.a-button-secondary--toLink.a-button[disabled=""]:hover,
.a-button-secondary--toLink.a-button[disabled="disabled"]:hover,
.a-button-secondary--toLink.a-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--toLink.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--toLink.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--toLink.a-link.a-link-primary.a-button[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--toLink.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--toLink.a-button.a-link[disabled="true"]:hover,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link[disabled=""]:hover,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link[disabled="disabled"]:hover,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link[disabled="true"]:hover {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c2c2c2;
}
.a-button-secondary--vibrant.a-button,
.a-button-secondary--vibrant.a-button.a-button-link,
.a-button-secondary--vibrant.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary,
.m-oney-widget-section .a-button-secondary--vibrant.a-button.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link,
.m-popover .popover-content .a-button-secondary--vibrant.a-button,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--vibrant.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link,
a.a-button-secondary--vibrant.a-button,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link,
button.a-button-secondary--vibrant.a-button {
  background: 0 0;
  border: 1px solid #3cc8be;
  color: #3cc8be;
}
.a-button-secondary--vibrant.a-button.a-button-link:active,
.a-button-secondary--vibrant.a-button.a-button-link:hover,
.a-button-secondary--vibrant.a-button.a-link:active,
.a-button-secondary--vibrant.a-button.a-link:hover,
.a-button-secondary--vibrant.a-button:active,
.a-button-secondary--vibrant.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-secondary--vibrant.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-secondary--vibrant.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button-secondary--vibrant.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-secondary--vibrant.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link:active,
.m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button-secondary--vibrant.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover .popover-content .a-button-secondary--vibrant.a-button:active,
.m-popover .popover-content .a-button-secondary--vibrant.a-button:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-button-secondary--vibrant.a-button:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-secondary--vibrant.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary--vibrant.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents .a-button-secondary--vibrant.a-button.a-button-link:hover,
.no-touchevents .a-button-secondary--vibrant.a-button.a-link:hover,
.no-touchevents .a-button-secondary--vibrant.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-button-secondary--vibrant.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary--vibrant.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link:hover,
.no-touchevents a.a-button-secondary--vibrant.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents button.a-button-secondary--vibrant.a-button:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary--vibrant.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--vibrant.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--vibrant.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-secondary--vibrant.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary--vibrant.a-button.a-link:hover,
a.a-button-secondary--vibrant.a-button:active,
a.a-button-secondary--vibrant.a-button:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link:hover,
button.a-button-secondary--vibrant.a-button:active,
button.a-button-secondary--vibrant.a-button:hover {
  background: 0 0;
  border: 1px solid #3cc8be;
  -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
  box-shadow: inset 0 0 0 1px #3cc8be;
  color: #3cc8be;
}
.a-button-secondary--vibrant.a-button.a-button-link[disabled=""],
.a-button-secondary--vibrant.a-button.a-button-link[disabled="disabled"],
.a-button-secondary--vibrant.a-button.a-button-link[disabled="true"],
.a-button-secondary--vibrant.a-button.a-link[disabled=""],
.a-button-secondary--vibrant.a-button.a-link[disabled="disabled"],
.a-button-secondary--vibrant.a-button.a-link[disabled="true"],
.a-button-secondary--vibrant.a-button[disabled=""],
.a-button-secondary--vibrant.a-button[disabled="disabled"],
.a-button-secondary--vibrant.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link[disabled="true"]:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"],
.m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-popover .popover-content .a-button-secondary--vibrant.a-button[disabled=""],
.m-popover
  .popover-content
  .a-button-secondary--vibrant.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .a-button-secondary--vibrant.a-button[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--vibrant.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--vibrant.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--vibrant.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link[disabled="true"],
a.a-button-secondary--vibrant.a-button[disabled=""],
a.a-button-secondary--vibrant.a-button[disabled="disabled"],
a.a-button-secondary--vibrant.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
button.a-button-secondary--vibrant.a-button[disabled=""],
button.a-button-secondary--vibrant.a-button[disabled="disabled"],
button.a-button-secondary--vibrant.a-button[disabled="true"] {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
.a-button-secondary--vibrant.a-button.a-button-link[disabled=""]:hover,
.a-button-secondary--vibrant.a-button.a-button-link[disabled="disabled"]:hover,
.a-button-secondary--vibrant.a-button.a-button-link[disabled="true"]:hover,
.a-button-secondary--vibrant.a-button.a-link[disabled=""]:hover,
.a-button-secondary--vibrant.a-button.a-link[disabled="disabled"]:hover,
.a-button-secondary--vibrant.a-button.a-link[disabled="true"]:hover,
.a-button-secondary--vibrant.a-button[disabled=""]:hover,
.a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
.a-button-secondary--vibrant.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--vibrant.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--vibrant.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--vibrant.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--vibrant.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button-secondary--vibrant.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .a-button-secondary--vibrant.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-button-secondary--vibrant.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--vibrant.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--vibrant.a-link.a-link-primary.a-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--vibrant.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--vibrant.a-button.a-link[disabled="true"]:hover,
a.a-button-secondary--vibrant.a-button[disabled=""]:hover,
a.a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
a.a-button-secondary--vibrant.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap.a-area:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
  .teaser-wrap.teaser-wrap:not(.a-area-primary)
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
button.a-button-secondary--vibrant.a-button[disabled=""]:hover,
button.a-button-secondary--vibrant.a-button[disabled="disabled"]:hover,
button.a-button-secondary--vibrant.a-button[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #7b89a1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7b89a1;
}
.a-button-secondary--black.a-button,
.a-button-secondary--black.a-button.a-button-link,
.a-button-secondary--black.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary,
.m-oney-widget-section .a-button-secondary--black.a-button.oney-widget-link,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link,
.m-popover .popover-content .a-button-secondary--black.a-button,
.m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary--black.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--black.a-button.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-button-secondary--black.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
a.a-button-secondary--black.a-button,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link,
button.a-button-secondary--black.a-button {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
}
.a-button-secondary--black.a-button.a-button-link:active,
.a-button-secondary--black.a-button.a-button-link:hover,
.a-button-secondary--black.a-button.a-link:active,
.a-button-secondary--black.a-button.a-link:hover,
.a-button-secondary--black.a-button:active,
.a-button-secondary--black.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button-secondary--black.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button-secondary--black.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button-secondary--black.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button-secondary--black.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link:active,
.m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .a-button-secondary--black.a-button.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover .popover-content .a-button-secondary--black.a-button:active,
.m-popover .popover-content .a-button-secondary--black.a-button:hover,
.m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .a-button-secondary--black.a-button:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .no-touchevents
  .a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .no-touchevents
  .a-button:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button-secondary--black.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary--black.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-button-secondary--black.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  .no-touchevents
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:active:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-secondary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link.a-button-primary:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-secondary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  button.a-button.a-link-secondary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .no-touchevents
  li
  > .a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link:active:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link:active:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents .a-button-secondary--black.a-button.a-button-link:hover,
.no-touchevents .a-button-secondary--black.a-button.a-link:hover,
.no-touchevents .a-button-secondary--black.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .a-button-secondary--black.a-button:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button:hover,
.no-touchevents
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link:hover:not(.a-button),
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  .o-alternativeproduct
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button-secondary--black.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents a.a-button-secondary--black.a-button:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents button.a-button-secondary--black.a-button:hover,
.o-alternativeproduct
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button-secondary--black.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--black.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--black.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-button-secondary--black.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button-secondary--black.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
a.a-button-secondary--black.a-button:active,
a.a-button-secondary--black.a-button:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-primary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .no-touchevents
  .a-button.a-link-secondary.oney-widget-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .no-touchevents
  .a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-link.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-button-secondary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-primary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link-secondary.a-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  .a-button.a-link.a-button-primary:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .no-touchevents
  button.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link:hover,
button.a-button-secondary--black.a-button:active,
button.a-button-secondary--black.a-button:hover {
  background: 0 0;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}
.a-button-secondary--black.a-button.a-button-link[disabled=""],
.a-button-secondary--black.a-button.a-button-link[disabled="disabled"],
.a-button-secondary--black.a-button.a-button-link[disabled="true"],
.a-button-secondary--black.a-button.a-link[disabled=""],
.a-button-secondary--black.a-button.a-link[disabled="disabled"],
.a-button-secondary--black.a-button.a-link[disabled="true"],
.a-button-secondary--black.a-button[disabled=""],
.a-button-secondary--black.a-button[disabled="disabled"],
.a-button-secondary--black.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link[disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link[disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link[disabled="true"]:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"],
.m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-popover .popover-content .a-button-secondary--black.a-button[disabled=""],
.m-popover
  .popover-content
  .a-button-secondary--black.a-button[disabled="disabled"],
.m-popover
  .popover-content
  .a-button-secondary--black.a-button[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button[disabled="true"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link[disabled=""]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="disabled"]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="true"]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--black.a-button.a-link.a-link-primary[disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--black.a-button.a-link.a-link-primary[disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--black.a-button.a-link.a-link-primary[disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link[disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link[disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link[disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"],
a.a-button-secondary--black.a-button[disabled=""],
a.a-button-secondary--black.a-button[disabled="disabled"],
a.a-button-secondary--black.a-button[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
button.a-button-secondary--black.a-button[disabled=""],
button.a-button-secondary--black.a-button[disabled="disabled"],
button.a-button-secondary--black.a-button[disabled="true"] {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
  opacity: 0.25;
}
.a-button-secondary--black.a-button.a-button-link[disabled=""]:hover,
.a-button-secondary--black.a-button.a-button-link[disabled="disabled"]:hover,
.a-button-secondary--black.a-button.a-button-link[disabled="true"]:hover,
.a-button-secondary--black.a-button.a-link[disabled=""]:hover,
.a-button-secondary--black.a-button.a-link[disabled="disabled"]:hover,
.a-button-secondary--black.a-button.a-link[disabled="true"]:hover,
.a-button-secondary--black.a-button[disabled=""]:hover,
.a-button-secondary--black.a-button[disabled="disabled"]:hover,
.a-button-secondary--black.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button-secondary--black.a-button[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link[disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--black.a-link[disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button[disabled=""]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--black.a-button[disabled="true"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--black.a-button[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .a-button-secondary--black.a-button.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .a-button-secondary--black.a-button[disabled=""]:hover,
.m-popover
  .popover-content
  .a-button-secondary--black.a-button[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .a-button-secondary--black.a-button[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button.a-button-link[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button[disabled="true"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--black.a-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--black.a-link.a-link-primary.a-button[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .teaser-links.teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled=""]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link[disabled="true"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link[disabled=""]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="disabled"]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-button.a-button-link.a-link[disabled="true"]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link[disabled=""]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link[disabled="disabled"]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link[disabled="true"]:hover:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.o-alternativeproduct
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link[disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--black.a-link[disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--black.a-button.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
a.a-button-secondary--black.a-button[disabled=""]:hover,
a.a-button-secondary--black.a-button[disabled="disabled"]:hover,
a.a-button-secondary--black.a-button[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-link.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-button-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .a-button.a-link.a-button-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
button.a-button-secondary--black.a-button[disabled=""]:hover,
button.a-button-secondary--black.a-button[disabled="disabled"]:hover,
button.a-button-secondary--black.a-button[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  opacity: 0.25;
}
.a-button-link--toSecondaryButton.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link--toSecondaryButton.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link--toSecondaryButton.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-link--toSecondaryButton.a-button,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.m-nextbeststeps .teaser-container .add-by-product-list .a-button,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.m-popover .popover-content .a-button-link--toSecondaryButton.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link--toSecondaryButton.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link--toSecondaryButton.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link--toSecondaryButton.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:not(.a-button),
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-link--toSecondaryButton.a-button.a-link.a-link-primary:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-link--toSecondaryButton.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-link--toSecondaryButton.a-button.a-link {
  border-radius: 2px;
  font-size: 16px;
  line-height: 25px;
  display: block;
  padding: 11px 40px !important;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-button-link--toSecondaryButton.a-button .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link--toSecondaryButton.a-link:not(.a-button-plain)
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link--toSecondaryButton.a-button[data-popover-id]
  .text,
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button)
  .text,
.m-nextbeststeps .teaser-container .add-by-product-list .a-button .text,
.m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link
  .text,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button
  .text,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link--toSecondaryButton.a-link
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button)
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button)
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link--toSecondaryButton.a-link.a-button-primary
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link--toSecondaryButton.a-link.a-link-primary.a-button
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-list
  .a-link.a-link-primary.a-button.a-button-link
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-link.a-link-primary.a-button.a-button-link
  .text,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button)
  .text,
.m-teaser:not(.teaser-100)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .teaser-content
  li
  > .a-link.a-link-primary.a-button.a-button-link:not(.a-button)
  .text,
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:not(.a-button)
  .text,
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li
  > .a-link:not(.a-button)
  .text,
.o-alternativeproduct
  .tile-description
  > .a-button-link--toSecondaryButton.a-button.a-link.a-link-primary:not(
    .a-button
  )
  .text,
.o-myproducts
  > .myproducts-controls
  .a-button-link--toSecondaryButton.a-link:not(.a-button-plain)
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-link--toSecondaryButton.a-button.a-link
  .text {
  font-size: inherit;
  line-height: inherit;
}
.a-button-secondary--petroldark.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--petroldark.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--petroldark.a-button[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  a.a-button-secondary--petroldark.a-button,
.m-popover .popover-content .a-button-secondary--petroldark.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--petroldark.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--petroldark.a-button.a-link.a-link-primary:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--petroldark.a-link:not(.a-button-plain),
.o-myprofileforms .delete-myaccount .a-link.a-button,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .delete-mysinglekey .a-link.a-button,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--petroldark.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary {
  border: 1px solid #007a7a;
  color: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: fit-content;
}
.a-button-secondary--petroldark.a-button .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--petroldark.a-link:not(.a-button-plain)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--petroldark.a-button[data-popover-id]
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--petroldark.a-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-button-primary
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-link-primary.a-button
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary
  .icon,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--petroldark.a-button.a-link.a-link-primary:not(
    .a-button
  )
  .icon,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--petroldark.a-link:not(.a-button-plain)
  .icon,
.o-myprofileforms .delete-myaccount .a-link.a-button .icon,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link
  .icon,
.o-myprofileforms .delete-mysinglekey .a-link.a-button .icon,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link
  .icon,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button .icon,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link
  .icon,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary .icon,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary .icon,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link
  .icon,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary
  .icon,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--petroldark.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary
  .icon {
  border-color: #007a7a;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.a-button-secondary--petroldark.a-button .icon::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--petroldark.a-link:not(.a-button-plain)
  .icon::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon::before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--petroldark.a-button[data-popover-id]
  .icon::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--petroldark.a-link
  .icon::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-button-primary
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-link-primary.a-button
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary
  .icon::before,
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--petroldark.a-button.a-link.a-link-primary:not(
    .a-button
  )
  .icon::before,
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--petroldark.a-link:not(.a-button-plain)
  .icon::before,
.o-myprofileforms .delete-myaccount .a-link.a-button .icon::before,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link
  .icon::before,
.o-myprofileforms .delete-mysinglekey .a-link.a-button .icon::before,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link
  .icon::before,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button .icon::before,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link
  .icon::before,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary .icon::before,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary .icon::before,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .icon::before,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link
  .icon::before,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary
  .icon::before,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .icon::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--petroldark.a-button.a-link
  .icon::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary
  .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.a-button-secondary--petroldark.a-button:active,
.a-button-secondary--petroldark.a-button:focus,
.a-button-secondary--petroldark.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--petroldark.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--petroldark.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-secondary--petroldark.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--petroldark.a-button:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--petroldark.a-button:focus[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button-secondary--petroldark.a-button:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary:active,
.m-oney-widget-section
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.oney-widget-link:active,
.m-popover
  .popover-content
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--petroldark.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--petroldark.a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-secondary--petroldark.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-link-primary.a-button:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-link-primary.a-button:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-secondary--petroldark.a-link.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row.delete
  .a-link.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.o-alternativeproduct
  .o-technicaloverview
  .buttons
  .tile-description
  > .a-link.a-button.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--petroldark.a-button.a-link.a-link-primary:active:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--petroldark.a-button.a-link.a-link-primary:focus:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button-secondary--petroldark.a-button.a-link.a-link-primary:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--petroldark.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--petroldark.a-link:focus:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-secondary--petroldark.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-myprofileforms .delete-myaccount .a-link.a-button:active,
.o-myprofileforms .delete-myaccount .a-link.a-button:focus,
.o-myprofileforms .delete-myaccount .a-link.a-button:hover,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:focus,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms .delete-mysinglekey .a-link.a-button:active,
.o-myprofileforms .delete-mysinglekey .a-link.a-button:focus,
.o-myprofileforms .delete-mysinglekey .a-link.a-button:hover,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:focus,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button:active,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button:focus,
.o-myprofileforms .myprofileforms-row.delete .a-link.a-button:hover,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:active,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:focus,
.o-myprofileforms
  .myprofileforms-row.delete
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link:hover,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary:active,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary:focus,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:active,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary:active,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary:focus,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary:hover,
.o-technicaloverview
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary:active,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:focus:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:hover:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-link.a-button.a-link-primary.a-button-link:active[data-popover-id],
.o-technicaloverview
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-primary:active,
.o-technicaloverview
  .buttons
  .m-oney-widget-section
  .a-link.a-button.a-link-primary.oney-widget-link:active,
.o-technicaloverview
  .buttons
  .m-popover
  .popover-content
  .a-link.a-button.a-link-primary.a-button-link:active,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:active,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:focus,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:hover,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:active,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:focus,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:hover,
.o-technicaloverview
  .buttons
  .o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary:active:not(.a-button),
.o-technicaloverview
  .buttons
  .o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-primary.a-button-link:active:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:active,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:focus,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:hover,
.o-technicaloverview
  .buttons
  a.a-link.a-button.a-link-primary.a-button-link:active,
.o-technicaloverview
  .buttons
  button.a-link.a-button.a-link-primary.a-button-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--petroldark.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--petroldark.a-button.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-secondary--petroldark.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:hover {
  background-color: transparent;
  border: 1px solid #007a7a !important;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a !important;
  box-shadow: inset 0 0 0 1px #007a7a !important;
  color: #007a7a;
}
.a-button[data-popover-id],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id]:not(.a-button-plain),
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button[data-popover-id],
.m-popover .popover-content .a-button[data-popover-id],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id],
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id] {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.a-button[data-popover-id]:active,
.a-button[data-popover-id]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id]:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .a-link[data-popover-id]:hover:not(.a-button-plain),
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id]:active,
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id]:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .a-link[data-popover-id]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id]:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id]:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-button-primary[data-popover-id]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .a-link.a-link-primary.a-button[data-popover-id]:hover,
.no-touchevents .a-button[data-popover-id]:hover,
.no-touchevents
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id]:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id]:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id]:hover,
.no-touchevents
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id]:hover,
.no-touchevents
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id]:hover:not(.a-button),
.no-touchevents
  .o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id]:hover:not(.a-button-plain),
.no-touchevents
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id]:hover,
.o-alternativeproduct
  .no-touchevents
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id]:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id]:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id]:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id]:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  .a-link[data-popover-id]:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id]:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .a-button.a-link[data-popover-id]:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.a-button[data-popover-id]:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id]:active:not(.a-button-plain),
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id]:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id]:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id]:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id]:active,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id]:active:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id]:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id]:active {
  color: #000;
}
.a-button[data-popover-id][disabled=""],
.a-button[data-popover-id][disabled=""]:hover,
.a-button[data-popover-id][disabled="disabled"],
.a-button[data-popover-id][disabled="disabled"]:hover,
.a-button[data-popover-id][disabled="true"],
.a-button[data-popover-id][disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id][disabled=""]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id][disabled=""]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id][disabled="disabled"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id][disabled="disabled"]:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id][disabled="true"]:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id][disabled="true"]:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button[data-popover-id][disabled=""],
.m-contenttextmedia
  .m-productconversionarea
  .a-button[data-popover-id][disabled="disabled"],
.m-contenttextmedia
  .m-productconversionarea
  .a-button[data-popover-id][disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id][disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id][disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id][disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id][disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id][disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id][disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id][disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id][disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id][disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id][disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id][disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id][disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id][disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id][disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id][disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id][disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id][disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id][disabled="true"]:hover,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id][disabled=""]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id][disabled="disabled"]:not(
    .a-button
  ),
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id][disabled="true"]:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id][disabled=""]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id][disabled=""]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id][disabled="disabled"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id][disabled="disabled"]:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id][disabled="true"]:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id][disabled="true"]:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id][disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id][disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id][disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id][disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id][disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id][disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.a-button[data-popover-id] .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id]:not(.a-button-plain)
  .icon,
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id] .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id]
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id]
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id]
  .icon,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id]:not(.a-button)
  .icon,
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id]:not(.a-button-plain)
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id]
  .icon {
  display: none !important;
}
.a-button[data-popover-id] .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link[data-popover-id]:not(.a-button-plain)
  .text,
.m-contenttextmedia .m-productconversionarea .a-button[data-popover-id] .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link[data-popover-id]
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary[data-popover-id]
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button[data-popover-id]
  .text,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary[data-popover-id]:not(.a-button)
  .text,
.o-myproducts
  > .myproducts-controls
  .a-link[data-popover-id]:not(.a-button-plain)
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link[data-popover-id]
  .text {
  margin: 0 !important;
}
.a-callout {
  background-color: #d4691b !important;
  display: table;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  width: auto;
}
.a-callout .a-image {
  width: 75px;
}
.a-callout .callout-text {
  display: table-cell;
  padding: 8px 17px;
  text-align: left;
  width: 100%;
}
.a-callout .callout-text font {
  font-size: 12px;
}
.a-callout:last-child {
  margin-right: 0;
}
.a-feedbackbutton {
  min-width: 100px;
  padding: 8px 10px;
}
.a-feedbackbutton.a-feedbackbutton-primary {
  background: #7b89a1;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  height: auto;
  transition: transform 0.2s ease-in,
    -webkit-transform 0.2s cubic-bezier(0.4, 0.5, 0.48, 1.11);
  bottom: 150px;
  left: 0;
  min-width: 85px;
  padding: 1px 3px 10px;
  right: auto;
  top: auto;
  -webkit-transform: translateX(-8px) rotate(90deg);
  -ms-transform: translateX(-8px) rotate(90deg);
  transform: translateX(-8px) rotate(90deg);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.a-feedbackbutton.a-feedbackbutton-primary .icon {
  display: none;
}
.a-feedbackbutton.a-feedbackbutton-primary .text {
  font-size: 14px;
  font-family: SiemensSans-Bold, sans-serif;
  margin: 0;
  line-height: 1;
}
.a-feedbackbutton.a-feedbackbutton-primary::after {
  display: none;
}
@media (min-width: 750px) {
  .a-feedbackbutton {
    height: 45px;
    padding: 12px 20px;
  }
  li .m-productconversionarea .a-button {
    width: auto;
  }
}
.a-formlabel.rating-label .label-text {
  line-height: 18px !important;
}
.a-formlabel:not(.radio):not(.checkbox) {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding-left: 0;
}
.a-formlabel:not(.radio):not(.checkbox) .label-text {
  color: var(--forminput--color-text);
  display: inline-block;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0;
}
.a-formlabel:not(.radio):not(.checkbox) .a-link .icon {
  font-size: 14px;
  margin-top: 0;
}
.a-formlabel:not(.radio):not(.checkbox) .a-link.has-icon {
  line-height: 16px;
  margin-left: 3px;
}
.a-formlabel:not(.radio):not(.checkbox) .a-link.has-icon .icon-info {
  font-size: 16px;
  vertical-align: 2px;
}
.a-formlabel.radio {
  color: #879baa;
  margin: 0;
}
.a-formlabel.radio:before {
  height: 23px;
  top: 0;
  width: 23px;
}
.a-formlabel.radio .label-text {
  color: var(--forminput--color-labelradiotext);
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}
@media (min-width: 900px) {
  .a-backlink {
    margin: 90px 0 0;
  }
  .a-formlabel:not(.radio):not(.checkbox) .a-link .icon {
    font-size: 12px;
  }
  .a-formlabel.radio:before {
    height: 22px;
    width: 22px;
  }
  .a-formlabel.radio .label-text {
    margin-top: 4px;
  }
}
.a-formlabel.checkbox {
  color: #879baa;
}
.a-formlabel.checkbox:before {
  top: 0;
}
.a-formlabel.checkbox .label-text {
  color: #2d373c;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
.a-formlabel.checkbox .label-text a {
  color: #2d373c;
  font-family: SiemensSans-Bold, sans-serif;
  text-decoration: none;
}
@media screen and (min-width: 1px) {
  html {
    --heading-h1-font-size: 28px;
    --heading-h1-line-height: 32px;
    --heading-h1-margin: 0 0 15px;
    --heading-h2-font-size: 30px;
    --heading-h2-line-height: 36px;
    --heading-h2-margin: 0 0 15px;
    --heading-h3-font-size: 24px;
    --heading-h3-line-height: 28px;
    --heading-h3-margin: 0 0 15px;
    --heading-h4-font-size: 18px;
    --heading-h4-line-height: 24px;
    --heading-h4-margin: 0 0 15px;
    --heading-h5-font-size: 16px;
    --heading-h5-line-height: 20px;
    --heading-h5-margin: 0 0 15px;
    --heading-h6-font-size: 15px;
    --heading-h6-line-height: 18px;
    --heading-h6-margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (min-width: 375px) {
  html {
    --heading-h1-font-size: 30px;
    --heading-h1-line-height: 34px;
    --heading-h1-margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (min-width: 414px) {
  html {
    --heading-h1-font-size: 33px;
    --heading-h1-line-height: 44px;
    --heading-h1-margin: 0 0 15px;
    --heading-h2-font-size: 30px;
    --heading-h2-line-height: 36px;
    --heading-h2-margin: 0 0 15px;
    --heading-h3-font-size: 24px;
    --heading-h3-line-height: 28px;
    --heading-h3-margin: 0 0 15px;
    --heading-h4-font-size: 18px;
    --heading-h4-line-height: 24px;
    --heading-h4-margin: 0 0 15px;
    --heading-h5-font-size: 16px;
    --heading-h5-line-height: 20px;
    --heading-h5-margin: 0 0 15px;
    --heading-h6-font-size: 15px;
    --heading-h6-line-height: 18px;
    --heading-h6-margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (min-width: 750px) {
  html {
    --heading-h1-font-size: 40px;
    --heading-h1-line-height: 44px;
    --heading-h1-margin: 0 0 15px;
    --heading-h2-font-size: 30px;
    --heading-h2-line-height: 36px;
    --heading-h2-margin: 0 0 15px;
    --heading-h3-font-size: 24px;
    --heading-h3-line-height: 28px;
    --heading-h3-margin: 0 0 15px;
    --heading-h4-font-size: 18px;
    --heading-h4-line-height: 24px;
    --heading-h4-margin: 0 0 15px;
    --heading-h5-font-size: 16px;
    --heading-h5-line-height: 20px;
    --heading-h5-margin: 0 0 15px;
    --heading-h6-font-size: 15px;
    --heading-h6-line-height: 18px;
    --heading-h6-margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (min-width: 750px) and (min-width: 900px) {
  html {
    --heading-h1-font-size: 50px;
    --heading-h1-line-height: 50px;
    --heading-h1-margin: 0 0 15px;
    --heading-h2-font-size: 36px;
    --heading-h2-line-height: 40px;
    --heading-h2-margin: 0 0 15px;
    --heading-h3-font-size: 26px;
    --heading-h3-line-height: 30px;
    --heading-h3-margin: 0 0 15px;
    --heading-h4-font-size: 20px;
    --heading-h4-line-height: 26px;
    --heading-h4-margin: 0 0 15px;
    --heading-h5-font-size: 18px;
    --heading-h5-line-height: 24px;
    --heading-h5-margin: 0 0 15px;
    --heading-h6-font-size: 16px;
    --heading-h6-line-height: 22px;
    --heading-h6-margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (min-width: 750px) and (min-width: 1280px) {
  html {
    --heading-h1-font-size: 60px;
    --heading-h1-line-height: 60px;
    --heading-h1-margin: 0 0 15px;
    --heading-h2-font-size: 40px;
    --heading-h2-line-height: 44px;
    --heading-h2-margin: 0 0 15px;
    --heading-h3-font-size: 28px;
    --heading-h3-line-height: 32px;
    --heading-h3-margin: 0 0 15px;
    --heading-h4-font-size: 24px;
    --heading-h4-line-height: 30px;
    --heading-h4-margin: 0 0 15px;
    --heading-h5-font-size: 22px;
    --heading-h5-line-height: 28px;
    --heading-h5-margin: 0 0 15px;
    --heading-h6-font-size: 20px;
    --heading-h6-line-height: 26px;
    --heading-h6-margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (min-width: 750px) and (min-width: 1400px) {
  html {
    --heading-h1-font-size: 72px;
    --heading-h1-line-height: 72px;
    --heading-h1-margin: 0 0 15px;
    --heading-h2-font-size: 50px;
    --heading-h2-line-height: 55px;
    --heading-h2-margin: 0 0 15px;
    --heading-h3-font-size: 36px;
    --heading-h3-line-height: 40px;
    --heading-h3-margin: 0 0 15px;
    --heading-h4-font-size: 28px;
    --heading-h4-line-height: 34px;
    --heading-h4-margin: 0 0 15px;
    --heading-h5-font-size: 22px;
    --heading-h5-line-height: 28px;
    --heading-h5-margin: 0 0 15px;
    --heading-h6-font-size: 20px;
    --heading-h6-line-height: 26px;
    --heading-h6-margin: 0 0 15px;
  }
}
@media screen and (min-width: 1px) and (min-width: 750px) and (min-width: 1920px) {
  html {
    --heading-h1-font-size: 80px;
    --heading-h1-line-height: 80px;
    --heading-h1-margin: 0 0 15px;
    --heading-h2-font-size: 54px;
    --heading-h2-line-height: 60px;
    --heading-h2-margin: 0 0 15px;
    --heading-h3-font-size: 40px;
    --heading-h3-line-height: 44px;
    --heading-h3-margin: 0 0 15px;
    --heading-h4-font-size: 30px;
    --heading-h4-line-height: 36px;
    --heading-h4-margin: 0 0 15px;
    --heading-h5-font-size: 24px;
    --heading-h5-line-height: 30px;
    --heading-h5-margin: 0 0 15px;
    --heading-h6-font-size: 20px;
    --heading-h6-line-height: 26px;
    --heading-h6-margin: 0 0 15px;
  }
}
.a-heading {
  color: #000;
}
.a-heading.h1,
.a-heading.h2,
.a-heading.h3,
h1.a-heading,
h2.a-heading,
h3.a-heading {
  font-weight: 400;
}
.a-heading.h4,
h4.a-heading {
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
}
.a-heading.h5,
.a-heading.h6,
h5.a-heading,
h6.a-heading {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
}
.a-heading:empty {
  display: none;
}
.a-horizontalrule,
hr {
  height: 1px;
  margin: 30px 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.a-horizontalrule:before,
hr:before {
  background: #000;
  height: 1px;
}
.a-identifier {
  display: none;
}
.a-identifier-reworked {
  display: block;
  text-align: right;
}
@media (min-width: 900px) {
  .a-formlabel.checkbox .label-text {
    margin-top: 4px;
  }
  .a-identifier-reworked {
    color: #fff;
  }
  .a-menu {
    height: 24px;
    width: 24px;
  }
}
.a-alert .alert-text .alert-link,
.m-checkout-user-information-summary .list .checkout-list-el .checkout-body a,
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button,
.m-searchresultcategories .searchresultcategory-item .searchresultcategory-link,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link,
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link,
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a,
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
.a-button-link.a-button,
.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission a,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a,
.m-oney-widget-section .oney-widget-link,
.m-popover .popover-content .a-button-link.a-button,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button,
.o-alternativeproduct .tile-description > .a-link.a-link-primary:not(.a-button),
.o-myproducts > .myproducts-controls .a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-link.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--alink-color-text);
}
.a-button-link.a-button:before,
.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a:before,
.m-oney-widget-section .oney-widget-link:before,
.m-popover .popover-content .a-button-link.a-button:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:before {
  color: var(--alink-color-icon);
  left: auto;
  right: -17px;
}
.a-link-primary.a-button-link.a-button,
.a-link-primary.a-link,
.a-link-secondary.a-button-link.a-button,
.a-link-secondary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button-link.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-link-primary,
.m-form.oidc-registration .m-termsconditions a.a-link-secondary,
.m-oney-widget-section .a-link-primary.oney-widget-link,
.m-oney-widget-section .a-link-secondary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button-link.a-link.a-button-primary,
.o-alternativeproduct .tile-description > .a-link-primary.a-link:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-link {
  color: var(--alink-color-text);
  font-weight: 400;
}
.a-link-primary.a-button-link.a-button:active,
.a-link-primary.a-button-link.a-button:focus,
.a-link-primary.a-button-link.a-button:hover,
.a-link-primary.a-link:active,
.a-link-primary.a-link:focus,
.a-link-primary.a-link:hover,
.a-link-secondary.a-button-link.a-button:active,
.a-link-secondary.a-button-link.a-button:focus,
.a-link-secondary.a-button-link.a-button:hover,
.a-link-secondary.a-link:active,
.a-link-secondary.a-link:focus,
.a-link-secondary.a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a.a-link-primary:active,
.m-form.oidc-registration .m-termsconditions a.a-link-primary:focus,
.m-form.oidc-registration .m-termsconditions a.a-link-primary:hover,
.m-form.oidc-registration .m-termsconditions a.a-link-secondary:active,
.m-form.oidc-registration .m-termsconditions a.a-link-secondary:focus,
.m-form.oidc-registration .m-termsconditions a.a-link-secondary:hover,
.m-oney-widget-section .a-link-primary.oney-widget-link:active,
.m-oney-widget-section .a-link-primary.oney-widget-link:focus,
.m-oney-widget-section .a-link-primary.oney-widget-link:hover,
.m-oney-widget-section .a-link-secondary.oney-widget-link:active,
.m-oney-widget-section .a-link-secondary.oney-widget-link:focus,
.m-oney-widget-section .a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button-link.a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button-link.a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button-link.a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button-link.a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .tile-description
  > .a-link-primary.a-link:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-primary.a-link:focus:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-primary.a-link:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-link.a-link-primary:focus:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button-link.a-link:focus:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-link:hover {
  color: var(--alink-color-text);
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  [dir="rtl"]
  a:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  [dir="rtl"]
  .a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  [dir="rtl"]
  .a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions [dir="rtl"] a:before,
.m-oney-widget-section [dir="rtl"] .oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  [dir="rtl"]
  .a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  [dir="rtl"]
  .a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  [dir="rtl"]
  .tile-description
  > .a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  [dir="rtl"]
  .a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  [dir="rtl"]
  .a-link:before,
[dir="rtl"] .a-button-link.a-button:before,
[dir="rtl"] .a-link:before,
[dir="rtl"]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:before,
[dir="rtl"]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):before,
[dir="rtl"]
  .m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id]:before,
[dir="rtl"] .m-form.oidc-registration .m-termsconditions a:before,
[dir="rtl"] .m-oney-widget-section .oney-widget-link:before,
[dir="rtl"]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:before,
[dir="rtl"]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:before,
[dir="rtl"]
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):before,
[dir="rtl"]
  .o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):before,
[dir="rtl"]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.has-video-play.a-button-link.a-button:not(.a-button),
.has-video-play.a-link:not(.a-button),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.has-video-play:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .has-video-play.a-button-link.a-link:not(.a-button):not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a.has-video-play:not(.a-button),
.m-oney-widget-section .has-video-play.oney-widget-link:not(.a-button),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .has-video-play.a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .has-video-play.a-button-link.a-link.a-button-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .has-video-play.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .has-video-play.a-button-link.a-link:not(.a-button):not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .has-video-play.a-link:not(.a-button) {
  color: var(--alink-color-text);
  position: relative;
}
.has-video-play.a-button-link.a-button:not(.a-button):before,
.has-video-play.a-link:not(.a-button):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.has-video-play:not(.a-button):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .has-video-play.a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ):before,
.m-form.oidc-registration
  .m-termsconditions
  a.has-video-play:not(.a-button):before,
.m-oney-widget-section .has-video-play.oney-widget-link:not(.a-button):before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .has-video-play.a-button-link.a-link:not(.a-button):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .has-video-play.a-button-link.a-link.a-button-primary:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .has-video-play.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .has-video-play.a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .has-video-play.a-link:not(.a-button):before {
  background: #fff;
  -webkit-box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  border-radius: 50%;
  height: 84px;
  line-height: 83px;
  left: 50%;
  padding: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 84px;
}
.has-video-play.a-button-link.a-button:not(.a-button):active:before,
.has-video-play.a-button-link.a-button:not(.a-button):focus:before,
.has-video-play.a-button-link.a-button:not(.a-button):hover:before,
.has-video-play.a-link:not(.a-button):active:before,
.has-video-play.a-link:not(.a-button):focus:before,
.has-video-play.a-link:not(.a-button):hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.has-video-play:not(.a-button):active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.has-video-play:not(.a-button):focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.has-video-play:not(.a-button):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .has-video-play.a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .has-video-play.a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .has-video-play.a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ):hover:before,
.m-form.oidc-registration
  .m-termsconditions
  a.has-video-play:not(.a-button):active:before,
.m-form.oidc-registration
  .m-termsconditions
  a.has-video-play:not(.a-button):focus:before,
.m-form.oidc-registration
  .m-termsconditions
  a.has-video-play:not(.a-button):hover:before,
.m-oney-widget-section
  .has-video-play.oney-widget-link:not(.a-button):active:before,
.m-oney-widget-section
  .has-video-play.oney-widget-link:not(.a-button):focus:before,
.m-oney-widget-section
  .has-video-play.oney-widget-link:not(.a-button):hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .has-video-play.a-button-link.a-link:not(.a-button):active:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .has-video-play.a-button-link.a-link:not(.a-button):focus:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .has-video-play.a-button-link.a-link:not(.a-button):hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .has-video-play.a-button-link.a-link.a-button-primary:not(
    .a-button
  ):active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .has-video-play.a-button-link.a-link.a-button-primary:not(
    .a-button
  ):focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .has-video-play.a-button-link.a-link.a-button-primary:not(
    .a-button
  ):hover:before,
.o-alternativeproduct
  .tile-description
  > .has-video-play.a-link.a-link-primary:not(.a-button):active:before,
.o-alternativeproduct
  .tile-description
  > .has-video-play.a-link.a-link-primary:not(.a-button):focus:before,
.o-alternativeproduct
  .tile-description
  > .has-video-play.a-link.a-link-primary:not(.a-button):hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .has-video-play.a-link:not(.a-button):active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .has-video-play.a-link:not(.a-button):focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .has-video-play.a-link:not(.a-button):hover:before {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.a-link-bent-arrow.a-button-link.a-button:before,
.a-link-bent-arrow.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-bent-arrow:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-bent-arrow.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-link-bent-arrow.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-link-bent-arrow:before,
.m-oney-widget-section .a-link-bent-arrow.oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-bent-arrow.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-bent-arrow.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-link-bent-arrow.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-link-bent-arrow.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-bent-arrow.a-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-button.a-button-primary.a-button-link,
.a-button.a-button-primary.a-link,
.a-button.a-link-primary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-button-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-button.a-button-primary,
.m-form.oidc-registration .m-termsconditions a.a-button.a-link-primary,
.m-oney-widget-section .a-button.a-button-primary.oney-widget-link,
.m-oney-widget-section .a-button.a-link-primary.oney-widget-link,
.m-popover .popover-content .a-button.a-link-primary.a-button-link,
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .a-button.a-button-link.report-popover-btn.js-review-reported,
.m-signin.signin_ciam
  .form-actions
  .a-button.a-button-link.a-link.a-button-secondary:not(.a-button-plain),
.m-tabs
  #press-content
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button-primary.a-button-link.a-link,
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.a-button-link.js-agree-button,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:not(.a-button-plain),
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button.a-button-link,
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.a-button-link.reset-filter-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
a.a-button.a-link-primary.a-button-link,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-primary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-button-secondary,
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .a-button.a-button-link.a-link.a-button-primary,
button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
html
  body.pagetype-press-release-list
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-link.a-button-primary {
  color: #fff;
}
.a-button-link.a-button:not(.a-button),
.a-link:not(.a-button),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a:not(.a-button),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button:not(.a-button)[data-popover-id],
.m-form.oidc-registration .m-termsconditions a:not(.a-button),
.m-oney-widget-section .oney-widget-link:not(.a-button),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button),
.o-alternativeproduct .tile-description > .a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button):not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button) {
  font-family: SiemensSans-Bold, sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-max-content;
  width: max-content;
}
.a-button-link.a-button:not(.a-button):visited,
.a-link:not(.a-button):visited,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):visited,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):visited:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a:not(.a-button):visited,
.m-oney-widget-section .oney-widget-link:not(.a-button):visited,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):visited,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):visited,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):visited,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button):visited:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):visited {
  color: var(--alink-color-text);
}
.a-button-link.a-button:not(.a-button):after,
.a-button-link.a-button:not(.a-button):before,
.a-link:not(.a-button):after,
.a-link:not(.a-button):before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(.a-button):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(.a-button):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id]:not(.a-button):after,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button[data-popover-id]:not(.a-button):before,
.m-form.oidc-registration .m-termsconditions a:not(.a-button):after,
.m-form.oidc-registration .m-termsconditions a:not(.a-button):before,
.m-oney-widget-section .oney-widget-link:not(.a-button):after,
.m-oney-widget-section .oney-widget-link:not(.a-button):before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):after,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(.a-button):after,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(.a-button):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):before {
  bottom: auto;
  color: var(--alink-color-icon);
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-button-link.a-button:not(.a-button) > .icon,
.a-link:not(.a-button) > .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a:not(.a-button)
  > .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button)
  > .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):not(.a-button-plain)
  > .icon,
.m-contenttextmedia
  .m-productconversionarea
  .a-button-link.a-button:not(.a-button)[data-popover-id]
  > .icon,
.m-form.oidc-registration .m-termsconditions a:not(.a-button) > .icon,
.m-oney-widget-section .oney-widget-link:not(.a-button) > .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button)
  > .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button)
  > .icon,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button)
  > .icon,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button):not(.a-button-plain)
  > .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button)
  > .icon {
  color: var(--alink-color-icon);
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
}
.a-button-link.a-button:not(.a-button).has-icon > .icon.icon-arrow-left,
.a-link:not(.a-button).has-icon > .icon.icon-arrow-left,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).has-icon:not(.a-button-plain)
  > .icon.icon-arrow-left,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button).has-icon:not(.a-button-plain)
  > .icon.icon-arrow-left,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left {
  width: auto;
}
.a-button-link.a-button:not(.a-button).has-icon > .icon.icon-arrow-left::before,
.a-link:not(.a-button).has-icon > .icon.icon-arrow-left::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).has-icon:not(.a-button-plain)
  > .icon.icon-arrow-left::before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button).has-icon:not(.a-button-plain)
  > .icon.icon-arrow-left::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-button-link.a-button:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.a-link:not(.a-button).has-icon:hover > .icon.icon-arrow-left::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).has-icon:hover:not(.a-button-plain)
  > .icon.icon-arrow-left::before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button).has-icon:hover:not(.a-button-plain)
  > .icon.icon-arrow-left::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before {
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
}
.a-button-link.a-button:not(.a-button).has-video-play:before,
.a-link:not(.a-button).has-video-play:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).has-video-play:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).has-video-play:before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).has-video-play:before,
.m-oney-widget-section .oney-widget-link:not(.a-button).has-video-play:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).has-video-play:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).has-video-play:before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).has-video-play:before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).has-video-play:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).has-video-play:before {
  top: 50% !important;
}
.a-button-link.a-button:not(.a-button).a-link-primary,
.a-button-link.a-button:not(.a-button).a-link-primary:active,
.a-button-link.a-button:not(.a-button).a-link-primary:focus,
.a-button-link.a-button:not(.a-button).a-link-primary:hover,
.a-button-link.a-button:not(.a-button).a-link-secondary,
.a-button-link.a-button:not(.a-button).a-link-secondary:active,
.a-button-link.a-button:not(.a-button).a-link-secondary:focus,
.a-button-link.a-button:not(.a-button).a-link-secondary:hover,
.a-link:not(.a-button).a-link-primary,
.a-link:not(.a-button).a-link-primary:active,
.a-link:not(.a-button).a-link-primary:focus,
.a-link:not(.a-button).a-link-primary:hover,
.a-link:not(.a-button).a-link-secondary,
.a-link:not(.a-button).a-link-secondary:active,
.a-link:not(.a-button).a-link-secondary:focus,
.a-link:not(.a-button).a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-primary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-secondary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-primary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-primary:focus:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-primary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-primary:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-secondary:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-secondary:focus:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-secondary:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-secondary:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a:not(.a-button).a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-primary:focus,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-primary:hover,
.m-form.oidc-registration .m-termsconditions a:not(.a-button).a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-secondary:focus,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-secondary:hover,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-primary,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-primary:active,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-primary:focus,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-primary:hover,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-secondary,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-secondary:active,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-secondary:focus,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-secondary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-primary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-primary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-primary:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-primary:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-secondary,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-secondary:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-secondary:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-secondary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-secondary:hover,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-secondary,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-secondary:active,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-secondary:focus,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-secondary:hover,
.o-alternativeproduct .tile-description > .a-link:not(.a-button).a-link-primary,
.o-alternativeproduct
  .tile-description
  > .a-link:not(.a-button).a-link-primary:active,
.o-alternativeproduct
  .tile-description
  > .a-link:not(.a-button).a-link-primary:focus,
.o-alternativeproduct
  .tile-description
  > .a-link:not(.a-button).a-link-primary:hover,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button).a-link-primary:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button).a-link-secondary:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-primary:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-secondary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-secondary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-secondary:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-secondary:hover {
  color: var(--alink-color-text);
}
.a-button-link.a-button:not(.a-button).a-link-inline,
.a-link:not(.a-button).a-link-inline,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-inline:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a:not(.a-button).a-link-inline,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-inline,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-inline,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button).a-link-inline:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline {
  display: inline;
}
.a-button-link.a-button:not(.a-button).a-link-inline,
.a-button-link.a-button:not(.a-button).a-link-underlined,
.a-link:not(.a-button).a-link-inline,
.a-link:not(.a-button).a-link-underlined,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-inline:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-underlined:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a:not(.a-button).a-link-inline,
.m-form.oidc-registration .m-termsconditions a:not(.a-button).a-link-underlined,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-inline,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-underlined,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-underlined,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-inline,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-underlined,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button).a-link-inline:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button).a-link-underlined:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined {
  border-bottom: 1px solid transparent;
  color: var(--alink-color-text);
  text-decoration: none;
}
.a-button-link.a-button:not(.a-button).a-link-inline:active,
.a-button-link.a-button:not(.a-button).a-link-inline:focus,
.a-button-link.a-button:not(.a-button).a-link-inline:hover,
.a-button-link.a-button:not(.a-button).a-link-underlined:active,
.a-button-link.a-button:not(.a-button).a-link-underlined:focus,
.a-button-link.a-button:not(.a-button).a-link-underlined:hover,
.a-link:not(.a-button).a-link-inline:active,
.a-link:not(.a-button).a-link-inline:focus,
.a-link:not(.a-button).a-link-inline:hover,
.a-link:not(.a-button).a-link-underlined:active,
.a-link:not(.a-button).a-link-underlined:focus,
.a-link:not(.a-button).a-link-underlined:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-inline:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-inline:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-inline:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-underlined:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-underlined:focus:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-underlined:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-inline:active,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-inline:focus,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-inline:hover,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-underlined:active,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-underlined:focus,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-underlined:hover,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-inline:active,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-inline:focus,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-inline:hover,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-underlined:active,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-underlined:focus,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-underlined:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-link-underlined:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-underlined:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-underlined:hover,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-inline:active,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-inline:focus,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-inline:hover,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-underlined:active,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-underlined:focus,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-underlined:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined:hover {
  border-bottom: 1px solid var(--alink-color-text);
  color: var(--alink-color-text);
  text-decoration: none;
}
.a-button-link.a-button:not(.a-button).a-link-inline:active .text,
.a-button-link.a-button:not(.a-button).a-link-inline:focus .text,
.a-button-link.a-button:not(.a-button).a-link-inline:hover .text,
.a-button-link.a-button:not(.a-button).a-link-underlined:active .text,
.a-button-link.a-button:not(.a-button).a-link-underlined:focus .text,
.a-button-link.a-button:not(.a-button).a-link-underlined:hover .text,
.a-link:not(.a-button).a-link-inline:active .text,
.a-link:not(.a-button).a-link-inline:focus .text,
.a-link:not(.a-button).a-link-inline:hover .text,
.a-link:not(.a-button).a-link-underlined:active .text,
.a-link:not(.a-button).a-link-underlined:focus .text,
.a-link:not(.a-button).a-link-underlined:hover .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline:active
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline:focus
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline:hover
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined:active
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined:focus
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined:hover
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-inline:active:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-inline:focus:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-inline:hover:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-underlined:active:not(
    .a-button-plain
  )
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-underlined:focus:not(
    .a-button-plain
  )
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-link-underlined:hover:not(
    .a-button-plain
  )
  .text,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-inline:active
  .text,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-inline:focus
  .text,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-inline:hover
  .text,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-underlined:active
  .text,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-underlined:focus
  .text,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-underlined:hover
  .text,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-inline:active
  .text,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-inline:focus
  .text,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-inline:hover
  .text,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-underlined:active
  .text,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-underlined:focus
  .text,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-underlined:hover
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline:active
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline:focus
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline:hover
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined:active
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined:focus
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined:hover
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline:active
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline:focus
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline:hover
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-underlined:active
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-underlined:focus
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-underlined:hover
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline:active
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline:focus
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline:hover
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined:active
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined:focus
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined:hover
  .text {
  text-decoration: none;
}
.a-button-link.a-button:not(.a-button).a-link-inline:after,
.a-button-link.a-button:not(.a-button).a-link-inline:before,
.a-button-link.a-button:not(.a-button).a-link-underlined:after,
.a-button-link.a-button:not(.a-button).a-link-underlined:before,
.a-link:not(.a-button).a-link-inline:after,
.a-link:not(.a-button).a-link-inline:before,
.a-link:not(.a-button).a-link-underlined:after,
.a-link:not(.a-button).a-link-underlined:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-inline:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-underlined:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(.a-button).a-link-inline:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-inline:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-underlined:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-underlined:before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-inline:after,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-inline:before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-underlined:after,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-underlined:before,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-inline:after,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-inline:before,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-underlined:after,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-underlined:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-inline:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-underlined:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-inline:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-underlined:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-link-underlined:before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-inline:after,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-inline:before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-underlined:after,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-underlined:before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(.a-button).a-link-inline:after,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-inline:before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-underlined:after,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-underlined:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-inline:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-underlined:before {
  display: none;
}
.a-button-link.a-button:not(.a-button):active,
.a-button-link.a-button:not(.a-button):focus,
.a-button-link.a-button:not(.a-button):hover,
.a-link:not(.a-button):active,
.a-link:not(.a-button):focus,
.a-link:not(.a-button):hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link:not(.a-button).a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link:not(.a-button).a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link:not(.a-button).a-link:hover:not(.a-button-plain),
.m-form.oidc-registration .m-termsconditions a:not(.a-button).a-link:active,
.m-form.oidc-registration .m-termsconditions a:not(.a-button).a-link:focus,
.m-form.oidc-registration .m-termsconditions a:not(.a-button).a-link:hover,
.m-form.oidc-registration .m-termsconditions a:not(.a-button):active,
.m-form.oidc-registration .m-termsconditions a:not(.a-button):focus,
.m-form.oidc-registration .m-termsconditions a:not(.a-button):hover,
.m-oney-widget-section .oney-widget-link:not(.a-button):active,
.m-oney-widget-section .oney-widget-link:not(.a-button):focus,
.m-oney-widget-section .oney-widget-link:not(.a-button):hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link:not(.a-button).a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link:not(.a-button).a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link:not(.a-button).a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-button-primary:not(.a-button).a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-button-primary:not(.a-button).a-link:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-button-primary:not(.a-button).a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):hover,
.o-alternativeproduct
  .tile-description
  > .a-link-primary:not(.a-button).a-link:active,
.o-alternativeproduct
  .tile-description
  > .a-link-primary:not(.a-button).a-link:focus,
.o-alternativeproduct
  .tile-description
  > .a-link-primary:not(.a-button).a-link:hover,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):active,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):focus,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):hover,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button):active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button):focus:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button):hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-link:not(.a-button).a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-link:not(.a-button).a-link:focus:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-button-link:not(.a-button).a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  :not(.a-button).a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  :not(.a-button).a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  :not(.a-button).a-link:hover,
:not(.a-button).a-link:active,
:not(.a-button).a-link:focus,
:not(.a-button).a-link:hover {
  color: var(--alink-color-text);
}
.a-button-link.a-button:not(.a-button):active .text,
.a-button-link.a-button:not(.a-button):focus .text,
.a-button-link.a-button:not(.a-button):hover .text,
.a-link:not(.a-button):active .text,
.a-link:not(.a-button):focus .text,
.a-link:not(.a-button):hover .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):active
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):focus
  .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button):hover
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):active:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):focus:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button):hover:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link:not(.a-button).a-link:active:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link:not(.a-button).a-link:focus:not(.a-button-plain)
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link:not(.a-button).a-link:hover:not(.a-button-plain)
  .text,
.m-form.oidc-registration .m-termsconditions a:not(.a-button):active .text,
.m-form.oidc-registration .m-termsconditions a:not(.a-button):focus .text,
.m-form.oidc-registration .m-termsconditions a:not(.a-button):hover .text,
.m-oney-widget-section .oney-widget-link:not(.a-button):active .text,
.m-oney-widget-section .oney-widget-link:not(.a-button):focus .text,
.m-oney-widget-section .oney-widget-link:not(.a-button):hover .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):active
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):focus
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button):hover
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link:not(.a-button).a-link:active
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link:not(.a-button).a-link:focus
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link:not(.a-button).a-link:hover
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-button-primary:not(.a-button).a-link:active
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-button-primary:not(.a-button).a-link:focus
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-button-primary:not(.a-button).a-link:hover
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):active
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):focus
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button):hover
  .text,
.o-alternativeproduct
  .tile-description
  > .a-link-primary:not(.a-button).a-link:active
  .text,
.o-alternativeproduct
  .tile-description
  > .a-link-primary:not(.a-button).a-link:focus
  .text,
.o-alternativeproduct
  .tile-description
  > .a-link-primary:not(.a-button).a-link:hover
  .text,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):active
  .text,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):focus
  .text,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):hover
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):active
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):focus
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button):hover
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  :not(.a-button).a-link:active
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  :not(.a-button).a-link:focus
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  :not(.a-button).a-link:hover
  .text,
:not(.a-button).a-link:active .text,
:not(.a-button).a-link:focus .text,
:not(.a-button).a-link:hover .text {
  text-decoration: none;
}
.a-button-link.a-button:not(.a-button).a-link-arrow::before,
.a-link:not(.a-button).a-link-arrow::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-arrow::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-arrow::before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-arrow::before,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-arrow::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-arrow::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-arrow::before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-arrow::before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-arrow::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-arrow::before {
  content: "\e008";
}
.a-button-link.a-button:not(.a-button).a-link-external:after,
.a-link:not(.a-button).a-link-external:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-external:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-external:after,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-external:after,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-external:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-external:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-external:after,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-external:after,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-external:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-external:after {
  display: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link:not(.a-button-plain):not(.a-button).a-link:not(
    .a-link-anchor
  ):not(.a-link-download):not(.togglebox-title):not(
    .navigation-link
  ):hover::after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link:not(.a-button-plain):not(.a-button).a-link:not(
    .a-link-anchor
  ):not(.a-link-download):not(.togglebox-title):not(
    .navigation-link
  ):hover::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-button-primary:not(.a-button).a-link:not(.a-link-anchor):not(
    .a-link-download
  ):not(.togglebox-title):not(.navigation-link):hover::after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-button-primary:not(.a-button).a-link:not(.a-link-anchor):not(
    .a-link-download
  ):not(.togglebox-title):not(.navigation-link):hover::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  :not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  :not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::before,
:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::after,
:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.a-button-link.a-button:not(.a-button).a-link-bent-arrow:hover::after,
.a-button-link.a-button:not(.a-button).a-link-bent-arrow:hover::before,
.a-link:not(.a-button).a-link-bent-arrow:hover::after,
.a-link:not(.a-button).a-link-bent-arrow:hover::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-bent-arrow:hover::after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-bent-arrow:hover::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-bent-arrow:hover::after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-bent-arrow:hover::before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-bent-arrow:hover::after,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-bent-arrow:hover::before,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-bent-arrow:hover::after,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-bent-arrow:hover::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-bent-arrow:hover::after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-bent-arrow:hover::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-link-bent-arrow:hover::after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-link-bent-arrow:hover::before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-bent-arrow:hover::after,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-bent-arrow:hover::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-bent-arrow:hover::after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-bent-arrow:hover::before {
  -webkit-transform: translateY(-1) !important;
  -ms-transform: translateY(-1) !important;
  transform: translateY(-1) !important;
}
.a-button-link.a-button:not(.a-button).a-link-anchor:hover::after,
.a-button-link.a-button:not(.a-button).a-link-anchor:hover::before,
.a-button-link.a-button:not(.a-button).a-link-download:hover::after,
.a-button-link.a-button:not(.a-button).a-link-download:hover::before,
.a-link:not(.a-button).a-link-anchor:hover::after,
.a-link:not(.a-button).a-link-anchor:hover::before,
.a-link:not(.a-button).a-link-download:hover::after,
.a-link:not(.a-button).a-link-download:hover::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-anchor:hover::after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-anchor:hover::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-download:hover::after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-download:hover::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-anchor:hover::after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-anchor:hover::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-download:hover::after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-download:hover::before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-anchor:hover::after,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-anchor:hover::before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-download:hover::after,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-download:hover::before,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-anchor:hover::after,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-anchor:hover::before,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-download:hover::after,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-link-download:hover::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-anchor:hover::after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-anchor:hover::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-download:hover::after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-download:hover::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-link-anchor:hover::after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-link-anchor:hover::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-link-download:hover::after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-link-download:hover::before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-anchor:hover::after,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-anchor:hover::before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-download:hover::after,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-download:hover::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-anchor:hover::after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-anchor:hover::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-download:hover::after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-download:hover::before {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.a-button-link.a-button:not(.a-button).a-link-anchor::before,
.a-link:not(.a-button).a-link-anchor::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-link-anchor::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-anchor::before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-link-anchor::before,
.m-oney-widget-section .oney-widget-link:not(.a-button).a-link-anchor::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-link-anchor::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-link-anchor::before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-link-anchor::before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-link-anchor::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-link-anchor::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-button-link.a-button:not(.a-button).a-productavailability::before,
.a-link:not(.a-button).a-productavailability::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-productavailability::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-productavailability::before,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-productavailability::before,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-productavailability::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-productavailability::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(
    .a-button
  ).a-productavailability::before,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-productavailability::before,
.o-myproducts
  > .myproducts-controls
  .a-button-link.a-link:not(.a-button-plain):not(
    .a-button
  ).a-productavailability::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-productavailability::before {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding-left: 0;
  padding-right: 8px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.a-button-link.a-button:not(.a-button).a-productavailability .text,
.a-link:not(.a-button).a-productavailability .text,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a:not(.a-button).a-productavailability
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button-link.a-link:not(.a-button).a-productavailability:not(
    .a-button-plain
  )
  .text,
.m-form.oidc-registration
  .m-termsconditions
  a:not(.a-button).a-productavailability
  .text,
.m-oney-widget-section
  .oney-widget-link:not(.a-button).a-productavailability
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button-link.a-link:not(.a-button).a-productavailability
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-button-primary:not(.a-button).a-productavailability
  .text,
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button).a-productavailability
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:not(.a-button).a-productavailability
  .text {
  margin-left: 0;
}
.a-button.a-button-link .icon,
.a-button.a-button-link:after,
.a-button.a-button-link:before,
.a-button.a-link .icon,
.a-button.a-link:after,
.a-button.a-link:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button
  .icon,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:not(.a-button-plain):after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-button-link[data-popover-id]:after,
.m-contenttextmedia
  .m-productconversionarea
  .a-button.a-button-link[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.a-button .icon,
.m-form.oidc-registration .m-termsconditions a.a-button:after,
.m-form.oidc-registration .m-termsconditions a.a-button:before,
.m-oney-widget-section .a-button.oney-widget-link .icon,
.m-oney-widget-section .a-button.oney-widget-link:after,
.m-oney-widget-section .a-button.oney-widget-link:before,
.m-popover .popover-content .a-button.a-button-link:after,
.m-popover .popover-content .a-button.a-button-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button)
  .icon,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button):after,
.o-alternativeproduct
  .tile-description
  > .a-button.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:not(.a-button-plain):after,
.o-myproducts
  > .myproducts-controls
  .a-button.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link:before,
a.a-button.a-button-link:before,
button.a-button.a-button-link:before {
  display: none;
}
.a-link--reset.a-button-link.a-button,
.a-link--reset.a-link,
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link--reset,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link--reset,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link--reset.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link--reset.a-button-link.a-button[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon)[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon),
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary,
.m-form.oidc-registration .m-termsconditions a.a-link--reset,
.m-myproducttile .cta-area .a-button.a-button-primary:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-button-secondary,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-link-primary.a-link:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:not(.disableicon)[data-popover-id],
.m-myproducttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-myproducttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-button-primary:not(
    .disableicon
  ),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-button-secondary,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-myproducttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.disableicon):not(.a-button),
.m-myproducttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon),
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-myproducttile
  .cta-area
  a.a-button.a-link-primary.a-button-link:not(.disableicon),
.m-myproducttile .cta-area a.a-button.a-link-secondary.a-button-link,
.m-myproducttile
  .cta-area
  button.a-button.a-link-primary.a-button-link:not(.disableicon),
.m-myproducttile .cta-area button.a-button.a-link-secondary.a-button-link,
.m-oney-widget-section .a-link--reset.oney-widget-link,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon),
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link,
.m-popover
  .popover-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon),
.m-popover
  .popover-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link--reset.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link--reset.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button-link.a-link.a-link-primary.a-button.a-button-primary:not(
    .disableicon
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button-link.a-link.a-link-primary.a-button.a-button-secondary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row
  .o-mypayments
  .a-button-link.a-link.a-link-primary.a-button.add-card,
.o-alternativeproduct
  .m-myproducttile
  .cta-area
  .tile-description
  > .a-button.a-link-primary.a-link:not(.disableicon):not(.a-button),
.o-alternativeproduct
  .m-myproducttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link--reset.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link--reset.a-button-link.a-link:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-myprofileforms .myprofileforms-row .o-mypayments .a-button.add-card,
.o-myprofileforms
  .myprofileforms-row
  .o-mypayments
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.add-card,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button-link.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link {
  border: none !important;
  padding: 0 !important;
  min-width: auto !important;
  outline: 0 !important;
  text-align: left !important;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.a-link--reset.a-button-link.a-button:active,
.a-link--reset.a-button-link.a-button:focus,
.a-link--reset.a-button-link.a-button:hover,
.a-link--reset.a-link:active,
.a-link--reset.a-link:focus,
.a-link--reset.a-link:hover,
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link:active,
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link:focus,
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:active:not(.disableicon),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:focus:not(.disableicon),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:hover:not(.disableicon),
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link--reset:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link--reset:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link--reset:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link--reset.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link--reset.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link--reset.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:active:not(.disableicon):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:focus:not(.disableicon):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.disableicon):not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:active:not(.disableicon),
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:focus:not(.disableicon),
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:hover:not(.disableicon),
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration .m-termsconditions a.a-link--reset:active,
.m-form.oidc-registration .m-termsconditions a.a-link--reset:focus,
.m-form.oidc-registration .m-termsconditions a.a-link--reset:hover,
.m-myproducttile .cta-area .a-button.a-button-primary:active:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-button-primary:focus:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-button-primary:hover:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-button-secondary:active,
.m-myproducttile .cta-area .a-button.a-button-secondary:focus,
.m-myproducttile .cta-area .a-button.a-button-secondary:hover,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:active:not(.disableicon),
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:focus:not(.disableicon),
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:hover:not(.disableicon),
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:active:not(.disableicon),
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:focus:not(.disableicon),
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:hover:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link:active,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link:focus,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link:hover,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link:active,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link:focus,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:focus:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:focus,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.disableicon):not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:focus:not(.disableicon):not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.disableicon):not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:focus:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:focus,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:focus:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-myproducttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:focus,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-button-primary:active:not(
    .disableicon
  ),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-button-primary:focus:not(
    .disableicon
  ),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-button-primary:hover:not(
    .disableicon
  ),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-button-secondary:active,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-button-secondary:focus,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-button-secondary:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:focus,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-myproducttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-myproducttile .cta-area a.a-button.a-link-secondary.a-button-link:hover,
.m-myproducttile .cta-area button.a-button.a-link-secondary.a-button-link:hover,
.m-oney-widget-section .a-link--reset.oney-widget-link:active,
.m-oney-widget-section .a-link--reset.oney-widget-link:focus,
.m-oney-widget-section .a-link--reset.oney-widget-link:hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:active:not(.disableicon),
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:focus:not(.disableicon),
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:hover:not(.disableicon),
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link--reset.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link--reset.a-button-link.a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link--reset.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link--reset.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link--reset.a-button-link.a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link--reset.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button-link.a-link.a-link-primary.a-button.a-button-primary:active:not(
    .disableicon
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button-link.a-link.a-link-primary.a-button.a-button-primary:focus:not(
    .disableicon
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button-link.a-link.a-link-primary.a-button.a-button-primary:hover:not(
    .disableicon
  ),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button-link.a-link.a-link-primary.a-button.a-button-secondary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button-link.a-link.a-link-primary.a-button.a-button-secondary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button-link.a-link.a-link-primary.a-button.a-button-secondary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row
  .o-mypayments
  .a-button-link.a-link.a-link-primary.a-button.add-card:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row
  .o-mypayments
  .a-button-link.a-link.a-link-primary.a-button.add-card:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .myprofileforms-row
  .o-mypayments
  .a-button-link.a-link.a-link-primary.a-button.add-card:hover,
.o-alternativeproduct
  .m-myproducttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link--reset.a-link.a-link-primary:active:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link--reset.a-link.a-link-primary:focus:not(.a-button),
.o-alternativeproduct
  .tile-description
  > .a-link--reset.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link--reset.a-button-link.a-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link--reset.a-button-link.a-link:focus:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .a-link--reset.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myprofileforms .myprofileforms-row .o-mypayments .a-button.add-card:active,
.o-myprofileforms .myprofileforms-row .o-mypayments .a-button.add-card:focus,
.o-myprofileforms .myprofileforms-row .o-mypayments .a-button.add-card:hover,
.o-myprofileforms
  .myprofileforms-row
  .o-mypayments
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.add-card:active,
.o-myprofileforms
  .myprofileforms-row
  .o-mypayments
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.add-card:focus,
.o-myprofileforms
  .myprofileforms-row
  .o-mypayments
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.add-card:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  -webkit-transform: translateY(-2px) translateX(0);
  -ms-transform: translateY(-2px) translateX(0);
  transform: translateY(-2px) translateX(0);
  outline: 0 !important;
}
.a-alert .alert-text .alert-link,
.a-alert
  .alert-text
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.alert-link,
.arrowlink.a-button-link.a-button,
.arrowlink.a-link,
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link.a-link.a-link-primary.a-button,
.m-checkout-user-information-summary .list .checkout-list-el .checkout-body a,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.arrowlink,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.arrowlink,
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .arrowlink.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .arrowlink.a-button-link.a-button[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.arrowlink,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.discard-button,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button,
.m-oney-widget-section .arrowlink.oney-widget-link,
.m-parallax .parallax-container .content .cta-container .a-link:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .a-link.js-trigger-popover-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.js-trigger-popover-link,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .arrowlink.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-alert
  .alert-text
  .a-button-link.a-link.a-link-primary.a-button.alert-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .arrowlink.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a.a-button-link.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button-link.a-link.a-link-primary.a-button.discard-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .a-button-link.a-link.a-link-primary.a-button.js-trigger-popover-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutpayment
  .m-paymentdeliverymethod
  .delivery-method
  p
  a.a-button-link.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-button-link.a-link.a-link-primary.a-button.a-link-external,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-button-link.a-link.a-link-primary.a-button.a-link-external,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttilesslider
  .info-text
  .a-button-link.a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .info-text
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button,
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper,
.o-alternativeproduct
  .tile-description
  > .arrowlink.a-link.a-link-primary:not(.a-button),
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a,
.o-checkoutpayment
  .m-paymentdeliverymethod
  .delivery-method
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link.a-link.a-link-primary.a-button,
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text,
.o-myproducts
  > .myproducts-controls
  .arrowlink.a-button-link.a-link:not(.a-button-plain),
.o-myprofileforms .delete-myaccount .a-link.a-link-external,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-link-external,
.o-myprofileforms .delete-mysinglekey .a-link.a-link-external,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-link-external,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .arrowlink.a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
}
.a-alert .alert-text .alert-link:before,
.a-alert
  .alert-text
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.alert-link:before,
.arrowlink.a-button-link.a-button:before,
.arrowlink.a-link:before,
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link.a-link.a-link-primary.a-button:before,
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.arrowlink:before,
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .arrowlink.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .arrowlink.a-button-link.a-button[data-popover-id]:before,
.m-form.oidc-registration .m-termsconditions a.arrowlink:before,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:before,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.discard-button:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:before,
.m-oney-widget-section .arrowlink.oney-widget-link:before,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link:not(.a-button):before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .a-link.js-trigger-popover-link:before,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.js-trigger-popover-link:before,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .arrowlink.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-alert
  .alert-text
  .a-button-link.a-link.a-link-primary.a-button.alert-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .arrowlink.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a.a-button-link.a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button-link.a-link.a-link-primary.a-button.discard-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .a-button-link.a-link.a-link-primary.a-button.js-trigger-popover-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutpayment
  .m-paymentdeliverymethod
  .delivery-method
  p
  a.a-button-link.a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttilesslider
  .info-text
  .a-button-link.a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link:before,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .info-text
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button:before,
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper:before,
.o-alternativeproduct
  .tile-description
  > .arrowlink.a-link.a-link-primary:not(.a-button):before,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a:before,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a:before,
.o-checkoutpayment
  .m-paymentdeliverymethod
  .delivery-method
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link.a-link.a-link-primary.a-button:before,
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a:before,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text:before,
.o-myproducts
  > .myproducts-controls
  .arrowlink.a-button-link.a-link:not(.a-button-plain):before,
.o-myprofileforms .delete-myaccount .a-link.a-link-external:before,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:before,
.o-myprofileforms .delete-mysinglekey .a-link.a-link-external:before,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .arrowlink.a-link:before {
  display: none;
}
.a-alert .alert-text .alert-link:after,
.a-alert
  .alert-text
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.alert-link:after,
.arrowlink.a-button-link.a-button:after,
.arrowlink.a-link:after,
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link.a-link.a-link-primary.a-button:after,
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a:after,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.arrowlink:after,
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a:after,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .arrowlink.a-button-link.a-link:not(.a-button-plain):after,
.m-contenttextmedia
  .m-productconversionarea
  .arrowlink.a-button-link.a-button[data-popover-id]:after,
.m-form.oidc-registration .m-termsconditions a.arrowlink:after,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:after,
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.discard-button:after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:after,
.m-oney-widget-section .arrowlink.oney-widget-link:after,
.m-parallax
  .parallax-container
  .content
  .cta-container
  .a-link:not(.a-button):after,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .a-link.js-trigger-popover-link:after,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.js-trigger-popover-link:after,
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link:after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .arrowlink.a-button-link.a-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-alert
  .alert-text
  .a-button-link.a-link.a-link-primary.a-button.alert-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .arrowlink.a-button-link.a-link.a-button-primary:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a.a-button-link.a-link.a-link-primary.a-button:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button-link.a-link.a-link-primary.a-button.discard-button:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .m-productsubscription
  .a-button-link.a-link.a-link-primary.a-button.js-trigger-popover-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutpayment
  .m-paymentdeliverymethod
  .delivery-method
  p
  a.a-button-link.a-link.a-link-primary.a-button:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-myaccount
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-myprofileforms
  .delete-mysinglekey
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttilesslider
  .info-text
  .a-button-link.a-link.a-link-primary.a-button:after,
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link:after,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .info-text
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button:after,
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper:after,
.o-alternativeproduct
  .tile-description
  > .arrowlink.a-link.a-link-primary:not(.a-button):after,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a:after,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a:after,
.o-checkoutpayment
  .m-paymentdeliverymethod
  .delivery-method
  p
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-button-link.a-link.a-link-primary.a-button:after,
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a:after,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text:after,
.o-myproducts
  > .myproducts-controls
  .arrowlink.a-button-link.a-link:not(.a-button-plain):after,
.o-myprofileforms .delete-myaccount .a-link.a-link-external:after,
.o-myprofileforms
  .delete-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:after,
.o-myprofileforms .delete-mysinglekey .a-link.a-link-external:after,
.o-myprofileforms
  .delete-mysinglekey
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button-link.a-link.a-link-primary.a-button.a-link-external:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .arrowlink.a-link:after {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  padding-left: 0;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper:not(.a-button):hover::after,
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper:not(.a-button):hover::before,
.o-checkoutbasket .m-cartmessage-wop :not(.a-button).a-link:hover::after,
.o-checkoutbasket .m-cartmessage-wop :not(.a-button).a-link:hover::before,
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  :not(.a-button).a-link:hover::after,
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  :not(.a-button).a-link:hover::before,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text:not(.a-button):hover::after,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text:not(.a-button):hover::before {
  -webkit-transform: translateY(-2px) translateX(9px) !important;
  -ms-transform: translateY(-2px) translateX(9px) !important;
  transform: translateY(-2px) translateX(9px) !important;
}
li > .a-link:not(.a-button) {
  padding-left: 0;
}
li > .a-link:not(.a-button):before {
  left: auto;
}
li .m-productconversionarea .a-link.link-addtocart {
  padding-left: 0;
}
li .m-productconversionarea .a-link.link-addtocart:before {
  bottom: auto;
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
}
.a-area.a-area-mobile.a-area-primary .a-link,
.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--alink-color-text);
}
.a-area.a-area-mobile.a-area-primary .a-link:before,
.a-link:before {
  color: var(--alink-color-icon);
  left: auto;
  right: -17px;
}
.a-area.a-area-mobile.a-area-primary .a-link.a-link-primary,
.a-area.a-area-mobile.a-area-primary .a-link.a-link-secondary,
.a-link.a-link-primary,
.a-link.a-link-secondary {
  color: var(--alink-color-text);
  font-weight: 400;
}
.a-area.a-area-mobile.a-area-primary .a-link.a-link-primary:active,
.a-area.a-area-mobile.a-area-primary .a-link.a-link-primary:focus,
.a-area.a-area-mobile.a-area-primary .a-link.a-link-primary:hover,
.a-area.a-area-mobile.a-area-primary .a-link.a-link-secondary:active,
.a-area.a-area-mobile.a-area-primary .a-link.a-link-secondary:focus,
.a-area.a-area-mobile.a-area-primary .a-link.a-link-secondary:hover,
.a-link.a-link-primary:active,
.a-link.a-link-primary:focus,
.a-link.a-link-primary:hover,
.a-link.a-link-secondary:active,
.a-link.a-link-secondary:focus,
.a-link.a-link-secondary:hover {
  color: var(--alink-color-text);
}
[dir="rtl"] .a-area.a-area-mobile.a-area-primary .a-link:before,
[dir="rtl"] .a-link:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.a-area.a-area-mobile.a-area-primary .a-link.has-video-play:not(.a-button),
.a-link.has-video-play:not(.a-button) {
  color: var(--alink-color-text);
  position: relative;
}
.a-area.a-area-mobile.a-area-primary
  .a-link.has-video-play:not(.a-button):before,
.a-link.has-video-play:not(.a-button):before {
  background: #fff;
  -webkit-box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  border-radius: 50%;
  height: 84px;
  line-height: 83px;
  left: 50%;
  padding: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 84px;
}
.a-area.a-area-mobile.a-area-primary
  .a-link.has-video-play:not(.a-button):active:before,
.a-area.a-area-mobile.a-area-primary
  .a-link.has-video-play:not(.a-button):focus:before,
.a-area.a-area-mobile.a-area-primary
  .a-link.has-video-play:not(.a-button):hover:before,
.a-link.has-video-play:not(.a-button):active:before,
.a-link.has-video-play:not(.a-button):focus:before,
.a-link.has-video-play:not(.a-button):hover:before {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.a-area.a-area-mobile.a-area-primary .a-link.a-link-bent-arrow:before,
.a-link.a-link-bent-arrow:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-area.a-area-mobile.a-area-primary .a-link.a-button.a-button-primary,
.a-area.a-area-mobile.a-area-primary .a-link.a-button.a-link-primary,
.a-area.a-area-mobile.a-area-primary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.a-area.a-area-mobile.a-area-primary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link,
.a-area.a-area-mobile.a-area-primary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.a-area.a-area-mobile.a-area-primary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.a-link.a-button.a-button-primary,
.a-link.a-button.a-link-primary,
.a-link.a-button.a-link-primary.a-button-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-area.a-area-mobile.a-area-primary
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .a-link.a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration .m-termsconditions a.a-link.a-button.a-link-primary,
.m-oney-widget-section .a-link.a-button.a-link-primary.oney-widget-link,
.m-popover .popover-content .a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-area.a-area-mobile.a-area-primary
  .a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-area.a-area-mobile.a-area-primary
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.o-alternativeproduct
  .tile-description
  > .a-link.a-button.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-area.a-area-mobile.a-area-primary
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
a.a-link.a-button.a-link-primary.a-button-link,
button.a-link.a-button.a-link-primary.a-button-link {
  color: #fff;
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button),
.a-link:not(.a-button) {
  font-family: SiemensSans-Bold, sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-max-content;
  width: max-content;
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):visited,
.a-link:not(.a-button):visited {
  color: var(--alink-color-text);
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):after,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):before,
.a-link:not(.a-button):after,
.a-link:not(.a-button):before {
  bottom: auto;
  color: var(--alink-color-icon);
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button) > .icon,
.a-link:not(.a-button) > .icon {
  color: var(--alink-color-icon);
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.a-link:not(.a-button).has-icon > .icon.icon-arrow-left {
  width: auto;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.a-link:not(.a-button).has-icon > .icon.icon-arrow-left::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.a-link:not(.a-button).has-icon:hover > .icon.icon-arrow-left::before {
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).has-video-play:before,
.a-link:not(.a-button).has-video-play:before {
  top: 50% !important;
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link-primary,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-primary:active,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-primary:focus,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-primary:hover,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link-secondary,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-secondary:active,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-secondary:focus,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-secondary:hover,
.a-link:not(.a-button).a-link-primary,
.a-link:not(.a-button).a-link-primary:active,
.a-link:not(.a-button).a-link-primary:focus,
.a-link:not(.a-button).a-link-primary:hover,
.a-link:not(.a-button).a-link-secondary,
.a-link:not(.a-button).a-link-secondary:active,
.a-link:not(.a-button).a-link-secondary:focus,
.a-link:not(.a-button).a-link-secondary:hover {
  color: var(--alink-color-text);
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link-inline,
.a-link:not(.a-button).a-link-inline {
  display: inline;
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link-inline,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link-underlined,
.a-link:not(.a-button).a-link-inline,
.a-link:not(.a-button).a-link-underlined {
  border-bottom: 1px solid transparent;
  color: var(--alink-color-text);
  text-decoration: none;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-inline:active,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link-inline:focus,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link-inline:hover,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-underlined:active,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-underlined:focus,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-underlined:hover,
.a-link:not(.a-button).a-link-inline:active,
.a-link:not(.a-button).a-link-inline:focus,
.a-link:not(.a-button).a-link-inline:hover,
.a-link:not(.a-button).a-link-underlined:active,
.a-link:not(.a-button).a-link-underlined:focus,
.a-link:not(.a-button).a-link-underlined:hover {
  border-bottom: 1px solid var(--alink-color-text);
  color: var(--alink-color-text);
  text-decoration: none;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-inline:active
  .text,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-inline:focus
  .text,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-inline:hover
  .text,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-underlined:active
  .text,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-underlined:focus
  .text,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-underlined:hover
  .text,
.a-link:not(.a-button).a-link-inline:active .text,
.a-link:not(.a-button).a-link-inline:focus .text,
.a-link:not(.a-button).a-link-inline:hover .text,
.a-link:not(.a-button).a-link-underlined:active .text,
.a-link:not(.a-button).a-link-underlined:focus .text,
.a-link:not(.a-button).a-link-underlined:hover .text {
  text-decoration: none;
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link-inline:after,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-inline:before,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-underlined:after,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-underlined:before,
.a-link:not(.a-button).a-link-inline:after,
.a-link:not(.a-button).a-link-inline:before,
.a-link:not(.a-button).a-link-underlined:after,
.a-link:not(.a-button).a-link-underlined:before {
  display: none;
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link:active,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link:focus,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link:hover,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):active,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):focus,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):hover,
.a-link:not(.a-button).a-link:active,
.a-link:not(.a-button).a-link:focus,
.a-link:not(.a-button).a-link:hover,
.a-link:not(.a-button):active,
.a-link:not(.a-button):focus,
.a-link:not(.a-button):hover {
  color: var(--alink-color-text);
}
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link:active .text,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link:focus .text,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button).a-link:hover .text,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):active .text,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):focus .text,
.a-area.a-area-mobile.a-area-primary .a-link:not(.a-button):hover .text,
.a-link:not(.a-button).a-link:active .text,
.a-link:not(.a-button).a-link:focus .text,
.a-link:not(.a-button).a-link:hover .text,
.a-link:not(.a-button):active .text,
.a-link:not(.a-button):focus .text,
.a-link:not(.a-button):hover .text {
  text-decoration: none;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-arrow::before,
.a-link:not(.a-button).a-link-arrow::before {
  content: "\e008";
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-external:after,
.a-link:not(.a-button).a-link-external:after {
  display: none;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::after,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::before,
.a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::after,
.a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-bent-arrow:hover::after,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-bent-arrow:hover::before,
.a-link:not(.a-button).a-link-bent-arrow:hover::after,
.a-link:not(.a-button).a-link-bent-arrow:hover::before {
  -webkit-transform: translateY(-1) !important;
  -ms-transform: translateY(-1) !important;
  transform: translateY(-1) !important;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-anchor:hover::after,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-anchor:hover::before,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-download:hover::after,
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-download:hover::before,
.a-link:not(.a-button).a-link-anchor:hover::after,
.a-link:not(.a-button).a-link-anchor:hover::before,
.a-link:not(.a-button).a-link-download:hover::after,
.a-link:not(.a-button).a-link-download:hover::before {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-link-anchor::before,
.a-link:not(.a-button).a-link-anchor::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-productavailability::before,
.a-link:not(.a-button).a-productavailability::before {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding-left: 0;
  padding-right: 8px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.a-area.a-area-mobile.a-area-primary
  .a-link:not(.a-button).a-productavailability
  .text,
.a-link:not(.a-button).a-productavailability .text {
  margin-left: 0;
}
.a-area.a-area-mobile.a-area-primary .a-link.a-button .icon,
.a-area.a-area-mobile.a-area-primary .a-link.a-button:after,
.a-area.a-area-mobile.a-area-primary .a-link.a-button:before,
.a-link.a-button .icon,
.a-link.a-button:after,
.a-link.a-button:before {
  display: none;
}
.a-area.a-area-mobile.a-area-primary .a-link.a-link--reset,
.a-link.a-link--reset {
  border: none !important;
  padding: 0 !important;
  min-width: auto !important;
  outline: 0 !important;
  text-align: left !important;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.a-area.a-area-mobile.a-area-primary .a-link.a-link--reset:active,
.a-area.a-area-mobile.a-area-primary .a-link.a-link--reset:focus,
.a-area.a-area-mobile.a-area-primary .a-link.a-link--reset:hover,
.a-link.a-link--reset:active,
.a-link.a-link--reset:focus,
.a-link.a-link--reset:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  -webkit-transform: translateY(-2px) translateX(0);
  -ms-transform: translateY(-2px) translateX(0);
  transform: translateY(-2px) translateX(0);
  outline: 0 !important;
}
.a-area.a-area-mobile.a-area-primary .a-link.arrowlink,
.a-link.arrowlink {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
}
.a-area.a-area-mobile.a-area-primary .a-link.arrowlink:before,
.a-link.arrowlink:before {
  display: none;
}
.a-area.a-area-mobile.a-area-primary .a-link.arrowlink:after,
.a-link.arrowlink:after {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  padding-left: 0;
}
@media print {
  .a-link.a-backlink {
    display: none;
  }
}
.a-loader .loading-indicator {
  -webkit-animation: none;
  animation: none;
  height: 80px;
  width: 80px;
}
.a-loader .loading-indicator:after {
  -webkit-animation: 0.7s linear infinite spin;
  animation: 0.7s linear infinite spin;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #000028;
  border-left: 2px solid #000028;
  content: "";
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.a-loader .loading-indicator .loader-el {
  display: none;
}
.a-loader.area .loading-indicator::after,
.a-loader.layer .loading-indicator::after {
  border-bottom-color: #3cc8be;
  border-left-color: #3cc8be;
}
.a-loader.area .layer-inner,
.a-loader.layer .layer-inner {
  position: relative;
  height: 100%;
  width: 100%;
}
.a-loader.area .layer-inner .loading-indicator,
.a-loader.layer .layer-inner .loading-indicator {
  height: 64px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.a-logo.svg-logo svg {
  height: 23px;
  width: 150px;
}
.a-morecontenttogglelink {
  --morecontenttogglelink-color-text: #007a7a;
  --morecontenttogglelink-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  margin: 0;
}
.a-morecontenttogglelink .a-heading {
  color: var(--morecontenttogglelink-color-text);
}
.a-morecontenttogglelink .a-heading.h2,
h2.a-morecontenttogglelink .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 14px;
}
.a-morecontenttogglelink > p {
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 0;
  margin-bottom: 0;
}
.a-morecontenttogglelink .content {
  margin: 0;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  --content-max-height: 79px;
  position: relative;
  max-height: var(--content-max-height);
  min-height: var(--content-max-height);
  height: var(--content-max-height);
}
.a-morecontenttogglelink .content:after {
  background: var(--morecontenttogglelink-gradient);
  bottom: 0;
  content: "";
  height: 79px;
  left: 0;
  position: absolute;
  width: 100%;
}
.a-morecontenttogglelink .content.is-open {
  max-height: none;
  min-height: auto;
  height: 100%;
}
.a-morecontenttogglelink .content.is-open:after {
  display: none;
}
.a-morecontenttogglelink .content > p {
  margin-bottom: 10px;
}
.a-morecontenttogglelink .content .scrollable-content .m-listheader {
  padding: 10px !important;
}
.a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem.item
  ~ .m-productitem {
  margin-top: 40px !important;
  padding-top: 40px !important;
}
.a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem.item
  .m-itemserviceitem {
  margin-top: 0;
}
.a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem.item
  .m-producttitle
  .a-heading,
.a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem.item
  .m-producttitle
  .a-heading
  span,
.a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem.item
  .m-producttitle
  .a-link.heading-link
  .a-heading,
.a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem.item
  .m-producttitle
  .a-link.heading-link
  .a-heading
  span {
  font-size: 16px !important;
  line-height: 26px !important;
}
.a-morecontenttogglelink .more-less-button {
  text-align: right;
}
.a-morecontenttogglelink .more-less-button .a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--morecontenttogglelink-color-text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  height: auto;
  text-align: left;
  width: auto;
}
.a-morecontenttogglelink .more-less-button .a-link .text {
  color: var(--morecontenttogglelink-color-text);
  margin-left: 16px;
  vertical-align: sub !important;
}
.a-morecontenttogglelink .more-less-button .a-link .icon {
  color: var(--morecontenttogglelink-color-text);
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
}
.a-morecontenttogglelink .more-less-button .a-link .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.a-morecontenttogglelink .more-less-button .a-link:active,
.a-morecontenttogglelink .more-less-button .a-link:focus,
.a-morecontenttogglelink .more-less-button .a-link:hover {
  color: inherit !important;
}
.a-morecontenttogglelink .more-less-button .a-link:active .icon,
.a-morecontenttogglelink .more-less-button .a-link:focus .icon,
.a-morecontenttogglelink .more-less-button .a-link:hover .icon {
  color: var(--morecontenttogglelink-color-text) !important;
}
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--morecontenttogglelink-color-text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  width: auto;
}
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle
  .text {
  margin-left: 14px;
  vertical-align: sub !important;
}
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle
  .icon {
  color: inherit;
  height: 16px;
  margin-top: 6px;
  padding: 0;
  width: 16px;
}
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle:active,
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle:focus,
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle:hover {
  color: inherit !important;
}
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle:active
  .icon,
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle:focus
  .icon,
.a-morecontenttogglelink
  .containerexpandable-togglelink
  .a-link.content-less-toggle:hover
  .icon {
  color: var(--morecontenttogglelink-color-text) !important;
}
.a-morecontenttogglelink p.containerexpandable-togglelink {
  float: none;
}
.a-morelesslink {
  --color-text: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text);
  border: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  height: auto;
  margin-top: 27px;
  text-align: left;
  text-decoration: none !important;
  width: auto;
}
.a-morelesslink .text {
  color: var(--color-text);
  margin-left: 16px;
  vertical-align: sub !important;
}
.a-morelesslink .icon {
  margin-top: 0;
  padding-right: 0 !important;
}
.a-morelesslink:active,
.a-morelesslink:focus,
.a-morelesslink:hover,
.a-morelesslink:visited {
  border: none !important;
  text-decoration: none !important;
}
@media (min-width: 750px) {
  .a-paginationarrows.next,
  .a-paginationarrows.prev {
    font-size: 25px;
    height: 25px;
    width: 25px;
  }
}
.a-paginationarrows.prev:before {
  content: "\e007";
}
.a-paginationarrows.next:before,
body[dir="rtl"] .a-paginationarrows.prev:before {
  content: "\e008";
}
body[dir="rtl"] .a-paginationarrows.next:before {
  content: "\e007";
}
.a-paginationdots .slick-dots {
  margin: 0;
  padding: 0;
}
.a-paginationdots li {
  width: 3px;
}
.a-paginationdots li button {
  border-radius: 50%;
  height: 3px;
}
.a-paginationdots li.slick-active {
  width: 7px;
}
.a-paginationdots li.slick-active button {
  height: 7px;
  width: 7px;
}
.a-paginationnumber {
  font-weight: 400;
}
.a-paginationnumber.highlight {
  font-family: SiemensSans-Roman, sans-serif !important;
}
.a-pinit {
  color: #41aaaa;
}
.a-pinit .icon-pinit1 {
  font-size: 18px;
  font-weight: 700;
}
.a-productavailability {
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}
.a-productavailability::before {
  content: "\e0a1";
  -webkit-animation: none !important;
  animation: none !important;
  font-size: 16px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.a-productavailability.a-link.in-stock,
.a-productavailability.a-link.in-stock:hover,
.a-productavailability.in-stock,
.a-productavailability.in-stock:hover {
  color: #53b044;
}
.a-productavailability.a-link.few,
.a-productavailability.a-link.few:hover,
.a-productavailability.few,
.a-productavailability.fewk:hover {
  color: #d4691b;
}
.a-productavailability.a-link.out-of-stock,
.a-productavailability.a-link.out-of-stock:hover,
.a-productavailability.out-of-stock,
.a-productavailability.out-of-stock:hover {
  color: #e0173b;
}
.a-productavailability .text {
  margin-left: 4px;
}
.a-productavailability:hover:before {
  -webkit-animation: none;
  animation: none;
}
.a-product-code-energy-label {
  color: #7b89a1;
  display: block;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
.a-product-code-energy-label .energy-label {
  margin: 0;
}
.a-product-code-energy-label .energy-label:first-child {
  display: block;
  margin: 10px 0 0;
}
.a-product-code-energy-label .energy-label:first-child .a-link:first-child {
  display: block;
  height: 31px;
  margin: 0;
  max-height: 31px;
  min-height: 31px;
}
.a-product-code-energy-label
  .energy-label:first-child
  .a-link:first-child
  + .a-link {
  color: #7b89a1;
  display: block;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
}
.a-product-code-energy-label
  .energy-label:first-child
  .a-link
  .energy-label-image {
  height: 100%;
  margin-bottom: 10px;
  width: auto;
}
.a-product-code-energy-label .energy-label .a-link {
  color: #7b89a1;
  display: block;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 6px;
}
.a-product-code-energy-label .energy-label .a-link:hover {
  color: #7b89a1;
}
.a-product-code-energy-label .energy-label-class-range {
  color: #7b89a1;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 6px 0 0;
}
.a-progressbar {
  height: 1px;
  position: relative;
}
.a-progressbar .rectanglebar {
  position: absolute;
  top: -1px;
}
.a-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.a-rating .a-link {
  color: #2b2f43;
  font-size: 12px;
  text-decoration: none !important;
  border: none !important;
  display: block;
}
.a-rating .a-link:hover {
  text-decoration: none !important;
  border: none !important;
}
.a-rating .number {
  color: #2b2f43 !important;
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.a-rating .ratings {
  font-family: SiemensSans-Roman, sans-serif;
}
.a-rating .scale {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.a-rating .scale .icon {
  font-size: 16px;
  margin: 0 3px 0 0;
  padding: 0;
}
.a-rating .scale .icon:last-child {
  margin-right: 8px;
}
.a-rating .reviews {
  font-family: SiemensSans-Roman, sans-serif;
}
.a-rating .reviews .number,
.a-rating .reviews .number:hover {
  color: #2b2f43;
}
.a-rating .icon:not(.is-active) {
  color: #e0e3e7;
}
.a-rating .icon.is-active,
.a-rating .scale .icon.is-active {
  color: #ffb902;
}
.a-rating .icon.is-active-partly {
  margin-right: 0;
  padding-right: 0;
  z-index: 0;
}
.a-rating.a-rating-bazaar-voice
  #BVRRSummaryContainer
  .bv-rating-stars.bv-rating-stars-on {
  color: #0064a6 !important;
}
.a-rating.a-rating-bazaar-voice #BVRRSummaryContainer .bv-ask-question,
.a-rating.a-rating-bazaar-voice #BVRRSummaryContainer .bv-rating-ratio-count,
.a-rating.a-rating-bazaar-voice #BVRRSummaryContainer .bv-text-link,
.a-rating.a-rating-bazaar-voice #BVRRSummaryContainer .bv-write-review {
  color: #879baa !important;
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 12px !important;
  line-height: 100% !important;
}
.a-rating.a-rating-bazaar-voice #BVRRSummaryContainer .bv-ask-question:hover,
.a-rating.a-rating-bazaar-voice
  #BVRRSummaryContainer
  .bv-rating-ratio-count:hover,
.a-rating.a-rating-bazaar-voice #BVRRSummaryContainer .bv-text-link:hover,
.a-rating.a-rating-bazaar-voice #BVRRSummaryContainer .bv-write-review:hover {
  color: #3cc8be !important;
}
.a-selectedfilter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000028;
  border-radius: 2px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px;
  line-height: 1.3;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  min-width: auto;
  padding: 10px 16px;
  width: auto;
}
.a-selectedfilter .icon-close {
  border: none;
  bottom: auto;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 13px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  left: auto;
  padding-left: 24px;
  position: relative;
  right: auto;
  top: auto;
}
.a-selectedfilter .icon-close::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: unset;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.a-selectedfilter span.text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
}
.a-selectedfilter:hover {
  background-color: #000028;
}
.a-text2col p {
  margin-bottom: 20px;
}
.a-text2col .a-textpictogram .text {
  display: table;
}
@media (min-width: 750px) {
  .a-text2col .columnize {
    width: 91.6666666667%;
  }
  .a-text2col .a-textpictogram .a-image + .text {
    width: -webkit-calc(11 / 12 * 100% - 70px);
    width: calc(11 / 12 * 100% - 70px);
  }
  .a-text2col .a-textpictogram .text {
    width: 91.6666666667%;
  }
}
@media (min-width: 900px) {
  .a-text2col .a-textpictogram .a-image {
    margin-right: 8px;
  }
  .a-text2col .a-textpictogram .a-image + .text {
    padding-left: 22px;
    width: 100%;
  }
  .a-text2col {
    margin: 0 0 0 auto;
    width: 75%;
  }
  .a-text2col .column {
    margin-bottom: 16px;
  }
  .a-text2col .column.first {
    padding-right: 40px;
  }
  .a-text2col .column.last {
    padding-left: 0;
  }
  .a-text2col .column.last p:last-child {
    margin-bottom: 40px;
  }
  .a-text2col .a-textpictogram .text {
    padding-right: 0;
    width: 100%;
  }
  .a-text2col ~ * {
    margin: 0 0 0 auto;
    width: 75%;
  }
  .a-textpictogram > .text ~ .a-link {
    margin-top: 23px;
  }
}
.a-textpictogram {
  margin-bottom: 30px;
}
.a-textpictogram.float-none {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .a-textpictogram {
    margin-bottom: 60px;
  }
  .a-textpictogram.float-none {
    margin-bottom: 30px;
  }
  .a-textpictogram > .text {
    padding-right: 60px;
  }
}
.a-textpictogram > .text {
  margin-bottom: 0;
  width: 100%;
}
.a-textpictogram > .text p {
  margin-bottom: 30px;
}
.a-textpictogram > .text p:last-child {
  margin-bottom: 0;
}
.column .a-textpictogram > .text {
  width: auto;
}
.a-textpictogram > .text ~ .a-link {
  margin-top: 23px;
}
.a-textpictogram .a-image {
  width: 50px;
  z-index: 100;
}
.a-textpictogram .a-image:not(.float-left) {
  margin-bottom: 20px;
}
.a-textpictogram .a-image.float-left {
  margin-bottom: 20px;
  margin-right: 0;
}
.a-textpictogram .a-image.float-left:first-child {
  float: none;
}
.a-textpictogram .a-image.float-left + .text {
  padding-left: 0;
  padding-top: 0;
}
.a-tooltip {
  background: #fff;
  border: 1px solid #000028;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  max-width: 290px;
  opacity: 0;
  padding: 16px;
  position: absolute;
  text-align: left;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
@media (min-width: 900px) {
  .a-textpictogram .a-image {
    margin-right: 8px;
  }
  .a-textpictogram .a-image:not(.float-left) {
    margin-bottom: 20px;
  }
  .a-tooltip {
    max-width: none;
  }
}
.a-tooltip.is-active {
  color: inherit;
  opacity: 1;
  white-space: normal;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.a-tooltip .tooltip-arrow {
  height: 14px;
  position: absolute;
  width: 14px;
}
.a-tooltip .tooltip-arrow:after,
.a-tooltip .tooltip-arrow:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.a-tooltip .tooltip-arrow:before {
  border: 8px solid transparent;
}
.a-tooltip .tooltip-arrow:after {
  border: 7px solid transparent;
}
.a-tooltip.tooltip-bottom {
  margin-top: 16px;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.a-tooltip.tooltip-bottom .tooltip-arrow {
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
}
.a-tooltip.tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #000028;
  margin: -2px 0 0 -1px;
}
.a-tooltip.tooltip-bottom .tooltip-arrow:after {
  border-bottom-color: #fff;
}
.a-tooltip.tooltip-left {
  margin-right: 16px;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.a-tooltip.tooltip-left .tooltip-arrow {
  left: 100%;
  margin-top: -7px;
  top: 50%;
}
.a-tooltip.tooltip-left .tooltip-arrow:before {
  border-left-color: #000028;
  margin: -1px 0 0;
}
.a-tooltip.tooltip-left .tooltip-arrow:after {
  border-left-color: #fff;
}
.a-tooltip.tooltip-right {
  margin-left: 16px;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.a-tooltip.tooltip-right .tooltip-arrow {
  margin-top: -7px;
  right: 100%;
  top: 50%;
}
.a-tooltip.tooltip-right .tooltip-arrow:before {
  border-right-color: #000028;
  margin: -1px 0 0 -2px;
}
.a-tooltip.tooltip-right .tooltip-arrow:after {
  border-right-color: #fff;
}
.a-tooltip.tooltip-top {
  margin-bottom: 16px;
}
.a-tooltip.tooltip-top .tooltip-arrow {
  left: 50%;
  margin-left: -7px;
  top: 100%;
}
.a-tooltip.tooltip-top .tooltip-arrow:before {
  border-top-color: #000028;
  margin: 0 0 0 -1px;
}
.a-tooltip.tooltip-top .tooltip-arrow:after {
  border-top-color: #fff;
}
.a-link-primary.a-link.a-totop {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 3px;
  color: #41aaaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  width: 40px;
}
.a-link-primary.a-link.a-totop .icon {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 16px;
  margin-left: 1px;
  padding: 0;
}
.a-link-primary.a-link.a-totop .icon::before {
  color: #000;
  -webkit-transform: translate(1px, 4px);
  -ms-transform: translate(1px, 4px);
  transform: translate(1px, 4px);
}
.a-link-primary.a-link.a-totop:after {
  content: "";
  display: none !important;
}
@media (min-width: 900px) {
  .a-link-primary.a-link.a-totop .icon {
    margin-left: 1px;
    font-size: 24px;
  }
  .a-link-primary.a-link.a-totop .icon::before {
    -webkit-transform: translate(1px, 6px);
    -ms-transform: translate(1px, 6px);
    transform: translate(1px, 6px);
  }
  .a-link-primary.a-link.a-totop {
    margin-left: auto;
    margin-right: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: 50px;
    width: 50px;
  }
}
.a-link.a-link-inline[data-popover-id] {
  display: block;
}
.m-advanceenumberfield
  .m-enterenumberproductids
  .m-advanceenumber
  .m-searchfield.m-searchfield-enumber {
  width: 100%;
}
.m-advanceenumberfield .m-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.m-advanceenumberfield .m-form .form-actions {
  margin: 30px 0 0 !important;
}
.m-advanceenumberfield .m-form .form-row {
  margin: 0;
}
.m-advanceenumberfield .m-form .form-row .form-input-icon.icon-calendar {
  right: 9px !important;
  top: 26px;
  z-index: 1;
}
@media (max-width: 749px) {
  .m-advanceenumberfield
    .m-enterenumberproductids
    .m-advanceenumber
    .m-searchfield.m-searchfield-enumber
    .m-searchinput
    .form-row
    .searchinput
    .input-wrap
    .icon-camera {
    right: 12px;
  }
  .m-advanceenumberfield
    .m-enterenumberproductids
    .m-advanceenumber
    .m-searchfield.m-searchfield-enumber
    .form-error-wrapper::before {
    right: -19px;
  }
  .m-advanceenumberfield .m-form .form-row {
    max-width: none;
  }
}
.m-advanceenumberfield .m-form .m-forminput.m-forminput-datepicker:after {
  display: none;
}
.m-all-filter-modal .modal .header {
  margin: 40px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.m-all-filter-modal .modal .header .a-heading {
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 4px 0 0;
  line-height: 22px;
}
.m-all-filter-modal .modal .header .icon-close.close-modal {
  font-size: 24px;
}
.m-all-filter-modal .modal .price-range {
  background-color: #f5f5f7;
  padding: 20px;
  margin: 65px 30px 30px;
}
.m-all-filter-modal .modal .price-range .m-rangeslider {
  padding: 0 20px 0 10px;
}
.m-all-filter-modal .modal .price-range .m-rangeslider .rangeslider {
  margin: 0 0 15px !important;
}
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .rangeslider
  .input-container {
  display: block;
  padding: 20px 20px 0;
}
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .rangeslider
  .input-container
  .price-range-text {
  margin-bottom: 6px;
  position: absolute;
  top: -30px;
  left: 0;
}
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .rangeslider
  .input-container
  .price-range-inputs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .rangeslider
  .input-container
  .price-range-inputs
  input.js-value {
  border: 0;
  height: 35px;
  min-height: 35px;
  text-align: center;
  width: 88px;
  max-width: 88px;
  border-radius: 2px;
}
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .rangeslider
  .input-container
  .price-range-inputs
  .divider {
  display: none;
}
.m-all-filter-modal .modal .price-range .m-rangeslider .noUi-base {
  margin-top: 65px;
}
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-lower:before,
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-upper:before {
  background: #000028;
  content: "";
  font-size: 9px;
  position: relative;
  top: -10px;
}
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-lower:after,
.m-all-filter-modal
  .modal
  .price-range
  .m-rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-upper:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: -2.5px;
  position: absolute;
  top: -2.5px;
  width: 5px;
}
.m-all-filter-modal .modal .general-filter {
  border-top: 1px solid #ececf0;
  border-bottom: 1px solid #ececf0;
  padding: 0;
}
.m-all-filter-modal .modal .general-filter .filter {
  border-color: #ececf0;
  padding: 0;
}
.m-all-filter-modal .modal .general-filter .filter:first-child {
  border-top: unset;
}
.m-all-filter-modal .modal .general-filter .filter:focus {
  outline: 0 !important;
}
.m-all-filter-modal .modal .general-filter .filter .m-rangeslider {
  padding: 30px 10px;
}
.m-all-filter-modal .modal .general-filter .filter .m-rangeslider .rangeslider {
  margin: 0;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .m-rangeslider
  .rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-lower:before,
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .m-rangeslider
  .rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-upper:before {
  background: #000028;
  content: "";
  font-size: 9px;
  position: relative;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .m-rangeslider
  .rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-lower:after,
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .m-rangeslider
  .rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-upper:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: -2.5px;
  position: absolute;
  top: -1.5px;
  width: 5px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .m-rangeslider
  .rangeslider
  .rangeslider-value-lower,
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .m-rangeslider
  .rangeslider
  .rangeslider-value-upper {
  margin-bottom: 10px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .m-filterlist-rebrush.is-in-modal
  .filterlist-row {
  padding: 11px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .m-filterlist-rebrush.is-in-modal
  .filterlist-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.a-formlabel {
  padding: 1px 0 6px 34px;
  color: #000;
  padding-right: 100px !important;
}
.m-all-filter-modal .modal .general-filter .filter .filter-head {
  padding: 8px 30px;
  cursor: pointer;
}
.m-all-filter-modal .modal .general-filter .filter .filter-head:focus {
  outline: 0 !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-head
  .filter-text-container
  .selected-filters {
  color: #a3acbd;
  font-size: 12px;
  margin: 5px 0 0 !important;
  line-height: 20px !important;
}
.m-all-filter-modal .modal .general-filter .filter .filter-head .a-button {
  background: 0 0;
  border: 0;
  padding: 0 10px !important;
  -webkit-tap-highlight-color: transparent;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-head
  .a-button:hover {
  background: 0 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-head
  .a-button
  .icon-info {
  display: inline-block !important;
  font-weight: 100;
  line-height: 16px;
  margin-top: -3px;
}
.m-all-filter-modal .modal .general-filter .filter .filter-content {
  padding: 0;
  margin: 0 30px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-container {
  padding-bottom: 30px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row {
  padding: 12px 0;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .filterlist-row-item {
  color: #000028;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .filterlist-row-item
  > .a-button {
  top: 0;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .filterlist-row-item
  > .a-button
  ~ .filterlist-close-icon {
  right: 80px !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .filterlist-row-item
  .filterlist-close-icon {
  right: 45px;
  height: 30px;
  top: -3px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .filterlist-row-item
  .filterlist-label-icon {
  right: 20px;
  height: 30px;
  top: 0;
  padding: 0 !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .filterlist-row-item
  .filterlist-label-icon
  .icon-info {
  margin: unset !important;
  position: unset !important;
  top: unset !important;
  right: unset !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .a-button {
  background: 0 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .a-button
  .icon-info {
  display: inline-block !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox {
  width: 100%;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox
  input:checked
  ~ .a-formlabel:before {
  border: 1px solid #000028;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox
  .a-formlabel {
  color: #000;
  line-height: 21px;
  padding: 0 !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox
  .a-formlabel.checkbox.a-formlabel.checkbox:after {
  right: 8px !important;
  left: unset !important;
  font-size: 15px !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox
  .a-formlabel.checkbox:before {
  right: 0 !important;
  left: unset !important;
  border-color: #cfd0d6;
  width: 30px;
  height: 30px;
  background: 0 0;
  top: -5.5px !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox
  .a-selectablerange {
  font-size: 16px;
  padding: 0 0 0 34px;
  line-height: 24px;
  width: 100%;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox
  .a-selectablerange:focus:before {
  outline: 0 !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox
  .a-selectablerange:before {
  right: 0 !important;
  left: unset !important;
  border-color: #cfd0d6;
  width: 30px;
  height: 30px;
  background: 0 0;
  top: -4px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlist-row
  .m-forminput-checkbox
  .a-selectablerange:after {
  top: -5px !important;
  right: 8px !important;
  left: unset !important;
  font-size: 15px !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlayer-rating
  .m-forminput-checkbox {
  margin: 0;
  padding: 12px 0;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlayer-rating
  .m-forminput-checkbox
  input:checked
  ~ .a-rating:before {
  border: 1px solid #000028;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlayer-rating
  .m-forminput-checkbox
  .a-rating {
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlayer-rating
  .m-forminput-checkbox
  .a-rating:focus:before {
  outline: 0 !important;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlayer-rating
  .m-forminput-checkbox
  .a-rating:before {
  right: 0 !important;
  left: unset !important;
  border-color: #cfd0d6;
  width: 30px;
  height: 30px;
  background: 0 0;
  top: -3.5px;
}
.m-all-filter-modal
  .modal
  .general-filter
  .filter
  .filter-content
  .m-filterlist-rebrush
  .filterlayer-rating
  .m-forminput-checkbox
  .a-rating:after {
  top: -1.5px !important;
  right: 8px !important;
  left: unset !important;
  font-size: 15px !important;
}
.m-all-filter-modal .modal .cta {
  margin: 20px 30px 0;
  padding: 0;
}
.m-all-filter-modal .modal .cta .results-button {
  height: 44px;
  min-height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
}
.m-all-filter-modal .modal .reset {
  margin: 10px 30px 30px;
  padding: 0;
}
.m-all-filter-modal .modal .reset .reset-button {
  background-color: transparent;
  border: 1px solid #000028;
  border-radius: 2px;
  color: #000028;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  height: 44px;
  min-height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.m-all-filter-modal .modal .reset .reset-button:focus {
  outline: 0 !important;
}
.m-all-filter-modal .modal .reset .reset-button .reset-icon {
  display: none;
}
.m-all-filter-modal .modal.open {
  padding-bottom: 33px;
}
.m-all-filter-modal {
  max-height: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0 15px;
  background: #000028;
  border: 1px solid #000028;
}
.m-all-filter-modal .show-all-filters-chip {
  margin: 0;
}
.m-all-filter-modal .show-all-filters-chip .chips-content {
  border-bottom: 0;
}
.m-all-filter-modal .show-all-filters-chip .chips-content .chips-content-inner {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 5px;
  color: #fff;
}
.m-all-filter-modal .show-all-filters-chip .chips-content .icon-filter-outline {
  color: #fff;
  margin-top: -1px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-article-in-checkout.m-article-in-checkout {
  border-bottom: none;
  border-radius: 0;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
  overflow: visible;
  padding: 40px 0 0;
  position: relative;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem {
  border-top: 1px solid #d8d8d8;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options {
  border-top: none;
  margin: 24px 0 0;
  padding: 0;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  > .a-heading {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
  margin: 23px 0 15px;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options:before {
  content: none;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  .input-option {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  .input-option
  .input-option-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10px;
  gap: 10px;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  .input-option
  .input-option-item
  .input-option-item-name,
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  .input-option
  .input-option-item
  .input-option-item-price-container {
  width: 100%;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  .input-option
  .input-option-item
  .input-option-item-price-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  .input-option
  .input-option-item
  .input-option-item-price-container
  .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  .input-option
  .input-option-item
  .input-option-item-price-container
  .price
  .previous {
  color: #000;
  font-size: 12px;
  margin-left: 0;
}
.m-article-in-checkout.m-article-in-checkout.js-productitem
  .article-content
  .input-options
  .input-option
  .input-option-item
  .input-option-item-price-container
  .icon {
  padding: 0 0 0 16px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.m-article-in-checkout.m-article-in-checkout:first-child {
  padding-top: 0;
}
.m-article-in-checkout.m-article-in-checkout:first-child
  .article-content
  .a-link.article-edit {
  margin-top: 0;
}
.m-article-in-checkout.m-article-in-checkout:not(:first-child) {
  border-top: 1px solid #d8d8d8;
  margin-top: 40px;
}
.m-article-in-checkout.m-article-in-checkout .article-quantity {
  margin: 16px 0 0;
}
.m-article-in-checkout.m-article-in-checkout .article-media-container {
  grid-area: media;
  padding: 0;
  width: 33%;
}
.m-article-in-checkout.m-article-in-checkout .article-media-container .a-image {
  text-align: left;
}
@media (min-width: 900px) {
  .m-article-in-checkout.m-article-in-checkout.js-productitem .article-header {
    margin-top: 40px;
  }
  .m-article-in-checkout.m-article-in-checkout.js-productitem
    .article-content
    .input-options
    .input-option,
  .m-article-in-checkout.m-article-in-checkout.js-productitem
    .article-content
    .input-options
    .input-option
    .input-option-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-article-in-checkout.m-article-in-checkout.js-productitem
    .article-content
    .input-options
    .input-option
    .input-option-item
    .input-option-item-name {
    width: 60%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }
  .m-article-in-checkout.m-article-in-checkout.js-productitem
    .article-content
    .input-options
    .input-option
    .input-option-item
    .input-option-item-price-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
  }
  .m-article-in-checkout.m-article-in-checkout .article-media-container {
    width: 100%;
  }
}
.m-article-in-checkout.m-article-in-checkout .article-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 40%;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  grid-area: header;
  margin-top: 0;
  padding: 0;
  width: auto;
}
.m-article-in-checkout.m-article-in-checkout
  .article-header
  .article-description {
  width: 100%;
}
@media (min-width: 900px) {
  .m-article-in-checkout.m-article-in-checkout
    .article-header
    .article-description {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 90% !important;
    -ms-flex: 0 1 90% !important;
    flex: 0 1 90% !important;
    width: 10% !important;
  }
  .m-article-in-checkout.m-article-in-checkout .article-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    width: auto;
  }
}
.m-article-in-checkout.m-article-in-checkout .article-content {
  grid-column: 1/3;
  width: 100%;
}
.m-article-in-checkout.m-article-in-checkout .article-content .input-options {
  border: 0;
  border-top: 1px solid #d8d8d8;
  border-radius: 0;
  margin: 24px 0 0;
  padding: 24px 0 24px 40px;
  position: relative;
}
.m-article-in-checkout.m-article-in-checkout
  .article-content
  .input-options:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  position: absolute;
  left: 0;
  top: 21px;
  color: #000;
  font-size: 24px;
}
.m-article-in-checkout.m-article-in-checkout
  .article-content
  .input-options
  .input-option
  div {
  color: #2b2f43;
  font-size: 16px;
  line-height: 26px;
}
.m-article-in-checkout.m-article-in-checkout
  .article-content
  .input-options
  .input-option
  div.input-option-price {
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
}
.m-article-in-checkout.m-article-in-checkout .m-producttitle .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  font-size: 18px;
  line-height: 26px;
  margin-top: 5px !important;
}
.m-article-in-checkout.m-article-in-checkout .article-link {
  text-decoration: none;
}
.m-article-in-checkout.m-article-in-checkout
  .article-description
  .m-productcode
  .a-heading.product-code {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-article-in-checkout.m-article-in-checkout
  .article-description
  .m-producttitle
  .subtitle,
.m-article-in-checkout.m-article-in-checkout
  .article-description
  .m-producttitle
  .subtitle
  p {
  color: #7b89a1;
  font-size: 12px;
  line-height: 16px;
}
.m-article-in-checkout.m-article-in-checkout
  .article-description
  .m-producttitle
  .a-link.heading-link {
  display: contents;
}
.m-article-in-checkout.m-article-in-checkout
  .article-description
  .m-producttitle
  .a-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
  font-family: var(--fontfamily-headlinesfont);
  line-height: 30px;
  margin-top: 0 !important;
}
.m-article-in-checkout.m-article-in-checkout
  .article-description
  .m-producttitle
  .a-heading
  .fragment {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 900px) {
  .m-article-in-checkout.m-article-in-checkout .article-content {
    grid-area: content !important;
    grid-column: 2/3 !important;
    width: 100%;
  }
  .m-article-in-checkout.m-article-in-checkout .m-producttitle .a-heading {
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px !important;
  }
  .m-article-in-checkout.m-article-in-checkout
    .article-description
    .m-producttitle
    .a-heading
    .fragment {
    font-size: 24px;
    line-height: 30px;
  }
}
.m-article-in-checkout.m-article-in-checkout
  .article-description
  .m-producttitle
  .a-heading.brand {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
}
.m-article-in-checkout.m-article-in-checkout .article-price-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .article-previous {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .article-previous
  ~ .a-productavailability
  .article-price,
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .article-previous
  ~ .article-price {
  color: #d4691b;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .article-price {
  font-size: 20px;
  font-family: var(--fontfamily-bold);
  letter-spacing: -0.5px;
  line-height: 26px;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .additional-text,
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .article-vat {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .article-vat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .additional-text {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .additional-text.cew-list {
  margin-top: 15px;
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .additional-text.applied-discount-value {
  color: #d4691b;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .additional-text.local-stock-article {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.m-article-in-checkout.m-article-in-checkout
  .article-price-container
  .a-productavailability {
  margin: 0;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
@media (min-width: 900px) {
  .m-article-in-checkout.m-article-in-checkout .article-price-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 170px;
    -ms-flex: 1 0 170px;
    flex: 1 0 170px;
    text-align: end;
  }
  .m-article-in-checkout.m-article-in-checkout
    .article-price-container
    .article-vat {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .m-article-in-checkout.m-article-in-checkout
    .article-price-container
    .additional-text.local-stock-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .m-article-in-checkout.m-article-in-checkout
    .article-price-container
    .additional-text.local-stock-article
    .icon-info {
    margin: 0;
    padding: 0;
  }
}
.m-article-in-checkout.m-article-in-checkout .m-productset-thumbnails {
  margin: 20px 0 40px;
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-names {
  margin: 0;
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-names
  span,
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-names
  ul
  > li {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  font-weight: 400;
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-ids {
  margin: 16px 0 0;
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-ids
  span,
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-ids
  ul
  > li {
  color: #7b89a1;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0 0;
  padding: 0;
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-thumbnails:after {
  display: none;
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-thumbnails
  .productset-thumbnail {
  margin: 0;
  padding: 0;
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-thumbnails
  .productset-thumbnail
  .thumbnails-separator {
  margin-right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-article-in-checkout.m-article-in-checkout
  .m-productset-thumbnails
  .productset-thumbnails
  .productset-thumbnail
  .thumbnails-separator
  .icon:before {
  color: #000;
}
.m-article-in-checkout.m-article-in-checkout .m-productset-thumbnails .a-image,
.m-article-in-checkout.m-article-in-checkout .m-productset-thumbnails img {
  margin-top: 0;
}
.m-article-in-checkout.m-article-in-checkout .a-alert.a-alert-delivery {
  background: #f5f5f7;
  border-top: none;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 17px 24px;
  position: relative;
  margin: 20px 0 0;
}
.m-article-in-checkout.m-article-in-checkout
  .a-alert.a-alert-delivery
  .alert-headline {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  font-size: 16px;
  font-family: var(--fontfamily-roman);
  line-height: 26px;
  margin: 0;
  padding: 0 0 0 44px;
  position: relative;
}
.m-article-in-checkout.m-article-in-checkout
  .a-alert.a-alert-delivery
  .alert-headline:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-article-in-checkout.m-article-in-checkout
  .a-alert.a-alert-delivery
  .alert-text {
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  font-size: 16px;
  font-family: var(--fontfamily-bold);
  line-height: 26px;
  margin: 0;
  padding: 0;
}
.m-article-in-checkout.m-article-in-checkout .a-alert.a-alert-delivery:before {
  display: none;
}
@media (min-width: 900px) {
  .m-article-in-checkout.m-article-in-checkout .a-alert.a-alert-delivery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-article-in-checkout.m-article-in-checkout .article-edit {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.m-article-in-checkout.m-article-in-checkout .a-alert.alert-suggestion {
  background: #f5f5f7;
  border: none;
  margin: 40px 0;
}
.m-article-in-checkout.m-article-in-checkout .subscription-selection {
  margin: 40px 0 0;
}
.m-article-in-checkout.m-article-in-checkout
  .subscription-selection
  .m-subscriptionselection {
  padding: 0;
}
.m-article-in-checkout.m-article-in-checkout
  .subscription-selection
  .radio-border {
  border: none;
  border-radius: 0;
}
.m-article-in-checkout.m-article-in-checkout
  .subscription-selection
  .radio-border
  .m-forminput.m-forminput-radio
  .a-formlabel {
  margin-top: 5px;
}
.m-article-in-checkout.m-article-in-checkout
  .subscription-selection
  .radio-border
  .m-forminput.m-forminput-radio
  .label-text {
  margin-left: 12px;
}
.m-article-in-checkout.m-article-in-checkout
  .subscription-selection
  .radio-border
  .m-forminput.m-forminput-radio
  label.a-formlabel:after {
  background: 0 0;
  border: 1px solid #7b89a1;
  border-radius: 2px;
  margin-top: 0;
  outline: 0;
  z-index: 1;
}
.m-article-in-checkout.m-article-in-checkout
  .subscription-selection
  .radio-border
  .m-forminput.m-forminput-radio
  label.a-formlabel:before {
  display: inline-block !important;
  margin-bottom: 2px;
  margin-top: 0;
  position: relative;
}
.m-article-in-checkout.m-article-in-checkout
  .subscription-selection
  .radio-border
  .m-forminput.m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  background: 0 0;
  border: 2px solid #007a7a;
  border-radius: 2px;
  outline: 0;
  pointer-events: none;
  z-index: 1;
}
.m-article-in-checkout.m-article-in-checkout .article-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  margin-top: 40px;
  text-decoration: none;
  text-transform: capitalize;
}
.m-article-in-checkout.m-article-in-checkout .article-edit:after {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-article-in-checkout.m-article-in-checkout .delete {
  margin-top: 40px;
}
.m-article-in-checkout.m-article-in-checkout .delete .a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.m-article-in-checkout.m-article-in-checkout .delete .a-link .icon {
  padding-right: 0;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.m-article-in-checkout.m-article-in-checkout .delete .a-link.no-stock,
.m-article-in-checkout.m-article-in-checkout .delete .a-link.no-stock .icon,
.m-article-in-checkout.m-article-in-checkout .delete .a-link.no-stock:hover {
  color: #e0173b;
}
.m-article-in-checkout.m-article-in-checkout .m-quantityselector {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 90px !important;
}
.m-article-in-checkout.m-article-in-checkout
  .m-quantityselector
  .quantityselector-button {
  background: 0 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 33%;
}
.m-article-in-checkout.m-article-in-checkout
  .m-quantityselector
  .quantityselector-button
  .icon,
.m-article-in-checkout.m-article-in-checkout
  .m-quantityselector
  .quantityselector-button:active
  .icon,
.m-article-in-checkout.m-article-in-checkout
  .m-quantityselector
  .quantityselector-button:focus
  .icon,
.m-article-in-checkout.m-article-in-checkout
  .m-quantityselector
  .quantityselector-button:hover
  .icon {
  color: #007a7a;
}
.m-article-in-checkout.m-article-in-checkout .m-quantityselector .m-forminput,
.m-article-in-checkout.m-article-in-checkout
  .m-quantityselector
  input.m-forminput.input {
  width: 33%;
}
.m-article-in-checkout.m-article-in-checkout .cew-label {
  overflow-wrap: normal;
  text-align: left;
}
@media (min-width: 900px) {
  .m-article-in-checkout.m-article-in-checkout .delete {
    position: absolute;
    top: 0;
    right: 0;
  }
  .m-article-in-checkout.m-article-in-checkout {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "media header" "media content";
    -ms-grid-columns: 30% minmax(50px, 1fr);
    grid-template-columns: 30% minmax(50px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin: 0 0 40px;
    padding: 40px 0 0;
    position: relative;
  }
  .m-article-in-checkout.m-article-in-checkout:not(:first-child) {
    margin-top: 40px;
  }
}
.m-averageproductrating {
  margin: 0 0 0 10px;
}
@media (min-width: 750px) {
  .m-article-in-checkout.m-article-in-checkout:first-child {
    padding-top: 0;
  }
  .m-awardgallery .awards-slider .slick-track {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 40px;
  }
  .m-awardgallery
    .awards-slider
    .slick-track
    .award-slide
    .award-image-container
    > .a-link {
    border: none;
    width: 100%;
  }
  .m-awardgallery
    .awards-slider
    .slick-track
    .award-slide
    .award-image-container
    .a-image
    img {
    height: auto;
  }
  .m-awardgallery .awards-slider .slick-track .award-slide .award-caption {
    text-align: center;
  }
}
.m-breadcrumb {
  display: none;
  margin: 0;
  padding: 10px 0 10px 5px;
  position: relative;
}
.m-breadcrumb:before {
  background-color: #3c464c;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-breadcrumb ul {
  margin: 0;
}
.m-breadcrumb
  ul:not(.extendbreadcrumb-list)
  li.extend-breadcrumb.is-active-extended-breadcrumb {
  background-color: transparent;
}
.m-breadcrumb ul li {
  margin: 0;
}
.m-breadcrumb ul li .a-button-link.a-button:not(.a-button):visited,
.m-breadcrumb ul li .a-link:not(.a-button):visited,
.m-breadcrumb ul li a {
  color: #879baa;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
}
.m-breadcrumb ul li .a-button-link.a-button:not(.a-button):visited:after,
.m-breadcrumb ul li .a-link:not(.a-button):visited:after,
.m-breadcrumb ul li a:after {
  content: "";
  display: none !important;
}
.m-breadcrumb ul li .a-button-link.a-button:not(.a-button):visited:hover,
.m-breadcrumb ul li .a-link:not(.a-button):visited:hover,
.m-breadcrumb ul li a:hover {
  color: #3cc8be !important;
}
.m-breadcrumb ul li:nth-child(n + 2),
.m-breadcrumb ul li:nth-last-child(3),
.m-breadcrumb ul li:nth-last-child(n + 3) {
  color: #879baa;
}
.m-breadcrumb ul li:last-child span.is-active {
  color: #879baa;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 12px;
}
.m-breadcrumb ul li:not(:last-child):after {
  color: #7a8793;
  font-size: 8px;
}
.m-breadcrumb .extendbreadcrumb {
  background-color: #fff;
  margin-top: 13px;
}
.m-breadcrumb .extendbreadcrumb.is-active-desktop {
  height: auto;
  padding: 20px 25px;
  text-align: left;
  width: auto;
}
.m-breadcrumb .extendbreadcrumb .extendbreadcrumb-list {
  margin: 0;
  padding: 0;
}
.m-breadcrumb .extendbreadcrumb .extendbreadcrumb-list li:last-child {
  margin-bottom: 0;
}
.m-breadcrumb .extendbreadcrumb .extendbreadcrumb-list li .a-link span {
  margin: 0 0 0 16px;
}
.m-breadcrumb .extendbreadcrumb .extendbreadcrumb-list li .a-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-breadcrumb-rebrush .crumb-links-wrap,
.m-breadcrumb-rebrush .crumb-links-wrap .crumb {
  color: #fff;
}
.m-breadcrumb-rebrush .crumb-links-wrap .crumb > .icon.icon-arrow-right {
  margin-top: -5px;
}
.m-breadcrumb-rebrush .crumb-links-wrap .crumb > .icon.icon-arrow-right:before {
  content: "\e08d";
}
.m-breadcrumb-rebrush .crumb-links-wrap .crumb .crumb-root-link .icon {
  height: 16px;
  width: 16px;
}
.m-breadcrumb-rebrush .crumb-links-wrap .crumb .crumb-root-link .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-breadcrumb-rebrush .crumb-links-wrap .crumb .a-link {
  color: #fff;
  font-family: SiemensSans-Roman, sans-serif;
}
.m-breadcrumb-rebrush .crumb-root-link {
  padding-right: 16px;
}
.m-breadcrumb-rebrush .crumb-root-link .icon {
  color: #fff;
  height: 16px;
  width: 16px;
}
.m-breadcrumb-rebrush .crumb-root-link .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 5px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
@media (max-width: 749px) {
  .m-breadcrumb-rebrush .crumb-root-link {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .m-breadcrumb-rebrush .crumb-root-link .icon:before {
    line-height: 8px;
  }
}
.m-buyareatitle .m-producttitle > .a-heading {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px;
}
.m-buyareatitle .m-producttitle > .a-heading .fragment {
  display: inline !important;
  font-family: var(--fontfamily-headlinesfont) !important;
}
.m-buyareatitle .m-producttitle .subtitle * {
  color: #7b89a1;
}
.m-buyareatitle .m-producttitle h2.a-heading.product-code {
  color: #7b89a1;
  font-size: 12px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-buyareatitle .toast {
  display: inline-block;
  min-width: 212px;
  padding: 2px 20px;
  text-align: center;
}
.m-buyareatitle .toast .a-link {
  font-size: 12px;
  line-height: 1.1;
}
.m-buyareatitle .toast .a-link .icon {
  display: none;
}
.m-buyareatitle .m-ratingsummary {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-buyareatitle .m-ratingsummary .a-link.retailer-rating-reviews {
  display: block !important;
  margin-top: 10px;
}
.m-buyareatitle .m-ratingsummary .a-link.retailer-rating-reviews:after {
  content: "\e08f";
  display: inline-block;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  font-family: icons;
}
.m-buyareatitle .m-ratingsummary .a-rating {
  margin-right: auto;
}
.m-buyareatitle .m-ratingsummary .a-rating .text.number {
  color: #7b89a1 !important;
}
.m-buyareatitle .m-ratingsummary .a-link.questions,
.m-buyareatitle .m-ratingsummary .a-link.reviews {
  color: #7b89a1;
  font-size: 12px;
  font-weight: 400;
  font-family: SiemensSans-Roman, sans-serif;
}
.m-buyareatitle .m-ratingsummary .a-link.questions::before,
.m-buyareatitle .m-ratingsummary .a-link.reviews::before {
  padding-left: 4px;
}
.m-buyareatitle .m-ratingsummary .a-link.reviews {
  margin-left: 0;
}
.m-buyareatitle .m-ratingsummary .a-link.questions {
  padding-left: 16px;
}
.m-buyareatitle .m-ratingsummary .a-link.questions:before {
  display: none;
}
.m-buyareatitle
  .m-ratingsummary
  > [data-replace-container="ajax-BVSummaryReview"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.m-buyareatitle
  .m-ratingsummary
  > [data-replace-container="ajax-BVSummaryReview"]
  .a-rating {
  margin-bottom: 0 !important;
}
.m-buyareatitle
  .m-ratingsummary
  > [data-replace-container="ajax-BVSummaryReview"]
  .a-rating
  span:not([aria-label="[rqa.alternativetext.noreviews]"]):not(.sr-only) {
  height: 16px;
  margin-left: 5px;
  font-family: SiemensSans-Roman;
  color: #7b89a1;
}
.m-buyareatitle
  .m-ratingsummary
  > [data-replace-container="ajax-BVSummaryReview"]
  + .questions {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
@media (min-width: 750px) {
  .m-breadcrumb:before {
    left: -1000px;
    width: 200vw;
  }
  .g-layout-half .g-col .m-carousel {
    left: -webkit-calc(100% + 17px);
    left: calc(100% + 17px);
  }
}
@media (min-width: 900px) {
  .m-breadcrumb {
    display: block;
    float: left;
    margin: 0;
    padding: 12px 0;
  }
  .m-breadcrumb ul {
    padding: 14px 0 15px;
  }
  .g-layout-half .g-col .m-carousel {
    left: -webkit-calc(100% + 19px);
    left: calc(100% + 19px);
  }
}
@media (min-width: 1000px) {
  .g-layout-half .g-col .m-carousel {
    left: -webkit-calc(100% + 21px);
    left: calc(100% + 21px);
  }
}
@media (min-width: 1200px) {
  .g-layout-half .g-col .m-carousel {
    left: -webkit-calc(100% + 24px);
    left: calc(100% + 24px);
  }
}
.m-carousel {
  --color-carousel-bg: transparent;
  --color-carousel-pagination: #000;
  --color-carousel-arrows: #007a7a;
  --carousel--element-margin: var(--element-margin);
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  background-color: var(--color-carousel-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0;
  padding-top: var(--carousel--element-margin);
}
.m-carousel > .a-link.a-button.carousel-link {
  margin-top: -webkit-calc(var(--element-margin) / 2);
  margin-top: calc(var(--element-margin) / 2);
}
.m-carousel .m-slider {
  width: 100%;
  z-index: 5;
}
.m-carousel .slider-container,
.m-carousel .slider-container:not(.slick-initialized) {
  margin: 0;
}
.m-carousel .carousel-paginationarrows {
  display: none;
  z-index: 6;
}
.m-carousel.no-carousel-mobile {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.m-carousel.no-carousel-mobile .slide:first-child .m-teaser {
  padding-top: 0 !important;
}
.m-carousel.no-carousel-mobile .m-teaser {
  padding-top: 50px !important;
}
@media (min-width: 750px) {
  .m-carousel.no-carousel-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .m-carousel.no-carousel-mobile .m-teaser {
    padding-top: 0 !important;
  }
}
.m-carousel .a-paginationdots {
  margin-bottom: 30px;
  position: relative;
}
.m-carousel .a-paginationdots .slick-dots {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 5px;
}
.m-carousel .a-paginationdots li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  width: 10px;
}
.m-carousel .a-paginationdots li button {
  background-color: transparent !important;
  border: thin solid transparent !important;
  border-color: var(--color-carousel-pagination) !important;
  height: 7px;
  width: 7px;
}
.m-carousel .a-paginationdots li.slick-active button {
  background-color: var(--color-carousel-pagination) !important;
  height: 7px;
  width: 7px;
}
.m-carousel .carousel-paginationnumber {
  display: none !important;
}
.m-carousel .m-teaser {
  padding: 0 !important;
}
@media (max-width: 899px) {
  .m-carousel .m-teaser,
  .m-carousel .m-teaser .teaser-wrap {
    height: auto !important;
  }
}
.m-carousel .m-teaser .teaser-content .a-heading {
  height: auto !important;
}
.m-carousel .m-teaser .teaser-content .content-inner p:last-child,
.m-carousel .m-teaser .teaser-content .content-inner p:only-child {
  margin-bottom: 0;
}
.m-carousel .m-productteaser .product-images {
  padding-left: 0;
  padding-right: 0;
  width: 30%;
}
.m-carousel .m-productteaser .product-images .product-thumbnail {
  margin: 0;
}
.m-carousel .m-productteaser .product-conversion .js-button-group-wrapper {
  margin-top: 24px;
}
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button,
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-button-secondary,
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-link-secondary.a-button-link,
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-link-secondary.a-link,
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-carousel
  .m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .a-button.a-link-secondary.a-link {
  width: 100% !important;
}
.m-carousel .slick-list {
  margin: 0;
  padding: 0 30px !important;
}
.m-carousel .slick-list .m-teaser {
  margin-bottom: 48px;
  padding-right: 15px !important;
}
.m-carousel .slick-track {
  margin-left: 0;
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-carousel .m-slider .slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-carousel .m-slider .slide .m-teaser,
  .m-carousel .m-slider .slide .m-teaser .teaser-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .m-carousel .m-slider .slide .m-teaser .teaser-wrap .teaser-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-carousel
    .m-slider
    .slide
    .m-teaser
    .teaser-wrap
    .teaser-content
    .content-inner {
    margin-bottom: 34px;
  }
  .m-carousel
    .m-slider
    .slide
    .m-teaser
    .teaser-wrap
    .teaser-content
    .teaser-links {
    margin-top: auto !important;
  }
}
@media (min-width: 750px) {
  .m-carousel {
    margin: 0 -64px;
    width: -webkit-calc(100% + 128px);
    width: calc(100% + 128px);
  }
  .m-carousel .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-left: 0;
  }
  .m-carousel .slick-track::after,
  .m-carousel .slick-track::before {
    display: none;
  }
  .m-carousel .slide {
    padding: 0;
  }
  .m-carousel .slick-list {
    margin: 0;
  }
  .m-carousel .carousel-paginationarrows {
    bottom: auto;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto;
    margin: 0;
    position: relative;
    pointer-events: none;
    margin-top: -webkit-calc(var(--element-margin) / 7);
    margin-top: calc(var(--element-margin) / 7);
    width: auto !important;
  }
  .m-carousel .carousel-paginationarrows .a-paginationarrows.next,
  .m-carousel .carousel-paginationarrows .a-paginationarrows.prev {
    border-radius: 2px;
    bottom: auto;
    color: var(--color-carousel-arrows);
    height: 40px;
    left: auto;
    margin: 0;
    opacity: 0.8;
    padding: 0;
    position: relative;
    pointer-events: fill;
    right: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    width: 40px;
    z-index: 10;
  }
  .m-carousel .carousel-paginationarrows .a-paginationarrows.next::before,
  .m-carousel .carousel-paginationarrows .a-paginationarrows.prev::before {
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    height: 16px;
    line-height: 10px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
  }
  .m-carousel .carousel-paginationarrows .a-paginationarrows.next:hover,
  .m-carousel .carousel-paginationarrows .a-paginationarrows.prev:hover {
    color: var(--color-carousel-arrows) !important;
    opacity: 1 !important;
  }
  .m-carousel .carousel-paginationarrows .a-paginationarrows.prev {
    left: 0;
    --paginationarrows-left: -webkit-calc(
      calc(var(--max-pagewidth-padding) - 60px) / 2
    );
    --paginationarrows-left: calc(
      calc(var(--max-pagewidth-padding) - 60px) / 2
    );
  }
  .m-carousel .carousel-paginationarrows .a-paginationarrows.prev::before {
    content: "\e007";
  }
}
@media (min-width: 750px) and (min-width: 900px) {
  .m-carousel .carousel-paginationarrows .a-paginationarrows.next,
  .m-carousel .carousel-paginationarrows .a-paginationarrows.prev {
    height: 60px;
    width: 60px;
  }
  .m-carousel .carousel-paginationarrows .a-paginationarrows.next::before,
  .m-carousel .carousel-paginationarrows .a-paginationarrows.prev::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
}
@media only screen and (min-width: 750px) and (max-width: 1920px) {
  .m-carousel .carousel-paginationarrows .a-paginationarrows.prev {
    left: 0;
  }
}
@media (min-width: 750px) {
  .m-carousel .carousel-paginationarrows .a-paginationarrows.next {
    right: 0;
  }
  .m-carousel .carousel-paginationarrows .a-paginationarrows.next::before {
    content: "\e008";
  }
  .m-carousel
    [dir="rtl"]
    + .carousel-paginationarrows
    .a-paginationarrows.prev::before {
    content: "\e008" !important;
  }
  .m-carousel
    [dir="rtl"]
    + .carousel-paginationarrows
    .a-paginationarrows.next::before {
    content: "\e007" !important;
  }
}
.m-carousel
  [dir="rtl"]
  + .carousel-paginationarrows
  .a-paginationarrows.prev::before {
  content: "\e008" !important;
}
.m-carousel
  [dir="rtl"]
  + .carousel-paginationarrows
  .a-paginationarrows.next::before {
  content: "\e007" !important;
}
@media (min-width: 900px) {
  .m-carousel {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-right: 0;
    width: 100vw !important;
    padding-left: 0 !important;
  }
  .m-carousel .m-teaser,
  .m-carousel .slick-list .m-teaser {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .m-carousel .m-teaser .teaser-wrap:not(.a-area) .teaser-content .a-heading,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-content
    .a-heading {
    height: auto !important;
  }
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-content
    .content-inner
    p:last-child,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-content
    .content-inner
    p:last-child {
    margin-bottom: 0;
  }
  .m-carousel .m-teaser .teaser-wrap:not(.a-area) .teaser-media,
  .m-carousel .slick-list .m-teaser .teaser-wrap:not(.a-area) .teaser-media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    .teaser-links,
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    p,
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    ul,
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    > .content-inner,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    .teaser-links,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    p,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    ul,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    > .content-inner {
    display: none;
    opacity: 0;
    height: 0 !important;
  }
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    + .teaser-content
    .content-inner,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area)
    .teaser-media
    + .teaser-content
    .content-inner {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area):not(:hover)
    .teaser-content
    .a-heading,
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area):not(:hover)
    .teaser-content
    .content-inner,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area):not(:hover)
    .teaser-content
    .a-heading,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area):not(:hover)
    .teaser-content
    .content-inner {
    margin-bottom: 0;
  }
  .m-carousel .m-teaser .teaser-wrap:not(.a-area):hover .teaser-media,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto !important;
  }
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    .teaser-links,
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    p,
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    ul,
  .m-carousel
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    > .content-inner,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    .teaser-links,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    p,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    ul,
  .m-carousel
    .slick-list
    .m-teaser
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    > .content-inner {
    display: block;
    opacity: 1;
    height: auto !important;
  }
  .m-carousel .slick-list {
    padding: 0 !important;
  }
  .m-carousel .slick-list .slick-slide:first-child .m-teaser {
    margin-left: 0;
  }
  .m-carousel .slick-list .m-teaser {
    margin-bottom: 0;
  }
  .m-carousel .slick-list .m-teaser .teaser-wrap .teaser-content {
    margin-top: 24px;
  }
  .m-carousel .a-paginationdots {
    display: none;
  }
}
@media (min-width: 1400px) {
  .g-layout-half .g-col .m-carousel {
    left: -webkit-calc(100% + 27px);
    left: calc(100% + 27px);
  }
  .m-carousel {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 750px) {
  .own-stage {
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    width: 100vw;
  }
  .own-stage .m-carousel {
    margin: 0 auto !important;
    width: -webkit-calc(
      100vw - -webkit-calc(var(--max-pagewidth-padding) * 2)
    ) !important;
    width: calc(100vw - calc(var(--max-pagewidth-padding) * 2)) !important;
  }
  .own-stage .m-carousel .m-slider,
  .own-stage .m-carousel .m-slider .slick-list {
    overflow: visible;
  }
}
.m-cartmessage .heading.advise,
.m-cartmessage .heading.info,
.m-cartmessage .heading.warning {
  background-color: transparent !important;
}
.m-cartmessage .heading.advise .a-heading,
.m-cartmessage .heading.info .a-heading,
.m-cartmessage .heading.warning .a-heading {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  padding-left: 42px;
}
.m-cartmessage .heading.advise .icon,
.m-cartmessage .heading.info .icon,
.m-cartmessage .heading.warning .icon {
  display: none;
}
.m-cartmessage .info {
  border: 1px solid #ffb902;
}
.m-cartmessage .advise {
  border: 1px solid #879baa;
}
.m-cartmessage .warning {
  border: 1px solid #e0173b;
}
.m-cartmessage .advise + .content,
.m-cartmessage .info + .content,
.m-cartmessage .warning + .content {
  padding: 0;
}
.m-cartmessage .advise + .content .message-textarea,
.m-cartmessage .info + .content .message-textarea,
.m-cartmessage .warning + .content .message-textarea {
  overflow: visible;
  padding-top: 15px;
  position: relative;
}
.m-cartmessage .advise + .content .message-textarea .icon,
.m-cartmessage .info + .content .message-textarea .icon,
.m-cartmessage .warning + .content .message-textarea .icon {
  font-size: 16px;
  left: 12px;
  padding: 3px;
  position: absolute;
  top: -61px;
}
.m-cartmessage .advise + .content .message-textarea .icon:before,
.m-cartmessage .info + .content .message-textarea .icon:before,
.m-cartmessage .warning + .content .message-textarea .icon:before {
  vertical-align: middle;
}
.m-cartmessage .advise + .content .message-confirmation,
.m-cartmessage .info + .content .message-confirmation,
.m-cartmessage .warning + .content .message-confirmation {
  width: 100%;
}
.m-cartmessage .advise + .content .message-confirmation + .message-callactions,
.m-cartmessage .info + .content .message-confirmation + .message-callactions,
.m-cartmessage
  .warning
  + .content
  .message-confirmation
  + .message-callactions {
  margin-top: 0;
}
.m-cartmessage
  .advise
  + .content
  .message-confirmation
  .form-error-wrapper
  .error-container
  .a-errormessage,
.m-cartmessage
  .info
  + .content
  .message-confirmation
  .form-error-wrapper
  .error-container
  .a-errormessage,
.m-cartmessage
  .warning
  + .content
  .message-confirmation
  .form-error-wrapper
  .error-container
  .a-errormessage {
  text-align: left;
}
.m-cartmessage .advise + .content .message-confirmation .m-forminput-checkbox,
.m-cartmessage .info + .content .message-confirmation .m-forminput-checkbox,
.m-cartmessage .warning + .content .message-confirmation .m-forminput-checkbox {
  margin-bottom: 0;
}
.m-cartmessage .warning .a-heading,
.m-cartmessage .warning + .content .message-textarea .icon {
  color: #e0173b;
}
.m-cartmessage .advise .a-heading,
.m-cartmessage .advise + .content .message-textarea .icon {
  color: #879baa;
}
.m-cartmessage .info .a-heading,
.m-cartmessage .info + .content .message-textarea .icon {
  color: #ffb902;
}
.m-cartoverview {
  background: #f5f5f7;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 900px) {
  .m-cartmessage .advise + .content .message-textarea .icon,
  .m-cartmessage .info + .content .message-textarea .icon,
  .m-cartmessage .warning + .content .message-textarea .icon {
    top: -40px;
  }
  .m-cartoverview {
    margin-right: 0;
    max-width: 440px;
    padding: 40px;
    width: 440px;
  }
}
.m-cartoverview .m-subtotalamount {
  border-top: none;
  margin: 0;
  padding: 0 0 40px;
}
.m-cartoverview .m-subtotalamount .shipping {
  font-size: 16px;
  margin-top: 40px;
  text-align: left;
}
.m-cartoverview .m-subtotalamount .shipping p {
  margin: 0;
}
.m-cartoverview .m-subtotalamount .shipping p .highlight {
  font-family: var(--fontfamily-bold);
}
.m-cartoverview .m-totalamount {
  border-top: 1px solid #ececf0;
  padding-bottom: 40px;
}
.m-cartoverview .m-totalamount .list {
  border-top: none;
}
.m-cartoverview .m-totalamount .list li:first-of-type {
  margin: 0 0 3px;
}
.m-cartoverview .m-totalamount .list li:first-of-type .label,
.m-cartoverview .m-totalamount .list li:first-of-type .value {
  color: #000;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 28px;
  line-height: 33px;
}
.m-cartoverview .m-totalamount + hr.a-horizontalrule {
  display: none;
}
.m-cartoverview
  .a-morecontenttogglelink
  .more-less-button.hidden
  + .content.is-open {
  margin: 0;
  padding: 0;
}
.m-cartoverview
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink
  .content-toggle
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 9px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-cartoverview .a-morecontenttogglelink .content {
  height: auto;
  max-height: 0;
  min-height: auto;
}
.m-cartoverview .a-morecontenttogglelink .content hr:before {
  background: #a3acbd;
}
.m-cartoverview .a-morecontenttogglelink .content:after {
  display: none;
}
.m-cartoverview .a-morecontenttogglelink .content.is-open {
  max-height: none;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content::-webkit-scrollbar {
  width: 8px;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content::-webkit-scrollbar-track {
  background: #f5f5f7;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-listheader {
  background: 0 0;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-listheader
  span {
  text-align: right !important;
  letter-spacing: unset;
  text-transform: unset;
  line-height: 14px;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-listheader
  span.item {
  text-align: left !important;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  > .m-productitem
  ~ .m-productitem {
  padding-top: 20px;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .content-wrap {
  width: 30%;
  margin-left: 20px;
  padding: 0;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .content-wrap
  .m-producttitle
  .a-heading
  .fragment {
  font-size: 12px;
  line-height: 20px;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem.m-itemserviceitem-productitem {
  width: 30%;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem.service-item {
  width: 100%;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .quantity
  span {
  font-size: 12px;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .price-information {
  width: 60%;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .price
  .current,
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .price
  .previous {
  font-size: 16px;
  line-height: 20px !important;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .details {
  padding-left: 0;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .details
  p {
  line-height: 14px !important;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .a-heading {
  font-size: 12px;
  line-height: 18px;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .content
  .option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-productitem
  .m-itemserviceitem
  .content
  .option
  span.label
  h4 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 4px;
}
.m-cartoverview .a-morecontenttogglelink .a-link.content-less-toggle {
  margin-bottom: 25px;
}
.m-categorynavigation {
  padding: 50px 0 0;
}
.m-categorynavigation .product-heading-text {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
  font-family: var(--fontfamily-headlinesfont);
}
.m-categorynavigation .category-tile-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(1px, 50%)) [2];
  grid-template-columns: repeat(2, minmax(1px, 50%));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 14px 14px;
  margin-top: 30px;
  padding: 0 0 80px;
}
.m-categorynavigation .category-tile-wrapper._fs_preview_mocked {
  opacity: 1;
}
.m-categorynavigation .category-tile-wrapper .category-navigation-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: 100%;
}
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link._fs_preview_mocked {
  opacity: 1;
}
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link
  .grid-container,
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link
  .grid-container
  .a-image
  img {
  width: 100%;
}
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link
  .grid-container
  .image-wrapper {
  height: auto !important;
}
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link
  .grid-container
  .image-content {
  margin-top: 10px;
  overflow: visible;
}
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link
  .grid-container
  .icon-wrapper {
  top: 0;
  margin-top: -33px;
  right: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link
  .grid-container
  .icon-wrapper
  .icon {
  color: #fff;
  width: 16px;
  height: 16px;
}
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link
  .grid-container
  .icon-wrapper
  .icon:before {
  content: "\e008";
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-categorynavigation
  .category-tile-wrapper
  .category-navigation-link
  .grid-container
  .title-wrapper
  .product-tile-title {
  color: #000;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.m-categorynavigation .a-link + .product-heading-text {
  margin-top: 20px;
}
@media (min-width: 750px) {
  .m-categorynavigation {
    padding: 90px 0 0;
  }
  .m-categorynavigation .category-tile-wrapper {
    margin-top: 60px;
    -ms-grid-columns: (minmax(1px, 25%)) [4];
    grid-template-columns: repeat(4, minmax(1px, 25%));
    gap: 40px 40px;
  }
  .m-categorynavigation
    .category-tile-wrapper
    .category-navigation-link
    .grid-container
    .image-content {
    margin-top: 16px;
  }
  .m-categorynavigation
    .category-tile-wrapper
    .category-navigation-link
    .grid-container
    .icon-wrapper {
    margin-top: -56px;
    right: 19px;
  }
  .m-categorynavigation
    .category-tile-wrapper
    .category-navigation-link
    .grid-container
    .icon-wrapper
    .icon {
    width: 24px;
    height: 24px;
  }
  .m-categorynavigation
    .category-tile-wrapper
    .category-navigation-link
    .grid-container
    .icon-wrapper
    .icon:before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .m-categorynavigation
    .category-tile-wrapper
    .category-navigation-link
    .grid-container
    .title-wrapper
    .product-tile-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.m-categorynavigation-layer .layer-content .layer-content-inner {
  background: #fff;
}
.m-categorynavigation-layer
  .layer-content
  .layer-content-inner
  .layer-content-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  font-family: var(--fontfamily-headlinesfont);
  margin: 0 0 50px;
}
.m-categorynavigation-layer .layer-content .m-contenttextmedia {
  margin: 0 0 40px !important;
  padding: 0 !important;
  width: 100% !important;
}
.m-categorynavigation-layer
  .layer-content
  .m-contenttextmedia._fs_preview_mocked {
  opacity: 1;
}
.m-categorynavigation-layer .layer-content .m-contenttextmedia:last-child {
  margin-bottom: 0 !important;
}
.m-categorynavigation-layer .layer-content .m-contenttextmedia .content {
  padding: 40px 0 0;
}
.m-categorynavigation-layer
  .layer-content
  .m-contenttextmedia
  .content
  .content-inner,
.m-categorynavigation-layer
  .layer-content
  .m-contenttextmedia
  .content
  .heading {
  padding-left: 0;
}
.m-categorypromotion .category-slider-container {
  overflow: visible;
}
.m-categorypromotion
  .category-slider-container
  .category-slider
  .category-tile {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.m-categorypromotion
  .category-slider-container
  .category-slider
  .category-tile.is-active
  .m-tile {
  border: thin solid #000028;
  border-radius: 2px;
}
.m-categorypromotion
  .category-slider-container
  .category-slider
  .category-tile
  .m-tile {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: #e0e3e7 1px 0 10px !important;
  box-shadow: #e0e3e7 1px 0 10px !important;
  height: auto;
  margin: 0 8px;
  overflow: hidden;
  padding: 0;
  width: 140px;
}
.m-categorypromotion
  .category-slider-container
  .category-slider
  .category-tile
  .m-tile
  .tile-title {
  color: #000 !important;
  display: inline-block;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 16px;
  padding: 6px 8px;
  text-align: left;
}
.m-categorypromotion
  .category-slider-container
  .category-slider
  .category-tile
  .m-tile
  .tile-image {
  border-radius: 0;
  min-height: 80px;
  height: 80px;
  width: 100%;
}
.m-categorypromotion
  .category-slider-container
  .category-slider-pagination-arrows {
  display: none !important;
}
@media (min-width: 750px) {
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows {
    display: none;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows:not([style=""]):not(
      [style*="display: none;"]
    ) {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 900px) {
  .m-categorynavigation {
    padding: 90px 0 0;
  }
  .m-categorypromotion .category-slider-container {
    height: auto;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 55px;
    width: 100%;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider
    .category-tile
    .m-tile {
    height: auto;
    margin: 0 25px 0 0;
    width: 140px;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows {
    bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows
    .a-paginationarrows {
    color: #000;
    margin: 0;
    position: static;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows
    .prev {
    background-color: transparent;
    margin-right: 15px !important;
  }
  .m-categorypromotion
    .category-slider-container
    .category-slider-pagination-arrows
    .next {
    background-color: transparent;
    margin-left: 15px !important;
  }
}
.m-checkoutdeliverybillingaddress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkoutdeliverybillingaddress
  div[data-replace-container="checkoutdelivery-cartoverview"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47%;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
}
.m-checkoutdeliverybillingaddress .billing-address {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 47%;
  -ms-flex: 1 1 47%;
  flex: 1 1 47%;
}
.m-checkoutdeliverybillingaddress .billing-address h2.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin-bottom: 24px;
}
.m-checkoutdeliverybillingaddress .billing-address h2.a-heading font,
.m-checkoutdeliverybillingaddress .billing-address h2.a-heading span {
  display: block;
  color: #000;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 28px;
}
.m-checkoutdeliverybillingaddress ul.form-linklist {
  margin: 10px 0 0;
}
.m-checkoutdeliverybillingaddress ul.form-linklist li {
  margin-bottom: 0;
}
.m-checkoutdeliverybillingaddress .a-morecontenttogglelink .content:after {
  display: none;
}
.m-checkoutdeliverybillingaddress
  .billing-address-readonly
  .billing-address-info {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin-right: 0;
  padding: 0;
}
.m-checkoutdeliverybillingaddress
  .billing-address-readonly
  .billing-address-info
  address
  dd {
  margin-left: 0;
}
.m-checkoutdeliverybillingaddress .m-cartoverview {
  background: #f5f5f7;
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  min-width: 540px;
  max-width: 540px;
  padding: 60px 80px;
  width: 540px;
}
.m-checkoutdeliverybillingaddress
  .m-cartoverview
  .a-morecontenttogglelink
  .content
  .a-horizontalrule {
  display: none;
}
.m-checkoutdeliverybillingaddress
  .m-cartoverview
  .a-morecontenttogglelink
  .content
  .m-listheader {
  background: 0 0;
  border-bottom: thin solid #000;
  border-top: thin solid #000;
  color: #000;
}
.m-checkoutdeliverybillingaddress .m-forminput .select2-results__option {
  border: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission {
  margin: 0;
  padding: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .root
  .heading
  h2,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .root
  .heading
  h2.a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: 0 0 16px;
}
@media (min-width: 900px) {
  .m-checkoutdeliverybillingaddress {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .root
    .heading
    h2,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .root
    .heading
    h2.a-heading {
    margin: 0 0 24px;
  }
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext {
  margin: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  > p {
  margin: 0 0 24px;
  font-family: var(--fontfamily-bold);
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  ul {
  margin: 0 0 24px 15px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  ul
  li {
  line-height: 26px;
  margin-bottom: 14px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  ul
  li
  p {
  margin: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  ul
  li
  b {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a {
  color: var(--alink-color-text);
  text-decoration: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .consent-optin-group
  .consent-optin {
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .consent-optin-group
  .form-row {
  margin: 0;
  min-width: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .consent-optin-group
  .form-row
  .a-formlabel.checkbox {
  padding-bottom: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .level-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .level-1
  .introtext {
  margin: 32px 0 16px;
}
@media (min-width: 900px) {
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .level-1
    .introtext {
    margin: 56px 0 24px;
  }
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .level-1
  li.consent-optin {
  margin-bottom: 24px;
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .level-1
  .layout-forth
  > ul
  > .consent-optin {
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form
  .a-horizontalrule {
  display: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form
  section
  h2.a-heading {
  margin: 24px 0 40px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-forminput
  + .form-error-wrapper {
  top: 10px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .footer {
  margin-top: 56px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .footer
  p {
  font-family: var(--fontfamily-bold);
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission a {
  color: var(--alink-color-text);
  text-decoration: none;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  max-width: none;
  padding-top: 24px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table {
  margin: 24px 0 0;
  overflow: visible;
  position: relative;
  display: block;
  max-width: 75vw;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  .scrollable {
  margin-left: 0;
  width: 100%;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  .scrollable
  .table-stripes-vertical {
  display: block;
  max-width: 100px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  thead {
  background: #000028;
  -webkit-box-shadow: 0 2px 10px 0 #000028;
  box-shadow: 0 2px 10px 0 #000028;
  z-index: 2;
  position: relative;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  thead
  tr
  th {
  background: #000028;
  color: #3cc8be;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  padding: 23px;
  text-align: left;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  tbody
  tr:nth-child(odd) {
  background: #f5f5f7;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  tbody
  tr:nth-child(even) {
  background: #fff;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  tbody
  tr
  td {
  background: 0 0;
  text-align: left;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  tbody
  tr
  td
  div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  .select-wrap,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  .select-wrap
  .m-forminput-dropdown
  .select2-container {
  width: 100%;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  .select-wrap
  .m-forminput-dropdown
  .select2-selection__rendered {
  font-family: var(--fontfamily-roman);
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  .select-wrap
  .m-forminput-dropdown
  .select {
  background: 0 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  td,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  th {
  padding: 10px 12px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  .m-forminput-dropdown
  select {
  background: 0 0;
  color: #000;
  opacity: 1;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .m-table
  .alternative-storage-locations {
  min-width: 150px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .a-alert {
  margin: 40px 0 0;
  border: none;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-pickupalternativestoragelocation
  .a-alert
  .alert-text
  .alert-link {
  display: none;
}
@media (min-width: 900px) {
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .m-pickupalternativestoragelocation {
    padding-top: 40px;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .m-pickupalternativestoragelocation
    .m-table {
    margin: 40px 0 0;
    max-width: 100vw;
  }
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-checkoutdeliverypickupaddress {
  padding: 32px 0 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-checkoutdeliverypickupaddress
  .form-row {
  width: 100%;
  max-width: none;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-checkoutdeliverypickupaddress
  .addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-checkoutdeliverypickupaddress
  .addresses
  .address {
  margin: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-checkoutdeliverypickupaddress
  .addresses
  .address
  .label-text {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  font-family: var(--fontfamily-roman);
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"] .m-timeslotbooking {
  padding: 40px 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox {
  margin: 0;
  padding: 24px 0 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .togglebox-content.is-open {
  margin: 0 0 12px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .togglebox-content
  .a-alert.a-alert {
  background-color: #fff3f5;
  border: none;
  margin: 0;
  padding-top: 15px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .item.has-header-icon
  .togglebox-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .item.has-header-icon
  .togglebox-title.is-open {
  margin-bottom: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .item.has-header-icon
  .togglebox-title:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 35px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 26px;
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .item
  .togglebox-wrapper
  .togglebox-wrapper-bottom,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .item.has-header-icon
  .togglebox-title
  .text {
  padding: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .item
  .togglebox-wrapper
  .togglebox-wrapper-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .item
  .togglebox-wrapper
  .togglebox-wrapper-head
  .icon {
  margin-right: 10px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .m-togglebox
  .item
  .togglebox-wrapper
  .togglebox-wrapper-head
  .icon::before {
  font-size: 24px;
  font-family: icons;
  height: 35px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  width: 26px;
  display: block;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  overflow: visible;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .timeslots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .timeslots
  h3.a-heading {
  font-size: 20px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .timeslots
  .no-timeslot
  .a-formlabel {
  font-weight: 400;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .timeslots
  .av-timeslots {
  margin: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .timeslots
  .av-timeslots
  .a-formlabel {
  font-weight: 400;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar {
  margin: 25px 0 !important;
  width: 100%;
  max-width: 250px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker {
  margin: 0 !important;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker
  .pika-single {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker
  .pika-single
  .pika-lendar {
  padding: 40px 10px;
  margin: 0 auto !important;
}
@media (min-width: 750px) {
  .m-checkoutdeliverybillingaddress ul.form-linklist {
    margin: 25px 0 0;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .m-timeslotbooking
    .inner-container
    > .calendar {
    margin: 25px 10px !important;
    width: 250px;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .m-timeslotbooking
    .inner-container
    > .calendar
    .m-forminput-datepicker {
    width: 500px;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .m-timeslotbooking
    .inner-container
    > .calendar
    .m-forminput-datepicker
    .pika-single
    .pika-lendar {
    padding: 40px 20px;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .m-timeslotbooking
    .m-togglebox
    .togglebox-content.is-open {
    margin: 0 0 24px;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .m-timeslotbooking
    .inner-container {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker
  .pika-single
  .pika-lendar
  .pika-title {
  width: -webkit-min-content;
  width: min-content;
  gap: 10px;
  margin: 0 auto 20px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker
  .pika-single
  .pika-lendar
  .pika-title
  .pika-label {
  margin: 0 auto;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker
  .pika-single
  .pika-lendar
  .pika-prev:before {
  content: "\e08c" !important;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker
  .pika-single
  .pika-lendar
  .pika-next:before {
  content: "\e08d" !important;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker
  input.m-forminput.input {
  margin: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  > .calendar
  .m-forminput-datepicker:after {
  display: none;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm {
  margin-top: 40px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .m-timeslotbooking
  .inner-container
  .confirm:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  color: #fff;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"] .form-row.grid-container,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop {
  border: none;
  margin: 0;
  padding: 24px;
  position: relative;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop.border-highlight,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container.border-highlight {
  border: none !important;
  border-radius: 2px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  position: static;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .deliveryoption,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .deliveryoption {
  padding-left: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .delivery-wrapper-container,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .delivery-wrapper-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  position: static;
  width: 100%;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .delivery-wrapper-container
  .deliveryoption,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .delivery-wrapper-container
  .deliveryoption {
  margin: 0;
  padding: 0 0 8px;
  position: static;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .delivery-wrapper-container
  .deliveryprice,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .delivery-wrapper-container
  .deliveryprice {
  font-size: 20px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  > .deliverydate,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  > .deliverydate {
  margin: 0;
  padding-top: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #2b2f43;
  width: 100%;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  > .deliverydate
  .label,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  > .deliverydate
  .label {
  margin-right: 10px;
  font-weight: 400;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  > .deliverydate
  .date,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  > .deliverydate
  .date {
  font-family: var(--fontfamily-bold);
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .deliverycutofftime,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .deliverycutofftime {
  margin: 0;
  padding: 16px 0 0;
  color: #d4691b;
  font-family: var(--fontfamily-bold);
}
@media (min-width: 900px) {
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliveryselection
    .delivery-wrapper-container
    .deliveryoption,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliveryselection
    .delivery-wrapper-container
    .deliveryoption {
    padding: 0 0 16px;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliveryselection
    .deliverycutofftime,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliveryselection
    .deliverycutofftime {
    padding: 3px 0 0;
  }
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .m-forminput-radio,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .m-forminput-radio {
  position: static;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .m-forminput-radio
  .a-formlabel,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .m-forminput-radio
  .a-formlabel {
  padding: 0;
  position: static;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .m-forminput-radio
  .a-formlabel
  .label-text,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .m-forminput-radio
  .a-formlabel
  .label-text {
  font-size: 20px;
  font-family: var(--fontfamily-bold);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .m-forminput-radio
  .a-formlabel
  .label-text
  p
  a:not(.a-link):not(.a-button):not([class]),
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .m-forminput-radio
  .a-formlabel
  .label-text
  p
  a:not(.a-link):not(.a-button):not([class]) {
  color: #007a7a;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .m-forminput-radio
  .a-formlabel:before,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .m-forminput-radio
  .a-formlabel:before {
  display: none;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .m-forminput-radio
  .a-formlabel:after,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .m-forminput-radio
  .a-formlabel:after {
  border: thin solid #7b89a1;
  border-radius: 2px;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliveryselection
  .m-forminput-radio
  input:checked
  ~ .a-formlabel:after,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliveryselection
  .m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  border: 2px solid #007a7a;
  pointer-events: none;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  row-gap: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-label
  .a-formlabel
  span.label-text,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-label
  .a-formlabel
  span.label-text {
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  letter-spacing: normal;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliveryadditionalinfo,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliveryadditionalinfo {
  margin: 16px 0 0;
  padding: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliveryaddanote,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliveryaddanote {
  margin: 16px 0 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliveryaddanote
  .a-formlabel,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliveryaddanote
  .a-formlabel {
  padding: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliveryaddanote
  .m-forminput
  textarea,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliveryaddanote
  .m-forminput
  textarea {
  padding-top: 0;
  padding-bottom: 0;
  height: 80px;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  input,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  input {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  z-index: 10;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker {
  width: 100%;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker
  .m-forminput,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker
  .m-forminput {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  z-index: 10;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker:after,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker:after {
  -webkit-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
  top: 0;
  z-index: 999;
  position: absolute;
}
@media (min-width: 750px) {
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker
    .m-forminput-datepicker,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliverydetails
    .deliverydatepicker
    .m-forminput-datepicker {
    width: 250px;
  }
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-label,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-label {
  padding-top: 24px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-picker
  .a-link,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-picker
  .a-link {
  margin-top: 10px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  position: relative;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info
  .delivery-date-comment,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info
  .delivery-date-date,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info
  .delivery-date-comment,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info
  .delivery-date-date {
  color: #2b2f43;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverycutofftime,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverycutofftime {
  margin: 0;
  padding: 16px 0 0;
  color: #d4691b;
  font-family: var(--fontfamily-bold);
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverylocalstorage,
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverylocalstorage {
  margin: 0;
}
@media (min-width: 900px) {
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliverydetails
    .deliveryadditionalinfo,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliverydetails
    .deliveryadditionalinfo {
    padding-top: 16px;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliverydetails
    .deliverydatepicker {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    position: relative;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker
    .deliverydatepicker-label,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliverydetails
    .deliverydatepicker
    .deliverydatepicker-label {
    padding-top: 32px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker
    .delivery-date-info,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliverydetails
    .deliverydatepicker
    .delivery-date-info {
    padding-top: 32px;
    display: -ms-grid;
    display: grid;
    width: 100%;
    grid-column: 1/2;
    grid-row: 1/2;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker
    .delivery-date-info
    .delivery-date-date,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliverydetails
    .deliverydatepicker
    .delivery-date-info
    .delivery-date-date {
    grid-column: 2/3;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliverydetails
    .deliveryaddanote
    .a-formlabel,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliverydetails
    .deliveryaddanote
    .a-formlabel {
    padding-top: 32px;
  }
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container
    .deliverydetails
    .deliverycutofftime,
  .m-checkoutdeliverymode[data-t-decorator="Rebrush"]
    .form-row.grid-container-wop
    .deliverydetails
    .deliverycutofftime {
    padding: 12px 0 0;
  }
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker-label
  .a-formlabel
  .label-text {
  color: var(--forminput--color-text);
  display: inline-block;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 40px;
}
.m-checkoutdeliverymode[data-t-decorator="Rebrush"]
  .form-row.grid-container-wop
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-label
  .a-formlabel
  span.label-text {
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  letter-spacing: normal;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .a-formlabel.radio
  .label-text {
  margin-top: 0;
}
.m-checkoutdeliverymode:not(
    [data-t-decorator="Rebrush"]
  )[data-replace-container="checkout-deliveryservice-deliverymode"] {
  background: #f5f5f7;
}
.m-checkoutdeliverymode:not(
    [data-t-decorator="Rebrush"]
  )[data-replace-container="checkout-deliveryservice-deliverymode"]
  > .form-row
  .deliveryselection {
  padding-bottom: 0;
}
.m-checkoutdeliverymode:not(
    [data-t-decorator="Rebrush"]
  )[data-replace-container="checkout-deliveryservice-deliverymode"]
  > .form-row
  .deliveryselection
  .deliveryoption
  .m-forminput
  .a-formlabel {
  padding-left: 22px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container {
  border: none;
  margin-bottom: 24px;
  min-height: 200px;
  padding: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 68px 25px 25px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption {
  font-size: 20px;
  line-height: 28px;
  padding-left: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .a-formlabel {
  font-family: SiemensSans-Roman, sans-serif;
  padding-left: 25px;
  padding-top: 25px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .a-formlabel
  .label-text {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px);
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  input:checked
  ~ .a-formlabel {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a {
  color: #007a7a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a:hover {
  background-color: transparent;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryoption
  .m-forminput
  .label-text
  a:hover::after {
  -webkit-transform: translateY(-2px) translateX(9px);
  -ms-transform: translateY(-2px) translateX(9px);
  transform: translateY(-2px) translateX(9px);
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliveryprice {
  bottom: 26px;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 28px;
  padding-left: 10px;
  position: absolute;
  right: 24px;
  text-align: right;
}
@media (min-width: 900px) {
  .m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
    .form-row.grid-container
    .deliveryselection
    .deliveryprice {
    font-size: 28px;
    line-height: 33px;
  }
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliverydate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  -ms-grid-column: 3;
  grid-column-start: 3;
  line-height: 28px;
  padding: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliverydate
  .label {
  font-family: SiemensSans-Bold, sans-serif;
  font-weight: 400;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .deliverydate
  .date {
  font-family: SiemensSans-Roman, sans-serif;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  gap: 0;
  line-height: 28px;
  margin-top: 80px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliveryadditionalinfo {
  color: #000028;
  margin-top: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliveryadditionalinfo
  a {
  font-family: var(--fontfamily-bold);
  color: #007a7a;
  text-decoration: none;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverycutofftime {
  font-size: 12px;
  line-height: 1.5;
  margin: 8px 0 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-timeslotbooking
  .inner-container
  .timeslots
  .av-timeslots
  .m-forminput
  .label-text,
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-timeslotbooking
  .inner-container
  .timeslots
  .no-timeslot
  .m-forminput
  .label-text {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  input {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  z-index: 10;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker {
  width: 100%;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker
  .m-forminput {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 100%;
  z-index: 10;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .m-forminput-datepicker:after {
  -webkit-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  transform: translate(0, -2px);
  top: 0;
  z-index: 999;
  position: absolute;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-label {
  padding-top: 24px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-label
  .label-text {
  line-height: 40px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .deliverydatepicker-picker
  .a-link {
  margin-top: 10px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  position: relative;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info
  .delivery-date-comment,
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliverydatepicker
  .delivery-date-info
  .delivery-date-date {
  color: #2b2f43;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliveryaddanote {
  color: #000028;
  margin: 40px 0 50px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliverydetails
  .deliveryaddanote
  .m-forminput-textarea
  .input {
  background: 0 0;
  height: 100px;
  margin-bottom: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"]) > .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 !important;
  height: 100%;
  position: relative;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .a-alert {
  margin: 0;
  padding: 20px !important;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .inner-container
  .timeslots
  > .a-heading {
  font-size: 20px;
  line-height: 24px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .inner-container
  .timeslots
  .a-button.confirm {
  padding: 11px !important;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .inner-container
  .timeslots
  .av-timeslots {
  height: auto;
  margin-bottom: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .inner-container
  .timeslots
  .no-timeslot {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox {
  background: 0 0;
  padding-top: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-content
  .inner-container {
  margin: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-content.is-open {
  margin-top: 0;
  margin-bottom: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-title {
  padding: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-title.is-open:before {
  display: none;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-title.is-open
  .togglebox-wrapper
  .togglebox-wrapper-bottom {
  border-color: #3cc8be;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-title:before {
  display: none;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-wrapper {
  min-height: auto;
  width: 100%;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-wrapper
  .togglebox-wrapper-bottom {
  padding: 0;
  border-bottom: 2px solid #000;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-wrapper
  .togglebox-wrapper-bottom
  .text {
  color: #000;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 1;
  padding: 0;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-wrapper
  .togglebox-wrapper-head {
  font-size: 16px;
  line-height: 34px;
  position: relative;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-wrapper
  .togglebox-wrapper-head
  .text {
  padding: 0;
  width: 100%;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-wrapper
  .togglebox-wrapper-head
  .icon {
  height: 24px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 2px;
  width: 24px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  .togglebox-wrapper
  .togglebox-wrapper-head
  .icon:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  > .item,
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .m-timeslotbooking
  .m-togglebox
  > .item
  .item {
  border: none !important;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .deliverydetails {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .deliveryselection
  .deliveryoption
  .m-forminput {
  height: 0;
  position: unset;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .deliveryselection
  .deliveryoption
  .m-forminput
  input:checked
  + label {
  border-color: #3cc8be;
  border-width: 3px;
  font-family: SiemensSans-Bold, sans-serif;
  pointer-events: none;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .deliveryselection
  .deliveryoption
  .m-forminput
  input:checked
  + label
  .label-text {
  pointer-events: auto;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .deliveryselection
  .deliveryoption
  .a-formlabel {
  border: 1px solid #979797;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  > .form-row
  .deliveryselection
  .deliveryoption
  .a-formlabel:before {
  display: none;
}
.m-checkoutdeliverymode p a:not(.a-link):not(.a-button):not([class]) {
  color: #007a7a;
  text-decoration: none;
}
.m-checkoutdeliveryservice {
  margin-bottom: 10px;
}
.m-checkoutdeliveryservice h2.a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
.m-checkoutdeliveryservice h3.a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
}
.m-checkoutdeliveryservice
  > div:only-of-type.m-checkoutdeliverymode
  .form-row.grid-container-wop {
  padding: 24px 0 0;
}
.m-checkoutdeliveryservice
  > div:only-of-type.m-checkoutdeliverymode
  .deliveryselection
  .deliveryoption
  .a-formlabel {
  padding: 0;
  position: static;
}
.m-checkoutdeliveryservice
  > div:only-of-type.m-checkoutdeliverymode
  .deliveryselection
  .deliveryoption
  .a-formlabel
  .label-text {
  letter-spacing: 0;
  color: var(--forminput--color-labelradiotext);
  font-size: 20px;
  font-family: var(--fontfamily-bold);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
.m-checkoutdeliveryservice
  > div:only-of-type.m-checkoutdeliverymode
  .deliveryselection
  .deliveryoption
  .a-formlabel
  .label-text
  p
  a:not(.a-link):not(.a-button):not([class]) {
  color: #007a7a;
}
@media (max-width: 749px) {
  .m-checkoutdeliveryservice .m-checkoutdeliverymode:first-child {
    margin-bottom: 30px;
  }
}
.m-checkoutdeliveryservice .deliveryselection {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}
.m-checkoutdeliveryservice .deliveryselection .deliveryoption {
  padding-left: 8px;
}
.m-checkoutdeliveryservice
  .deliveryselection
  .deliveryoption
  .m-forminput.m-forminput-radio {
  margin-bottom: 0;
}
.m-checkoutdeliveryservice
  .deliveryselection
  .deliveryoption
  .m-forminput
  .a-formlabel
  .label-text {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 20px;
  font-weight: 300;
}
.m-checkoutdeliveryservice .deliveryselection .deliveryprice {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-checkoutdeliveryservice .deliveryselection .deliverydate {
  padding: 0;
}
.m-checkoutdeliveryservice .deliverydetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-checkoutdeliveryservice .deliverydetails .deliveryaddanote .a-formlabel {
  border: none;
  height: auto;
  position: relative;
}
.m-checkoutdeliveryservice .info-text {
  margin-top: 30px;
}
.m-checkoutdeliveryservice .info-text p,
.m-checkoutdeliveryservice .info-text span {
  font-size: 16px !important;
  line-height: 26px;
}
.m-checkoutdeliveryservice .info-text a:not(.a-button) {
  color: #007a7a !important;
}
.m-checkoutdeliveryservice .form-row.grid-container .deliverydetails {
  padding: 0 25px 25px;
}
.m-checkoutdeliveryservice
  .m-form
  .form-layout-half
  .form-row
  .m-forminput-radio {
  margin-bottom: 25px;
}
.m-checkoutdeliveryservice .m-form .form-layout-half .form-layout-col,
.m-checkoutdeliveryservice
  .m-form
  .form-layout-half
  .form-layout-col:first-child {
  padding: 0 4px;
}
@media (min-width: 750px) {
  .m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
    .form-row.grid-container
    .deliverydetails
    .deliverydatepicker
    .m-forminput-datepicker {
    width: 250px;
  }
  .m-checkoutdeliveryservice .deliveryselection {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .m-checkoutdeliveryservice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
  .m-checkoutdeliveryservice > .a-heading,
  .m-checkoutdeliveryservice > p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .m-checkoutdeliveryservice .m-checkoutdeliverymode {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 31%;
    -ms-flex: 1 1 31%;
    flex: 1 1 31%;
    width: 31%;
  }
}
@media (min-width: 900px) {
  .m-checkoutdeliveryservice .deliveryservice-fieldset {
    width: 100%;
  }
  .m-checkoutdeliveryservice
    .deliveryservice-fieldset
    .m-checkoutdeliveryservice {
    -webkit-column-gap: 40px;
    column-gap: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    row-gap: 40px;
    width: 100%;
  }
  .m-checkoutdeliveryservice
    .deliveryservice-fieldset
    .m-checkoutdeliveryservice
    .m-checkoutdeliverymode {
    width: 48%;
  }
}
.m-checkoutdeliveryshippingaddress {
  margin-top: 0 !important;
  padding: 50px 0 !important;
}
.m-checkoutdeliveryshippingaddress h2.a-heading {
  font-size: 28px;
  line-height: 34px;
}
.m-checkoutdeliveryshippingaddress
  .m-forminput.m-forminput-radio.form-field-width-l,
.m-checkoutdeliveryshippingaddress
  .m-forminput.m-forminput-radio.form-field-width-xl,
.m-checkoutdeliveryshippingaddress
  .m-forminput.m-forminput-radio.form-field-width-xs,
.m-checkoutdeliveryshippingaddress
  .m-forminput.m-forminput-radio.form-field-width-xxs,
.m-checkoutdeliveryshippingaddress
  .m-forminput.m-forminput-radio.form-field-width-xxxl {
  float: none;
}
.m-checkoutdeliveryshippingaddress .form-error-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 15px 0 0;
  top: auto;
}
.m-checkoutdeliveryshippingaddress .form-error-wrapper .a-errormessage {
  line-height: 1.2;
}
.m-checkoutdeliveryshippingaddress .m-forminput-radio {
  margin-bottom: 24px;
}
.m-checkoutdeliveryshippingaddress .m-forminput-radio .a-formlabel {
  background: #fff;
  border: 1px solid #979797;
  display: block !important;
  min-height: 80px;
  padding: 25px;
  width: 100%;
}
.m-checkoutdeliveryshippingaddress .m-forminput-radio .a-formlabel:after,
.m-checkoutdeliveryshippingaddress .m-forminput-radio .a-formlabel:before {
  display: none;
}
.m-checkoutdeliveryshippingaddress .m-forminput-radio .a-formlabel .label-text {
  margin-top: 0;
}
.m-checkoutdeliveryshippingaddress
  .m-forminput-radio
  .a-formlabel
  .label-text
  dd {
  margin: 0;
}
.m-checkoutdeliveryshippingaddress
  .m-forminput-radio
  .a-formlabel
  .label-text
  dt {
  font-family: var(--fontfamily-bold);
}
.m-checkoutdeliveryshippingaddress
  .m-forminput-radio
  input:checked
  ~ .a-formlabel {
  background: #f5f5f7;
  border-color: #3cc8be;
  border-width: 3px;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-checkoutdeliveryshippingaddress .form-layout-full {
  float: left;
  margin: 0 0 40px;
  width: 100%;
}
.m-checkoutdeliveryshippingaddress .form-layout-full .m-forminput-radio {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .m-checkoutdeliveryshippingaddress .form-layout-full .m-forminput-radio {
    width: -webkit-calc(33.33% - 27px) !important;
    width: calc(33.33% - 27px) !important;
  }
}
.m-checkoutdeliveryshippingaddress
  .form-layout-full
  .m-forminput-radio
  .a-formlabel {
  min-height: 216px;
}
.m-checkoutdeliveryshippingaddress
  .form-layout-full
  .m-forminput-radio
  ~ .container
  .m-forminput-radio {
  width: 100% !important;
}
.m-checkoutdeliveryshippingaddress .form-layout-full + .form-layout-half {
  display: inline-block;
  width: 100%;
}
@media (min-width: 750px) {
  .m-checkoutdeliveryshippingaddress .form-layout-full + .form-layout-half {
    width: -webkit-calc(33.33% - 27px) !important;
    width: calc(33.33% - 27px) !important;
  }
}
.m-checkoutdeliveryshippingaddress
  .form-layout-full
  + .form-layout-half
  .form-layout-col {
  width: 100%;
}
.m-checkoutdeliveryshippingaddress .form-layout-full .form-row {
  margin: 0;
  max-width: 100%;
}
.m-checkoutdeliveryshippingaddress .form-layout-half {
  margin-top: 0;
  width: -webkit-calc(33.33% - 27px);
  width: calc(33.33% - 27px);
}
.m-checkoutdeliveryshippingaddress
  .form-layout-half
  > .form-layout-col
  .m-forminput-radio {
  margin-bottom: 0;
}
.m-checkoutdeliveryshippingaddress
  .form-layout-half
  > .form-layout-col
  .m-forminput-radio
  .a-formlabel {
  min-height: 216px;
}
.m-checkoutdeliveryshippingaddress .m-containerexpandable {
  margin-top: 0;
  width: 100%;
}
.m-checkoutdeliveryshippingaddress
  .a-morecontenttogglelink
  .more-less-button.hidden
  + .content.is-open {
  margin: 0;
  padding: 0;
}
.m-checkoutdeliveryshippingaddress
  .a-morecontenttogglelink
  .content.is-open
  .address
  .m-forminput.m-forminput-radio,
.m-checkoutdeliveryshippingaddress
  .a-morecontenttogglelink
  .more-less-button.hidden
  + .content.is-open
  .address
  .m-forminput.m-forminput-radio {
  width: 100% !important;
}
.m-checkoutdeliveryshippingaddress .a-morecontenttogglelink .content {
  height: auto;
  max-height: 0;
  min-height: auto;
}
.m-checkoutdeliveryshippingaddress .a-morecontenttogglelink .content:after {
  display: none;
}
.m-checkoutdeliveryshippingaddress .a-morecontenttogglelink .content.is-open {
  max-height: none;
}
.m-checkoutdeliveryshippingaddress
  .a-morecontenttogglelink
  .a-link.content-less-toggle {
  margin-bottom: 25px;
}
.m-checkoutdeliveryshippingaddress .addresses {
  margin: 0;
}
.m-checkoutdeliveryshippingaddress
  .addresses
  .m-containerexpandable
  .containerexpandable-togglelink
  .content-toggle.is-open {
  display: none;
}
.m-checkoutdeliveryshippingaddress
  .m-containerexpandable
  .content.containerexpandable-togglelink {
  display: block;
}
.m-checkoutdeliveryshippingaddress .address {
  float: unset !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0;
  width: 100% !important;
}
@media (max-width: 749px) {
  .m-checkoutdeliveryshippingaddress .address {
    margin-bottom: 40px;
  }
  .m-compareitem .grid-view.m-productteaser .product-images {
    position: relative;
  }
}
.m-checkoutdeliveryshippingaddress .address .m-forminput-radio {
  margin-bottom: 0;
}
.m-checkoutdeliveryshippingaddress .address .m-forminput-radio .a-formlabel {
  min-height: 216px;
}
.m-checkoutdeliveryshippingaddress .address.primary {
  background: 0 0;
  margin-bottom: 40px;
  padding: 0;
}
.m-checkoutdeliveryshippingaddress
  div[data-replace-container="checkoutdelivery-address-data"]
  .m-form:last-child
  .m-checkoutdeliveryshippingaddress {
  padding-bottom: 0 !important;
}
@media (min-width: 750px) {
  .m-checkoutdeliveryshippingaddress
    .m-containerexpandable
    .content.containerexpandable-togglelink {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
  .m-checkoutdeliveryshippingaddress .address.primary {
    margin: 0 -100% 0 0;
  }
}
@media (min-width: 900px) {
  .m-checkoutdeliveryshippingaddress {
    padding: 0;
  }
}
.m-checkout-summary {
  background: 0 0;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 40px 30px;
}
.m-checkout-summary .form-action-primary {
  width: 100% !important;
}
.m-checkout-summary .checkout-continue.checkout-continue {
  background-color: #3cc8be;
  border-color: #3cc8be;
  color: #000;
  margin-top: 40px;
  width: 100%;
}
.m-checkout-summary .checkout-continue.checkout-continue:hover {
  -webkit-tap-highlight-color: #007a7a !important;
  background: #007a7a !important;
  border: 1px solid #007a7a !important;
  color: #fff;
}
.m-checkout-summary .discount-label {
  background: 0 0;
  color: #000;
  font-family: var(--fontfamily-bold) !important;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px;
}
.m-checkout-summary .checkout-container {
  margin-bottom: 40px;
}
.m-checkout-summary .checkout-container .list {
  margin: 0;
}
.m-checkout-summary .checkout-container .list li {
  margin-bottom: 8px;
}
.m-checkout-summary .checkout-container .list li:first-child {
  margin-bottom: 16px;
}
.m-checkout-summary .checkout-container .list li:first-child .div {
  color: #000;
}
.m-checkout-summary .checkout-container .list li div {
  color: #2b2f43;
}
.m-checkout-summary .checkout-container .list li .discount-label,
.m-checkout-summary .checkout-container .list li .discount-value {
  padding: 0;
  color: #d4691b;
}
.m-checkout-summary .checkout-container .list li .subtotal,
.m-checkout-summary .checkout-container .list li .subtotal-value {
  color: #000;
  font-size: 16px;
  font-family: var(--fontfamily-bold);
  line-height: 26px;
}
.m-checkout-summary .checkout-container .list li .package,
.m-checkout-summary .checkout-container .list li .package-value {
  color: #2b2f43;
  font-size: 16px;
  font-family: var(--fontfamily-roman);
  line-height: 26px;
}
.m-checkout-summary .a-heading.checkout-heading {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
}
.m-checkout-summary > .a-heading.checkout-heading {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 24px;
}
.m-checkout-summary > .list {
  margin: 0;
}
.m-checkout-summary > .list li div.discount-label {
  color: #2b2f43;
}
.m-checkout-summary > .list li .discount-label,
.m-checkout-summary > .list li .discount-value {
  padding: 0;
}
.m-checkout-summary > .list li .total .highlight-text,
.m-checkout-summary > .list li .total-value .highlight-text {
  font-size: 20px;
  line-height: 24px;
  font-family: var(--fontfamily-headlinesfont);
  color: #000;
}
.m-checkout-summary > .list li .vat .highlight-text,
.m-checkout-summary > .list li .vat-value .highlight-text {
  font-size: 12px;
  line-height: 18px;
  color: #7b89a1;
}
.m-checkout-summary > .list li div .highlight-text {
  color: #2b2f43;
  font-size: 16px;
  line-height: 26px;
}
.m-checkout-summary .list.list-unstyled {
  margin: 0;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el * {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el a {
  color: #007a7a;
  font-family: var(--fontfamily-bold);
  text-decoration: none;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el .discount,
.m-checkout-summary .list.list-unstyled .checkout-list-el .discount-value,
.m-checkout-summary .list.list-unstyled .checkout-list-el .voucher,
.m-checkout-summary .list.list-unstyled .checkout-list-el .voucher-value {
  color: #d4691b;
}
.m-checkout-summary
  .list.list-unstyled
  .checkout-list-el
  .discount-value.highlight-text,
.m-checkout-summary
  .list.list-unstyled
  .checkout-list-el
  .discount.highlight-text,
.m-checkout-summary
  .list.list-unstyled
  .checkout-list-el
  .voucher-value.highlight-text,
.m-checkout-summary
  .list.list-unstyled
  .checkout-list-el
  .voucher.highlight-text {
  font-family: var(--fontfamily-bold) !important;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el .subtotal,
.m-checkout-summary .list.list-unstyled .checkout-list-el .subtotal-value {
  color: #000;
  font-size: 16px;
  font-family: var(--fontfamily-bold);
  line-height: 1.2;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el .package,
.m-checkout-summary .list.list-unstyled .checkout-list-el .package-value {
  color: #2b2f43;
  font-size: 16px;
  font-family: var(--fontfamily-roman);
  line-height: 1.2;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el .total,
.m-checkout-summary .list.list-unstyled .checkout-list-el .total-value {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el .vat,
.m-checkout-summary .list.list-unstyled .checkout-list-el .vat-value {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el .highlight .current {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-checkout-summary .list.list-unstyled .checkout-list-el .highlight .previous {
  margin-left: 10px;
}
.m-checkout-summary .amount-saved.additional-text {
  margin-top: 16px;
  text-align: right;
}
.m-checkout-summary .amount-saved.additional-text .a-heading.checkout-heading {
  color: #d4691b;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: unset;
  margin: 0;
}
.m-checkout-summary .delivery-coupon.additional-text {
  display: -ms-grid;
  display: grid;
  margin: 40px 0 0;
  text-align: left;
}
.m-checkout-summary .delivery-coupon.additional-text p:first-of-type {
  font-family: var(--fontfamily-bold);
  margin: 0;
}
.m-checkout-summary .delivery-coupon.additional-text p:last-of-type {
  font-size: 12px;
  line-height: 18px;
  color: #7b89a1;
  -ms-grid-row: 1;
  grid-row: 1;
  text-align: right;
}
.m-checkout-summary .free-shipping.additional-text {
  color: #000;
  font-family: var(--fontfamily-bold);
  font-weight: 400;
  margin-bottom: 40px;
  text-align: left;
}
.m-checkout-summary .free-shipping.additional-text p {
  margin: 0;
}
.m-checkout-summary hr.a-horizontalrule {
  margin: 56px 0 40px;
}
.m-checkout-summary hr.a-horizontalrule:before {
  height: 1px;
  background: #000;
}
@media (min-width: 900px) {
  .m-checkout-summary {
    width: 100%;
    margin: 0;
    padding: 50px;
  }
}
.m-checkout-teaser {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000028;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 56px 0 0;
  padding: 24px;
  text-align: left;
}
.m-checkout-teaser .icon.icon-mybrand {
  display: none;
}
.m-checkout-teaser > .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #fff;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-checkout-teaser .checkout-teaser-items {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-checkout-teaser .checkout-teaser-items .list {
  margin: 0;
}
.m-checkout-teaser .checkout-teaser-items .list li,
.m-checkout-teaser .checkout-teaser-items .list li::before {
  color: #a3acbd;
}
.m-checkout-teaser > .a-link.a-button {
  margin: 40px 0 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
@media (min-width: 750px) {
  .m-checkout-teaser {
    margin: 40px 0 0;
    padding: 60px 60px 40px;
  }
}
.m-checkout-user-information-summary {
  margin: 0;
  padding: 50px;
}
.m-checkout-user-information-summary .checkout-hr {
  margin-top: 40px;
}
.m-checkout-user-information-summary .checkout-hr::before {
  background: #d8d8d8;
}
.m-checkout-user-information-summary
  .list.checkout-container-list
  .checkout-list-el
  > .checkout-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-checkout-user-information-summary
  .list.checkout-container-list
  .checkout-list-el
  > .checkout-headline
  .checkout-icon {
  margin: 0;
  padding: 0;
}
.m-checkout-user-information-summary
  .list.checkout-container-list
  .checkout-list-el
  > .checkout-headline
  .checkout-icon
  .icon {
  height: 24px;
  width: 24px;
}
.m-checkout-user-information-summary
  .list.checkout-container-list
  .checkout-list-el
  > .checkout-headline
  .checkout-icon
  .icon:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-checkout-user-information-summary
  .list.checkout-container-list
  .checkout-list-el
  > .checkout-headline
  .checkout-icon
  .icon.icon-delivery::before,
.m-checkout-user-information-summary
  .list.checkout-container-list
  .checkout-list-el
  > .checkout-headline
  .checkout-icon
  .icon.icon-payment::before {
  line-height: 19px;
}
.m-checkout-user-information-summary
  .list.checkout-container-list
  .checkout-list-el
  > .checkout-headline
  .highlight-text {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: 0;
  padding: 0;
}
.m-checkout-user-information-summary .list .checkout-list-el:not(:last-child) {
  border-bottom: thin solid #d8d8d8;
  margin: 0 0 24px;
  padding: 0 0 24px;
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 17px;
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary {
  margin: 0;
  padding: 0;
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary
  .icon {
  height: 24px;
  width: 24px;
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary
  .icon:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary
  .icon.icon-delivery::before,
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary
  .icon.icon-payment::before {
  line-height: 19px;
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container
  .highlight-text {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: 0;
  padding: 0;
}
@media (min-width: 750px) {
  .m-checkout-user-information-summary
    .list
    .checkout-list-el:not(:last-child) {
    margin: 0 0 32px;
    padding: 0 0 32px;
  }
  .m-checkout-user-information-summary
    .list
    .checkout-list-el
    .checkout-headline
    .checkout-icon-text-container
    .highlight-text {
    font-size: var(--heading-h5-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h5-line-height);
  }
}
.m-checkout-user-information-summary .list .checkout-list-el .checkout-body {
  color: #2b2f43;
  margin-bottom: 0;
  margin-left: 42px;
}
.m-checkout-user-information-summary .list .checkout-list-el .checkout-body b,
.m-checkout-user-information-summary .list .checkout-list-el .checkout-body dd {
  color: #2b2f43;
  font-size: 16px;
  font-family: var(--fontfamily-roman);
  font-weight: 400;
  line-height: 26px;
}
.m-checkout-user-information-summary .list .checkout-list-el .checkout-body dd {
  margin: 0;
}
.m-checkout-user-information-summary .list .checkout-list-el .checkout-body a {
  color: #007a7a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a:hover {
  background-color: transparent;
}
.m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  a:hover::after {
  -webkit-transform: translateY(-2px) translateX(9px);
  -ms-transform: translateY(-2px) translateX(9px);
  transform: translateY(-2px) translateX(9px);
}
.m-chips {
  margin: 0;
}
.m-chips * {
  -webkit-transition: none !important;
  transition: none !important;
}
.m-chips.closeable {
  height: 30px;
  margin: 0;
}
.m-chips.closeable .chips-content {
  border-bottom: 0;
}
.m-chips.closeable .chips-content .chips-content-inner {
  color: #a3acbd;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 12px;
  line-height: 26px;
}
.m-chips.closeable .chips-content .chips-icon {
  color: #a3acbd;
  font-size: 10px;
  margin-left: 15px;
}
.m-chips.highlighted .chips-content {
  background: #000028;
}
.m-chips.highlighted.dropdown-open .chips-content {
  border-radius: 0;
}
.m-chips.highlighted.dropdown-open .chips-content .chips-content-inner {
  color: #fff;
}
@media (min-width: 900px) {
  .m-chips.highlighted .chips-content {
    background: 0 0;
    border-bottom: thin solid #000;
  }
  .m-chips.highlighted.dropdown-open .chips-content .chips-content-inner {
    color: #000;
  }
}
.m-chips.highlighted.dropdown-open .chips-content .chips-icon {
  color: #fff;
}
.m-chips.dropdown-open .dropdown-content.dropdown-content {
  border: 1px solid #000028;
  border-top: 0;
  border-radius: 0;
  padding: 0;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container {
  padding: 11px 0;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row {
  padding: 5px 15px;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .a-button {
  height: auto;
  min-height: auto;
  top: 3px;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover {
  background: #000028;
  color: #fff;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .a-button,
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .m-forminput-checkbox
  .a-formlabel,
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .m-forminput-checkbox
  .a-formlabel
  * {
  color: #fff !important;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .m-forminput-checkbox
  .a-formlabel
  .checkbox:before,
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .m-forminput-checkbox
  .a-formlabel.checkbox:before {
  border: 1px solid #fff !important;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .filterlist-label-icon
  .icon-info,
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .m-forminput-checkbox
  .a-formlabel
  .checkbox:after,
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .m-forminput-checkbox
  .a-formlabel
  :after,
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .m-forminput-checkbox
  .a-formlabel.checkbox:after,
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row:hover
  .m-forminput-checkbox
  .a-formlabel:after {
  color: #fff;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox {
  -webkit-transition: none !important;
  transition: none !important;
  width: 100%;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox:hover
  .a-formlabel:before {
  border-color: #fff !important;
  color: #fff !important;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  input:checked
  + .a-formlabel.checkbox:before {
  border: 1px solid #000;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  .a-formlabel {
  color: #000;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  .a-formlabel
  .label-text
  sup {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin: 5px 0 0;
  padding: 0;
  top: auto;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  .a-formlabel
  .label-text
  sup:last-child {
  margin-top: 2px;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  .a-formlabel.checkbox:before {
  background: 0 0;
  border: 1px solid #007a7a;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  left: unset;
  right: 0;
  -webkit-transition: none;
  transition: none;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  .a-formlabel.checkbox:after {
  top: 0 !important;
  left: unset !important;
  right: 2px;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  .a-selectablerange {
  font-size: 16px;
  padding: 0;
  width: 100%;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  .a-selectablerange:before {
  background: 0 0;
  border: 1px solid #007a7a;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  left: unset;
  right: 0;
  top: -2px;
  -webkit-transition: none;
  transition: none;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .m-forminput-checkbox
  .a-selectablerange:after {
  left: unset !important;
  right: 3px;
  top: -3px !important;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlist-container
  .filterlist-row.filterlist-row
  .filterlist-close-icon {
  display: none;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlayer-rating
  .m-forminput-checkbox {
  border-bottom: 0;
  margin: 0;
  padding: 5px 15px;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlayer-rating
  .m-forminput-checkbox:hover {
  background-color: #000028;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlayer-rating
  .m-forminput-checkbox:hover
  .a-rating.a-formlabel:before {
  border-color: #fff !important;
  color: #fff !important;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlayer-rating
  .m-forminput-checkbox:hover
  .a-rating.a-formlabel:after {
  color: #fff;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlayer-rating
  .m-forminput-checkbox
  input:checked
  + .a-formlabel:before {
  border: 2px solid #000 !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlayer-rating
  .m-forminput-checkbox
  .a-rating {
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlayer-rating
  .m-forminput-checkbox
  .a-rating:after {
  left: unset !important;
  line-height: 17px;
  right: 3px;
  top: 0 !important;
}
.m-chips.dropdown-open
  .dropdown-content.dropdown-content
  .filterlayer-rating
  .m-forminput-checkbox
  .a-rating:before {
  background: 0 0;
  border: 1px solid #007a7a;
  left: unset;
  right: 0;
  top: 2px;
  -webkit-transition: none;
  transition: none;
}
.m-chips.dropdown.dropdown-open
  .chips-content
  .chips-content-inner
  .filterlist-heading,
.m-chips.dropdown.dropdown-open .chips-content .chips-icon {
  color: #000;
}
.m-chips .a-button.a-button-plain {
  background: 0 0;
  border: none;
  padding: 0;
}
.m-chips .a-button.a-button-plain .icon-info {
  display: block !important;
}
.m-chips .chips-content {
  background: 0 0;
  border: none;
  border-bottom: thin solid #000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.m-chips .chips-content .icon.icon-sort {
  display: none;
}
.m-chips .chips-content .chips-icon {
  color: #000;
}
.m-chips .chips-content .chips-content-inner {
  color: #fff;
  margin-left: 0 !important;
}
.m-chips .chips-content .chips-content-inner .filterlist-heading .a-button {
  font-weight: 100;
  padding: 0 !important;
}
.m-chips
  .chips-content
  .chips-content-inner
  .filterlist-heading
  .a-button:hover {
  background: 0 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
.m-chips .chips-content:hover .filterlist-heading {
  font-weight: 700;
}
.m-chips .chips-content:hover .chips-icon {
  font-weight: 600;
}
.m-chips
  .dropdown-content
  .filterlist-container
  .filterlist-row-item
  .m-forminput.m-forminput-checkbox
  .a-formlabel {
  padding: 3px 60px 3px 0;
}
.m-chips .dropdown-content .filterlist-container .m-rangeslider {
  padding: 30px;
}
.m-chips .dropdown-content .filterlist-container .m-rangeslider .rangeslider {
  margin: 0;
}
.m-chips
  .dropdown-content
  .filterlist-container
  .m-rangeslider
  .rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-lower:before,
.m-chips
  .dropdown-content
  .filterlist-container
  .m-rangeslider
  .rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-upper:before {
  background: #000028;
  content: "";
  font-size: 9px;
  position: relative;
}
.m-chips
  .dropdown-content
  .filterlist-container
  .m-rangeslider
  .rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-lower:after,
.m-chips
  .dropdown-content
  .filterlist-container
  .m-rangeslider
  .rangeslider
  .noUi-origin
  .noUi-handle.noUi-handle-upper:after {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 5px;
  left: -2.5px;
  position: absolute;
  top: -1px;
  width: 5px;
}
.m-chips
  .dropdown-content
  .filterlist-container
  .m-rangeslider
  .rangeslider
  .rangeslider-value-lower,
.m-chips
  .dropdown-content
  .filterlist-container
  .m-rangeslider
  .rangeslider
  .rangeslider-value-upper {
  margin-bottom: 10px;
}
.m-chips-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 10px !important;
}
@media (min-width: 900px) {
  .m-chips .chips-content .chips-content-inner,
  .m-chips.highlighted.dropdown-open .chips-content .chips-icon {
    color: #000;
  }
  .m-chips-group {
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 20px !important;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}
.m-chips-group .chip-sorting {
  background: #000028;
  display: block !important;
  -webkit-box-flex: unset !important;
  -webkit-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
  height: 40px;
  max-height: 40px;
  position: unset;
  width: 100%;
  z-index: 1;
}
.m-chips-group .chip-sorting .m-chips {
  height: 40px;
  margin: 0;
  width: 100%;
}
.m-chips-group .chip-sorting .m-chips .chips-content {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  padding: 0 15px;
  width: 100%;
}
.m-chips-group .chip-sorting .m-chips .chips-content:after {
  display: none !important;
  color: #000;
  font-weight: 500;
  margin-left: 5px;
  content: "\e006";
  font-size: 15px;
  font-family: icons;
  height: 15px;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  width: 15px;
}
@media (min-width: 900px) {
  .m-chips-group .chip-sorting {
    background: 0 0;
    border-bottom: 1px solid #000;
    border: 0;
  }
  .m-chips-group .chip-sorting .m-chips .chips-content {
    padding: 0;
  }
  .m-chips-group .chip-sorting .m-chips .chips-content:after {
    display: inline-block !important;
  }
}
.m-chips-group .chip-sorting .m-chips .chips-content .chips-icon {
  display: none;
}
.m-chips-group .chip-sorting .m-chips .chips-content .chips-content-inner {
  text-align: center;
}
.m-chips-group .chip-sorting .m-chips .dropdown-content {
  border-color: #000028 !important;
  border: 1px solid #000028;
}
.m-chips-group .chip-sorting .m-chips .dropdown-content .chips-select-option {
  border: 0;
  padding: 5px 10px;
}
.m-chips-group
  .chip-sorting
  .m-chips
  .dropdown-content
  .chips-select-option.selected,
.m-chips-group
  .chip-sorting
  .m-chips
  .dropdown-content
  .chips-select-option:hover {
  background-color: #000028;
  color: #fff;
}
.m-collapsableprocess {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: var(--element-margin) 0 0 0;
  padding: 0;
}
.m-collapsableprocess .m-collapsableprocesstoggle {
  margin-top: 0;
}
.m-collapsableprocess .g-col .m-form {
  padding-top: 40px;
}
.m-collapsableprocess .g-col .m-form h2.a-heading {
  font-size: 24px;
  line-height: 28px;
}
.m-collapsableprocess .g-col .m-form .form-row,
.m-collapsableprocess .g-col .m-form .m-termsconditions {
  margin: 0;
}
.m-collapsableprocess .g-col .m-form .form-actions {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 40px 0 80px;
}
@media (min-width: 900px) {
  .m-chips-group .chip-sorting .m-chips .chips-content .chips-content-inner {
    text-align: left;
  }
  .m-collapsableprocess .g-col .m-form {
    padding-top: 80px;
  }
  .m-collapsableprocess .g-col .m-form h2.a-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .m-collapsableprocess .g-col .m-form .form-actions {
    margin-top: 80px 0;
  }
}
.m-collapsableprocesstoggle {
  margin: 0;
  padding: 0;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step-edit {
  height: 16px;
  width: 16px;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step-edit
  .step-edit {
  color: #007a7a;
  height: 16px;
  width: 16px;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step-edit
  .step-edit:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-text {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #0b0f12;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-icon-wrapper
  .step-icon {
  color: #007a7a;
  height: 48px;
  width: 48px;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-icon-wrapper
  .step-icon:before {
  display: inline-block;
  font-size: 48px;
  font-family: icons;
  height: 48px;
  line-height: 41px;
  text-align: center;
  vertical-align: middle;
  width: 48px;
}
.m-collapsableprocesstoggle.has-validated
  .process-wrapper
  .process-step-wrapper
  .process-summary {
  color: #2b2f43;
  padding: 27px 76px 36px;
}
.m-collapsableprocesstoggle.is-active {
  border: thin solid #cfd0d6;
}
.m-collapsableprocesstoggle.is-active .process-wrapper .process-step-wrapper {
  background: #f5f5f7;
  border: none;
  margin-left: -1px;
  margin-top: -2px;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
}
.m-collapsableprocesstoggle.is-active
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-number-wrapper {
  border-color: #000028;
  background: #000028;
}
.m-collapsableprocesstoggle.is-active
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-number-wrapper
  .step-number {
  color: #fff;
}
.m-collapsableprocesstoggle.is-active
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-text {
  color: #0b0f12;
}
.m-collapsableprocesstoggle .process-wrapper .process-step-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  border: thin solid #cfd0d6;
  border-radius: 2px;
  margin: 0;
  padding: 32px;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-number-wrapper {
  border-color: #000028;
  background: 0 0;
  height: 48px;
  width: 48px;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-number-wrapper
  .step-number {
  color: #0b0f12;
  font-size: 18px;
}
@media (max-width: 899px) {
  .m-checkoutdeliveryshippingaddress .form-layout-half .form-layout-col {
    width: 100%;
  }
  .m-collapsableprocesstoggle.has-validated
    .process-wrapper
    .process-step-wrapper
    .process-step
    .step-icon-wrapper
    .step-icon {
    height: 32px;
    width: 32px;
  }
  .m-collapsableprocesstoggle.has-validated
    .process-wrapper
    .process-step-wrapper
    .process-step
    .step-icon-wrapper
    .step-icon:before {
    display: inline-block;
    font-size: 32px;
    font-family: icons;
    height: 32px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
  }
  .m-collapsableprocesstoggle.has-validated
    .process-wrapper
    .process-step-wrapper
    .process-summary {
    padding: 24px 0 0;
  }
  .m-collapsableprocesstoggle
    .process-wrapper
    .process-step-wrapper
    .process-step
    .step-number-wrapper {
    height: 32px;
    width: 32px;
  }
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-step
  .step-text {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #0b0f12;
  padding: 0 0 0 27px;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary {
  margin: 0;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-wrapper
  .process-summary
  .problem-steps {
  margin-left: 0 !important;
}
@media (max-width: 899px) {
  .m-collapsableprocesstoggle
    .process-wrapper
    .process-step-wrapper
    .process-step
    .step-text {
    padding-left: 16px;
  }
  .m-collapsableprocesstoggle .process-wrapper .process-step-wrapper {
    padding: 24px 16px;
  }
}
.m-collapsableprocesstoggle .process-wrapper .process-step-content {
  padding: 40px 104px 56px;
}
.m-collapsableprocesstoggle .process-wrapper .process-step-content.is-open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-collapsableprocesstoggle .process-wrapper .process-step-content .m-form {
  padding: 0;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  .form-actions {
  margin: 40px 0 0;
}
.m-collapsableprocesstoggle
  .process-wrapper
  .process-step-content
  h3.a-heading {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
  width: 100%;
}
.m-collapsableprocesstoggle + .m-collapsableprocesstoggle {
  margin-top: 24px;
}
.m-collapsableprocesstoggle .m-form .form-error-wrapper:before {
  right: -15px;
  top: -35px;
}
.m-collapsableprocesstoggle
  .m-form
  .form-error-wrapper
  .error-container
  .a-errormessage {
  margin-top: 10px;
}
.g-layout-full + .m-collapsableprocesstoggle {
  margin-top: 56px;
}
@media (max-width: 899px) {
  .m-collapsableprocesstoggle .process-wrapper .process-step-content {
    padding: 24px;
  }
  .g-layout-full + .m-collapsableprocesstoggle {
    margin-top: 32px;
  }
  .m-comparetable__table
    thead
    tr:first-child
    .m-comparetable__col:not(.m-comparetable__additem) {
    padding-top: 150px;
  }
}
.m-compareitem .stickyitem-remove .a-link .icon {
  font-size: 18px;
}
@media print {
  .m-compareitem
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .a-rating,
  .m-compareitem .m-productteaser .product-images .callouts,
  .m-compareitem .m-productteaser .product-images .product-awards {
    display: none !important;
  }
  .m-compareitem
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy {
    width: 100%;
  }
  .m-compareitem .m-productteaser .product-conversion .js-button-group-wrapper,
  .m-compareitem .m-productteaser .product-conversion .list-unstyled {
    display: none !important;
  }
}
.m-compareitem .controls-wrapper .a-link {
  color: #879baa;
}
.m-compareitem .controls-wrapper .a-link:hover {
  color: #3cc8be;
}
.m-compareitem .controls-wrapper .a-link .icon {
  vertical-align: 1px;
}
.m-compareitem .controls-wrapper .a-link .icon.icon-arrow-right {
  font-size: 10px;
}
.m-compareitem .controls-wrapper .a-link .icon.icon-print {
  font-size: 20px;
}
.m-compareitem.empty-col {
  border: 1px solid #b9cbd7;
  color: #41aaaa;
}
.m-compareitem.empty-col:hover {
  color: #a5e1e1;
}
.m-compareitem .m-compareadditem .add-item {
  padding: 20px 20px 25px;
}
.m-compareitem .m-compareadditem .add-item .icon {
  font-size: 10px;
}
.m-compareitem .grid-view.m-productteaser .product-images {
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
.m-compareitem .grid-view.m-productteaser .product-images .product-thumbnail {
  margin: 0;
}
.m-compareitem
  .grid-view.m-productteaser
  .product-images
  .product-thumbnail
  a
  .a-image,
.m-compareitem
  .grid-view.m-productteaser
  .product-images
  .product-thumbnail
  a
  img,
.m-compareitem
  .grid-view.m-productteaser
  .product-images
  .product-thumbnail
  a
  picture {
  float: left;
  position: relative;
}
.m-compareitem
  .grid-view.m-productteaser
  .product-images
  .product-thumbnail
  a:after {
  margin-top: 0;
}
.m-compareitem .grid-view.m-productteaser .product-images .delete {
  padding: 0;
}
.m-compareitem .grid-view.m-productteaser .product-images .delete .icon-delete {
  font-size: 20px;
  margin-right: 0;
  margin-top: 2px;
}
.m-compareitem .grid-view.m-productteaser .product-info .benefit-list,
.m-compareitem .grid-view.m-productteaser .product-info .product-variations {
  display: none;
}
.m-compareitem
  .grid-view.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .a-rating {
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .m-compareitem .m-compareadditem .add-item .icon {
    font-size: 15px;
  }
  .m-compareitem .grid-view.m-productteaser {
    position: relative;
  }
  .m-compareitem .grid-view.m-productteaser .product-conversion,
  .m-compareitem .grid-view.m-productteaser .product-images,
  .m-compareitem .grid-view.m-productteaser .product-info {
    width: 45%;
  }
  .m-compareitem .grid-view.m-productteaser .product-images .delete {
    margin-bottom: 5px;
  }
  .m-compareitem .grid-view.m-productteaser .product-info {
    margin-top: 60px;
  }
  .m-compareitem
    .grid-view.m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy {
    width: 100%;
  }
}
.m-compareitem
  .grid-view.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .data-sheet-energy
  .m-imagelist {
  margin-right: 10px;
}
.m-compareitem
  .grid-view.m-productteaser
  .product-conversion
  .js-detail-wrapper,
.m-compareitem
  .grid-view.m-productteaser
  .product-conversion
  .js-detail-wrapper
  p:not(.highlight),
.m-compareitem
  .grid-view.m-productteaser
  .product-conversion
  .js-price-wrapper
  .price
  .previous,
.m-compareitem .grid-view.m-productteaser .product-conversion .list-unstyled,
.m-compareitem
  .grid-view.m-productteaser
  .product-conversion
  .stock-info-wrapper {
  display: block;
}
.m-compareitem
  .grid-view.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .buttongroup
  .a-button {
  padding: 12px 10px !important;
}
.m-comparestickybar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3cc8be !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px !important;
}
.m-comparestickybar .comparison-slider-container {
  max-height: 100px !important;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-thumb-container
  .image-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-thumb-container
  .image-code
  .a-image {
  max-width: 30px;
  max-height: 30px;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-thumb-container
  .image-code
  .a-image
  img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-thumb-container
  .image-code
  .comparebar-thumb-code {
  font-size: 12px;
  line-height: 12px;
}
.m-comparestickybar
  .comparison-slider-container
  .comparebar-thumb-container
  .image-code.vl {
  height: 70px !important;
}
@media only screen and (min-width: 1920px) {
  :root {
    --max-pagewidth: 1920px;
    --max-pagewidth-padding: 260px;
  }
  .m-comparestickybar {
    left: 0;
    margin-left: 0;
    width: 100vw !important;
  }
  .m-contentheader::after {
    display: none;
  }
}
.m-comparetable .m-layer .layer-content {
  background: #f5f5f7;
}
.m-comparetable .m-layer .m-next-best-steps {
  margin: 0;
  padding: 0;
}
.m-comparetable .m-layer .m-next-best-steps .step-container,
.m-comparetable
  .m-layer
  .m-next-best-steps
  .step-container
  .m-step-element[data-t-decorator="CompareAddByProductNumber"]
  .input-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-comparetable
  .m-layer
  .m-next-best-steps
  .step-container
  .m-step-element[data-t-decorator="CompareAddByProductNumber"]
  .input-container
  .m-searchinput
  .form-row {
  max-width: none;
}
.m-comparetable .js-matchHeight-headerbody {
  height: auto !important;
}
.m-comparetable .m-comparetable__header-top {
  margin: 0;
  padding: 0;
  min-height: auto;
}
.m-comparetable .m-comparetable__header-top .m-comparetable__title {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h3-line-height);
  font-weight: 400;
  padding: 0;
}
.m-comparetable__table {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
}
.m-comparetable__table thead .m-comparetable__col {
  padding: 0;
  width: 100%;
}
@media (max-width: 749px) {
  .m-compareitem
    .grid-view.m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .buttongroup
    .a-button {
    line-height: 1;
  }
  .m-comparestickybar {
    padding: 0 25px !important;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col:not(.m-comparetable__col--small):not(
      .m-comparetable__additem
    ):nth-child(3) {
    padding-left: 0;
    padding-right: 4px;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col:not(.m-comparetable__col--small):not(
      .m-comparetable__additem
    ):nth-last-child(2) {
    padding-right: 0;
    padding-left: 4px;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem
    .m-compareadditem.m-compareadditem.m-compareadditem
    .add-item
    .icon.icon-plus {
    font-size: 16px;
  }
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--wide.sorting_disabled {
  padding: 15px 0 0;
  margin-top: 25px;
}
.m-comparetable__table thead .m-comparetable__col.m-comparetable__col--small {
  min-width: 0 !important;
  padding: 0;
  width: 0 !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls--disabled.m-comparetable__slide-controls.js-control-left,
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls--disabled.m-comparetable__slide-controls.js-control-right {
  display: none;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls.js-control-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dfe0e3;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -25px;
  margin: 0;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  position: absolute;
  top: 250px;
  width: 40px;
  z-index: 2;
}
@media (min-width: 900px) {
  .m-compareitem .grid-view.m-productteaser .product-images .delete {
    margin-bottom: 0;
    position: absolute;
  }
  .m-compareitem
    .grid-view.m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .buttongroup
    .a-button {
    padding: 12px 40px !important;
  }
  .m-comparetable__table thead .m-comparetable__col {
    padding: 50px 0 10px 24px;
    width: auto;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__col--small
    .m-comparetable__slide-controls.js-control-left {
    height: 60px;
    left: -70px;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    top: 33%;
    width: 60px;
  }
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls.js-control-left
  .icon-arrow-left {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 20px;
  margin-top: -3px;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls.js-control-left
  .icon-arrow-left:before {
  content: "\e08c" !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls.js-control-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #dfe0e3;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  position: absolute;
  right: -25px;
  top: 250px;
  width: 40px;
  z-index: 2;
}
@media (min-width: 900px) {
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__col--small
    .m-comparetable__slide-controls.js-control-left
    .icon-arrow-left {
    font-size: 20px;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__col--small
    .m-comparetable__slide-controls.js-control-right {
    height: 60px;
    right: -70px;
    max-height: 60px;
    max-width: 60px;
    min-height: 60px;
    min-width: 60px;
    top: 33%;
    width: 60px;
  }
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls.js-control-right
  .icon-arrow-right {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 20px;
  margin-top: -3px;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls.js-control-right
  .icon-arrow-right:before {
  content: "\e08d" !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 10px;
}
@media (max-width: 899px) {
  .m-comparetable__table
    thead
    .m-comparetable__col
    .m-comparetable__header-bottom {
    width: 265px;
    min-width: 265px;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col
    .m-comparetable__header-bottom
    .m-comparetable__view-controls {
    position: unset !important;
  }
  .dtfh-floatingparent.dtfh-floatingparenthead
    .fixedHeader-floating
    .m-comparetable__col:not(.m-comparetable__col--small):not(
      .m-comparetable__additem
    ):nth-child(3) {
    padding-left: 0;
  }
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__expand-controls {
  display: none;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls {
  padding: 0;
  position: absolute;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls
  .m-forminput-checkbox__show-differences-only {
  padding: 0;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls
  .m-forminput-checkbox__show-differences-only
  .a-formlabel {
  padding: 0 0 0 35px !important;
  line-height: 23px;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__print-controls {
  padding: 0;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__print-controls
  .a-link
  .icon-print {
  padding-right: 10px;
  margin-top: -5px;
}
.m-comparetable__table thead .m-comparetable__col.m-comparetable__additem {
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__additem
  .js-first-column-content {
  display: block !important;
  height: 100%;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem.m-compareadditem.m-compareadditem {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(224, 227, 231, 0.16);
  border: 1px dashed #cfd0d6;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  width: auto;
  min-width: auto;
  max-width: auto;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem.m-compareadditem.m-compareadditem
  .add-item {
  color: #2b2f43;
  display: block;
  padding: 30px 50px;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem.m-compareadditem.m-compareadditem
  .add-item
  br {
  display: none;
}
.m-comparetable__table
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem.m-compareadditem.m-compareadditem
  .add-item
  .m-compareadditem__text {
  display: inline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 10px;
  margin-top: 10px;
  max-width: 150px;
  min-width: 150px;
  width: 150px;
}
@media (min-width: 750px) {
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem
    .m-compareadditem.m-compareadditem.m-compareadditem
    .add-item
    .m-compareadditem__text {
    font-size: 20px;
  }
}
@media (min-width: 900px) {
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__col--small
    .m-comparetable__slide-controls.js-control-right
    .icon-arrow-right {
    font-size: 20px;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col
    .m-comparetable__header-bottom
    .m-comparetable__view-controls {
    position: static;
  }
  .m-comparetable__table thead .m-comparetable__col.m-comparetable__additem {
    background: rgba(224, 227, 231, 0.16);
    border: 1px dashed #cfd0d6;
    height: 100%;
    max-height: 240px;
    padding: 0;
    position: absolute;
    max-width: 265px;
    margin-top: 10px;
    top: unset;
    vertical-align: middle;
    width: auto !important;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem
    .m-compareadditem.m-compareadditem.m-compareadditem {
    background: 0 0;
    border: none;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem
    .m-compareadditem.m-compareadditem.m-compareadditem
    .add-item {
    padding: 30px 20px;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem
    .m-compareadditem.m-compareadditem.m-compareadditem
    .add-item
    br {
    display: block;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem
    .m-compareadditem.m-compareadditem.m-compareadditem
    .add-item
    .m-compareadditem__text {
    display: block;
    margin-left: 0;
  }
}
.m-comparetable__table thead .m-comparetable__col .m-comparetableHeader {
  margin: 0;
  max-width: 100%;
  position: relative;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .product-promotion-wrapper {
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  gap: 0;
  margin-bottom: 22px;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .product-promotion-wrapper
  .promotion-wrapper-left,
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .product-promotion-wrapper
  .promotion-wrapper-right {
  width: -webkit-min-content;
  width: min-content;
  height: -webkit-fit-content;
  height: fit-content;
  gap: 0;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .product-promotion-wrapper
  .a-callout {
  margin: 0;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 22px !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .fragment {
  display: inline !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  p
  .fragment {
  display: inline !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .a-link {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .a-link
  .a-heading {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  h2.a-heading {
  font-size: 12px;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 5px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  h2.a-heading
  span {
  display: inline;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-ratingsummary {
  margin-bottom: 0;
  margin-top: 10px;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-ratingsummary
  .rating-summary
  .a-link
  span {
  margin-bottom: -4px;
  margin-left: 5px;
  font-weight: 400;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-button {
  margin: 0;
  width: 100%;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button {
  max-width: 100% !important;
  min-width: 100%;
  padding: 11px !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header {
  margin: 0 auto;
  width: 100%;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .js-matchHeight-headerbody {
  height: auto !important;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__thumbnail {
  float: unset;
  margin: 0 auto;
  width: 100%;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: unset;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  position: absolute;
  top: -25px;
}
.m-comparetable__table
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__delete
  .icon-delete {
  padding: 0;
}
.m-comparetable__table
  tbody
  .m-comparetable__subrow.m-comparetable__subrow--has-differences
  .m-comparetable__col.highlight
  .m-comparetable__property-content-wrapper {
  background-color: #a3acbd;
  font-family: SiemensSans-Roman, sans-serif;
}
.m-comparetable__table tbody .m-comparetable__col {
  text-align: left;
  word-break: unset;
}
@media (max-width: 749px) {
  .m-comparetable__table
    tbody
    .m-comparetable__col:not(.m-comparetable__col--small):not(
      .m-comparetable__additem
    ):nth-child(3) {
    padding-left: 0;
    padding-right: 4px;
  }
  .m-comparetable__table
    tbody
    .m-comparetable__col:not(.m-comparetable__col--small):not(
      .m-comparetable__additem
    ):nth-last-child(2) {
    padding-right: 0;
    padding-left: 4px;
  }
}
.m-comparetable__table tbody .m-comparetable__col .m-productconversionarea {
  display: block;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 900px) {
  .m-comparetable__table
    thead
    .m-comparetable__col
    .m-comparetableHeader
    .m-producttitle
    .a-link
    .a-heading,
  .m-comparetable__table
    thead
    .m-comparetable__col
    .m-comparetableHeader
    .m-producttitle
    p {
    font-size: 20px;
    line-height: 1.2;
  }
  .m-comparetable__table tbody .m-comparetable__col {
    padding: 0 0 24px 24px;
  }
  .m-comparetable__table tbody .m-comparetable__col .m-productconversionarea {
    display: block;
    margin-top: 0;
  }
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-matchHeight-data {
  margin: 0 !important;
}
@media (max-width: 1399px) {
  .m-comparetable__table
    tbody
    .m-comparetable__col
    .m-productconversionarea
    .js-matchHeight-data {
    height: auto !important;
  }
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-matchHeight-data
  p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-matchHeight-data
  p
  .a-link.has-icon
  .icon-info {
  font-size: 12px;
  padding: 0;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .a-link.dl {
  max-width: 100%;
  min-width: 100%;
  padding: 11px !important;
  width: 100%;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .buttongroup
  .add-to-basket {
  max-width: 100%;
  padding: 11px !important;
  min-width: 100% !important;
  margin: 0;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .a-productavailability {
  float: unset;
  height: auto !important;
  margin-top: 10px;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .data-sheet-energy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  left: 0;
  margin-top: 25px;
  padding-right: 0;
  position: unset;
  text-align: left;
  width: 100%;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .data-sheet-energy
  .energy-label-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .m-comparetable__table
    tbody
    .m-comparetable__col
    .m-productconversionarea
    .data-sheet-energy {
    margin-top: 0;
  }
}
@media (min-width: 1400px) {
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__col--small
    .m-comparetable__slide-controls.js-control-left {
    left: -100px;
  }
  .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__col--small
    .m-comparetable__slide-controls.js-control-right {
    right: -100px;
  }
  .m-comparetable__table
    tbody
    .m-comparetable__col
    .m-productconversionarea
    .data-sheet-energy {
    position: absolute;
  }
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .data-sheet-energy
  .a-image {
  height: auto;
  width: auto;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .data-sheet-energy
  .a-image
  img {
  max-width: none;
  height: 30px;
  width: auto;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .data-sheet-energy
  .a-image.special-labels-image-list-base-image
  img {
  height: 34px;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .data-sheet-energy
  .a-link.download {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin: 0;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .data-sheet-energy
  .a-link.download:after {
  display: inline-block;
  font-size: 12px;
  font-family: icons;
  height: 12px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 12px;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
  width: 100% !important;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .details
  .highlight {
  display: inline-block;
  line-height: 11px;
  margin: 5px 0;
  -webkit-box-ordinal-group: 1112;
  -webkit-order: 1111;
  -ms-flex-order: 1111;
  order: 1111;
  padding-top: 11px;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-price-wrapper
  .price {
  display: block;
  margin-bottom: 10px !important;
  margin-top: 10px;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-price-wrapper
  .price
  .rrp-text {
  font-size: 14px;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-price-wrapper
  .price
  .rrp-text
  .a-link {
  position: unset;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-price-wrapper
  .price
  .rrp-text
  .a-link
  .icon {
  font-size: 14px;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-price-wrapper
  .price:after {
  clear: unset;
  display: unset;
  width: unset;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-price-wrapper
  .price
  .previous {
  color: #d4691b;
  display: inline;
  float: unset;
  font-size: 16px;
  font-weight: 400;
  margin-left: 0 !important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: auto;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .js-price-wrapper
  .price
  .current {
  color: #000028;
  display: inline;
  float: unset;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: auto;
}
.m-comparetable__table
  tbody
  .m-comparetable__col
  .m-productconversionarea
  .m-imagelist {
  max-width: none;
  width: auto;
}
.m-comparetable__table
  tbody
  .m-comparetable__expandrow
  .m-comparetable__properties {
  padding: 0;
}
.m-comparetable__table.fixedHeader-floating,
.m-comparetable__table.fixedHeaderPosition {
  margin: 0 auto;
}
.m-comparetable__table.fixedHeader-floating thead > tr,
.m-comparetable__table.fixedHeaderPosition thead > tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-comparetable__table.fixedHeader-floating thead .m-comparetable__col,
.m-comparetable__table.fixedHeaderPosition thead .m-comparetable__col {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 24px;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__col--wide,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__col--wide {
  padding-left: 0;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__col--small,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__col--small {
  padding: 0;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__col--small
  .m-comparetable__slide-controls {
  top: 84px;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  min-width: 265px;
  width: 265px;
}
@media (min-width: 900px) {
  .m-comparetable__table.fixedHeader-floating
    thead
    .m-comparetable__col
    .m-comparetable__header-bottom,
  .m-comparetable__table.fixedHeaderPosition
    thead
    .m-comparetable__col
    .m-comparetable__header-bottom {
    margin-top: 0;
    min-width: 100%;
    width: 100%;
  }
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls {
  padding: 0;
  position: static;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls
  .m-forminput-checkbox__show-differences-only,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls
  .m-forminput-checkbox__show-differences-only {
  padding: 0;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls
  .m-forminput-checkbox__show-differences-only
  .a-formlabel,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__view-controls
  .m-forminput-checkbox__show-differences-only
  .a-formlabel {
  padding: 0 0 0 35px;
  line-height: 23px;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__print-controls,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetable__header-bottom
  .m-comparetable__print-controls {
  padding: 0;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__additem,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__additem {
  display: none;
  height: 168px;
  max-height: 168px;
  max-width: 265px;
  min-height: 168px;
  min-width: 265px;
  width: 265px;
}
@media (min-width: 900px) {
  .m-comparetable__table.fixedHeader-floating
    thead
    .m-comparetable__col.m-comparetable__additem,
  .m-comparetable__table.fixedHeaderPosition
    thead
    .m-comparetable__col.m-comparetable__additem {
    display: block;
  }
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__additem
  .js-first-column-content,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__additem
  .js-first-column-content {
  height: auto;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(224, 227, 231, 0.16);
  border: 1px dashed #cfd0d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 168px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  max-height: 168px;
  min-height: 168px;
  width: 265px;
  max-width: 265px;
  min-width: 265px;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem
  .add-item,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem
  .add-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2b2f43;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem
  .add-item
  .icon-plus,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem
  .add-item
  .icon-plus {
  font-size: 16px;
  margin-right: 15px;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem
  .add-item
  .m-compareadditem__text,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col.m-comparetable__additem
  .m-compareadditem
  .add-item
  .m-compareadditem__text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
  max-width: 100%;
  width: 100%;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: 100%;
  min-height: auto !important;
  position: relative;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0 !important;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .fragment,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .fragment {
  display: inline !important;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  p,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  p {
  font-size: 16px;
  line-height: 1.625;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  p
  .fragment,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  p
  .fragment {
  display: inline !important;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .a-link,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .a-link {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .a-link
  .a-heading,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  .a-link
  .a-heading {
  font-size: 16px;
  line-height: 1.625;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  h2.a-heading,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  h2.a-heading {
  font-size: 12px;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 5px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  h2.a-heading
  span,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-producttitle
  h2.a-heading
  span {
  display: inline;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-ratingsummary,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-ratingsummary {
  display: none;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-button,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .a-button {
  margin-top: auto !important;
  width: 100%;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header {
  display: block;
  float: left;
  height: 97px !important;
  margin-right: 20px;
  max-height: 97px !important;
  max-width: 97px !important;
  min-height: 97px !important;
  position: absolute;
  width: auto;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .js-matchHeight-headerbody,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .js-matchHeight-headerbody {
  height: auto !important;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__thumbnail,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__thumbnail {
  float: unset;
  margin-bottom: 15px;
  margin-left: 0;
  width: 100%;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__delete,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__delete {
  float: unset;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__delete
  .icon-delete,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__header
  .m-comparetableHeader__delete
  .icon-delete {
  padding: 0;
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__producttitle,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__producttitle {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  padding-left: 0 !important;
  width: -webkit-calc(100% - 97px);
  width: calc(100% - 97px);
}
.m-comparetable__table.fixedHeader-floating
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button,
.m-comparetable__table.fixedHeaderPosition
  thead
  .m-comparetable__col
  .m-comparetableHeader
  .m-comparetableHeader__button {
  margin-top: 26px;
  max-width: 100% !important;
  min-width: 100%;
}
.m-comparetable__table thead .row {
  padding-bottom: 30px;
}
.m-comparetable__table
  .m-comparetable__propertyname-row
  .m-comparetable__property-content-wrapper {
  color: #000;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 28px;
}
.m-comparetable__table .m-comparetable__print-controls {
  padding-top: 35px;
}
.m-comparetable__table .m-comparetable__property-content-wrapper--noBackgroud {
  color: #000;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  padding: 10px 10px 10px 18px;
}
.m-comparetable__property-title {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h5-line-height);
  border-top: 1px solid #000;
  color: #2b2f43;
  font-weight: 400;
  padding: 30px 0;
  position: relative;
}
.m-comparetable__property-title:before {
  left: auto;
  position: absolute;
  right: 0;
}
@media (min-width: 750px) {
  .m-comparetable__property-title {
    font-size: var(--heading-h6-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h6-line-height);
  }
  .m-comparetable__property-title:before {
    font-size: 24px;
  }
}
.m-comparetable__property-title .m-comparetable__text {
  padding-left: 0;
}
@media (min-width: 1400px) {
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__col
    .m-productconversionarea
    .data-sheet-energy {
    left: auto;
    top: auto;
    position: relative;
  }
}
.m-comparetable
  .m-comparetable__table
  tbody
  .m-comparetable__subrow.m-comparetable__subrow--has-differences
  .m-comparetable__col.highlight
  .m-comparetable__property-content-wrapper {
  background: 0 0;
}
.m-comparetable
  .m-comparetable__expandrow--expanded
  .m-comparetable__property-title:before,
.m-comparetable
  .m-comparetable__expandrow:not(.m-comparetable__expandrow--expanded)
  .m-comparetable__property-title:before {
  color: #007a7a;
}
.m-comparetable .table-fixed-header {
  top: 50px !important;
}
.m-comparetable .table-fixed-header:before {
  display: none !important;
}
@media (max-width: 749px) {
  .m-comparetable
    .m-comparetable__propertyname-row
    .m-comparetable__propertyname,
  .m-comparetable
    .m-comparetable__propertyname-row
    .m-comparetable__propertyname
    .m-comparetable__property-content-wrapper--noBackgroud {
    padding-left: 0;
  }
  .m-comparetable
    .m-comparetable__subrow
    .m-comparetable__propertyname
    .m-comparetable__property-content-wrapper--noBackgroud {
    display: none;
  }
  .m-comparetable
    .m-comparetable__table
    .m-comparetable__propertyname-row
    .m-comparetable__property-content-wrapper {
    color: #2b2f43;
    font-size: 16px;
    font-family: SiemensSans-Bold, sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    padding: 0;
  }
  .m-comparetable .m-comparetable__subrow {
    border: none;
  }
  .m-comparetable
    .m-comparetable__propertyname-row
    .m-comparetable__propertyname {
    padding-top: 10px;
  }
  .m-comparetable .m-comparetable__property-title .m-comparetable__text {
    font-size: 20px;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-comparetable .m-comparetable__table thead .table-fixed-header {
    position: relative;
  }
  .m-comparetable
    .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem {
    position: static;
    top: auto;
    left: auto;
  }
  .m-comparetable
    .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem
    .js-first-column-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
  }
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.odd.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding {
    padding: 0;
  }
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.odd.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content {
    padding: 10px;
    word-break: break-all;
  }
}
@media (min-width: 900px) {
  .m-comparetable .table-fixed-header {
    top: 60px !important;
  }
  .m-comparetable .m-comparetable__property-title .m-comparetable__text {
    font-size: 30px;
    line-height: 36px;
  }
  .m-comparetable .m-comparetable__subrow .m-comparetable__col,
  .m-comparetable
    .m-comparetable__subrow
    .m-comparetable__col
    .m-comparetable__property-content-wrapper {
    padding-left: 0;
  }
}
@media print {
  .m-comparetable .m-forminput.product-family-dropdown {
    display: none;
  }
  .m-comparetable .dataTables_wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-comparetable
    a.a-button.js-add-to-basket.m-comparetableData__button.a-link-primary,
  .m-comparetable
    .a-button.a-button-primary.js-add-to-basket.m-comparetableData__button,
  .m-comparetable
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-button-link,
  .m-comparetable
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-link,
  .m-comparetable .icon.icon-delete,
  .m-comparetable
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.js-add-to-basket.m-comparetableData__button.a-link-primary,
  .m-comparetable
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ),
  .m-comparetable
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.js-add-to-basket.m-comparetableData__button.a-link-primary,
  .m-comparetable
    .m-oney-widget-section
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.oney-widget-link,
  .m-comparetable
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-button-link.a-link,
  .m-comparetable
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-comparetable
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-link,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-comparetable
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ),
  .m-form.oidc-registration
    .m-termsconditions
    .m-comparetable
    a.a-button.js-add-to-basket.m-comparetableData__button.a-link-primary,
  .m-oney-widget-section
    .m-comparetable
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.oney-widget-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-comparetable
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-comparetable
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-button-link.a-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-comparetable
    .a-button.js-add-to-basket.m-comparetableData__button.a-link-primary.a-link {
    display: none;
  }
  .m-comparetable
    .m-comparetable__table
    thead
    tr:first-child
    .m-comparetable__col:not(.m-comparetable__additem) {
    padding: 0;
  }
  .m-comparetable
    .m-comparetable__table
    .m-comparetable__property-content-wrapper {
    font-size: 13px;
    line-height: 1.5;
  }
  .m-comparetable
    .m-comparetable__table
    thead
    .m-comparetable__col.m-comparetable__additem {
    position: relative;
  }
  .m-comparetable
    .m-comparetable__subrow
    .m-comparetable__propertyname
    .m-comparetable__property-content-wrapper--noBackgroud {
    display: block;
  }
  .m-comparetable
    .m-comparetable__table
    thead
    .m-comparetable__table
    thead
    .m-comparetable__col {
    padding: 0;
  }
  .m-comparetable
    .m-comparetable__table
    thead
    .table-fixed-header
    .m-comparetable__col.m-comparetable__additem {
    max-width: none;
  }
  .m-comparetable .m-comparetable__table tbody > tr {
    border-bottom: 1px solid #d4d9de;
  }
  .m-comparetable .m-comparetable__table tbody > tr > td {
    width: auto;
  }
  .m-comparetable
    .m-comparetable__table
    tbody
    tr.m-comparetable__propertyname-row.js-propertyname-row.m-comparetable__expandrow--expanded {
    display: none !important;
  }
  .m-comparetable .m-comparetable__table tbody .m-comparetable__col {
    padding: 15px 15px 35px !important;
  }
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__col
    .m-comparetable__property-content-wrapper {
    min-height: auto;
    padding: 0;
  }
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.odd.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding {
    max-width: none;
    padding: 15px 15px 35px 0 !important;
  }
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.odd.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content {
    padding: 0 !important;
    word-break: break-all;
    line-height: 1.5;
  }
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content
    .icon,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content
    .icon,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__has-no-compare-differences.js-has-no-compare-differences.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content
    .icon,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.even.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content
    .icon,
  .m-comparetable
    .m-comparetable__table
    tbody
    .m-comparetable__subrow.m-comparetable__subrow--has-differences.js-has-compare-differences.odd.m-comparetable__expandrow--expanded
    .m-comparetable__col.m-comparetable__propertyname.m-comparetable__col--wide.m-comparetable__col--with-padding
    .m-comparetable__property-content-wrapper.m-comparetable__property-content-wrapper--noBackgroud.js-first-column-content
    .icon {
    display: none;
  }
}
.dtfh-floatingparent.dtfh-floatingparenthead {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: auto !important;
  max-height: auto !important;
  min-height: auto !important;
  min-width: 100% !important;
  left: 0 !important;
  padding-bottom: 20px;
  top: 76.2px !important;
  width: 100% !important;
}
.dtfh-floatingparent.dtfh-floatingparenthead .js-matchHeight-headerbody {
  height: auto !important;
}
.dtfh-floatingparent.dtfh-floatingparenthead .fixedHeader-floating {
  min-width: 370px !important;
}
.dtfh-floatingparent.dtfh-floatingparenthead
  .fixedHeader-floating
  .m-comparetable__col:not(.m-comparetable__col--small):not(
    .m-comparetable__additem
  ) {
  width: 100% !important;
}
.dtfh-floatingparent.dtfh-floatingparenthead
  .fixedHeader-floating
  .m-comparetable__col:not(.m-comparetable__col--small):not(
    .m-comparetable__additem
  )
  .m-comparetableHeader
  .m-comparetableHeader__header {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  float: unset !important;
  height: auto !important;
  max-height: 100% !important;
  min-height: auto !important;
  position: unset !important;
  margin: 0;
}
.dtfh-floatingparent.dtfh-floatingparenthead
  .fixedHeader-floating
  .m-comparetable__col:not(.m-comparetable__col--small):not(
    .m-comparetable__additem
  )
  .m-comparetableHeader
  .m-comparetableHeader__producttitle {
  display: block;
  width: 100%;
}
@media (max-width: 899px) {
  .dtfh-floatingparent.dtfh-floatingparenthead
    .fixedHeader-floating
    .m-comparetable__col--small:not(.m-comparetable__additem)
    .m-comparetable__slide-controls {
    top: -webkit-calc(100% - 33px);
    top: calc(100% - 33px);
  }
  .dtfh-floatingparent.dtfh-floatingparenthead
    .fixedHeader-floating
    .m-comparetable__col--small:not(.m-comparetable__additem)
    .m-comparetable__slide-controls.js-control-left {
    left: unset;
    right: 50px;
  }
  .dtfh-floatingparent.dtfh-floatingparenthead
    .fixedHeader-floating
    .m-comparetable__col--small:not(.m-comparetable__additem)
    .m-comparetable__slide-controls.js-control-right {
    right: 0;
  }
}
.dtfh-floatingparent.dtfh-floatingparenthead
  .fixedHeader-floating
  .m-comparetable__col--wide {
  margin-top: 0 !important;
  padding-top: 18px !important;
}
.dtfh-floatingparent.dtfh-floatingparenthead
  .fixedHeader-floating
  .m-comparetable__col--wide
  .m-comparetable__header-bottom {
  margin-top: 5px;
  padding-bottom: 0;
}
.m-confirmationmessage {
  margin: var(--element-margin) 0 0 0;
}
.m-confirmationmessage .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
@media (min-width: 900px) {
  .dtfh-floatingparent.dtfh-floatingparenthead {
    top: 98.2px !important;
  }
  .m-confirmationmessage:not(.checkout-confirmation-message) .a-heading,
  .m-confirmationmessage:not(.checkout-confirmation-message) .a-heading + p {
    width: 70%;
  }
}
.m-confirmationmessage.checkout-confirmation-message {
  margin-top: 32px;
  text-align: left;
}
.m-confirmationmessage.checkout-confirmation-message .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: 0 0 24px;
}
.m-confirmationmessage.checkout-confirmation-message p {
  margin: 24px 0 0;
}
.m-confirmationmessage.checkout-confirmation-message p.highlight {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  font-family: var(--fontfamily-headlinesfont);
}
.m-confirmationmessage.checkout-confirmation-message .list-unstyled {
  margin: 32px 0 0;
}
.m-confirmationmessage.checkout-confirmation-message
  .list-unstyled
  .a-link:not(.a-button),
.m-confirmationmessage.checkout-confirmation-message
  .list-unstyled
  .a-link:not(.a-button):before {
  color: #007a7a;
}
@media (min-width: 750px) {
  .m-confirmationmessage.checkout-confirmation-message {
    margin-top: 56px;
  }
  .m-consumersearchbox .submitwrapper .a-button {
    margin-top: 11px;
  }
}
.m-confirmationmessage.dob2-confirmation-message {
  margin: 32px 0 0;
  text-align: left;
}
.m-confirmationmessage.dob2-confirmation-message h1.a-heading {
  color: #0b0f12;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 24px;
  width: 100%;
}
.m-confirmationmessage.dob2-confirmation-message p {
  margin: 0;
}
.m-confirmationmessage.dob2-confirmation-message p.highlight {
  color: #2b2f43;
  margin-bottom: 8px;
}
.m-confirmationmessage.dob2-confirmation-message p .a-link {
  gap: 8px;
  margin: 0 8px;
}
.m-confirmationmessage.dob2-confirmation-message p .a-link .icon {
  padding-right: 0;
}
.m-confirmationmessage + .g-layout-full > .g-col > .a-button {
  margin-top: 30px;
}
@media (min-width: 900px) {
  .m-confirmationmessage.dob2-confirmation-message h1.a-heading {
    font-size: 54px;
    line-height: 60px;
  }
  .m-confirmationmessage.dob2-confirmation-message {
    margin: 56px 0 0;
  }
  .m-consumersearchbox .submitwrapper .a-button {
    margin-top: 5px;
  }
}
.m-containerexpandable {
  margin: 0;
}
.m-containerexpandable .a-morecontenttogglelink .a-link.content-less-toggle,
.m-containerexpandable .a-morecontenttogglelink .a-link.content-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1;
  padding-left: 0;
}
.m-containerexpandable
  .a-morecontenttogglelink
  .a-link.content-less-toggle
  i.icon,
.m-containerexpandable .a-morecontenttogglelink .a-link.content-toggle i.icon {
  border: none;
  margin-top: -2px;
}
.m-containerexpandable
  .a-morecontenttogglelink
  .a-link.content-less-toggle
  i.icon:before,
.m-containerexpandable
  .a-morecontenttogglelink
  .a-link.content-toggle
  i.icon:before {
  font-size: 16px;
}
.m-containerexpandable
  .a-morecontenttogglelink
  .a-link.content-less-toggle.is-open,
.m-containerexpandable .a-morecontenttogglelink .a-link.content-toggle.is-open {
  padding-left: 0;
}
.m-containerexpandable
  .a-morecontenttogglelink
  .a-link.content-less-toggle:focus
  i.icon,
.m-containerexpandable
  .a-morecontenttogglelink
  .a-link.content-less-toggle:hover
  i.icon,
.m-containerexpandable
  .a-morecontenttogglelink
  .a-link.content-toggle:focus
  i.icon,
.m-containerexpandable
  .a-morecontenttogglelink
  .a-link.content-toggle:hover
  i.icon {
  border: none;
}
.m-containerexpandable .a-morecontenttogglelink .content {
  font-size: 16px;
  line-height: 26px;
  padding-top: 0 !important;
}
.m-containerexpandable + .m-containerexpandable {
  margin: 13.5px 0 0;
}
.m-containerexpandable .a-heading {
  font-size: 20px;
  line-height: 24px;
}
.m-containerexpandable .containerexpandable-togglelink .content-less-toggle {
  width: auto;
}
.m-containerexpandable .containerexpandable-togglelink ul li > .icon {
  margin-right: 10px;
  width: 17px;
}
.m-containerexpandable
  .containerexpandable-togglelink
  ul
  li
  > .icon.icon-youku {
  font-size: 13px;
}
.m-containerexpandable .m-contenttextmedia {
  margin-bottom: 50px;
  margin-top: 0;
}
.m-containerexpandable .m-contenttextmedia .content {
  margin-top: 0;
}
.m-containerexpandable
  .m-contenttextmedia
  .content-inner
  > .js-moreless
  .a-morelesslink
  .icon {
  left: 7px;
}
.m-containerexpandable
  .m-contenttextmedia
  .content-inner
  > .js-moreless
  .a-morelesslink
  .text {
  margin-left: 8px;
  vertical-align: bottom !important;
}
@media (max-width: 749px) {
  .m-containerexpandable {
    margin: 90px 0 0;
  }
  .m-containerexpandable + .m-containerexpandable {
    margin: 16px 0 0;
  }
  .m-containerexpandable .m-contenttextmedia {
    margin-bottom: 90px;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-headline
    .icon.icon-arrow-down:before {
    content: "\e058";
  }
}
@media (min-width: 900px) {
  .m-containerexpandable {
    margin: 90px 0 0;
    width: 100%;
  }
  .m-containerexpandable + .m-containerexpandable {
    margin: 8px 0 0;
  }
  .m-containerexpandable .m-contenttextmedia {
    margin-bottom: 90px;
  }
  .m-contentheader {
    --color-paddingTop: 90px;
    --color-paddingBottom: 0;
  }
}
.m-contentcomparetable {
  --color-bg: #fff;
  --color-heading: #000;
  --color-text: #000;
  --color-icon: #000;
  --color-border: #000;
}
.m-contentcomparetable .container .content-wrap {
  grid-gap: 14px;
  -ms-grid-columns: (calc(50% - 7px)) [2] !important;
  grid-template-columns: repeat(2, -webkit-calc(50% - 7px)) !important;
  grid-template-columns: repeat(2, calc(50% - 7px)) !important;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item:first-child
  .item-content
  .item-headline
  .icon {
  display: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item:first-child
  .item-content
  > .item-content-information
  ~ .item-content-information:not(:first-child)
  .inner-information {
  margin: 16px 0 16px 16px;
}
@media (min-width: 750px) {
  .m-contentcomparetable .container .content-wrap {
    grid-gap: 40px;
    -ms-grid-columns: (calc(25% - 30px)) [4] !important;
    grid-template-columns: repeat(4, -webkit-calc(25% - 30px)) !important;
    grid-template-columns: repeat(4, calc(25% - 30px)) !important;
    margin-left: 0;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item:first-child
    .item-content
    > .item-content-information
    ~ .item-content-information:not(:first-child)
    .inner-information {
    margin: 16px 0 16px 24px;
  }
}
.m-contentcomparetable
  .container
  .content-wrap
  .item:first-child
  .item-content
  .item-content-information
  .inner-information:last-child {
  margin: 16px 0 !important;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-header
  .m-forminput {
  background: #fff;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-headline
  .icon.icon-arrow-down:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #3cc8be;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-headline
  .icon.icon-arrow-up:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #3cc8be;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .divider-dark,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .divider-light {
  width: -webkit-calc(100% + 14px);
  width: calc(100% + 14px);
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .divider-dark:last-child,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .divider-light:last-child {
  display: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  div.item-content-information:nth-last-child(2) {
  margin-top: 25px;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  div.item-content-information:nth-last-child(2)
  .expand-area:before {
  display: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  div.item-content-information
  .expand-area {
  height: 30px;
  opacity: 1;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  div.item-content-information
  .expand-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#fff)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #fff);
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  div.item-content-information
  .expand-area
  .icon.icon-arrow-down {
  z-index: 2;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  div.item-content-information
  .expand-area
  .icon.icon-arrow-down:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
  color: #3cc8be;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  > .item-content-information
  ~ .item-content-information:not(:first-child) {
  padding-right: 14px;
  width: -webkit-calc(100% + 14px);
  width: calc(100% + 14px);
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-headline
  .headline-expand-area {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #0b0f12;
  font-family: SiemensProgress, sans-serif;
  margin: 0;
}
@media (min-width: 750px) {
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .divider-dark,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .divider-light {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    > .item-content-information
    ~ .item-content-information:not(:first-child) {
    padding-right: 40px;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-headline
    .headline-expand-area {
    font-size: 30px;
    line-height: 40px;
    margin-top: 41px;
    white-space: nowrap;
  }
  .m-contentheader {
    --color-paddingTop: 90px;
    --color-paddingBottom: 0;
  }
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information:last-child {
  margin-top: 25px;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information {
  margin: 16px 0 !important;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain) {
  padding: 11px !important;
  width: 100%;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .text {
  margin-left: 0 !important;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link:not(.a-button-plain)
  .icon {
  display: none;
}
.m-contentheader {
  --color-bg: transparent;
  --color-headertext: #000;
  --color-text: #000;
  --color-link: #000;
  --color-paddingTop: 50px;
  --color-paddingBottom: 0;
  position: relative;
  background-color: var(--color-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding-top: -webkit-calc(
    var(--element-margin) + -webkit-calc(var(--element-margin) / 2)
  );
  padding-top: calc(var(--element-margin) + calc(var(--element-margin) / 2));
}
.m-contentheader::after {
  background-color: var(--color-bg);
}
.m-contentheader .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  font-family: var(--fontfamily-headlinesfont);
  color: var(--color-headertext);
  margin-bottom: 24px;
  position: relative;
}
.m-contentheader .a-heading::after,
.m-contentheader .a-heading::before {
  display: none;
}
.m-contentheader .content {
  color: var(--color-text);
  font-size: 16px;
  line-height: 26px;
}
.m-contentheader .content .a-link:not(.a-link-inline) {
  margin-top: 44px;
}
.m-contentheader .content .footnote-text {
  color: var(--color-headertext);
}
@media (min-width: 750px) {
  .m-contentheader {
    margin: 0;
    padding-left: 17%;
    padding-right: 22%;
    width: 100%;
  }
  .m-contentheader .content {
    font-size: 16px;
    line-height: 26px;
  }
  .m-contentheader .content .a-link:not(.a-link-inline) {
    min-width: 240px;
  }
}
.m-contentloadBySelection__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-contentloadBySelection__content .m-tabs {
  padding-top: 0;
}
.m-contentloadBySelection__content .m-tabs .tab-panel,
.m-contentloadBySelection__content .m-tabs .tab-panel.is-active {
  float: left;
}
.m-contentloadBySelection__content .m-tabs:after {
  display: none;
}
.m-contentteaser {
  --color-bg: #fff;
  --color-heading: #000;
  --color-text: #000;
  --content-primary-position-top: 24px;
  --content-secondary-position-top: 24px;
  --content-default-position-top: 24px;
  --media-secondary-width: 100%;
  --content-primary-paddings-media-left: 0 0 0 22%;
  --content-primary-paddings-media-right: 0 22% 0 6%;
  --content-default-position-copy: 40px;
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  background: var(--color-bg);
  padding-top: 50px;
  padding-bottom: 0;
}
.m-contentteaser .a-link.a-link-secondary:not(.a-button),
.m-contentteaser .a-link:not(.a-button) {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
}
.m-contentteaser .contentteaser-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding: 0;
}
.m-contentteaser .contentteaser-wrap .media {
  margin-bottom: 0;
}
.m-contentteaser .contentteaser-wrap .media .a-image img {
  width: 100%;
}
.m-contentteaser .contentteaser-wrap .content {
  padding: 0 38px 0 30px;
  width: 100%;
}
.m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .heading
  h2.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  font-family: var(--fontfamily-headlinesfont);
}
.m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .heading
  .a-heading {
  color: var(--color-heading);
  margin: 0 0 23px;
}
.m-contentteaser .contentteaser-wrap .content .content-inner .footnote-text,
.m-contentteaser .contentteaser-wrap .content .content-inner p {
  color: var(--color-text);
}
.m-contentteaser .contentteaser-wrap .content .content-inner .list-unstyled,
.m-contentteaser .contentteaser-wrap .content .content-inner .teaser-links {
  margin-top: 20px;
}
.m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .list-unstyled
  .a-button,
.m-contentteaser
  .contentteaser-wrap
  .content
  .content-inner
  .teaser-links
  .a-button {
  min-width: 240px;
  width: auto;
}
.m-contentteaser .contentteaser-wrap.a-area.a-area-primary {
  background: 0 0;
}
.m-contentteaser .contentteaser-wrap.a-area.a-area-primary.media-right .media {
  padding-left: 30px;
  padding-right: 0;
}
.m-contentteaser .contentteaser-wrap.a-area.a-area-primary .media {
  padding-left: 0;
  padding-right: 30px;
}
.m-contentteaser .contentteaser-wrap.a-area.a-area-primary .content {
  position: relative;
  top: var(--content-primary-position-top);
}
.m-contentteaser .contentteaser-wrap.a-area.a-area-secondary {
  background: 0 0;
}
.m-contentteaser .contentteaser-wrap.a-area.a-area-secondary .content {
  position: relative;
  top: var(--content-secondary-position-top);
}
.m-contentteaser .contentteaser-wrap.a-area.a-area-secondary .media {
  width: var(--media-secondary-width);
}
.m-contentteaser
  .contentteaser-wrap:not(.a-area).media-right
  .media
  .media-inner {
  float: right;
}
.m-contentteaser .contentteaser-wrap:not(.a-area) .media .media-inner {
  width: 48%;
}
.m-contentteaser .contentteaser-wrap:not(.a-area) .content {
  padding: 0 83px 0 30px;
  position: relative;
  top: var(--content-secondary-position-top);
}
@media (max-width: 749px) {
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-headline
    .icon.icon-arrow-up:before {
    content: "\e048";
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    div.item-content-information
    .expand-area
    .icon.icon-arrow-down:before {
    content: "\e058";
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-headline {
    min-height: 60px !important;
  }
  .m-contentteaser,
  .m-contentteaser .contentteaser-wrap,
  .m-contentteaser .contentteaser-wrap.a-area,
  .m-contentteaser .contentteaser-wrap.a-area-primary,
  .m-contentteaser .contentteaser-wrap.a-area-secondary,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary.media-right,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-secondary,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-secondary.media-right,
  .m-contentteaser .contentteaser-wrap:not(.a-area) {
    margin: 0 !important;
    width: 100% !important;
  }
  .m-contentteaser .contentteaser-wrap .media,
  .m-contentteaser .contentteaser-wrap.a-area .media,
  .m-contentteaser .contentteaser-wrap.a-area-primary .media,
  .m-contentteaser .contentteaser-wrap.a-area-secondary .media,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary .media,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary.media-right .media,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-secondary .media,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media,
  .m-contentteaser .contentteaser-wrap:not(.a-area) .media {
    padding: 0 !important;
    width: 100%;
  }
  .m-contentteaser .contentteaser-wrap .media .media-inner,
  .m-contentteaser .contentteaser-wrap.a-area .media .media-inner,
  .m-contentteaser .contentteaser-wrap.a-area-primary .media .media-inner,
  .m-contentteaser .contentteaser-wrap.a-area-secondary .media .media-inner,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .media
    .media-inner,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .media
    .media-inner,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .media-inner,
  .m-contentteaser .contentteaser-wrap:not(.a-area) .media .media-inner {
    margin: 0;
    width: 100%;
  }
  .m-contentteaser .contentteaser-wrap .media .media-inner .a-image,
  .m-contentteaser .contentteaser-wrap.a-area .media .media-inner .a-image,
  .m-contentteaser
    .contentteaser-wrap.a-area-primary
    .media
    .media-inner
    .a-image,
  .m-contentteaser
    .contentteaser-wrap.a-area-secondary
    .media
    .media-inner
    .a-image,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .media
    .media-inner
    .a-image,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .media
    .media-inner
    .a-image,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    .a-image,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .media-inner
    .a-image,
  .m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    .a-image {
    width: 100%;
  }
  .m-contentteaser .contentteaser-wrap .media .media-inner .a-image img,
  .m-contentteaser .contentteaser-wrap.a-area .media .media-inner .a-image img,
  .m-contentteaser
    .contentteaser-wrap.a-area-primary
    .media
    .media-inner
    .a-image
    img,
  .m-contentteaser
    .contentteaser-wrap.a-area-secondary
    .media
    .media-inner
    .a-image
    img,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .media
    .media-inner
    .a-image
    img,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .media
    .media-inner
    .a-image
    img,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    .a-image
    img,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .media-inner
    .a-image
    img,
  .m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    .a-image
    img {
    height: auto;
    width: 100%;
  }
  .m-contentteaser .contentteaser-wrap .content,
  .m-contentteaser .contentteaser-wrap.a-area .content,
  .m-contentteaser .contentteaser-wrap.a-area-primary .content,
  .m-contentteaser .contentteaser-wrap.a-area-secondary .content,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary .content,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content,
  .m-contentteaser .contentteaser-wrap.a-area.a-area-secondary .content,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .content,
  .m-contentteaser .contentteaser-wrap:not(.a-area) .content {
    padding: 0;
    top: auto !important;
  }
  .m-contentteaser .contentteaser-wrap .content .content-inner .heading,
  .m-contentteaser .contentteaser-wrap.a-area .content .content-inner .heading,
  .m-contentteaser
    .contentteaser-wrap.a-area-primary
    .content
    .content-inner
    .heading,
  .m-contentteaser
    .contentteaser-wrap.a-area-secondary
    .content
    .content-inner
    .heading,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    .heading,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner
    .heading,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .content
    .content-inner
    .heading,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .content
    .content-inner
    .heading,
  .m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .content
    .content-inner
    .heading {
    margin-top: 24px;
  }
}
@media (min-width: 750px) {
  .m-contentteaser {
    margin: 0 -64px;
    width: -webkit-calc(100% + 128px);
    width: calc(100% + 128px);
    padding-top: 90px;
    padding-bottom: 0;
  }
  .m-contentteaser .contentteaser-wrap {
    padding: 0;
  }
  .m-contentteaser .contentteaser-wrap .media-inner {
    margin: 0;
    padding: 0;
  }
  .m-contentteaser .contentteaser-wrap .content {
    padding: 0 64px;
  }
  .m-contentteaser .contentteaser-wrap .content .content-inner {
    margin: 0;
    padding: 0;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary .media {
    padding-right: 64px;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary .media .a-image {
    text-align: left;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .media {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding-left: 64px;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .media
    .a-image {
    text-align: right;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner {
    margin: 0;
    padding: 0;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-secondary .media .a-image {
    text-align: left;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .a-image {
    text-align: right;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .content
    .content-inner {
    margin: 0;
    padding: 0;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area) .media .a-image {
    text-align: left;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area).media-right .media {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .m-contentteaser
    .contentteaser-wrap:not(.a-area).media-right
    .media
    .a-image {
    text-align: right;
  }
  .m-contentteaser
    .contentteaser-wrap:not(.a-area).media-right
    .content
    .content-inner {
    margin: 0;
    padding: 0;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area) .content {
    padding: 0 83px 0 64px;
  }
}
@media (min-width: 900px) {
  .m-contentteaser {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    width: 100vw !important;
    margin-top: 0;
    padding: 90px 0 0;
  }
  .m-contentteaser .contentteaser-wrap .content .content-inner .list-unstyled,
  .m-contentteaser .contentteaser-wrap .content .content-inner .teaser-links {
    margin-top: 30px;
  }
  .m-contentteaser
    .contentteaser-wrap.media-right
    .content
    .content-inner
    .heading,
  .m-contentteaser .contentteaser-wrap.media-right .content .content-inner p,
  .m-contentteaser .contentteaser-wrap.media-right .content .content-inner ul {
    text-align: right;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary {
    width: 86%;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary .media {
    padding: 0;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .media
    .a-image
    img {
    width: 100%;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary .content {
    padding: var(--content-primary-paddings-media-left);
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto) [1];
    grid-template-rows: repeat(1, auto);
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    .heading {
    grid-row: 1/10;
    grid-column: 2/1;
    padding-right: 60px;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    p {
    padding-left: 60px;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    p:first-of-type {
    padding-top: 63px;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    ul {
    margin-top: 19px;
    padding-left: 60px;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-primary.media-right {
    margin-left: auto;
    margin-right: 0;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .media {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .media {
    padding: 0;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content {
    padding: var(--content-primary-paddings-media-right) !important;
    width: 100%;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner
    .heading,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner
    p,
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner
    ul {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    text-align: left !important;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner
    p:empty {
    display: none;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-secondary .media {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    padding: 0;
    width: 49%;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    width: 49%;
  }
  .m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .content {
    left: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 275px 0 0 22%;
    right: var(--content-default-position-copy);
  }
  .m-contentteaser .contentteaser-wrap.a-area.a-area-secondary .content {
    -webkit-flex-basis: 51%;
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
    left: var(--content-default-position-copy);
    padding: 275px 22% 0 0;
    right: auto;
    top: 0;
    width: 51%;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 64px;
    padding-right: 64px;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area) .content,
  .m-contentteaser .contentteaser-wrap:not(.a-area) .media {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area) .media .media-inner {
    width: 100%;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area) .content {
    left: var(--content-default-position-copy);
    padding: 13% 75px 0 0;
    right: auto;
    top: 0;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area) .content .content-inner p,
  .m-contentteaser .contentteaser-wrap:not(.a-area) .content .content-inner ul {
    margin-left: 0;
    margin-right: auto;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area).media-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area).media-right .media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .m-contentteaser .contentteaser-wrap:not(.a-area).media-right .content {
    left: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    padding: 13% 0 0 75px;
    right: var(--content-default-position-copy);
  }
  .m-contentteaser
    .contentteaser-wrap:not(.a-area).media-right
    .content
    .content-inner
    p,
  .m-contentteaser
    .contentteaser-wrap:not(.a-area).media-right
    .content
    .content-inner
    ul {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .m-contentteaser .contentteaser-wrap:not(.a-area) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .m-contentteaser {
    margin-left: -260px !important;
    width: 1920px !important;
  }
}
.m-contenttext {
  margin: 50px 0 0;
}
@media (min-width: 750px) {
  .m-contenttext {
    margin: 90px 0 0;
  }
}
@media (min-width: 900px) {
  .m-contenttext {
    margin: 90px 0 0;
  }
}
.m-contenttext p {
  font-size: 18px;
  line-height: 24px;
}
.m-contenttext2col {
  --m-contenttext2col-color: #000;
  color: var(--m-contenttext2col-color);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
.m-contenttext2col .content {
  width: 88%;
}
.m-contenttext2col .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
  color: var(--m-contenttext2col-color);
  font-family: var(--fontfamily-headlinesfont);
}
.m-contenttext2col .a-heading:last-of-type {
  margin-bottom: 18px;
}
@media (min-width: 750px) {
  .m-contenttext2col .a-heading:last-of-type {
    margin-bottom: 23px;
  }
}
@media (min-width: 900px) {
  .m-contenttext2col .a-heading:last-of-type {
    margin-bottom: 40px;
  }
}
.m-contenttext2col .a-text2col .a-textpictogram {
  float: left;
  margin-bottom: -5px;
}
.m-contenttext2col .a-text2col .a-textpictogram .a-image {
  margin-bottom: 30px;
  margin-right: 8px;
}
.m-contenttext2col .a-text2col .a-textpictogram .text {
  display: block;
}
.m-contenttext2col .a-text2col .a-textpictogram .text p {
  margin-bottom: 25px;
  margin-top: -3px;
}
.m-contenttext2col .a-text2col .text {
  width: auto;
}
.m-contenttext2col .list-unstyled {
  clear: both;
  margin-bottom: 0;
}
.m-contenttext2col .list-unstyled li:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .m-contenttext2col {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .m-contenttext2col .a-text2col .a-link:only-of-type .a-image {
    margin-right: 30px;
  }
  .m-contenttext2col .a-text2col .columnize {
    width: 100%;
  }
  .m-contenttext2col .a-text2col .text {
    padding-right: 0;
  }
  .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
}
@media (min-width: 900px) {
  .m-contenttext2col {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .m-contenttext2col .content {
    padding: 0 8%;
    width: 100%;
  }
  .m-contenttext2col .a-text2col .columnize {
    width: 100%;
  }
  .m-contenttext2col .a-text2col .columnize .column .a-textpictogram .text {
    padding: 0;
  }
  .m-contenttext2col .a-text2col .a-textpictogram .a-image {
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .m-contenttext2col .a-text2col .a-textpictogram .text p {
    margin-bottom: 25px;
  }
  .m-contenttext2col .a-text2col .column {
    margin-bottom: 0;
  }
  .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
}
.m-contenttextmedia {
  --color-ctm-bg: #fff;
  --color-ctm-heading: #000;
  --color-ctm-text: #000;
  --color-ctm-linklist: #000;
  --color-ctm-paddingTop: 50px;
  --color-ctm-paddingBottom: 0;
  --color-ctm-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --color-ctm-arrows: #007a7a;
  background: var(--color-ctm-bg);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0 !important;
  padding: var(--element-margin) 0 0 0;
}
.m-contenttextmedia::after {
  display: none;
}
.m-contenttextmedia .heading {
  padding: 0;
}
.m-contenttextmedia .heading .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  color: var(--color-ctm-heading);
  font-family: var(--fontfamily-headlinesfont);
}
.m-contenttextmedia .heading .a-heading:last-of-type {
  margin-bottom: 18px;
}
@media (max-width: 749px) {
  .m-contenttextmedia > .heading {
    padding: 0 30px;
  }
}
.m-contenttextmedia .media {
  margin-bottom: 28px;
  padding: 0;
  width: 77%;
}
.m-contenttextmedia .media .a-image img {
  width: 100%;
  height: 100%;
}
.m-contenttextmedia .media .m-slider {
  margin-bottom: 0;
}
.m-contenttextmedia .media .m-slider .paginationarrows {
  position: static;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.m-contenttextmedia .media .m-slider .paginationarrows .a-paginationarrows.next,
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.prev {
  border-radius: 2px;
  background: 0 0;
  color: var(--color-ctm-arrows);
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0 !important;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  width: 40px;
}
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.next::before,
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.prev::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.next:hover,
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.prev:hover {
  opacity: 1;
}
@media (min-width: 750px) {
  .m-contenttextmedia .heading .a-heading:last-of-type {
    margin-bottom: 23px;
  }
  .m-contenttextmedia
    .media
    .m-slider
    .paginationarrows
    .a-paginationarrows.next,
  .m-contenttextmedia
    .media
    .m-slider
    .paginationarrows
    .a-paginationarrows.prev {
    height: 60px;
    width: 60px;
  }
  .m-contenttextmedia
    .media
    .m-slider
    .paginationarrows
    .a-paginationarrows.next::before,
  .m-contenttextmedia
    .media
    .m-slider
    .paginationarrows
    .a-paginationarrows.prev::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
}
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.prev {
  left: 0;
}
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.prev::before {
  content: "\e007";
}
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.next {
  right: 0;
}
.m-contenttextmedia
  .media
  .m-slider
  .paginationarrows
  .a-paginationarrows.next::before {
  content: "\e008";
}
@media (min-width: 900px) {
  .m-contenttextmedia
    .media
    .m-slider
    .paginationarrows
    .a-paginationarrows.prev {
    left: 0;
  }
  .m-contenttextmedia
    .media
    .m-slider
    .paginationarrows
    .a-paginationarrows.next {
    right: 0;
  }
}
.m-contenttextmedia .media .media-inner .a-link.has-video-play::before {
  background: #3cc8be;
  -webkit-box-shadow: 0 0 0 6px rgba(60, 200, 190, 0.2);
  box-shadow: 0 0 0 6px rgba(60, 200, 190, 0.2);
  border-radius: 50%;
  height: 72px;
  left: 50%;
  line-height: 69px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 72px;
}
.m-contenttextmedia .media .media-inner .a-link.has-video-play:hover::before {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.m-contenttextmedia .media .m-listbox {
  padding: 0 var(--max-pagewidth-padding);
}
.m-contenttextmedia .media:first-child .m-listbox {
  padding-left: var(--max-pagewidth-padding);
  padding-right: 0;
}
.m-contenttextmedia .media:first-child .m-slider .paginationarrows {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.m-contenttextmedia .media:first-child .mediagallery-thumbnailcarousel {
  float: left;
}
.m-contenttextmedia .media:not(:first-child) .m-listbox {
  padding-right: var(--max-pagewidth-padding);
  padding-left: 0;
}
.m-contenttextmedia .media:not(:first-child) .m-slider .paginationarrows {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.m-contenttextmedia .media:not(:first-child) .mediagallery-thumbnailcarousel {
  float: right;
}
.m-contenttextmedia .media .mediagallery-thumbnailcarousel {
  margin-top: -25px;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  padding: 0;
}
.m-contenttextmedia .media .mediagallery-thumbnailcarousel .paginationarrows {
  display: none;
}
.m-contenttextmedia .media .mediagallery-thumbnailcarousel .slide {
  padding-right: 5px;
  padding-left: 5px;
}
.m-contenttextmedia
  .media
  .mediagallery-thumbnailcarousel
  .slide
  .mediagallery-thumbnailcarousel-hover {
  border: 2px solid #3cc8be;
  left: 5px;
  right: 5px;
}
.m-contenttextmedia .media .mediagallery-thumbnailcarousel .slide img {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 750px) {
  .m-contenttextmedia .media .mediagallery-thumbnailcarousel {
    margin-top: -40px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
.m-contenttextmedia .content {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 749px) {
  .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    li:not(:only-child)
    .a-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.m-contenttextmedia .content:not(:only-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.m-contenttextmedia
  .content
  .js-moreless
  > .text:not(.js-moreless-toggle-text) {
  color: var(--color-ctm-text);
}
.m-contenttextmedia
  .content
  .js-moreless
  > .text:not(.js-moreless-toggle-text).is-cropped[style*="height"] {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.m-contenttextmedia
  .content
  .js-moreless
  > .text:not(.js-moreless-toggle-text).is-cropped[style*="height"]:after {
  background: var(--color-ctm-gradient);
  bottom: 0;
  content: "";
  height: 79px;
  left: 0;
  position: absolute;
  width: 100%;
}
.m-contenttextmedia .content .js-moreless .a-link.a-morelesslink {
  left: 50%;
  right: 50%;
  margin-top: 0;
}
.m-contenttextmedia .content .js-moreless .a-link.a-morelesslink .text {
  display: none;
}
.m-contenttextmedia
  .content
  .js-moreless
  .a-link.a-morelesslink
  .icon.icon-arrow-down {
  margin-top: 8px;
}
.m-contenttextmedia
  .content
  .js-moreless
  .a-link.a-morelesslink
  .icon.icon-arrow-up {
  margin-top: 15px;
}
.m-contenttextmedia .content p:last-child {
  margin-bottom: 0;
}
.m-contenttextmedia .content p .a-button {
  margin-top: 32px;
}
.m-contenttextmedia .content .footnote-text {
  color: var(--color-ctm-text);
}
.m-contenttextmedia .content .list-unstyled {
  margin-bottom: 0;
  margin-top: 32px;
}
.m-contenttextmedia .content .list-unstyled li:last-of-type {
  margin-bottom: 0;
}
.m-contenttextmedia .content .list-unstyled li > .a-link:not(.a-button):before {
  left: 0;
}
.m-contenttextmedia .a-textpictogram {
  margin-bottom: 0;
}
.m-contenttextmedia .a-textpictogram > .a-link {
  border: none;
}
.m-contenttextmedia .a-textpictogram .a-image.float-left {
  float: none;
}
.m-contenttextmedia[data-media-size="size-1of3"] .media {
  width: 65%;
}
.m-contenttextmedia[data-media-size="size-1of3"]
  .media
  .m-slider
  .paginationarrows {
  bottom: -36px;
  left: 0;
  right: auto;
}
.m-contenttextmedia[data-media-size="size-1of3"] .content {
  padding-left: 0;
  padding-right: 0;
}
.m-contenttextmedia[data-media-size="size-2of3"] {
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
}
.m-contenttextmedia[data-media-size="size-2of3"] .media {
  padding: 0 0 0 30px !important;
  width: 100%;
}
.m-contenttextmedia[data-media-size="size-2of3"] .media:last-child {
  padding-left: 0 !important;
  padding-right: 30px !important;
}
@media (max-width: 749px) {
  .m-contenttextmedia[data-media-size="size-2of3"] > .heading {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .m-contenttextmedia[data-media-size="size-2of3"] .content {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .m-contenttextmedia[data-media-size="size-2of3"] .media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.m-contenttextmedia:not([data-media-size="size-1of3"]) {
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
}
@media (min-width: 900px) {
  .m-contenttextmedia {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: 0;
    padding-right: 0;
    width: 100vw !important;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .m-contenttextmedia > .heading {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .m-contenttextmedia .media {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    padding-left: 0;
    padding-right: 0 !important;
    width: 43%;
  }
  .m-contenttextmedia .media:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .m-contenttextmedia .content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
  .m-contenttextmedia .content:only-child {
    max-width: 1400px;
    padding-left: 64px;
    padding-right: 0;
    width: 58%;
  }
  .m-contenttextmedia .content:not(:only-child) {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
  .m-contenttextmedia .content:not(:only-child) > .heading {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0;
    padding-left: 80px;
    width: 80%;
  }
  .m-contenttextmedia .content:not(:only-child) > .heading ~ .content-inner {
    padding-top: 0;
  }
  .m-contenttextmedia .content:not(:only-child) .content-inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0;
    padding-left: 80px;
    width: 80%;
  }
  .m-contenttextmedia .content:not(:only-child):first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .m-contenttextmedia .content:not(:only-child):first-child .content-inner,
  .m-contenttextmedia .content:not(:only-child):first-child > .heading {
    padding-left: 13.5vw;
    width: 60%;
  }
  .m-contenttextmedia[data-media-size="size-1of3"] {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 73vw !important;
  }
  .m-contenttextmedia[data-media-size="size-1of3"] .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 0 !important;
    width: 48%;
  }
  .m-contenttextmedia[data-media-size="size-1of3"] .content,
  .m-contenttextmedia[data-media-size="size-1of3"] .media:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .m-contenttextmedia[data-media-size="size-1of3"] .content:not(:only-child) {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
  .m-contenttextmedia[data-media-size="size-1of3"]
    .content:not(:only-child)
    > .heading {
    padding-top: 0;
    padding-left: 80px;
    width: 75%;
  }
  .m-contenttextmedia[data-media-size="size-1of3"]
    .content:not(:only-child)
    > .heading
    ~ .content-inner {
    padding-top: 0;
  }
  .m-contenttextmedia[data-media-size="size-1of3"]
    .content:not(:only-child)
    .content-inner {
    padding-top: 0;
    padding-left: 80px;
    width: 75%;
  }
  .m-contenttextmedia[data-media-size="size-1of3"]
    .content:not(:only-child):first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .m-contenttextmedia[data-media-size="size-1of3"]
    .content:not(:only-child):first-child
    .content-inner,
  .m-contenttextmedia[data-media-size="size-1of3"]
    .content:not(:only-child):first-child
    > .heading {
    padding-left: 0;
  }
  .m-contenttextmedia[data-media-size="size-2of3"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto !important;
    width: 100% !important;
    --media-width: -webkit-calc(65% + var(--max-pagewidth-padding));
    --media-width: calc(65% + var(--max-pagewidth-padding));
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-contenttextmedia[data-media-size="size-2of3"] .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--media-width);
    -ms-flex: 0 0 var(--media-width);
    flex: 0 0 var(--media-width);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 !important;
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-left: calc(var(--max-pagewidth-padding) * -1);
    width: var(--media-width);
  }
  .m-contenttextmedia[data-media-size="size-2of3"] .media:last-child {
    margin-left: 0;
    margin-right: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-right: calc(var(--max-pagewidth-padding) * -1);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 !important;
  }
  .m-contenttextmedia[data-media-size="size-2of3"] .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .m-contenttextmedia[data-media-size="size-2of3"] .content:not(:only-child) {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    width: 28%;
  }
  .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child)
    > .heading {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child)
    > .heading
    ~ .content-inner {
    padding-top: 0;
  }
  .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child)
    .content-inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child):first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child):first-child
    .content-inner,
  .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child):first-child
    > .heading {
    padding-left: 0;
    width: 100%;
  }
  .m-contenttextmedia[data-media-size="size-2of3"] > .heading {
    width: 100%;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1920px) {
  .m-contenttextmedia[data-media-size="size-1of3"] {
    width: 100% !important;
  }
}
@media (min-width: 900px) {
  .m-contenttextmedia:not([data-media-float="right"]) .media .a-caption {
    display: block;
    margin: 11px 0 0;
    text-align: right;
  }
  .m-contenttextmedia[data-heading-above="true"]:not(
      [data-media-size="size-2of3"]
    ):not([data-media-size="size-1of3"]) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-contenttextmedia[data-heading-above="true"]:not(
      [data-media-size="size-2of3"]
    ):not([data-media-size="size-1of3"])
    .heading {
    width: 100%;
  }
  .m-contenttextmedia[data-heading-above="true"]:not(
      [data-media-size="size-2of3"]
    ):not([data-media-size="size-1of3"])
    .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57%;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%;
  }
  .m-contenttextmedia[data-heading-above="true"]:not(
      [data-media-size="size-2of3"]
    ):not([data-media-size="size-1of3"])[data-media-float="right"]
    .heading {
    padding-left: 0;
  }
  .m-contenttextmedia[data-heading-above="true"][data-media-size="size-2of3"] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-contenttextmedia[data-heading-above="true"][data-media-size="size-2of3"]
    .heading {
    width: 100%;
  }
  .m-contenttextmedia[data-heading-above="true"][data-media-size="size-1of3"] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-contenttextmedia[data-heading-above="true"][data-media-size="size-1of3"]
    .heading {
    width: 100%;
  }
  .m-contenttextmedia[data-heading-above="true"][data-media-size="size-1of3"]
    .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
  }
  .m-contenttextmedia[data-heading-above="true"][data-media-size="size-1of3"][data-media-float="right"]
    .content
    .content-inner {
    padding-left: 0;
    width: 95%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .m-contenttextmedia .content:not(:only-child) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .m-contenttextmedia .media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 1400px) {
  .m-contenttextmedia .content:only-child {
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
  }
  .m-contenttextmedia .content:only-child > * {
    width: 58%;
  }
}
@media only screen and (min-width: 1920px) {
  .m-contenttextmedia {
    margin-left: -260px !important;
    width: 1920px !important;
  }
}
.m-contenttextmediabig {
  --color-bg: transparent;
  --color-text: #000;
  --contenttextmediabig--color-arrows: #007a7a;
  background-color: var(--color-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  padding: var(--element-margin) 0 0 0;
  width: 100vw;
}
.m-contenttextmediabig .media {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
}
.m-contenttextmediabig .media:first-child {
  margin-bottom: 0;
}
.m-contenttextmediabig .media .a-caption {
  color: #879baa;
  display: none;
  margin: 0;
  padding: 8px 10px 0 13.5px;
  width: 100%;
}
.m-contenttextmediabig .media .media-inner {
  height: 100%;
  padding-bottom: 0;
}
.m-contenttextmediabig .media .media-inner > .m-video .a-image img {
  width: 100% !important;
}
.m-contenttextmediabig .media .a-image {
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  .m-contenttextmediabig .media .a-image {
    height: auto;
    margin-bottom: 36px;
  }
}
.m-contenttextmediabig .media .a-image img {
  width: 100%;
  height: auto;
}
.m-contenttextmediabig .media .m-imagesequencer,
.m-contenttextmediabig .media .m-video {
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  .m-contenttextmediabig .media .m-imagesequencer,
  .m-contenttextmediabig .media .m-video {
    height: auto;
    margin-bottom: 36px;
  }
}
.m-contenttextmediabig .media .m-video {
  z-index: 1;
}
.m-contenttextmediabig .media .m-mediagallery {
  height: auto;
  margin-bottom: 40px;
}
.m-contenttextmediabig .media .m-mediagallery .mediagallery-caption {
  display: block;
}
.m-contenttextmediabig .media .m-mediagallery .mediagallery-wrapper {
  height: 100%;
  margin: 0;
}
.m-contenttextmediabig .media .m-mediagallery .a-image {
  margin-bottom: 0;
}
.m-contenttextmediabig .media .m-mediagallery .a-image img {
  width: 100%;
}
.m-contenttextmediabig .media .m-mediagallery .m-slider {
  height: 100%;
  margin-bottom: 0;
}
.m-contenttextmediabig
  .media
  .m-mediagallery
  .m-slider.slick-initialized
  .slick-list {
  height: 100% !important;
}
.m-contenttextmediabig
  .media
  .m-mediagallery
  .m-slider.slick-initialized
  .slick-list
  .slick-track {
  height: 100%;
}
.m-contenttextmediabig
  .media
  .m-mediagallery
  .m-slider.slick-initialized
  .slick-list
  .slide {
  height: 100% !important;
}
.m-contenttextmediabig
  .media
  .m-mediagallery
  .m-slider
  .paginationarrows
  .a-paginationarrows.next {
  right: 16px;
}
.m-contenttextmediabig
  .media
  .m-mediagallery
  .m-slider
  .paginationarrows
  .a-paginationarrows.prev {
  left: 16px;
}
.m-contenttextmediabig .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0 30px;
  width: 100%;
}
.m-contenttextmediabig .content .a-heading,
.m-contenttextmediabig .content h2.a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  color: var(--color-text);
  font-family: var(--fontfamily-headlinesfont);
}
.m-contenttextmediabig .content .content-inner div.text {
  color: var(--color-text);
  margin: 11px 0 0;
}
.m-contenttextmediabig .content .content-inner div.text p {
  color: var(--color-text);
}
.m-contenttextmediabig .content .content-inner div.text p:last-child {
  margin-bottom: 32px;
}
.m-contenttextmediabig .content .a-textpictogram,
.m-contenttextmediabig .content ul,
.m-contenttextmediabig .content ul li:last-child {
  margin-bottom: 0;
}
.m-contenttextmediabig
  .m-mediagallery
  .mediagallery-wrapper
  .mediagallery-mainslider
  .mediagallery-paginationarrows
  .next,
.m-contenttextmediabig
  .m-mediagallery
  .mediagallery-wrapper
  .mediagallery-mainslider
  .mediagallery-paginationarrows
  .prev {
  border-radius: 2px;
  background: #7b89a1;
  color: #fff;
  height: 40px;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  visibility: visible;
  width: 40px;
}
.m-contenttextmediabig
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows {
  bottom: -33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  height: auto;
  left: 16px;
  position: absolute;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: auto;
}
.m-contenttextmediabig
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.next,
.m-contenttextmediabig
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.prev {
  background: 0 0;
  bottom: auto;
  border-radius: 0;
  color: var(--contenttextmediabig--color-arrows);
  font-size: 16px;
  height: 16px;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 16px;
}
.m-contenttextmediabig
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.next:before,
.m-contenttextmediabig
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.prev:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
@media (min-width: 900px) {
  .m-contenttextmediabig .media .m-mediagallery .a-image img {
    width: auto;
  }
  .m-contenttextmediabig
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next,
  .m-contenttextmediabig
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev {
    width: 24px;
    height: 24px;
  }
  .m-contenttextmediabig
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next:before,
  .m-contenttextmediabig
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev:before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .m-contenttextmediabig
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows {
    bottom: -52px;
    left: 0;
  }
}
.m-contenttextmediabig .m-slider.mediagallery-thumbnailcarousel {
  margin-top: 16px !important;
  padding: 0;
}
.m-contenttextmediabig .m-slider.mediagallery-thumbnailcarousel .slick-list {
  margin-left: auto;
  width: -webkit-calc(100% - 86px) !important;
  width: calc(100% - 86px) !important;
}
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list
  .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list
  .slick-track::before,
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list
  .slick-track:after {
  display: none;
}
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list
  .slick-track
  .slide {
  padding: 0;
}
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list
  .slick-track
  .slide.is-active {
  border: 2px solid var(--contenttextmediabig--color-arrows);
}
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list
  .slick-track
  .slide
  .a-image {
  height: auto;
  padding: 0;
}
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list
  .slick-track
  .slide
  .a-image
  img {
  height: auto;
  object-fit: cover;
  padding: 0;
}
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list
  .slick-track
  .slide
  .mediagallery-thumbnailcarousel-hover {
  left: 0;
  right: 0;
  width: 100%;
}
.m-contenttextmediabig
  .m-slider.mediagallery-thumbnailcarousel
  .paginationarrows.mediagallery-paginationarrows {
  display: none;
}
@media (min-width: 900px) {
  .m-contenttextmediabig
    .m-slider.mediagallery-thumbnailcarousel
    .slick-list
    .slick-track {
    gap: 24px;
  }
  .m-contenttextmediabig .m-slider.mediagallery-thumbnailcarousel {
    margin-top: 32px !important;
  }
}
@media (min-width: 750px) {
  .m-contenttextmediabig .media .m-mediagallery {
    margin-bottom: 0;
    height: auto;
  }
  .m-contenttextmediabig
    .m-mediagallery
    .mediagallery-wrapper
    .mediagallery-mainslider
    .mediagallery-paginationarrows
    .next,
  .m-contenttextmediabig
    .m-mediagallery
    .mediagallery-wrapper
    .mediagallery-mainslider
    .mediagallery-paginationarrows
    .prev {
    height: 60px;
    width: 60px;
  }
  .m-contenttextmediabig {
    margin-bottom: 0;
  }
  .m-contenttextmediabig .media,
  .m-contenttextmediabig .media .media-inner {
    height: auto;
  }
  .m-contenttextmediabig .media .a-caption {
    padding-left: 23px;
  }
  .m-contenttextmediabig .media .m-mediagallery .mediagallery-caption {
    display: block;
  }
  .m-contenttextmediabig
    .media
    .m-mediagallery
    .m-slider.slick-initialized
    .slick-list,
  .m-contenttextmediabig
    .media
    .m-mediagallery
    .m-slider.slick-initialized
    .slick-list
    .slide {
    height: auto !important;
  }
  .m-contenttextmediabig .content {
    padding: 0 64px;
  }
  .m-contenttextmediabig .content .content-inner {
    width: 83.3333%;
  }
  .m-contenttextmediabig .content .a-heading,
  .m-contenttextmediabig .content h2.a-heading {
    margin: 20px 0 0;
  }
  .m-contenttextmediabig .content .content-inner div.text {
    margin: 14px 0 0;
  }
  .m-contenttextmediaslider.size-s
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev {
    left: 0;
  }
}
@media (min-width: 900px) {
  .m-contenttextmediabig.hotstory .media .a-image img {
    width: auto !important;
  }
  .m-contenttextmediabig.hotstory .media .m-video .a-image img {
    width: 100% !important;
  }
  .m-contenttextmediabig .content,
  .m-contenttextmediabig .media {
    margin: 0 0 0 auto;
    width: 80%;
  }
  .m-contenttextmediabig .content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  .m-contenttextmediabig .content .content-inner {
    width: 60%;
  }
  .m-contenttextmediabig .content .a-heading,
  .m-contenttextmediabig .content h2.a-heading {
    margin: 0;
    padding: 0;
  }
  .m-contenttextmediabig .content .content-inner div.text {
    margin: 0;
    padding: 18px 0 0;
  }
  .m-contenttextmediabig .content .list-unstyled {
    margin: 0;
    padding: 0 0 25px;
  }
  .m-contenttextmediabig .media {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .m-contenttextmediabig .media .media-inner {
    padding-bottom: 0;
  }
  .m-contenttextmediabig .media .a-caption {
    padding-left: 0;
  }
  .m-contenttextmediabig .media .m-mediagallery {
    margin-bottom: 0;
  }
  .m-contenttextmediabig .media .m-mediagallery .a-image img,
  .m-contenttextmediabig .media .m-mediagallery .mediagallery-caption {
    width: 100%;
  }
  .m-contenttextmediabig
    .media
    .m-mediagallery
    .m-slider.mediagallery-thumbnailcarousel {
    margin-top: 63px;
  }
}
@media only screen and (min-width: 1920px) {
  .m-contenttextmediabig {
    margin-left: -260px !important;
    width: 1920px !important;
  }
}
.m-contenttextmediaslider {
  --color-bg: transparent;
  --color-pagination: #000;
  --color-arrows-color: #007a7a;
  background-color: var(--color-bg);
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 50px;
}
.m-contenttextmediaslider.pagination-with-dots.size-s
  .m-slider.slick-initialized
  .a-paginationdots {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
}
.m-contenttextmediaslider.pagination-with-dots
  .m-slider.slick-initialized
  .a-paginationdots
  li
  button {
  background: #000;
}
.m-contenttextmediaslider.size-s .m-slider.slick-initialized .paginationarrows {
  margin: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-contenttextmediaslider.size-s
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next,
.m-contenttextmediaslider.size-s
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev {
  position: relative;
}
.m-contenttextmediaslider.size-s
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev {
  left: 0;
}
.m-contenttextmediaslider.size-s
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next {
  right: 0;
}
.m-contenttextmediaslider.size-l .m-slider,
.m-contenttextmediaslider.size-m .m-slider {
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
}
.m-contenttextmediaslider.size-l .m-slider.slick-initialized .paginationarrows,
.m-contenttextmediaslider.size-m .m-slider.slick-initialized .paginationarrows {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: var(--max-pagewidth-padding);
  margin-top: 0;
}
.m-contenttextmediaslider.size-l
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next,
.m-contenttextmediaslider.size-l
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev,
.m-contenttextmediaslider.size-m
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next,
.m-contenttextmediaslider.size-m
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev {
  position: relative;
}
.m-contenttextmediaslider .m-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.m-contenttextmediaslider .m-slider.slick-initialized .paginationarrows {
  height: auto;
  margin: 40px 0 0;
  left: 0;
  position: relative;
  pointer-events: none;
  visibility: visible;
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next,
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev {
  border-radius: 2px;
  color: var(--color-arrows-color);
  height: 40px;
  margin: 0;
  opacity: 0.8;
  padding: 0;
  position: relative;
  pointer-events: auto;
  visibility: visible;
  width: 40px;
}
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next::before,
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next:hover,
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev:hover {
  opacity: 1;
}
@media (min-width: 900px) {
  .m-contenttextmediaslider .m-slider.slick-initialized .paginationarrows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.next,
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev {
    height: 60px;
    width: 60px;
  }
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.next::before,
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
}
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev {
  left: 0;
  z-index: 10;
}
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.prev::before {
  content: "\e007";
}
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next {
  right: 0;
  z-index: 10;
}
.m-contenttextmediaslider
  .m-slider.slick-initialized
  .paginationarrows
  .a-paginationarrows.next::before {
  content: "\e008";
}
.m-contenttextmediaslider .m-slider.slick-initialized .a-paginationdots {
  margin-top: 40px;
}
.m-contenttextmediaslider .m-slider.slick-initialized .slick-list {
  z-index: 0;
}
.m-contenttextmediaslider .m-contenttextmedia {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 749px) {
  .m-contenttextmediaslider.pagination-with-dots
    .m-slider.slick-initialized
    .paginationarrows,
  .m-contenttextmediaslider.pagination-with-dots
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows {
    display: none !important;
  }
  .m-contenttextmediaslider.size-l .m-slider .slide,
  .m-contenttextmediaslider.size-m .m-slider .slide {
    max-width: none;
    padding-left: 30px;
  }
  .m-contenttextmediaslider .m-slider.slick-initialized .a-paginationdots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .a-paginationdots
    .slick-dots {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5px;
    position: relative;
    width: -webkit-calc(100vw - 30px);
    width: calc(100vw - 30px);
  }
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .a-paginationdots
    .slick-dots::after {
    bottom: 0;
    background: var(--color-pagination);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .m-contenttextmediaslider .m-slider.slick-initialized .a-paginationdots li {
    background: var(--color-pagination);
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    width: auto;
  }
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .a-paginationdots
    li.slick-active {
    height: 3px;
  }
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .a-paginationdots
    li
    button {
    display: none;
  }
  .m-contenttextmediaslider .m-contenttextmedia[data-media-size="size-2of3"] {
    margin: 0 !important;
    width: 100% !important;
  }
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .media {
    padding: 0 !important;
  }
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content {
    padding-left: 0;
    padding-right: 0;
  }
  .m-contenttextmediaslider .m-slider {
    overflow: hidden;
  }
}
@media (min-width: 900px) {
  .m-contenttextmediaslider .m-contenttextmedia[data-media-size="size-2of3"] {
    --media-width: -webkit-calc(65%);
    --media-width: calc(65%);
  }
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 var(--media-width);
    -ms-flex: 0 0 var(--media-width);
    flex: 0 0 var(--media-width);
  }
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .media,
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .media:last-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content:first-child,
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child):first-child {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: var(--max-pagewidth-padding);
  }
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content:last-child,
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child):last-child {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: var(--max-pagewidth-padding);
  }
}
@media only screen and (min-width: 900px) and (min-width: 1920px) {
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content:first-child,
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child):first-child {
    padding-left: 115px;
  }
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content:last-child,
  .m-contenttextmediaslider
    .m-contenttextmedia[data-media-size="size-2of3"]
    .content:not(:only-child):last-child {
    padding-right: 115px;
  }
}
@media (min-width: 750px) {
  .m-contenttextmediaslider.size-s
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.next {
    right: 0;
  }
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev {
    left: 0;
  }
  .m-contenttextmediaslider
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.next {
    right: 0;
  }
  .m-contenttextmediaslider {
    padding-bottom: 0;
    padding-top: 90px;
  }
  .m-contenttextmediaslider.size-l .m-slider,
  .m-contenttextmediaslider.size-m .m-slider {
    margin: 0 !important;
    overflow: visible;
    width: 100% !important;
  }
  .m-contenttextmediaslider.size-m
    .m-slider.slick-initialized
    .paginationarrows {
    margin-left: 0;
    margin-top: 0;
  }
  .m-contenttextmediaslider.size-l
    .m-slider.slick-initialized
    .paginationarrows {
    margin-left: 30px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1920px) {
  .m-contenttextmediaslider.size-l
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev,
  .m-contenttextmediaslider.size-m
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev {
    left: 0;
  }
}
@media (min-width: 900px) {
  .m-contenttextmediaslider {
    padding-bottom: 0;
    padding-top: 90px;
    width: 100vw !important;
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
  }
  .m-contenttextmediaslider.pagination-with-dots
    .m-slider.slick-initialized
    .a-paginationdots {
    display: none;
  }
  .m-contenttextmediaslider.size-s .m-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-contenttextmediaslider.size-s
    .m-slider.slick-initialized
    .paginationarrows {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: 0;
    padding-right: 0;
    width: 100vw !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
  .m-contenttextmediaslider.size-s
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev {
    left: 0;
  }
  .m-contenttextmediaslider.size-s
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.next {
    right: 0;
  }
  .m-contenttextmediaslider.size-l .m-slider,
  .m-contenttextmediaslider.size-m .m-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-contenttextmediaslider.size-l
    .m-slider.slick-initialized
    .paginationarrows,
  .m-contenttextmediaslider.size-m
    .m-slider.slick-initialized
    .paginationarrows {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 40px;
  }
  .m-contenttextmediaslider.size-l
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev,
  .m-contenttextmediaslider.size-m
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.prev {
    left: 0;
  }
  .m-contenttextmediaslider.size-l
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.next,
  .m-contenttextmediaslider.size-m
    .m-slider.slick-initialized
    .paginationarrows
    .a-paginationarrows.next {
    right: 0;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-contenttextmediaslider
    .m-contenttextmedia:not([data-media-size="size-1of3"]) {
    margin: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .m-contenttextmediaslider {
    width: var(--max-pagewidth) !important;
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
  }
  .m-contenttextmediaslider .m-contenttextmedia {
    margin: 0 !important;
  }
}
.m-conversionbar {
  position: relative;
}
.m-conversionbar.m-conversionbar-crosschannel .a-link {
  border-left: none;
  border-right: none;
  line-height: 1.1;
}
.m-conversionbar.m-conversionbar-crosschannel .a-link.mybrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-conversionbar.m-conversionbar-crosschannel .a-link.mybrand .text {
  font-size: 10px;
  margin-left: 4px;
  margin-top: -3px;
  padding: 0;
  text-align: left;
}
.m-conversionbar.m-conversionbar-crosschannel .a-link.mybrand .text strong {
  display: block;
}
.m-conversionbar .a-link {
  border-left: none;
  color: #879baa !important;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  margin: 0 0 0 30px;
  padding: 0;
}
.m-conversionbar .a-link:last-child {
  margin-left: 0;
}
.m-conversionbar .a-link:hover {
  color: #3cc8be !important;
}
.m-conversionbar .a-link.has-icon .icon {
  font-size: 16px;
  margin-top: 0;
}
@media (min-width: 750px) {
  .m-conversionbar .a-link {
    margin: 0 0 0 37px;
  }
  .m-conversionbar .a-link.has-icon .icon {
    font-size: 22px;
  }
  .m-conversionbar.m-conversionbar-crosschannel .a-link.mybrand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-conversionbar.m-conversionbar-crosschannel .a-link.mybrand .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 900px) {
  .m-conversionbar.m-conversionbar-crosschannel .a-link.mybrand .text {
    margin-left: 10px;
  }
  .m-conversionbar .a-link {
    padding: 0;
  }
  .m-conversionbar .a-link:not(:last-child) {
    margin-left: 36px;
    padding: 0;
  }
  .m-conversionbar .a-link.has-icon .icon {
    font-size: 20px;
  }
  .m-conversionbar .a-link.has-icon .text {
    margin-left: 3px;
  }
}
.m-conversionbarreworked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-conversionbarreworked .a-link {
  color: #fff !important;
}
.m-conversionbarreworked .a-link.search,
.m-conversionbarreworked .a-link.shoppingcart {
  -webkit-transition: none;
  transition: none;
}
.m-conversionbarreworked .a-link .text {
  display: none;
}
.m-countryselectorlist .region {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 24px !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-countryselectorlist .region .country {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.m-countryselectorlist .region .country .m-imagelist {
  line-height: 0;
  margin: -2px 0 0;
  padding: 0 16px 0 0;
}
.m-countryselectorlist .region .country .m-imagelist .a-link {
  margin: 0;
}
.m-countryselectorlist .region .country .m-imagelist .a-link .a-image {
  line-height: 0;
}
.m-countryselectorlist .region .country .countryDescription {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-countryselectorlist .region .country .countryDescription .a-link {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 26px;
}
.m-countryselectorlist .region .country .countryDescription .a-link:before {
  display: inline-block !important;
  line-height: 1;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding: 0 6px;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.m-countryselectorlist .region .country .countryDescription .a-link:hover {
  font-weight: 400;
}
@media (max-width: 749px) {
  .m-countryselectorlist .region .country {
    padding-left: 8px;
  }
}
.m-countryselectorlist .m-togglebox .item > .js-togglebox-toggle {
  padding: 16px 0;
}
.m-countryselectorlist .m-togglebox .item > .js-togglebox-toggle.is-open {
  padding-bottom: 0;
}
.m-countryselectorlist
  .m-togglebox
  .item
  > .js-togglebox-toggle.is-open::before {
  line-height: 74px;
}
.m-countryselectorlist .m-togglebox .item .togglebox-content {
  margin-left: 12px;
}
@media (min-width: 750px) {
  .m-countryselectorlist .m-togglebox .item .togglebox-content {
    margin-left: 16px;
  }
}
.m-countryselectorlist .m-togglebox .item .togglebox-content.is-open {
  padding-bottom: 4px;
}
.m-countryselectorlist .m-togglebox .item .togglebox-content.is-open .region {
  padding-top: 16px !important;
}
@media (min-width: 900px) {
  .m-countryselectorlist .m-togglebox .item > .js-togglebox-toggle {
    padding: 24px 0;
  }
  .m-countryselectorlist .m-togglebox .item .togglebox-content {
    margin-left: 12px;
  }
  .m-countryselectorlist .m-togglebox .item .togglebox-content.is-open .region {
    padding-top: 24px !important;
  }
}
.m-countryselectorlist
  .m-togglebox
  .item
  .togglebox-content.is-open
  .region
  .country
  .countryDescription {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-countryselectorlist
  .m-togglebox
  .item
  .togglebox-content.is-open
  .region
  .country
  .countryDescription
  .a-link.language:hover:before {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .custom-input-dropdown {
  background-color: #fff !important;
  border-left: thin solid transparent !important;
  border-right: thin solid transparent !important;
  border-top: thin solid transparent !important;
  border-bottom: thin solid #000 !important;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .custom-input-dropdown
  .input-text {
  margin-left: 0;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .custom-input-dropdown
  .clear-input {
  right: 0;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .custom-input-dropdown
  .clear-input
  .icon-close {
  color: #000;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider {
  border-color: #000 !important;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider.is-slide-active {
  border-top: 2px solid #3cc8be !important;
  margin-top: -1px;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider
  .confirmation-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider
  .confirmation-wrapper
  .a-link.a-link-secondary {
  padding: 15px;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider
  .confirmation-wrapper
  .confirm-date {
  float: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: auto;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider
  .confirmation-wrapper
  .clear-date {
  float: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: auto;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .select2-selection__arrow {
  border-left: 0 !important;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .select2-selection__arrow
  b:before {
  content: "";
}
.m-dealerlocatorproductteaser {
  padding: 40px;
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
}
.m-dealerlocatorproductteaser .media {
  float: unset;
  margin-bottom: 30px;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .m-countryselectorlist .m-togglebox .item .togglebox-content.is-open {
    padding-bottom: 18px;
  }
  .m-dealerlocatorproductteaser .media {
    float: left;
    margin-bottom: 0;
    padding-right: 25px;
    width: 25%;
  }
}
.m-dealerlocatorproductteaser .content {
  float: unset;
  padding-left: 0;
  width: 100%;
}
.m-dealerlocatorproductteaser .content > p.small {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.m-dealerlocatorproductteaser .content .m-producttitle {
  display: -ms-grid;
  display: grid;
  margin-bottom: 24px;
}
.m-dealerlocatorproductteaser
  .content
  .m-producttitle
  .js-brandsection-wrapper
  .a-heading {
  color: #2b2f43;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
.m-dealerlocatorproductteaser .content .m-producttitle .a-link.heading-link {
  margin-top: 20px;
  width: auto;
}
.m-dealerlocatorproductteaser
  .content
  .m-producttitle
  .a-link.heading-link
  .a-heading {
  margin: 0;
}
.m-dealerlocatorproductteaser
  .content
  .m-producttitle
  .a-link.heading-link
  .a-heading
  .fragment {
  font-family: SiemensProgress, sans-serif !important;
  font-size: 20px;
  line-height: 26px;
}
.m-dealerlocatorproductteaser .content .m-producttitle > .a-heading {
  -ms-grid-row: 2;
  grid-row: 2;
  margin: 0;
}
.m-dealerlocatorproductteaser .content .m-producttitle > .a-heading .fragment {
  color: #7b89a1;
  display: inline;
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 12px;
  line-height: 18px;
}
.m-dealerlocatorproductteaser .content .m-imagelist > .a-link {
  margin-bottom: 24px;
}
.m-dealerlocatorproductteaser .content .m-imagelist .description {
  color: #2b2f43;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.m-dealerteaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
}
.m-dealerteaser .media {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
}
.m-dealerteaser .a-heading {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-dealerteaser .dealer-info {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-dealerteaser .price {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px !important;
  padding-bottom: 0;
  text-align: right;
}
.m-dealerteaser .price-info {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  color: #a3acbd;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 11px;
  text-align: right;
}
.m-dealerteaser .a-productavailability {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.m-dealerteaser p {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.m-dealerteaser .a-heading.shop-title {
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 20px !important;
}
.m-dealerteaser .price-info .has-icon .icon {
  font-size: 12px;
  margin-left: 4px;
  margin-top: -2px;
  padding-right: 0;
  vertical-align: top;
}
.m-dealerteaser .dealer-info {
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 18px;
}
.m-dealerteaser .a-productavailability {
  margin-bottom: 20px;
  margin-top: -30px;
}
.m-dealerteaser .a-productavailability:before,
.m-dealerteaser .a-productavailability:hover:before {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.m-dealerteaser p .a-link.a-button {
  margin-bottom: 14px;
  width: 100%;
}
.m-dealerteaser .dealerteaser-mail {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
  margin-bottom: 0;
}
.m-dealerteaser .dealerteaser-mail .a-link .icon {
  font-size: 16px;
  margin-top: -4px;
}
.m-dealerteaser .dealerteaser-mail .a-link .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  line-height: unset;
}
@media (min-width: 750px) {
  .m-dealerlocatorproductteaser .content {
    float: left;
    padding-left: 25px;
    width: 75%;
  }
  .m-dealerlocatorproductteaser
    .content
    .m-producttitle
    .a-link.heading-link
    .a-heading
    .fragment {
    font-size: 24px;
    line-height: 30px;
  }
  .m-dealerteaser {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 50px;
  }
  .m-dealerteaser .media {
    margin-bottom: 30px;
  }
  .m-dealerteaser .a-heading.shop-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .m-dealerteaser p .a-link.a-button {
    margin-bottom: 11px;
  }
  .m-dealerteaser .dealerteaser-mail {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .m-dealerteaser {
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-dealerteaser .media {
    margin-bottom: 30px;
  }
  .m-dealerteaser .a-heading.shop-title {
    margin-bottom: 20px;
    padding: 0;
  }
  .m-dealerteaser .a-button {
    margin-bottom: 15px;
    margin-left: 0;
  }
  .m-dealerteaser .dealerteaser-mail {
    font-size: 14px;
    padding: 0;
  }
}
.m-deliverydetails {
  gap: 40px;
  margin: 40px 0;
  padding: 120px 0 !important;
  position: relative;
  width: 100%;
  z-index: 0;
}
.m-deliverydetails::before {
  content: "";
  background: #f5f5f7;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: -webkit-calc(50% + -50vw);
  left: calc(50% + -50vw);
  position: absolute;
  top: 0;
}
.m-deliverydetails .billing-adress,
.m-deliverydetails .delivery-date,
.m-deliverydetails .shipping-adress {
  background: #fff !important;
  border: 0;
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
}
.m-deliverydetails .agent-info,
.m-deliverydetails .billing-adress,
.m-deliverydetails .delivery-date,
.m-deliverydetails .shipping-adress {
  border-radius: 2px;
  float: none;
  margin-bottom: 24px;
  padding: 24px;
}
.m-deliverydetails .agent-info .a-heading,
.m-deliverydetails .billing-adress .a-heading,
.m-deliverydetails .delivery-date .a-heading,
.m-deliverydetails .shipping-adress .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
}
.m-deliverydetails .agent-info .edit .text,
.m-deliverydetails .billing-adress .edit .text,
.m-deliverydetails .delivery-date .edit .text,
.m-deliverydetails .shipping-adress .edit .text {
  display: none;
}
.m-deliverydetails .agent-info .edit:before,
.m-deliverydetails .billing-adress .edit:before,
.m-deliverydetails .delivery-date .edit:before,
.m-deliverydetails .shipping-adress .edit:before {
  color: #000 !important;
  font-family: icons;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
}
.m-deliverydetails .agent-info address,
.m-deliverydetails .agent-info address strong,
.m-deliverydetails .billing-adress address,
.m-deliverydetails .billing-adress address strong,
.m-deliverydetails .delivery-date address,
.m-deliverydetails .delivery-date address strong,
.m-deliverydetails .shipping-adress address,
.m-deliverydetails .shipping-adress address strong {
  color: #0b0f12;
}
.m-deliverydetails .agent-info address dd,
.m-deliverydetails .billing-adress address dd,
.m-deliverydetails .delivery-date address dd,
.m-deliverydetails .shipping-adress address dd {
  margin-bottom: 5px;
  margin-left: 0;
}
.m-deliverydetails .agent-info .highlight,
.m-deliverydetails .billing-adress .highlight,
.m-deliverydetails .delivery-date .highlight,
.m-deliverydetails .shipping-adress .highlight {
  color: #96a7b5;
}
.m-deliverydetails .agent-info p,
.m-deliverydetails .billing-adress p,
.m-deliverydetails .delivery-date p,
.m-deliverydetails .shipping-adress p {
  color: #0b0f12;
  font-family: SiemensSans-Roman, sans-serif;
}
.m-deliverydetails:after {
  content: none;
}
.m-deliverydetails .icon-edit {
  font-size: 20px !important;
  margin-top: 6px;
}
.m-deliverydetails > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .m-deliverydetails .agent-info,
  .m-deliverydetails .billing-adress,
  .m-deliverydetails .delivery-date,
  .m-deliverydetails .shipping-adress {
    margin-bottom: 25px;
    padding: 30px;
    width: 100%;
  }
  .m-deliverydetails > div:nth-child(2n) {
    padding-left: 25px;
  }
}
@media (min-width: 900px) {
  .m-deliverydetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-deliverydetails .a-link.has-icon .icon {
    font-size: 17px;
  }
  .m-deliverydetails .agent-info,
  .m-deliverydetails .billing-adress,
  .m-deliverydetails .delivery-date,
  .m-deliverydetails .shipping-adress {
    margin-bottom: 0;
    padding: 30px;
  }
  .m-deliverydetails .agent-info .a-heading,
  .m-deliverydetails .billing-adress .a-heading,
  .m-deliverydetails .delivery-date .a-heading,
  .m-deliverydetails .shipping-adress .a-heading {
    line-height: 26px;
    margin-bottom: 30px;
  }
  .m-deliverydetails .agent-info address strong,
  .m-deliverydetails .billing-adress address strong,
  .m-deliverydetails .delivery-date address strong,
  .m-deliverydetails .shipping-adress address strong {
    color: #2b2f43;
  }
  .m-deliverydetails .agent-info .highlight,
  .m-deliverydetails .billing-adress .highlight,
  .m-deliverydetails .delivery-date .highlight,
  .m-deliverydetails .shipping-adress .highlight {
    color: #96a7b5;
  }
  .m-deliverydetails > div:nth-child(2n) {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1920px) {
  .m-deliverydetails::before {
    left: 0;
    width: 100%;
  }
  .m-deliverydetails {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.m-dobappointmentappliance .appointment {
  background: #000028;
  color: #fff;
  padding: 30px;
}
.m-dobappointmentappliance .appointment .appointment-icon-content {
  color: #fff;
}
.m-dobappointmentappliance h3.a-heading {
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 24px;
  line-height: 28px;
}
.m-dobappointmentappliance .sumary-edit .icon-edit {
  font-size: 20px !important;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-full
  .g-col {
  padding: 25px 25px 15px;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-full
  .g-col
  .a-heading {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
  width: 100%;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third {
  display: block;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third:after {
  clear: unset;
  content: none;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col {
  clear: none;
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.image-col.image-col {
  grid-area: image;
  height: 100%;
  min-width: 100%;
  width: 100%;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.image-col.image-col
  .a-image {
  height: 100%;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.image-col.image-col
  .a-image
  .servicepartner-logo {
  height: 100%;
  width: 100%;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.openingHours-col.openingHours-col {
  grid-area: hours;
  margin: 25px 0;
  padding: 0 25px;
  width: 100%;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.openingHours-col.openingHours-col
  form {
  margin-top: 30px;
  padding: 0;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.openingHours-col.openingHours-col
  form
  .a-button {
  max-width: 100%;
  width: 100%;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.openingHours-col.openingHours-col
  .a-morecontenttogglelink
  .content {
  height: 0;
  max-height: 0;
  min-height: 0;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.openingHours-col.openingHours-col
  .a-morecontenttogglelink
  .content.is-open {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.address-col {
  grid-area: address;
  margin-top: 25px;
  padding: 0 25px;
  width: 100%;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.address-col
  .servicepartner-data.address
  br {
  display: none;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.address-col
  .servicepartner-data.links
  li
  .a-link.a-link-local,
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.address-col
  .servicepartner-data.links
  li
  span
  .a-link.a-link-external {
  border-bottom: 0;
  font-weight: 700;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.address-col
  .servicepartner-data.links
  li
  p {
  font-weight: 700;
}
.m-dobavailabilityservicepartneritem
  .servicepartner-detail
  .g-layout-third.g-layout-third
  .g-col.g-col.address-col
  .servicepartner-data.links
  li
  p
  .icon {
  margin-right: 10px;
}
.m-downloadbasketbottom .element-wrapper {
  width: 100%;
}
.m-downloadbasketbottom .element-wrapper .trigger-download-basket {
  margin-top: 0;
}
.m-downloadbasketbottom .element-wrapper .trigger-download-basket:before {
  font-size: 10px;
}
.m-downloadbasketbottom .m-multioptionbutton {
  margin-top: 30px;
  width: 100%;
}
.m-downloadbasketbottom .m-multioptionbutton .a-button {
  float: left;
}
.m-downloadteaser .a-image {
  margin: 0 0 20px;
  max-width: 100%;
}
.m-downloadteaser .a-image img {
  width: 100%;
}
.m-downloadteaser .a-heading {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 12px;
}
.m-downloadteaser .content .m-forminput,
.m-downloadteaser .content p {
  margin-bottom: 20px;
}
.m-downloadteaser .content .list-unstyled .a-link.a-link-download {
  margin-top: -1px;
  padding-right: 5px;
}
.m-downloadteaser .content ul,
.m-downloadteaser .content ul li {
  margin: 0;
}
.m-downloadteaser .content .a-link {
  font-size: 14px;
}
@media (min-width: 750px) {
  .m-dobavailabilityservicepartneritem
    .servicepartner-detail
    .g-layout-full
    .g-col
    .a-heading {
    font-size: 44px;
    line-height: 1.1;
  }
  .m-dobavailabilityservicepartneritem
    .servicepartner-detail
    .g-layout-full
    .g-col {
    padding: 0;
  }
  .m-dobavailabilityservicepartneritem
    .servicepartner-detail
    .g-layout-third.g-layout-third {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "address image" "hours image ";
    -ms-grid-columns: 42% 1fr;
    grid-template-columns: 42% 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .m-dobavailabilityservicepartneritem
    .servicepartner-detail
    .g-layout-third.g-layout-third
    .g-col.g-col.openingHours-col.openingHours-col {
    margin-top: 25px;
    padding: 0 159px 0 0;
  }
  .m-dobavailabilityservicepartneritem
    .servicepartner-detail
    .g-layout-third.g-layout-third
    .g-col.g-col.openingHours-col.openingHours-col
    form
    .a-button {
    max-width: 240px;
  }
  .m-dobavailabilityservicepartneritem
    .servicepartner-detail
    .g-layout-third.g-layout-third
    .g-col.g-col.address-col {
    margin-top: 0;
    padding: 0 159px 0 0;
  }
  .m-downloadteaser {
    display: block;
  }
  .m-downloadteaser .a-image {
    margin: 0 25px 0 0;
    max-width: 33.3333%;
  }
  .m-downloadteaser .a-heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 21px;
  }
  .m-downloadteaser .content p {
    margin-bottom: 25px;
  }
  .m-downloadteaser .content .download {
    width: 100%;
  }
  .m-downloadteaser .content .m-forminput {
    margin-bottom: 25px;
    width: 50%;
  }
  .m-downloadteaser .content .a-link {
    font-size: 13px;
  }
}
@media (min-width: 900px) {
  .m-downloadteaser .a-image {
    margin: 0 30px 0 0;
    width: auto;
  }
  .m-downloadteaser .a-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .m-downloadteaser .content p {
    margin-bottom: 30px;
  }
  .m-downloadteaser .content .m-forminput {
    margin-bottom: 30px;
    width: 220px;
  }
  .m-downloadteaser .content .a-link {
    font-size: 14px;
  }
  .m-downloadteaser .download.visible-desktop {
    display: none !important;
  }
  .m-downloadteaser .download.hidden-desktop {
    display: block !important;
  }
}
.pagetype-product-detail .m-downloadteaser .a-image {
  display: none;
}
.m-eancodefield .form-row {
  margin-top: 0 !important;
}
.m-eancodefield .m-form .m-forminput ~ .form-eanerror-wrapper {
  color: #e0173b;
}
.m-enterenumberproductids {
  --enterenumberproductids--color-text: #000;
  color: var(--enterenumberproductids--color-text);
  padding: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  padding: calc(var(--element-margin) / 2) 0 0 0;
}
.m-enterenumberproductids p:empty {
  display: none;
}
.m-enterenumberproductids .m-searchfield {
  width: 100%;
}
.m-enterenumberproductids .m-searchfield .searchfield-suggestlayer {
  margin-top: 0;
}
@media (min-width: 750px) {
  .pagetype-product-detail .m-downloadteaser .a-image {
    display: block;
  }
  .m-enterenumberproductids .m-searchfield {
    width: 75%;
  }
}
.m-enterenumberproductids .m-searchfield .m-form .searchfield-fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .a-formlabel {
  display: block;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .input-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 90%;
  -ms-flex: 1 90%;
  flex: 1 90%;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .icon.icon-close {
  top: 11px;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .form-error-wrapper
  .error-container
  .a-errormessage {
  line-height: 1.2;
  margin-top: 11px;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .searchfield-icon-remove {
  color: var(--enterenumberproductids--color-text);
  font-size: 20px;
  line-height: 15px;
  right: 0;
}
@media (min-width: 900px) {
  .m-enterenumberproductids .m-searchfield {
    width: 50%;
  }
  .m-enterenumberproductids
    .m-searchfield
    .m-form
    .searchfield-fieldset
    .searchinput
    .input-wrap
    .searchfield-icon-remove {
    right: 0;
  }
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .searchfield-icon-remove:hover {
  color: var(--enterenumberproductids--color-text);
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .searchfield-input {
  height: 50px;
  max-height: none;
  margin: 0 !important;
  padding: 10px 100px 10px 0;
}
@media (max-width: 899px) {
  .m-enterenumberproductids
    .m-searchfield
    .m-form
    .searchfield-fieldset
    .searchinput
    .input-wrap
    .searchfield-input {
    padding: 10px 91px 10px 0;
  }
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100% !important;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button {
  min-width: 240px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  .text,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  span:only-child {
  font-size: 14px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  .text:before,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  span:only-child:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 27px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  .icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button:active
  .icon,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button:focus
  .icon,
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button:hover
  .icon {
  color: #fff;
}
.m-enterenumberproductids
  .m-searchfield
  .m-form
  .searchfield-fieldset
  .searchinput:after {
  display: none;
}
.m-enterenumberproductids .m-searchfield .m-searchinput {
  border-top: none;
  padding-left: 0;
  padding-right: 0;
}
.m-enterenumberproductids
  .m-searchfield
  .m-searchinput
  .form-row
  .searchinput
  .input-wrap {
  max-width: 400px;
}
.m-enterenumberproductids
  .m-searchfield
  .m-searchinput
  .form-row
  .searchinput
  .input-wrap
  .icon-camera {
  color: var(--enterenumberproductids--color-text);
  font-size: 20px;
  right: 40px;
  top: 7px;
}
.m-enterenumberproductids .a-morecontenttogglelink {
  margin-top: 40px;
}
.m-enterenumberproductids .a-morecontenttogglelink .content {
  height: 0;
  min-height: unset;
}
.m-enterenumberproductids .a-morecontenttogglelink .content.is-open {
  height: 100%;
}
.m-enterenumberproductids .a-morecontenttogglelink .content:after {
  display: none;
}
.m-entervib {
  --entervib-color: #000;
  color: var(--entervib-color);
  margin: 50px 0 0;
}
.m-entervib .m-searchfield {
  width: 100%;
}
.m-entervib .m-searchfield .m-searchinput {
  padding-left: 0;
}
@media (min-width: 750px) {
  .m-enterenumberproductids
    .m-searchfield
    .m-form
    .searchfield-fieldset
    .searchinput {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-enterenumberproductids
    .m-searchfield
    .m-form
    .searchfield-fieldset
    .searchinput
    .submit-wrap {
    width: -webkit-min-content !important;
    width: min-content !important;
  }
  .m-enterenumberproductids
    .m-searchfield
    .m-form
    .searchfield-fieldset
    .searchinput
    .submit-wrap
    .a-button {
    width: -webkit-fit-content;
    width: fit-content;
  }
  .m-enterenumberproductids p {
    margin-bottom: 27px;
  }
  .m-entervib {
    margin: 90px 0 0;
  }
  .m-entervib p {
    margin-bottom: 27px;
  }
}
@media (min-width: 900px) {
  .m-enterenumberproductids
    .m-searchfield
    .m-searchinput
    .form-row
    .searchinput
    .input-wrap
    .icon-camera {
    font-size: 25px;
  }
  .m-contenttextmedia ~ .g-layout-full .g-col .m-enterenumberproductids {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 73vw !important;
  }
  .m-contenttextmedia
    ~ .g-layout-full
    .g-col
    .m-enterenumberproductids
    .m-searchfield-enumber {
    width: 70%;
  }
  .m-entervib {
    margin: 90px 0 0;
  }
}
@-webkit-keyframes animation-expandablestage {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes animation-expandablestage {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@-webkit-keyframes animation-expandablestage-reverse {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes animation-expandablestage-reverse {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.m-expandablestage
  .expandable-area-diverse-content
  .m-contenttextmedia:first-child {
  padding-top: 0;
}
.m-expandablestage .expandable-stage-elements-wrap .expandable-area {
  position: relative;
  max-height: 5rem;
}
.m-expandablestage .expandable-stage-elements-wrap .expandable-area:after {
  background: var(--expandablestages-shadow);
  bottom: 0;
  content: "";
  height: 79px;
  left: 0;
  position: absolute;
  width: 100%;
}
.m-expandablestage
  .expandable-stage-elements-wrap
  .expandable-area.expanded:after {
  display: none;
}
.m-expandablestage
  .expandable-stage-elements-wrap
  .icon-arrow-down.expand-toggle {
  display: block !important;
}
@media (min-width: 900px) {
  .m-expandablestage .expandable-stage-elements-wrap {
    position: relative;
  }
  .m-expandablestage
    .expandable-stage-elements-wrap
    .expandable-arrow
    .icon.icon-arrow-down:after {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transition: none;
    transition: none;
    width: 100%;
  }
  .m-expandablestage
    .expandable-stage-elements-wrap
    .expandable-arrow
    .icon:before {
    -webkit-animation-name: animation-expandablestage-reverse;
    animation-name: animation-expandablestage-reverse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
  }
  .m-expandablestage
    .expandable-stage-elements-wrap
    .expandable-arrow:hover
    .icon:before {
    -webkit-animation-name: animation-expandablestage;
    animation-name: animation-expandablestage;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .feature-stories:not(.color-tiles)
    .m-layer.js-video-layer
    .layer-content-inner
    p {
    margin-bottom: 0;
  }
  .feature-stories:not(.color-tiles)
    .m-layer.js-video-layer
    .layer-wrapper
    .layer-content {
    width: 100%;
  }
}
.m-expandablestage .m-contenttextmedia {
  margin-top: 0 !important;
  width: auto !important;
}
@-webkit-keyframes animation-feature-stories-pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes animation-feature-stories-pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.feature-stories:not(.color-tiles) {
  --color-featurestories-bg: #fff;
  --color-featurestories-text: #000;
  --color-featurestories-icon: #fff;
}
.feature-stories:not(.color-tiles) > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  color: var(--color-featurestories-text);
}
.feature-stories:not(.color-tiles) .a-heading ~ .feature-tiles-container {
  margin-top: 0;
}
.feature-stories:not(.color-tiles) .feature-tiles-container {
  background: var(--color-featurestories-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  margin: 0;
  padding: 40px 0 0;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper {
  background-color: transparent;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 30px;
  padding: 0;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin: 0;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile::before {
  display: none;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .icon {
  color: #fff;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .icon.icon-play {
  top: 85px;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .a-image {
  aspect-ratio: 4/3;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .a-image
  + .content-wrapper:before {
  content: unset !important;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper {
  bottom: auto;
  background-color: transparent;
  left: auto;
  overflow: visible;
  position: relative;
  padding: 0;
  right: auto;
  top: auto;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper:first-child
  .feature-open-layer-icon {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  aspect-ratio: 4/3;
  bottom: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2b2f43;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: auto;
  position: relative;
  padding: 10px;
  right: auto;
  top: auto;
  width: 100%;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper:first-child
  .feature-open-layer-icon
  .icon {
  position: absolute;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-name {
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-name
  .feature-name-text {
  color: var(--color-featurestories-text);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-media-icon {
  bottom: auto;
  float: none;
  left: 12px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: -47px;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-open-layer-icon {
  bottom: auto;
  top: -47px;
  z-index: 1;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .feature-open-layer-icon
  .icon-plus {
  font-size: 24px;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .icon {
  background-color: rgba(123, 137, 161, 0.8);
  border-radius: 2px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-stories:not(.color-tiles)
  .feature-tiles-container
  .feature-tile-wrapper
  .feature-tile
  .content-wrapper
  .icon::before {
  line-height: 1.3;
  height: 30px;
  font-size: 20px;
}
.feature-stories:not(.color-tiles) .m-containerexpandable {
  color: var(--color-featurestories-text);
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  padding-bottom: 20px;
}
.feature-stories:not(.color-tiles) .button-wrapper {
  color: var(--color-featurestories-text);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 64px 0 48px;
}
.feature-stories:not(.color-tiles) .button-wrapper .a-button {
  width: 100%;
}
@media (min-width: 750px) {
  .feature-stories:not(.color-tiles) .button-wrapper .a-button {
    width: auto;
  }
}
.feature-stories:not(.color-tiles) .m-layer {
  color: #000;
  margin-top: 0;
}
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li {
  margin: 0;
}
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link
  .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.feature-stories:not(.color-tiles)
  .m-layer.js-video-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link:before {
  display: inline;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.feature-stories:not(.color-tiles)
  .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
  .layer-content-inner
  > .a-heading,
.feature-stories:not(.color-tiles)
  .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
  h2,
.feature-stories:not(.color-tiles)
  .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
  .layer-content-inner
  > .a-heading,
.feature-stories:not(.color-tiles)
  .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
  h2 {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
@media (min-width: 900px) {
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner
    > .a-heading,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    h2,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner
    > .a-heading,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    h2 {
    font-size: var(--heading-h4-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h4-line-height);
    margin: var(--heading-h4-margin);
  }
}
.feature-stories:not(.color-tiles)
  .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
  .layer-content-inner
  .a-image,
.feature-stories:not(.color-tiles)
  .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
  .layer-content-inner
  .a-image {
  text-align: left;
  width: auto;
}
.feature-stories:not(.color-tiles)
  .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
  .layer-content-inner
  .a-image
  img,
.feature-stories:not(.color-tiles)
  .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
  .layer-content-inner
  .a-image
  img {
  max-width: 100%;
  width: auto;
}
@media (max-width: 899px) {
  .feature-stories:not(.color-tiles)
    .m-layer.js-video-layer
    .layer-wrapper
    .layer-content
    .layer-content-inner {
    padding-right: 30px;
  }
  .feature-stories:not(.color-tiles)
    .m-layer.js-video-layer
    .m-contenttextmedia {
    padding: 0 30px;
    gap: 30px;
  }
  .feature-stories:not(.color-tiles)
    .m-layer.js-video-layer
    .m-contenttextmedia
    .media {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding: 0 !important;
  }
  .feature-stories:not(.color-tiles)
    .m-layer.js-video-layer
    .m-contenttextmedia
    .content {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding: 0 !important;
  }
  .feature-stories:not(.color-tiles)
    .m-layer.js-video-layer
    .m-contenttextmedia
    .content
    .heading
    .a-heading {
    font-size: var(--heading-h3-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h3-line-height);
    margin: var(--heading-h3-margin);
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner:after,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner:after {
    display: none;
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner
    p,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner
    p {
    margin: 0 0 20px;
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner
    p:last-child,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner
    p:last-child {
    margin-bottom: 0;
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner
    .a-image,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner
    .a-image {
    margin: 0 0 20px;
  }
}
@media (min-width: 900px) {
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner {
    display: -ms-grid;
    display: grid;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner:after,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner:after {
    display: none;
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner
    .a-image,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner
    .a-image {
    -ms-grid-row: span 3;
    grid-row: span 3;
    margin: 0;
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner
    p,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner
    p {
    margin: 0 0 20px;
  }
  .feature-stories:not(.color-tiles)
    .m-layer[data-id*="copi-layer" i]:not(.js-video-layer)
    .layer-content-inner
    p:last-child,
  .feature-stories:not(.color-tiles)
    .m-layer[data-id="copi-image-layer"]:not(.js-video-layer)
    .layer-content-inner
    p:last-child {
    margin-bottom: 0;
  }
}
.feature-stories:not(.color-tiles) .m-layer .layer-content-inner p {
  margin-top: 15px;
}
@media (max-width: 749px) {
  .feature-stories:not(.color-tiles) .m-layer .layer-content-inner {
    padding-right: 0;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia .content {
    padding: 0 30px 20px 0 !important;
  }
}
.feature-stories:not(.color-tiles) .m-layer .m-contenttextmediabig {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.feature-stories:not(.color-tiles) .m-layer .m-contenttextmediabig > .content,
.feature-stories:not(.color-tiles)
  .m-layer
  .m-contenttextmediabig
  > .content
  .content-inner,
.feature-stories:not(.color-tiles) .m-layer .m-contenttextmediabig > .media {
  width: 100%;
}
.feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia {
  gap: 20px;
}
.feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia .content {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia .media {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
@media (max-width: 749px) {
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia .media {
    margin: 0;
    width: 100%;
  }
}
.feature-stories:not(.color-tiles)
  .m-layer
  .m-contenttextmedia:not(:first-child) {
  margin-top: 20px;
}
.feature-stories:not(.color-tiles)
  .m-layer
  .m-mediagallery
  .m-slider.mediagallery-mainslider {
  padding-top: 0;
}
.feature-stories:not(.color-tiles)
  .m-layer
  .m-mediagallery
  .m-slider.mediagallery-thumbnailcarousel {
  margin-top: 20px;
}
.feature-stories.color-tiles {
  position: relative;
  padding: var(--element-margin) 0 var(--element-margin) 0;
}
.feature-stories.color-tiles:after {
  background-color: #3cc8be;
  content: "";
  height: 100%;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.feature-stories.color-tiles > .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  color: #0b0f12;
  margin: 0 0 40px;
}
.feature-stories.color-tiles .feature-name-text {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h4-line-height);
  color: #0b0f12;
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  margin: 0;
}
.feature-stories.color-tiles .feature-open-layer-icon .icon {
  color: #000;
  height: 16px;
  width: 16px;
}
.feature-stories.color-tiles .feature-open-layer-icon .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
@media (min-width: 750px) {
  .feature-stories.color-tiles .feature-open-layer-icon .icon {
    height: 24px;
    width: 24px;
  }
  .feature-stories.color-tiles .feature-open-layer-icon .icon::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
}
.feature-stories.color-tiles .feature-tile {
  background-color: #3cc8be !important;
}
.feature-stories.color-tiles .button-wrapper {
  margin: 0;
}
.feature-stories.color-tiles .button-wrapper .a-button:not(.hidden) {
  margin: 40px 0;
}
.feature-stories.color-tiles .m-layer .layer-content {
  position: relative;
}
.feature-stories.color-tiles .m-layer .m-contenttextmedia .content {
  width: 100%;
}
.feature-stories.color-tiles
  .m-layer
  .m-contenttextmedia
  .content
  .heading
  .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
}
@media (max-width: 749px) {
  .feature-stories.color-tiles .m-layer {
    margin-top: 0;
  }
  .feature-stories.color-tiles .m-layer .layer-content {
    background: #fff;
  }
  .feature-stories.color-tiles .m-layer .m-contenttextmedia .content {
    padding: 0 0 30px !important;
  }
  .feature-stories.color-tiles .feature-tiles-container {
    margin: 0 -30px;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(1px, 50%)) [2];
    grid-template-columns: repeat(2, minmax(1px, 50%));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .feature-stories.color-tiles .feature-tiles-container .feature-tile-wrapper {
    border: thin solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 195px;
    padding: 0;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper
    .feature-tile {
    height: 100%;
    margin: 0;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper
    .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper
    .content-wrapper
    .feature-name {
    padding: 20px;
    width: 100%;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(3) {
    border-left: none;
    border-right: none;
    -ms-grid-column: 2 span;
    grid-column: 2 span;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(1),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(4) {
    border-left: none;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(2),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(5) {
    border-right: none;
  }
}
@media (min-width: 750px) {
  .feature-stories:not(.color-tiles) .feature-tiles-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .feature-stories:not(.color-tiles)
    .feature-tiles-container
    .feature-tile-wrapper {
    margin: 0;
  }
  .feature-stories:not(.color-tiles)
    .feature-tiles-container
    .feature-tile-wrapper
    .content-wrapper {
    margin-right: 15px;
  }
  .feature-stories:not(.color-tiles)
    .feature-tiles-container
    .feature-tile-wrapper
    .content-wrapper
    .feature-open-layer-icon
    .icon-plus {
    font-size: 24px;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia .content {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmedia
    .content
    .heading {
    padding-left: 0;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia .media {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    width: 100% !important;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmedia
    .media
    .media-inner
    > .m-mediagallery
    > .a-heading {
    display: none;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmedia
    .media
    .media-inner
    > .a-image {
    height: 350px;
    max-height: 350px;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmedia
    .media
    .media-inner
    > .a-image
    img {
    height: 100%;
    object-fit: contain;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmedia
    .media
    .media-inner
    > .m-video.m-video-iframe
    .video-wrapper {
    padding-top: 48.25%;
  }
  .feature-stories.color-tiles {
    margin: 0 !important;
    width: 100% !important;
  }
  .feature-stories.color-tiles .feature-tiles-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
    padding: 0;
  }
  .feature-stories.color-tiles .feature-tiles-container .feature-tile-wrapper {
    border: thin solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 360px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper
    .feature-tile {
    height: 100%;
    margin: 0;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper
    .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper
    .content-wrapper
    .feature-name {
    padding: 40px 44px;
    width: 100%;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(102),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(107),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(12),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(17),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(2),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(22),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(27),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(32),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(37),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(42),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(47),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(52),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(57),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(62),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(67),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(7),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(72),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(77),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(82),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(87),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(92),
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper:nth-child(97) {
    -ms-grid-row: 2 span;
    grid-row: 2 span;
  }
  .feature-stories.color-tiles .m-layer .layer-content {
    background: #fff;
  }
  .feature-stories.color-tiles .m-layer .m-mediagallery .m-slider {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .feature-stories.color-tiles .m-layer .m-contenttextmedia {
    margin: 0 -64px 0 auto !important;
    padding: 0 !important;
    width: -webkit-calc(100% + 64px) !important;
    width: calc(100% + 64px) !important;
  }
  .feature-stories.color-tiles .m-layer .m-contenttextmedia .content {
    padding-right: 0 !important;
    width: 70%;
  }
  .feature-stories.color-tiles
    .m-layer
    .m-contenttextmedia
    .content
    .content-inner,
  .feature-stories.color-tiles .m-layer .m-contenttextmedia .content .heading {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
  }
}
.m-filter {
  background-color: #f5f7fa;
  margin: 50px 0 0;
  padding-bottom: 16px !important;
}
.m-filter:after,
.m-filter:before {
  background: #f5f7fa;
  content: "";
  display: inline;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0 !important;
}
.m-filter:before {
  left: -100%;
}
.m-filter:after {
  right: -100%;
}
@media (min-width: 900px) {
  .feature-stories:not(.color-tiles)
    .feature-tiles-container
    .feature-tile-wrapper
    .feature-tile
    .content-wrapper
    .icon-plus {
    -webkit-transition: width 0.5s, height 0.5s, margin-top 0.5s,
      background-color 0.5s;
    transition: width 0.5s, height 0.5s, margin-top 0.5s, background-color 0.5s;
  }
  .feature-stories:not(.color-tiles)
    .feature-tiles-container
    .feature-tile-wrapper:hover
    .feature-tile
    .content-wrapper
    .icon-plus {
    background-color: rgba(60, 200, 190, 0.8);
    width: 80px;
    height: 80px;
    margin-top: -40px;
  }
  .feature-stories:not(.color-tiles)
    .feature-tiles-container
    .feature-tile-wrapper:hover
    .feature-tile
    .content-wrapper
    .icon-plus::before {
    -webkit-animation-name: animation-feature-stories-pulse;
    animation-name: animation-feature-stories-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .feature-stories:not(.color-tiles) .m-layer .layer-wrapper {
    max-width: 90vw;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmediabig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmediabig .media {
    max-width: 50%;
    padding: 0;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmediabig
    .media
    .media-inner
    .a-image {
    margin: 0;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia .content {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 1 auto !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
    width: auto !important;
  }
  .feature-stories:not(.color-tiles) .m-layer .m-contenttextmedia .media {
    max-width: 50%;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmedia
    .media
    .m-mediagallery
    .m-slider.mediagallery-mainslider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmedia
    .media
    .m-mediagallery
    .m-slider.mediagallery-mainslider
    .mediagallery-paginationarrows {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .feature-stories:not(.color-tiles)
    .m-layer
    .m-contenttextmedia
    .media
    .m-mediagallery
    .m-slider.mediagallery-thumbnailcarousel {
    margin-top: 0;
  }
  .feature-stories.color-tiles
    .feature-tiles-container
    .feature-tile-wrapper
    .feature-tile:hover
    .content-wrapper
    .feature-open-layer-icon
    .icon {
    -webkit-animation-name: animation-feature-stories-pulse;
    animation-name: animation-feature-stories-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .m-filter {
    margin: 90px 0 0;
    padding: 0;
    width: -webkit-calc(100% + 8px);
    width: calc(100% + 8px);
  }
  .m-filter:after,
  .m-filter:before {
    background: #f5f7fa;
    content: "";
    display: inline;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    top: -1px;
  }
  .m-filter:before {
    left: -100%;
  }
  .m-filter:after {
    right: -100%;
  }
}
.m-filter .filter-group-wrapper {
  margin-top: 15px;
}
.m-filter .filter-group-wrapper .filterlayer-col {
  padding-bottom: 23px;
  padding-top: 23px;
}
.m-filter .filter-group-wrapper .filterlayer-col:nth-of-type(4) {
  margin-bottom: 20px;
}
@media (min-width: 750px) {
  .m-filter {
    margin: 90px 0 0;
  }
  .m-filter .filter-group-wrapper {
    margin-top: 5px;
  }
  .m-filter .filter-group-wrapper .filterlayer-col {
    margin-bottom: 23px;
    margin-top: 23px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .m-filter .filter-group-wrapper .filterlayer-col.filterlayer-border {
    padding-top: 0;
  }
}
@media (max-width: 749px) {
  .m-filter
    .filter-group-wrapper
    .filterlayer-col.filterlayer-border:last-child {
    margin-bottom: 25px;
  }
  .m-filter-rebrush {
    margin-left: -webkit-calc(var(--max-pagewidth-padding-divided-by-2) * -1);
    margin-left: calc(var(--max-pagewidth-padding-divided-by-2) * -1);
    width: -webkit-calc(100% + var(--max-pagewidth-padding));
    width: calc(100% + var(--max-pagewidth-padding));
  }
}
.m-filter.m-filter-dealerlocator {
  border-bottom: none !important;
  border-top: none !important;
}
@media only screen and (min-width: 1920px) {
  .feature-stories.color-tiles:after {
    left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    left: calc(var(--max-pagewidth-padding) * -1) !important;
    width: 1920px !important;
  }
  .m-filter:after,
  .m-filter:before {
    width: var(--max-pagewidth-padding);
  }
  .m-filter:before {
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
  }
  .m-filter:after {
    right: -webkit-calc(var(--max-pagewidth-padding) * -1);
    right: calc(var(--max-pagewidth-padding) * -1);
  }
}
.m-filterbar {
  padding-top: 29px;
}
.m-filterbar .filterbar-results {
  padding-bottom: 20px;
  padding-top: 31px;
}
.m-filterbar .filterbar-item {
  margin-top: 10px !important;
}
.m-filterbar .filterbar-item.js-filterbar-filter {
  background-color: #f5f7fa;
  height: 40px;
  padding-right: 10px;
  width: auto !important;
}
@media (min-width: 750px) {
  .m-filterbar .filterbar-item {
    margin-top: 0 !important;
  }
  .m-filterbar .filterbar-item.js-filterbar-filter {
    padding-right: 50px;
  }
}
.m-filterbar .filterbar-item.js-filterbar-filter .filterbar-filter-text,
.m-filterbar .filterbar-item.js-filterbar-filter .icon-filter {
  font-size: 17px;
  vertical-align: -2px;
}
.m-filterbar .filterbar-item.js-filterbar-filter .filter-button {
  background-color: #41aaaa !important;
  border-color: #41aaaa !important;
}
.m-filterbar .filterbar-item.js-filterbar-filter .filter-button:hover {
  background-color: #a5e1e1 !important;
  border-color: #a5e1e1 !important;
}
.m-filterbar .filterbar-item.js-filterbar-filter .filter-button .text {
  font-weight: 400 !important;
}
.m-filterbar .filterbar-item.js-filterbar-filter .a-link.a-link-inline {
  text-decoration: none;
}
.m-filterbar .filterbar-item.js-filterbar-category {
  background-color: #f5f7fa;
  padding-right: 8px;
}
.m-filterbar .filterbar-item.js-filterbar-icons {
  background-color: #f5f7fa;
  width: auto !important;
}
.m-filterbar .filterbar-item.js-filterbar-icons .a-button {
  border: none;
  color: #879baa;
  display: inline-block;
  height: auto;
  margin-left: 5px;
  min-width: 0;
  width: auto;
}
.m-filterbar .filterbar-item.js-filterbar-icons .a-button.filterbar-gridview,
.m-filterbar .filterbar-item.js-filterbar-icons .a-button.filterbar-listview {
  height: 34px;
  padding: 5px !important;
  width: 34px;
}
.m-filterbar .filterbar-item.js-filterbar-icons .a-button .icon-gridview {
  font-size: 17px;
}
.m-filterbar .filterbar-item.js-filterbar-icons .a-button .icon-listview {
  font-size: 22px;
}
.m-filterbar .filterbar-item.js-filterbar-icons .a-button.is-active {
  background-color: #fff;
  border: 1px solid #2d373c;
  color: #2d373c;
}
.m-filterbar .filterbar-item.js-filterbar-sorting {
  background-color: #f5f7fa;
  padding: 0 !important;
  width: auto !important;
}
@media (max-width: 374px) {
  .m-filterbar .filterbar-item.js-filterbar-filter {
    float: none !important;
  }
  .m-filterbar .filterbar-item.js-filterbar-sorting {
    display: block;
    margin-top: 10px;
    padding-right: 10px !important;
  }
  .m-filterbar:not(.m-filterbar-dealerlocator) .filterbar-item {
    display: block;
  }
}
@media (max-width: 759px) {
  .m-filterbar .filterbar-item.js-filterbar-sorting {
    min-width: 126px;
  }
}
@media (min-width: 750px) {
  .m-filterbar .filterbar-item.js-filterbar-sorting {
    padding: 0 1.3888888889% !important;
    width: 33.3% !important;
  }
}
.m-filterbar .filterbar-item.js-filterbar-reset {
  background-color: #f5f7fa !important;
  width: auto !important;
}
.m-filterbar .filterbar-item.js-filterbar-reset .a-button {
  border: none;
  color: #879baa;
  font-weight: 400;
  letter-spacing: normal;
  padding: 0 !important;
  text-transform: none;
}
.m-filterbar .filterbar-item.js-filterbar-reset .a-button:hover {
  color: #2d373c;
}
.m-filterbar .filterbar-selected-filters {
  margin-top: 20px;
}
.m-filterbar:not(.m-filterbar-dealerlocator)
  .filterbar-item.filterbar-sorting
  .m-forminput-dropdown
  .select2-selection {
  padding: 10px;
}
.m-filterbar.m-filterbar-dealerlocator .filterbar-item {
  background-color: #f5f7fa;
  color: #2d373c;
}
.m-filterbar.m-filterbar-dealerlocator
  .filterbar-item.filterbar-filter
  .a-link {
  height: auto !important;
}
.m-filterbar.m-filterbar-dealerlocator
  .filterbar-item.filterbar-filter
  .filterbar-filter-text,
.m-filterbar.m-filterbar-dealerlocator
  .filterbar-item.filterbar-filter
  .icon-filter {
  color: #2d373c !important;
}
.m-filterbar-rebrush {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
  padding: 0;
}
.m-filterbar-rebrush .reset-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000028;
  border-radius: 2px;
  border: 1px solid #000028;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 26px;
  margin: 0;
  max-height: 30px;
  min-height: 30px;
  min-width: 150px;
  padding: 0 8px;
  text-align: left;
}
.m-filterbar-rebrush .reset-button:focus {
  outline: 0;
}
.m-filterbar-rebrush .reset-button .reset-text {
  margin-right: 20px;
  white-space: nowrap;
}
.m-filterbar-rebrush .filterbarrebrush-selected-filters {
  -webkit-column-gap: 30px;
  column-gap: 30px;
  margin-top: 0;
  row-gap: 10px;
}
.m-filterbreadcrumb .a-selectedfilter {
  display: block;
  font-size: 14px;
  height: 40px;
  margin-bottom: 10px;
  min-width: 200px;
  padding: 12px 40px 12px 10px;
  position: relative;
  width: auto;
}
.m-filterbreadcrumb .a-selectedfilter .text {
  display: block;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.m-filterbreadcrumb .a-selectedfilter .icon {
  background-color: transparent;
  font-size: 10px;
  margin-right: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-filterbreadcrumb .a-selectedfilter .icon:before {
  color: #879baa;
}
.m-filterbreadcrumb .a-selectedfilter:hover {
  background: 0 0;
  border: 1px solid #2d373c;
  color: #2d373c;
  cursor: pointer;
}
.m-filterbreadcrumb .a-selectedfilter:hover .icon:before {
  color: #2d373c;
}
.m-filterbreadcrumb .a-selectedfilter:not(:last-child):after {
  display: none;
}
@media (min-width: 750px) {
  .m-filterbreadcrumb .a-selectedfilter {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
@media (min-width: 900px) {
  .m-filterbreadcrumb .a-selectedfilter {
    font-size: 14px;
    margin: 0 10px 10px 0;
  }
}
.m-filterlayer:after {
  border-bottom: none !important;
}
.m-filterlayer.is-opened {
  border-top: 1px solid #ccd9e1;
  margin-bottom: 0;
  margin-top: 14px;
  padding-bottom: 0;
  position: relative;
}
.m-filterlayer .filter-group-wrapper {
  margin-top: 33px;
  padding-bottom: 0;
}
.m-filterlayer .filter-group-wrapper .filterlayer-col {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.m-filterlayer .filter-group-wrapper .filterlayer-col:first-child {
  padding-top: 23px !important;
}
@media (min-width: 750px) {
  .m-filterlayer .filter-group-wrapper .filterlayer-col:first-child {
    padding-top: 0 !important;
  }
}
.m-filterlayer .filter-group-wrapper .filterlayer-border {
  border-bottom: none;
}
.m-filterlayer .filter-group-wrapper .filterlayer-rating > div {
  margin-bottom: 10px !important;
}
.m-filterlayer .filter-group-wrapper .filterlayer-rating > div:last-child {
  margin-bottom: 0 !important;
}
.m-filterlayer
  .filter-group-wrapper
  .filterlayer-rating
  .a-rating
  .scale
  .icon {
  font-size: 15px !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-filterlayer
  .filter-block-outer.is-opened
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-filterlayer .filter-block-outer.is-opened .a-button.a-button-secondary,
.m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link,
.m-filterlayer .filter-block-outer.is-opened .a-button.a-link-secondary.a-link,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-filterlayer
  .filter-block-outer.is-opened
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-filterlayer
  .filter-block-outer.is-opened
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-filterlayer
  .filter-block-outer.is-opened
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-link {
  border: none;
  color: #879baa;
  float: right;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 !important;
  text-transform: none;
  width: auto;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-filterlayer
  .filter-block-outer.is-opened
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-filterlayer
  .filter-block-outer.is-opened
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-filterlayer .filter-block-outer.is-opened .a-button.a-button-secondary:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-link:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-filterlayer
  .filter-block-outer.is-opened
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-filterlayer
  .filter-block-outer.is-opened
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-filterlayer
  .filter-block-outer.is-opened
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-filterlayer
  .filter-block-outer.is-opened
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  a.a-button.a-link-secondary.a-button-link:hover,
.m-filterlayer
  .filter-block-outer.is-opened
  button.a-button.a-link-secondary.a-button-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-filterlayer
  .filter-block-outer.is-opened
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .m-filterlayer
  .filter-block-outer.is-opened
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-filterlayer
  .filter-block-outer.is-opened
  .a-button.a-link-secondary.a-link:hover {
  color: #2d373c;
}
.m-filterlist .filterlist-heading {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.m-filterlist .filterlist-heading.is-opened,
.m-filterlist .filterlist-heading:hover {
  font-weight: 700 !important;
}
.m-filterlist .filterlist-heading.is-opened .a-button,
.m-filterlist .filterlist-heading:hover .a-button {
  font-weight: 400;
}
.m-filterlist .filterlist-heading.is-opened:before,
.m-filterlist .filterlist-heading:before {
  content: none;
}
.m-filterlist .filterlist-heading .a-button {
  border: none;
  color: #41aaaa;
  padding-left: 10px;
}
.m-filterlist .filterlist-heading .a-button .icon {
  color: #41aaaa;
}
.m-filterlist .filterlist-container .m-rangeslider {
  padding-left: 5px;
  padding-right: 5px;
}
.m-filterlist
  .filterlist-container
  .filterlist-row:first-child
  .m-forminput-checkbox {
  margin-top: 0 !important;
}
.m-filterlist
  .filterlist-container
  .filterlist-row:last-child
  .m-forminput-checkbox {
  margin-bottom: 0 !important;
}
.m-filterlist .filterlist-container .filterlist-row .filterlist-close-icon,
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .filterlist-close-icon {
  display: none !important;
}
.m-filterlist
  .filterlist-container
  .filterlist-row
  .filterlist-row-item.is-active
  .a-formlabel,
.m-filterlist
  .filterlist-container
  .filterlist-row
  .filterlist-row-item:hover
  .a-formlabel,
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .filterlist-row-item.is-active
  .a-formlabel,
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .filterlist-row-item:hover
  .a-formlabel {
  color: #2d373c !important;
}
.m-filterlist .filterlist-container .filterlist-row .m-forminput-checkbox,
.m-filterlist .filterlist-container .filterlist-row-item .m-forminput-checkbox {
  margin-bottom: 4px !important;
}
.m-filterlist
  .filterlist-container
  .filterlist-row
  .m-forminput-checkbox
  .a-formlabel,
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .m-forminput-checkbox
  .a-formlabel {
  padding: 4px 60px 4px 0 !important;
}
.m-filterlist
  .filterlist-container
  .filterlist-row
  .m-forminput-checkbox
  .a-formlabel:after,
.m-filterlist
  .filterlist-container
  .filterlist-row
  .m-forminput-checkbox
  .a-formlabel:before,
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .m-forminput-checkbox
  .a-formlabel:after,
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .m-forminput-checkbox
  .a-formlabel:before {
  left: auto !important;
  right: 0 !important;
  top: 3px !important;
}
.m-filterlist
  .filterlist-container
  .filterlist-row
  .m-forminput-checkbox
  .a-formlabel.a-selectablerange,
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .m-forminput-checkbox
  .a-formlabel.a-selectablerange {
  width: 100%;
}
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .filterlist-label-icon {
  display: inline-block;
  right: 35px;
  top: 0;
}
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .filterlist-label-icon.a-button {
  background: 0 0;
  border: none;
  color: #41aaaa;
  padding: 0 !important;
}
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .filterlist-label-icon.a-button:hover {
  color: #a5e1e1;
}
.m-filterlist
  .filterlist-container
  .filterlist-row-item
  .filterlist-label-icon.a-button
  .icon {
  display: block !important;
}
.m-filterlist .filterlist-container .m-forminput-checkbox {
  padding-top: 0;
}
.m-filterlist .filterlist-container .m-forminput-checkbox:first-child {
  margin-top: 0;
}
.m-filterlist
  .filterlist-container
  .m-forminput-checkbox
  .a-rating.a-formlabel {
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.m-filterlist
  .filterlist-container
  .m-forminput-checkbox
  .a-rating.a-formlabel:before {
  left: auto !important;
  right: 0 !important;
  top: 0 !important;
}
.m-filterlist
  .filterlist-container
  .m-forminput-checkbox
  .a-rating.a-formlabel
  .icon:not(.is-active):after {
  font-size: 14px;
  left: 4px;
  top: 1px;
}
.m-filterlist .filterlist-container.open-mobile {
  padding: 10px !important;
}
.m-filter-rebrush {
  margin-bottom: 18px;
}
.m-filter-rebrush * {
  -webkit-transition: none !important;
  transition: none !important;
}
@media (max-width: 899px) {
  .m-filter-rebrush .m-floating-button.visible {
    bottom: 17px;
    top: auto !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.m-filter-rebrush .filter-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .m-filter-rebrush .filter-group-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-filter-rebrush .filter-group-wrapper .m-all-filter-modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 40% !important;
    -ms-flex: 1 1 40% !important;
    flex: 1 1 40% !important;
    width: 50%;
  }
  .m-filter-rebrush .filter-group-wrapper .chip-sorting {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 40% !important;
    -ms-flex: 1 1 40% !important;
    flex: 1 1 40% !important;
    width: auto;
  }
  .m-filter-rebrush
    .filter-group-wrapper
    .chip-sorting
    .m-chips.dropdown-open
    .chips-content
    .chips-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .m-filter-rebrush
    .filter-group-wrapper
    .chip-sorting
    .m-chips
    .chips-content
    .chips-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
  }
  .m-filter-rebrush
    .filter-group-wrapper
    .chip-sorting
    .m-chips
    .chips-content
    .chips-icon:before {
    content: "\e091";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    height: 16px;
    line-height: 8px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    color: #fff;
  }
}
.m-filter-rebrush .filter-group-wrapper .filterlayer-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
}
.m-filter-rebrush .filter-wrap {
  background-color: transparent;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
}
.m-filter-rebrush .filter-wrap .filter-container {
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  padding: 0;
  position: relative;
  margin-top: 20px;
}
@media (min-width: 900px) {
  .m-filter-rebrush .filter-group-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(250px, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  .m-filter-rebrush .filter-wrap {
    margin: 0 0 45px;
  }
  .m-filter-rebrush .filter-wrap .filter-container {
    background: #fff;
    margin-top: 0;
    padding: 25px 40px;
  }
}
.m-filter-rebrush .m-chips {
  max-width: none;
  min-width: auto;
  width: 100%;
}
.m-filter-rebrush .m-filterlist-rebrush {
  width: 100%;
}
.m-filter-rebrush .m-filterlist-rebrush .a-button {
  background: unset;
  fill: none;
  outline: 0;
  right: 30px;
  position: absolute;
}
.m-filter-rebrush .m-filterlist-rebrush .a-button:active,
.m-filter-rebrush .m-filterlist-rebrush .a-button:focus,
.m-filter-rebrush .m-filterlist-rebrush .a-button:focus-visible,
.m-filter-rebrush .m-filterlist-rebrush .a-button:focus-within,
.m-filter-rebrush .m-filterlist-rebrush .a-button:hover,
.m-filter-rebrush .m-filterlist-rebrush .a-button:target,
.m-filter-rebrush .m-filterlist-rebrush .a-button:visited {
  background: 0 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
.m-filter-rebrush .m-filterlist-rebrush .a-button .icon-info {
  margin-top: -3px;
  position: absolute;
  top: -2px;
  right: 2px;
}
.m-filter-rebrush .m-filterlist-rebrush .filterlist-close-icon {
  color: #000;
}
.m-filter-rebrush .results-count {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0;
  text-transform: uppercase;
  position: static;
}
.m-filter-rebrush .results-count p {
  font-size: 12px;
  margin-bottom: 0;
}
.m-filter-rebrush .m-floating-button .icon {
  color: #000;
}
.m-filter-teaser {
  background: #000028;
  border-radius: 2px;
}
.m-filter-teaser .m-chips .chips-content,
.m-filter-teaser .m-chips.dropdown.dropdown-open .chips-content {
  border-color: #fff;
}
.m-filter-teaser .m-chips .chips-content .chips-content-inner,
.m-filter-teaser
  .m-chips
  .chips-content
  .chips-content-inner
  .filterlist-heading,
.m-filter-teaser .m-chips .chips-content .chips-icon,
.m-filter-teaser
  .m-chips.dropdown.dropdown-open
  .chips-content
  .chips-content-inner,
.m-filter-teaser
  .m-chips.dropdown.dropdown-open
  .chips-content
  .chips-content-inner
  .filterlist-heading,
.m-filter-teaser .m-chips.dropdown.dropdown-open .chips-content .chips-icon {
  color: #fff;
}
.m-filter-teaser .filter-teaser-content {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 !important;
}
.m-filter-teaser .filter-teaser-content.hidden-mobile {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-filter-teaser .filter-teaser-content.hidden-mobile .a-image {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
}
.m-filter-teaser .filter-teaser-content.hidden-mobile .a-image img {
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.m-filter-teaser .filter-teaser-content.hidden-mobile .filter-teaser-dropdown {
  padding: 80px 20% 80px 80px;
  margin: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .subline {
  color: #3cc8be;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 8px;
  padding: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .filter-description {
  font-size: 30px;
  line-height: 36px;
  margin: 0;
  padding: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container {
  display: block;
  margin: 30px 0 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(200px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col {
  width: 100%;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .m-chips {
  height: 45px;
  max-width: 100%;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .m-chips.dropdown.dropdown-open
  .chips-content
  .chips-content-inner
  .filterlist-heading {
  color: #fff !important;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .m-chips
  .chips-content {
  border-color: #fff;
  width: 100%;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .m-chips
  .chips-content
  .chips-content-inner,
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .m-chips
  .chips-content
  .chips-content-inner.filterlist-heading {
  color: #fff !important;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .m-chips
  .chips-content
  .chips-icon {
  color: #3cc8be !important;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container {
  margin: 0 !important;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container
  .filterlayer-rating
  input {
  display: none;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container
  .filterlist-row-item
  .a-button {
  padding: 0 !important;
  position: absolute;
  right: 30px;
  top: -2px;
  z-index: 1;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container
  .filterlist-row-item
  .a-button:hover {
  -webkit-tap-highlight-color: transparent;
  background: 0 0;
  border: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .chip-container
  .m-chips-group
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container
  .filterlist-row-item
  .a-button
  .icon {
  position: unset;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .a-link.show-more-a-link {
  color: #3cc8be;
  margin: 38px 0 0;
  text-decoration: none;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .a-link.show-more-a-link:after {
  display: inline-block;
  color: #3cc8be;
  font-family: icons;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin: 0 0 0 16px;
  padding: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .a-link.show-more-a-link:active:after,
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .a-link.show-more-a-link:focus:after,
.m-filter-teaser
  .filter-teaser-content.hidden-mobile
  .filter-teaser-dropdown
  .a-link.show-more-a-link:hover:after {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.m-filter-teaser .filter-teaser-content.hidden-desktop {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-filter-teaser .filter-teaser-content.hidden-desktop .filter-teaser-dropdown {
  padding: 24px;
  margin: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .subline {
  color: #3cc8be;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 3px;
  margin: 0 0 8px;
  padding: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .filter-description {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container {
  display: block;
  margin: 30px 0 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col {
  margin-top: 10px;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col:first-child {
  margin-top: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .m-chips {
  height: 45px;
  max-width: 100%;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .m-chips:not(:first-child) {
  margin-top: 10px;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .m-chips.dropdown.dropdown-open
  .chips-content
  .chips-content-inner
  .filterlist-heading {
  color: #fff !important;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .m-chips
  .chips-content {
  border-color: #fff;
  width: 100%;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .m-chips
  .chips-content
  .chips-content-inner,
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .m-chips
  .chips-content
  .chips-content-inner.filterlist-heading {
  color: #fff !important;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .m-chips
  .chips-content
  .chips-icon {
  color: #3cc8be !important;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container {
  margin: 0 !important;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container
  .filterlist-row-item
  .a-button {
  padding: 0 !important;
  position: absolute;
  right: 30px;
  top: -2px;
  z-index: 1;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container
  .filterlist-row-item
  .a-button:hover {
  -webkit-tap-highlight-color: transparent;
  background: 0 0;
  border: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .chip-container
  .filterlayer-col
  .m-filterteaser-options
  .filterlist-container
  .filterlist-row-item
  .a-button
  .icon {
  position: unset;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .a-link.show-more-a-link {
  color: #3cc8be;
  margin: 38px 0 0;
  text-decoration: none;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .a-link.show-more-a-link:after {
  display: inline-block;
  color: #3cc8be;
  font-family: icons;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin: 0 0 0 16px;
  padding: 0;
}
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .a-link.show-more-a-link:active:after,
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .a-link.show-more-a-link:focus:after,
.m-filter-teaser
  .filter-teaser-content.hidden-desktop
  .filter-teaser-dropdown
  .a-link.show-more-a-link:hover:after {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.m-firedmessage {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: thin solid #000;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 40px;
}
.m-firedmessage.a-area,
.m-firedmessage.a-area.a-area-desktop,
.m-firedmessage.a-area.a-area-mobile,
.m-firedmessage.a-area.a-area-tablet {
  padding: 40px;
}
.m-firedmessage.a-area.a-area-desktop[data-t-name="PromotionAnchorTeaser"],
.m-firedmessage.a-area.a-area-mobile[data-t-name="PromotionAnchorTeaser"],
.m-firedmessage.a-area.a-area-tablet[data-t-name="PromotionAnchorTeaser"],
.m-firedmessage.a-area[data-t-name="PromotionAnchorTeaser"] {
  padding: 24px;
}
.m-firedmessage.a-area.a-area-desktop[data-t-name="PromotionAnchorTeaser"]
  .content-icon,
.m-firedmessage.a-area.a-area-mobile[data-t-name="PromotionAnchorTeaser"]
  .content-icon,
.m-firedmessage.a-area.a-area-tablet[data-t-name="PromotionAnchorTeaser"]
  .content-icon,
.m-firedmessage.a-area[data-t-name="PromotionAnchorTeaser"] .content-icon {
  display: none;
}
.m-firedmessage.a-area.a-area-desktop[data-t-name="PromotionAnchorTeaser"]
  .content,
.m-firedmessage.a-area.a-area-mobile[data-t-name="PromotionAnchorTeaser"]
  .content,
.m-firedmessage.a-area.a-area-tablet[data-t-name="PromotionAnchorTeaser"]
  .content,
.m-firedmessage.a-area[data-t-name="PromotionAnchorTeaser"] .content {
  width: 65%;
}
.m-firedmessage.a-area.a-area-desktop[data-t-name="PromotionAnchorTeaser"]
  .content
  h3.a-heading,
.m-firedmessage.a-area.a-area-mobile[data-t-name="PromotionAnchorTeaser"]
  .content
  h3.a-heading,
.m-firedmessage.a-area.a-area-tablet[data-t-name="PromotionAnchorTeaser"]
  .content
  h3.a-heading,
.m-firedmessage.a-area[data-t-name="PromotionAnchorTeaser"]
  .content
  h3.a-heading {
  color: #2b2f43;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.m-firedmessage.a-area.a-area-desktop[data-t-name="PromotionAnchorTeaser"]
  .content
  ul.list-unstyled,
.m-firedmessage.a-area.a-area-mobile[data-t-name="PromotionAnchorTeaser"]
  .content
  ul.list-unstyled,
.m-firedmessage.a-area.a-area-tablet[data-t-name="PromotionAnchorTeaser"]
  .content
  ul.list-unstyled,
.m-firedmessage.a-area[data-t-name="PromotionAnchorTeaser"]
  .content
  ul.list-unstyled {
  bottom: 24px;
  position: absolute;
  right: 24px;
}
.m-firedmessage .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  padding: 0;
}
.m-firedmessage .content .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
}
.m-firedmessage .content .list-unstyled .a-link.a-link-anchor:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-firedmessage .content-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3cc8be;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  width: 154px;
}
.m-firedmessage .content-icon::before {
  color: #000028;
  font-size: 71px;
}
@media (max-width: 749px) {
  .m-firedmessage .content-icon {
    display: none;
  }
  .m-form .form-row .form-error-wrapper:before {
    content: none;
  }
}
@media (min-width: 750px) {
  .m-firedmessage .content-icon {
    width: 154px;
  }
  .m-firedmessage .content-icon::before {
    font-size: 71px;
  }
}
.m-fitstoappliance .vib-state-container .vib-state-content {
  border-radius: 2px;
}
.m-fitstoappliance .vib-state-container .content-icon {
  display: none !important;
}
.m-fitstoappliance form .form-row fieldset .a-formlabel::before {
  bottom: -34px;
}
.m-floating-button {
  background-color: #3cc8be;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.m-floating-button:not(.visible) {
  display: none;
  opacity: 0;
}
.m-fly-in-layer .a-area--fly-in-flag,
.m-fly-in-layer .a-area.a-area-desktop.a-area-primary-outlined {
  background: #fff;
  -webkit-box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.24);
  border-color: transparent;
  border-radius: 2px;
  color: #000 !important;
  font-family: SiemensSans-Bold, sans-serif;
  padding: 12px 12px 3px;
  -webkit-transform: translateX(10px) rotate(90deg);
  -ms-transform: translateX(10px) rotate(90deg);
  transform: translateX(10px) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.m-fly-in-layer .a-area--fly-in-flag .fly-in-flag-text,
.m-fly-in-layer
  .a-area.a-area-desktop.a-area-primary-outlined
  .fly-in-flag-text {
  font-size: 14px;
}
.m-fly-in-layer .a-area--fly-in-flag:active,
.m-fly-in-layer .a-area--fly-in-flag:focus,
.m-fly-in-layer .a-area--fly-in-flag:hover,
.m-fly-in-layer .a-area.a-area-desktop.a-area-primary-outlined:active,
.m-fly-in-layer .a-area.a-area-desktop.a-area-primary-outlined:focus,
.m-fly-in-layer .a-area.a-area-desktop.a-area-primary-outlined:hover {
  border-color: transparent !important;
  -webkit-transform: translateX(0) rotate(90deg);
  -ms-transform: translateX(0) rotate(90deg);
  transform: translateX(0) rotate(90deg);
}
.m-fly-in-layer .fly-in-layer-content {
  -webkit-box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 1px 0 15px 0 rgba(0, 0, 0, 0.24);
  max-height: none;
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-top
  .js-close-button {
  border: none;
  color: #000 !important;
  padding-top: 17px !important;
  padding-right: 17px !important;
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-top
  .js-close-button
  .icon {
  width: 24px;
  height: 24px;
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-top
  .js-close-button
  .icon::before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-top
  .js-close-button:hover {
  color: #3cc8be;
}
.m-fly-in-layer
  .fly-in-layer-content
  .fly-in-layer-content-inner
  .fly-in-layer-content-inner-area-wrap
  .fly-in-layer-text-cta-area
  p {
  margin: 0 0 17px;
}
.m-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  font-family: var(--fontfamily-headlinesfont);
}
.m-fly-in-layer .a-area--fly-in-flag {
  top: 22%;
}
@media (min-width: 900px) {
  .m-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner .a-heading {
    margin-bottom: 25px;
  }
  .m-fly-in-layer.is-open .fly-in-layer-content {
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
  .m-fly-in-layer .fly-in-layer-content {
    max-width: none;
    min-width: auto;
    top: 50%;
    -webkit-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    width: 520px;
  }
  .m-fly-in-layer .fly-in-layer-content .fly-in-layer-content-inner {
    padding: 0 0 80px 80px;
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap
    .fly-in-layer-image-area {
    margin: 0 0 25px;
    padding: 0;
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap
    .fly-in-layer-image-area
    .a-image
    img {
    width: 100%;
    height: auto;
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap
    .fly-in-layer-text-cta-area {
    margin: 0;
    padding: 0 40px 0 0;
  }
  .m-fly-in-layer
    .fly-in-layer-content
    .fly-in-layer-content-inner
    .fly-in-layer-content-inner-area-wrap
    .fly-in-layer-text-cta-area
    p {
    margin: 0 0 37px;
  }
  .m-fly-in-layer .a-area--fly-in-flag {
    top: 30%;
  }
}
@media (min-width: 900px) and (max-height: 665px) {
  .m-fly-in-layer .fly-in-layer-content {
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0);
    top: 0;
    position: absolute;
  }
  .m-fly-in-layer.is-open .fly-in-layer-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
  }
}
.m-fly-in-layer ~ .a-feedbackbutton {
  bottom: -webkit-calc(20% + 32px);
  bottom: calc(20% + 32px);
  top: auto;
}
.m-footerlinkscopyright {
  margin: 0;
  padding: 16px 0;
}
.m-footerlinkscopyright ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  text-align: left;
}
.m-footerlinkscopyright ul li {
  color: #2b2f43;
  display: inline-block;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  margin-right: 24px;
  margin-bottom: 15px;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.m-footerlinkscopyright ul li::before {
  display: none;
}
.m-footerlinkscopyright ul li:not(:first-child):before {
  background: #879baa;
  content: "";
  height: 12px;
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
}
.m-footerlinkscopyright ul li:last-child {
  margin-right: 0;
}
.m-footerlinkscopyright ul li.copyright.float-right:before,
.m-footerlinkscopyright ul li.float-right:before,
.m-footerlinkscopyright ul li:last-child:before {
  content: none;
}
.m-footerlinkscopyright ul li .a-link {
  color: #2b2f43 !important;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
}
.m-footerlinkscopyright ul li .a-link:hover {
  color: #2b2f43 !important;
}
.m-footerlinkscopyright ul li .a-link:after {
  display: none !important;
}
@media (min-width: 900px) {
  .m-footerlinkscopyright {
    padding: 22px 0;
  }
  .m-footerlinkscopyright ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-footerlinkscopyright ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 5px;
    margin-right: 39px;
  }
  .m-footerlinkscopyright ul li .a-link {
    font-family: SiemensSans-Bold, sans-serif;
  }
}
.m-footerpagefunctionsfollow {
  --color-links: #000;
  border-bottom: none;
  margin: 0;
  padding: 20px 0;
}
.m-footerpagefunctionsfollow a[name="_footer"] {
  display: none;
}
.m-footerpagefunctionsfollow .likes,
.m-footerpagefunctionsfollow .likes ul,
.m-footerpagefunctionsfollow .shares,
.m-footerpagefunctionsfollow .shares ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.m-footerpagefunctionsfollow .likes li,
.m-footerpagefunctionsfollow .shares li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: auto;
  margin: 0;
  padding: 0;
}
.m-footerpagefunctionsfollow .likes li:first-child .a-link,
.m-footerpagefunctionsfollow .shares li:first-child .a-link {
  margin-left: 0;
}
.m-footerpagefunctionsfollow .likes .text,
.m-footerpagefunctionsfollow .shares .text {
  display: none;
}
.m-footerpagefunctionsfollow .likes .a-link,
.m-footerpagefunctionsfollow .shares .a-link {
  display: inline-block;
  margin: 20px 16px 0;
  padding: 0;
}
.m-footerpagefunctionsfollow .likes .a-link .icon,
.m-footerpagefunctionsfollow .shares .a-link .icon {
  color: var(--color-links);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.m-footerpagefunctionsfollow .shares {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-footerpagefunctionsfollow .shares .a-link {
  margin-right: 20px;
}
@media (min-width: 750px) {
  .m-footerpagefunctionsfollow {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }
  .m-footerpagefunctionsfollow .likes,
  .m-footerpagefunctionsfollow .shares {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .m-footerpagefunctionsfollow .likes:after,
  .m-footerpagefunctionsfollow .likes:before,
  .m-footerpagefunctionsfollow .shares:after,
  .m-footerpagefunctionsfollow .shares:before {
    display: none;
  }
  .m-footerpagefunctionsfollow .likes li,
  .m-footerpagefunctionsfollow .shares li {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
  }
  .m-footerpagefunctionsfollow .likes .a-link,
  .m-footerpagefunctionsfollow .shares .a-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-footerpagefunctionsfollow .likes .a-link .icon,
  .m-footerpagefunctionsfollow .shares .a-link .icon {
    color: var(--color-links);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
  }
  .m-footerpagefunctionsfollow .shares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-right: 5px;
  }
  .m-footerpagefunctionsfollow .shares .a-link:first-child {
    margin-left: 0;
  }
  .m-footerpagefunctionsfollow .likes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 0;
  }
  .m-footerpagefunctionsfollow .likes ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-footerpagefunctionsfollow .shares + .likes {
    margin-top: 0;
  }
}
.m-footnotes ul {
  list-style-type: none;
}
.m-footnotes .button-wrapper .icon.showless-button,
.m-footnotes .button-wrapper .icon.showmore-button {
  color: #000;
  font-family: var(--fontfamily-roman);
  position: relative;
}
.m-footnotes .button-wrapper .icon:before {
  bottom: -4px;
  font-family: icons;
  margin-right: 10px;
  position: relative;
}
.m-footnotes .icon.showless-button,
.m-footnotes .icon.showmore-button {
  color: #000;
  font-family: var(--fontfamily-roman);
  position: relative;
}
.m-footnotes .icon:before {
  bottom: -4px;
  font-family: icons;
  margin-right: 10px;
  position: relative;
}
.m-footnotes-rebrush ul.footnotes-list {
  list-style-type: none;
}
.m-footnotes-rebrush .showless-button,
.m-footnotes-rebrush .showmore-button.fade-out-footnote-plp {
  -webkit-box-shadow: 5px -22px 15px #f5f5f7;
  box-shadow: 5px -22px 15px #f5f5f7;
  color: #007a7a;
}
.m-footnotes-rebrush .showless-button .icon::before,
.m-footnotes-rebrush .showmore-button.fade-out-footnote-plp .icon::before {
  bottom: -4px;
  color: #007a7a;
  margin-right: 10px;
  position: relative;
}
.m-form {
  margin: 0;
  padding: 50px 0 0;
}
.m-form .vib-state-container .vib-state-content {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 24px;
}
.m-form .vib-state-container .vib-state-content .a-link {
  color: inherit;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-form .vib-state-container .vib-state-content .a-link:hover {
  border-color: inherit;
}
.m-form .vib-state-container .content-icon {
  display: none !important;
}
.m-form .form-layout-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-form .g-layout-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0 !important;
}
.m-form .g-layout-half .g-col {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}
.m-form .g-layout-half .g-col.float-left {
  margin-bottom: 20px !important;
}
.m-form .icon-camera-enrocr {
  height: auto;
  opacity: 0;
  z-index: 10;
}
.m-form .icon-camera-enrocr ~ label {
  display: block !important;
  position: relative;
}
.m-form .icon-camera-enrocr ~ label:before {
  bottom: -31px;
  color: #000 !important;
  font-family: icons;
  font-size: 24px;
  position: absolute;
  right: 11px;
}
.m-form .form-row {
  margin: 32px 0 0;
  padding: 0;
  position: relative;
}
@media (min-width: 750px) {
  .m-form .g-layout-half .g-col.float-left {
    margin-bottom: 25px !important;
  }
  .m-form .form-row {
    max-width: 500px;
  }
  .m-form .form-row .form-error-wrapper:before {
    right: -18px;
  }
}
.m-form .form-row .m-forminput-radio {
  padding-top: 0;
}
.m-form .form-row .m-forminput-radio + .form-error-wrapper {
  top: -10px;
}
.m-form .form-row .form-radio-group-wrapper .a-formlabel {
  display: block;
}
.m-form .form-row .m-forminput-clickable-rating + .form-error-wrapper {
  top: -10px;
}
.m-form .form-row .m-forminput-textarea {
  margin: 0 0 14px;
}
.m-form .form-row .m-forminput-textarea textarea[maxlength] {
  margin-bottom: 7px;
}
.m-form .form-row .m-forminput[type="checkbox"] ~ .form-error-wrapper {
  top: 5px;
}
.m-form .form-row .m-forminput-datepicker.calendar:not(.pika-single),
.m-form .form-row .m-forminput-dropdown.m-forminput {
  margin-bottom: 14px;
}
.m-form
  .form-row
  .m-forminput-dropdown.m-forminput
  .select2-container
  .select2-selection {
  height: 40px;
  padding: 10px;
}
.m-form
  .form-row
  .m-forminput-dropdown.m-forminput.multiple-dropdown
  .select2-container
  .select2-selection {
  padding: 0 39px 0 10px;
}
.m-form .form-row .m-forminput-slider-captcha {
  margin-bottom: 14px;
}
.m-form
  .form-row
  .m-customfilterdateselection
  .customfilterdateselection-slider.is-slide-active {
  height: auto;
}
.m-form
  .form-row
  .m-forminput-radio:not(.form-layout-col).form-field-width-xxxl
  + .form-error-wrapper {
  top: -10px;
}
.m-form .form-row .form-error-wrapper {
  font-size: 12px;
  position: relative;
  text-align: right;
  top: -6px;
}
.m-form .form-row .form-error-wrapper:before {
  display: none;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  top: -34px;
}
@media (min-width: 900px) {
  .m-form .form-row .form-error-wrapper:before {
    display: block;
    right: -22px;
  }
}
.m-form .form-row .form-error-wrapper .a-errormessage {
  padding: 0;
  text-align: left;
}
.m-form .form-row .form-layout-half .form-layout-col.m-forminput-radio {
  padding-left: 0;
}
.m-form .form-row[data-field-count="3"] .a-formlabel {
  display: inline;
  float: left;
  width: 33%;
}
.m-form .form-row[data-field-count="2"] .a-formlabel {
  display: inline-block;
  float: left;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
.m-form .form-row[data-field-count="2"] .a-formlabel + .a-formlabel {
  text-align: right;
}
.m-form .form-row[data-field-count="2"] .a-formlabel:only-of-type {
  display: inline;
  float: none;
  width: 100%;
}
.m-form .form-row[data-field-count="2"] .form-error-wrapper .error-container {
  width: -webkit-calc(100% / 2 - 5px);
  width: calc(100% / 2 - 5px);
}
.m-form
  .form-row[data-field-count="2"]
  .form-error-wrapper
  .error-container:first-child,
.m-form
  .form-row[data-field-count="2"]
  .form-error-wrapper
  .error-container:only-child {
  float: left !important;
}
.m-form
  .form-row[data-field-count="2"]
  .form-error-wrapper
  .error-container:last-child {
  float: right;
}
.m-form
  .form-row[data-field-count="2"]
  .form-field-width-l
  ~ .form-error-wrapper
  .error-container:first-child {
  width: -webkit-calc(37.5% - 5px);
  width: calc(37.5% - 5px);
}
.m-form
  .form-row[data-field-count="2"]
  .form-field-width-l
  ~ .form-error-wrapper
  .error-container:last-child {
  text-align: right;
  width: -webkit-calc(62.5% - 5px);
  width: calc(62.5% - 5px);
}
.m-form
  .form-row[data-field-count="2"]
  .m-forminput-radio
  ~ .form-error-wrapper
  .error-container:first-child,
.m-form
  .form-row[data-field-count="2"]
  .m-forminput-radio
  ~ .form-error-wrapper
  .error-container:last-child {
  width: 100%;
}
.m-form
  .form-row[data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-s {
  width: -webkit-calc(37.5% - 5px);
  width: calc(37.5% - 5px);
}
.m-form
  .form-row[data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-m {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}
.m-form
  .form-row[data-field-count="2"]
  .m-forminput:not(.form-layout-col).form-field-width-l {
  width: -webkit-calc(62.5% - 5px);
  width: calc(62.5% - 5px);
}
.m-form .form-row[data-field-count="2"] .m-forminput.m-forminput-actionlink,
.m-form
  .form-row[data-field-count="2"]
  .m-forminput.m-forminput-actionlink
  .a-link.a-button {
  margin-top: 0 !important;
}
.m-form
  .form-row[data-field-count="3"]
  .m-forminput:not(.form-layout-col).form-field-width-s {
  margin-right: 5px;
  width: -webkit-calc(33.5% - 6.6666666667px);
  width: calc(33.5% - 6.6666666667px);
}
.m-form
  .form-row[data-field-count="1"]
  .m-forminput:not(.form-layout-col).form-field-width-xl {
  width: 100%;
}
.m-form .form-row.rating-likely-row {
  margin-bottom: 14px;
}
.m-form .form-row.rating-likely-row .rating-likely-range-labels span {
  font-size: 12px;
}
.m-form .form-actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 48px 0 0;
}
.m-form .form-actions:after {
  content: none;
}
.m-form .form-actions .form-action {
  float: none !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
  width: 100% !important;
}
@media (min-width: 750px) {
  .m-form .form-actions a .form-action {
    max-width: none !important;
  }
  .m-form .form-actions .form-action {
    max-width: 50% !important;
    width: auto !important;
  }
}
.m-form .form-actions .form-action .a-button,
.m-form .form-actions .form-action .a-link {
  margin: 0 !important;
}
.m-form .form-actions .form-action:only-child {
  margin-bottom: 0 !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form
  .form-actions
  .form-action:only-child
  a.a-link-primary.a-button[type="submit"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form
  .form-actions
  .form-action:only-child
  a.a-link-primary.a-button[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-button-link.a-link[type="submit"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-button-link[type="submit"][data-popover-id],
.m-form .form-actions .form-action:only-child .a-button-primary[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-button-link[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-link[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[type="submit"]:not(
    .a-button-plain
  ),
.m-form
  .form-actions
  .form-action:only-child
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[type="submit"][data-popover-id],
.m-form
  .form-actions
  .form-action:only-child
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[type="submit"]:not(.a-button),
.m-form
  .form-actions
  .form-action:only-child
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[type="submit"]:not(
    .a-button-plain
  ),
.m-form
  .form-actions
  .form-action:only-child
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  a.a-link-primary.a-button.a-button-link[type="submit"],
.m-form
  .form-actions
  .form-action:only-child
  button.a-link-primary.a-button.a-button-link[type="submit"],
.m-form.oidc-registration
  .form-actions
  .form-action:only-child
  .m-termsconditions
  a.a-link-primary.a-button[type="submit"],
.m-form.oidc-registration
  .m-termsconditions
  .form-actions
  .form-action:only-child
  a.a-link-primary.a-button[type="submit"],
.m-oney-widget-section
  .m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.oney-widget-link[type="submit"],
.m-popover
  .popover-content
  .m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-button-link[type="submit"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-button-link.a-link[type="submit"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.o-alternativeproduct
  .m-form
  .form-actions
  .form-action:only-child
  .tile-description
  > .a-link-primary.a-button.a-link[type="submit"]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-button-link.a-link[type="submit"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form
  .form-actions
  .form-action:only-child
  .a-link-primary.a-button.a-link[type="submit"] {
  margin-bottom: 10px !important;
}
.m-form .form-actions .form-action-secondary {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-form .form-actions .form-action-primary {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 749px) {
  .m-form .form-actions {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
  }
  .m-form .form-actions .form-action-primary {
    width: 100%;
  }
}
.m-form .suggest-layer-autocomplete-result-container {
  margin: 10px;
}
.m-form#registrationFormData {
  margin: 50px 0 0;
}
.m-form#registrationFormData .g-layout-full:nth-of-type(2) h2.a-heading {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.m-form#bshForgotPasswordData .g-layout-fourth {
  margin: 50px 0 0;
}
.m-form#bshForgotPasswordData .g-layout-fourth .g-span {
  padding: 0;
}
.m-form#bshForgotPasswordData .g-layout-fourth .g-span:not(:first-child) {
  text-align: right;
}
@media (min-width: 750px) {
  .m-form#bshForgotPasswordData .g-layout-fourth {
    margin: 90px 0 0;
  }
}
@media (min-width: 900px) {
  .m-form#bshForgotPasswordData .g-layout-fourth {
    margin: 90px 0 0;
  }
}
.m-form#CheckoutSummaryFormData {
  padding: 0;
}
.m-form#CheckoutSummaryFormData .form-actions {
  margin: 0;
}
.m-form.password-forgotten .g-layout-fourth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 10px;
}
.m-form.password-forgotten .g-layout-fourth .g-span {
  padding: 0;
}
.m-form.password-forgotten .g-layout-fourth .g-span .a-link.a-backlink {
  margin-top: 0;
}
.m-form.oidc-registration
  div[data-t-name="CIAMVerificationMethodController"]
  > h2.a-heading,
.m-form.oidc-registration
  div[data-t-name="CIAMVerificationMethodController"]
  > h3.a-heading {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 12px;
}
.m-form.oidc-registration
  div[data-t-name="CIAMVerificationMethodController"]
  > h2.a-heading:first-child,
.m-form.oidc-registration
  div[data-t-name="CIAMVerificationMethodController"]
  > h3.a-heading:first-child {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 16px;
}
.m-form.oidc-registration h2.a-heading,
.m-form.oidc-registration h3.a-heading {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 12px;
}
.m-form.oidc-registration .m-checkoutdeliverycontactpermission h2.a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.m-form.oidc-registration .m-termsconditions {
  margin-top: 0;
}
.m-form.oidc-registration .form-row {
  margin: 0;
}
.m-form.oidc-registration .m-infodropdowncrossbrand {
  margin: 0 0 20px;
}
.m-form#changepwForm .g-layout-fourth .g-col {
  margin: 0 !important;
}
@media (min-width: 750px) {
  .m-form {
    padding: 90px 0 0;
  }
  .m-form .form-actions {
    margin: 90px 0 0;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-form
    .form-actions
    a.a-button.a-link-primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-form
    .form-actions
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-form
    .form-actions
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form .form-actions .a-button.a-button-primary,
  .m-form .form-actions .a-button.a-link-primary.a-link,
  .m-form
    .form-actions
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-form
    .form-actions
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-form
    .form-actions
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form
    .form-actions
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-form
    .form-actions
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-form
    .form-actions
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .m-form
    .form-actions
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-form
    .form-actions
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-form .form-actions a.a-button.a-link-primary.a-button-link,
  .m-form .form-actions button.a-button.a-link-primary.a-button-link,
  .m-form.oidc-registration
    .form-actions
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .form-actions
    a.a-button.a-link-primary,
  .m-oney-widget-section
    .m-form
    .form-actions
    .a-button.a-link-primary.oney-widget-link,
  .m-popover
    .popover-content
    .m-form
    .form-actions
    .a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-form
    .form-actions
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-form
    .form-actions
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-form
    .form-actions
    .a-button.a-link-primary.a-link {
    min-width: 240px;
  }
  .m-form#registrationFormData {
    margin: 90px 0 0;
  }
  .m-form#registrationFormData .g-layout-full:nth-of-type(2) h2.a-heading {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
  }
  .m-form .form-layout-half {
    width: -webkit-calc(100% + 4px);
    width: calc(100% + 4px);
  }
  .m-form .form-layout-half .a-heading,
  .m-form .form-layout-half .form-layout-col {
    padding: 0 4px;
  }
}
@media (min-width: 900px) {
  .m-form {
    padding: 90px 0 0;
  }
  .m-form .form-row {
    margin-bottom: 31px;
  }
  .m-form .form-actions {
    margin: 64px 0 0;
  }
  .m-form#registrationFormData {
    margin: 90px 0 0;
  }
  .m-form#registrationFormData .g-layout-full:nth-of-type(1) .form-actions {
    margin-bottom: 25px;
    margin-top: 0;
  }
  .m-form#registrationFormData .g-layout-full:nth-of-type(2) h2.a-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .m-form#registrationFormData
    .g-layout-full:nth-of-type(2)
    .g-col:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .m-form#registrationFormData
    .g-layout-full:nth-of-type(2)
    .g-col:nth-of-type(1)
    .form-row {
    max-width: 455px;
    width: 50%;
  }
  .m-form#registrationFormData
    .g-layout-full:nth-of-type(2)
    .g-col:nth-of-type(1)
    .form-row:nth-child(odd) {
    margin-right: 8px;
  }
  .m-form#registrationFormData
    .g-layout-full:nth-of-type(2)
    .g-col:nth-of-type(1)
    .form-row
    .form-error-wrapper:before {
    right: -15px;
  }
  .m-form.js-delete-account-form .form-actions {
    display: block;
  }
  .m-form.js-delete-account-form .form-actions .form-action {
    max-width: none !important;
  }
  .m-form.js-delete-account-form .form-actions .form-action .a-button {
    min-width: 335px;
  }
}
.m-form.cart {
  padding: var(--element-margin) 0 0 0;
}
.m-form.cart .form-actions {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: columnn;
  -ms-flex-direction: columnn;
  flex-direction: columnn;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-form.cart .form-actions .form-action-group-primary,
.m-form.cart .form-actions .form-action-group-secondary {
  width: 100%;
}
.m-form.cart .form-actions .form-action-primary .a-link {
  margin-right: 0 !important;
}
@media (min-width: 750px) {
  .m-form.cart .form-actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-form.cart .form-actions .form-action-primary {
    float: right !important;
    text-align: right;
  }
  .m-form.cart .form-actions .form-action-secondary {
    float: left !important;
  }
  .m-form.cart .form-actions .form-action-group-primary {
    width: 33.3%;
  }
  .m-form.cart .form-actions .form-action-group-primary .form-action {
    max-width: none !important;
    width: 100% !important;
  }
  .m-form.cart .form-actions .form-action-group-secondary {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .m-form.cart .form-actions .form-action-group-secondary .form-action {
    float: left !important;
    max-width: none !important;
    width: 45% !important;
  }
  .m-form.cart .form-action-primary,
  .m-form.cart .form-action-secondary {
    width: 25% !important;
  }
}
@media (min-width: 900px) {
  .m-form.cart .form-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
  }
  .m-form.cart .form-actions .form-action-group-primary {
    width: 25%;
  }
  .m-form.cart .form-actions .form-action-group-primary .form-action {
    max-width: none !important;
    width: 100% !important;
  }
  .m-form.cart .form-actions .form-action-group-secondary {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
  .m-form.cart .form-actions .form-action-group-secondary .form-action {
    float: left !important;
    max-width: none !important;
    width: 30% !important;
  }
}
.m-form.cart .form-action-primary .a-button,
.m-form.cart .form-action-secondary .a-button {
  min-width: auto;
  width: 100%;
}
.m-form.cart .form-action-secondary + .form-action-primary {
  float: right;
}
.m-form.cart .a-link.a-backlink {
  margin-bottom: 56px;
}
.page-passwordrecovery .m-form {
  margin: 50px 0 0;
}
.page-passwordrecovery .m-form .form-submit {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-passwordrecovery .m-form .form-submit .g-col {
  float: none;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.page-passwordrecovery .m-form .g-layout-half:after {
  content: none;
}
@media (min-width: 900px) {
  .page-passwordrecovery .m-form {
    margin: 90px 0 0;
  }
}
fieldset.m-form {
  margin: 0;
}
.m-form-actions .form-action-cart,
.m-form-actions .form-action-save-quote {
  width: auto;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form-actions .form-action-cart .a-button.a-button-secondary,
.m-form-actions .form-action-cart .a-button.a-link-secondary.a-button-link,
.m-form-actions .form-action-cart .a-button.a-link-secondary.a-link,
.m-form-actions
  .form-action-cart
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-form-actions
  .form-action-cart
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form-actions
  .form-action-cart
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form-actions
  .form-action-cart
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-form-actions
  .form-action-cart
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-form-actions
  .form-action-cart
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-form-actions
  .form-action-cart
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-form-actions
  .form-action-cart
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form-actions
  .form-action-cart
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-form-actions .form-action-cart a.a-button.a-link-secondary.a-button-link,
.m-form-actions
  .form-action-cart
  button.a-button.a-link-secondary.a-button-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.oney-widget-link,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-form-actions
  .form-action-cart
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-link {
  border: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form-actions .form-action-cart .a-button.a-button-secondary .icon,
.m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link
  .icon,
.m-form-actions .form-action-cart .a-button.a-link-secondary.a-link .icon,
.m-form-actions
  .form-action-cart
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon,
.m-form-actions
  .form-action-cart
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form-actions
  .form-action-cart
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon,
.m-form-actions
  .form-action-cart
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .icon,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon,
.m-form-actions
  .form-action-cart
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary
  .icon,
.m-oney-widget-section
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.oney-widget-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-link
  .icon {
  display: inline;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form-actions .form-action-cart .a-button.a-button-secondary:active,
.m-form-actions .form-action-cart .a-button.a-button-secondary:focus,
.m-form-actions .form-action-cart .a-button.a-button-secondary:hover,
.m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link:active,
.m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link:focus,
.m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link:hover,
.m-form-actions .form-action-cart .a-button.a-link-secondary.a-link:active,
.m-form-actions .form-action-cart .a-button.a-link-secondary.a-link:focus,
.m-form-actions .form-action-cart .a-button.a-link-secondary.a-link:hover,
.m-form-actions
  .form-action-cart
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-cart
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-form-actions
  .form-action-cart
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:focus,
.m-form-actions
  .form-action-cart
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-cart
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-form-actions
  .form-action-cart
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-form-actions
  .form-action-cart
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-form-actions
  .form-action-cart
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form-actions
  .form-action-cart
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-form-actions
  .form-action-cart
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:focus,
.m-form-actions
  .form-action-cart
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-form-actions
  .form-action-cart
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-form-actions
  .form-action-cart
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-form-actions
  .form-action-cart
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-form-actions
  .form-action-cart
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:focus,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:focus,
.m-form-actions
  .form-action-cart
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-form-actions
  .form-action-cart
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-form-actions
  .form-action-cart
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-form-actions
  .form-action-cart
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-form-actions
  .form-action-cart
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:focus,
.m-form-actions
  .form-action-cart
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary.a-button-link:hover,
.m-form-actions
  .form-action-cart
  button.a-button.a-link-secondary.a-button-link:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary:focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-cart
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-oney-widget-section
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .m-form-actions
  .form-action-cart
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-cart
  .a-button.a-link-secondary.a-link:hover {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form-actions .form-action-save-quote .a-button.a-button-secondary,
.m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link,
.m-form-actions .form-action-save-quote .a-button.a-link-secondary.a-link,
.m-form-actions
  .form-action-save-quote
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-form-actions
  .form-action-save-quote
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form-actions
  .form-action-save-quote
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-form-actions
  .form-action-save-quote
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-form-actions
  .form-action-save-quote
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-form-actions
  .form-action-save-quote
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-form-actions
  .form-action-save-quote
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-form-actions
  .form-action-save-quote
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form-actions
  .form-action-save-quote
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary.a-button-link,
.m-form-actions
  .form-action-save-quote
  button.a-button.a-link-secondary.a-button-link,
.m-form.oidc-registration
  .m-termsconditions
  .m-form-actions
  .form-action-save-quote
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.oney-widget-link,
.m-popover
  .popover-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-form-actions
  .form-action-save-quote
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-form-actions
  .form-action-save-quote
  .a-button.a-link-secondary.a-link {
  border-radius: 2px;
}
input.m-forminput.input {
  background-color: #fff !important;
  border-bottom: 1px solid var(--forminput--color-border);
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 16px;
  height: 40px;
  margin: -5px 0 10px;
  padding-left: 0;
}
input.m-forminput.input:focus {
  background-color: #fff !important;
  border-bottom: 2px solid #3cc8be !important;
  outline: 0;
}
input.m-forminput.input:not(:placeholder-shown):not([type="password"]) {
  border-bottom: 1px solid #000;
}
input.m-forminput.input.has-confirm-error,
input.m-forminput.input.has-error {
  border-color: #e0173b;
}
input.m-forminput.input.has-error.had-focus:valid,
input.m-forminput.input.has-no-error,
input.m-forminput.input:not([class*="-error"]):required:valid {
  border-color: #000;
}
input.m-forminput.input.had-focus:valid ~ .form-error-wrapper:before,
input.m-forminput.input.has-error.had-focus:valid ~ .form-error-wrapper:before,
input.m-forminput.input.has-no-error ~ .form-error-wrapper:before {
  content: none;
}
input.m-forminput.input.eanfield-input {
  margin-bottom: 0;
}
input.m-forminput.date-picker {
  border: none;
}
inputinput.m-forminput {
  height: 40px;
}
input.m-forminput.had-focus:invalid:not(.m-forminput-checkbox),
input.m-forminput.had-focus:invalid:not(.m-forminput-radio),
input.m-forminput.has-ajax-error:not(.m-forminput-checkbox),
input.m-forminput.has-ajax-error:not(.m-forminput-radio),
input.m-forminput.has-confirm-error:not(.m-forminput-checkbox),
input.m-forminput.has-confirm-error:not(.m-forminput-radio),
input.m-forminput.has-error:not(.m-forminput-checkbox),
input.m-forminput.has-error:not(.m-forminput-radio) {
  background-color: transparent;
}
input.m-forminput.has-ajax-error {
  border-color: #e0173b;
}
input.m-forminput[readonly] {
  border-bottom: none !important;
  font-weight: 400;
  padding: 10px 10px 10px 0;
}
input.m-forminput[readonly]:hover {
  border-color: #2d373c !important;
}
input.m-forminput[readonly]:focus {
  background-color: transparent !important;
  border-color: #2d373c !important;
}
input.m-forminput::-webkit-input-placeholder {
  color: var(--forminput--color-placeholder) !important;
  text-transform: none;
}
input.m-forminput:-ms-input-placeholder {
  text-transform: none;
  color: var(--forminput--color-placeholder) !important;
}
input.m-forminput::placeholder {
  color: var(--forminput--color-placeholder) !important;
  text-transform: none;
}
input.m-forminput::-ms-input-placeholder {
  color: var(--forminput--color-placeholder) !important;
}
input.m-forminput:focus {
  background-color: #ebf0f5 !important;
  border-bottom: 2px solid #3cc8be !important;
  outline: 0 !important;
}
input.m-forminput:not([type="radio"]):not([type="checkbox"]):not(
    [type="number"]
  ) {
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.m-forminput[type="number"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
input.m-forminput[type="number"]:focus,
input.m-forminput[type="number"]:hover {
  -webkit-appearance: number-input;
  appearance: number-input;
}
input.m-forminput [disabled],
input.m-forminput[disabled] {
  border-color: #7b89a1;
  color: #7b89a1;
}
input.m-forminput [disabled]::-webkit-input-placeholder,
input.m-forminput[disabled]::-webkit-input-placeholder {
  color: var(--forminput--color-placeholder) !important;
}
input.m-forminput [disabled]:-ms-input-placeholder,
input.m-forminput[disabled]:-ms-input-placeholder {
  color: var(--forminput--color-placeholder) !important;
}
input.m-forminput [disabled]::placeholder,
input.m-forminput[disabled]::placeholder {
  color: var(--forminput--color-placeholder) !important;
}
.m-formupload .form-row,
.m-formupload .m-form .form-row {
  max-width: none;
}
@media (min-width: 750px) {
  .m-form.cart .form-action-secondary {
    width: auto !important;
  }
  .page-passwordrecovery .m-form {
    margin: 90px 0 0;
  }
  .m-formupload .form-row {
    max-width: 680px;
  }
}
.m-formupload .upload-area-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 18px 0 0;
}
.m-formupload .upload-area-wrapper .upload-dropzone {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafb;
  border: none;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='%23CFD0D6' stroke-width='1' stroke-dasharray='9' stroke-dashoffset='18' stroke-linecap='round'/%3e%3c/svg%3e");
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
.m-formupload .upload-area-wrapper .upload-dropzone:hover {
  background-image: none;
  outline: #3cc8be solid 1px;
}
.m-formupload .upload-area-wrapper .upload-dropzone .upload-icon {
  display: none;
}
.m-formupload .upload-area-wrapper .upload-dropzone .upload-drophere {
  font-size: 20px;
  line-height: 1.2;
  color: #2b2f43;
  text-align: center;
  width: 100%;
}
.m-formupload .upload-area-wrapper .upload-dropzone .upload-orclick {
  color: #2b2f43;
  font-size: 16px;
  line-height: 1.2;
  padding: 20px 0;
}
.m-formupload .upload-area-wrapper .upload-dropzone .upload-add-files {
  background: 0 0;
  border: thin solid #000;
  border-radius: 2px;
  color: #000;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 1.2;
  min-width: 140px;
  padding: 10px 15px;
  width: -webkit-max-content;
  width: max-content;
}
.m-formupload .upload-area-wrapper .upload-files-list {
  margin: 0;
  padding: 20px 0 0;
  width: 100%;
}
.m-formupload .upload-area-wrapper .upload-files-list .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  border: none;
  font-family: var(--fontfamily-headlinesfont);
  padding: 0;
  display: none;
}
.m-formupload .upload-area-wrapper .upload-files-list .upload-file-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .file {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 0 6px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .file
  .filename {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .file
  .delete
  .icon {
  font-size: 16px;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .progressbar {
  background-color: #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  height: 1px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .progressbar
  .progressindicator {
  background-color: #3cc8be;
  height: 3px;
  margin-top: -1px;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .progressinfo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 10px 0 0;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-transform: translate(-31px, -37px);
  -ms-transform: translate(-31px, -37px);
  transform: translate(-31px, -37px);
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .progressinfo
  .performance,
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .progressinfo
  .uploadstatus {
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .progressinfo
  .performance {
  display: none;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .upload-status-message-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-formupload
  .upload-area-wrapper
  .upload-files-list
  .upload-file-container
  .upload-status-message-wrapper
  .upload-status-message {
  color: #e0173b;
  padding: 10px 0 0;
}
.m-helpfulfunction {
  border: 1px solid #e2e3e4;
  margin: 40px 0 0;
  padding: 0 25px;
  position: relative;
}
.m-helpfulfunction:after,
.m-helpfulfunction:before {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.m-helpfulfunction:before {
  border-color: transparent transparent #e2e3e4;
  border-width: 0 14px 14px;
  left: 50%;
  top: -14px;
}
.m-helpfulfunction:after {
  border-color: transparent transparent #fff;
  border-width: 0 12px 12px;
  left: -webkit-calc(50% + 2px);
  left: calc(50% + 2px);
  top: -12px;
}
.m-helpfulfunction p {
  margin: 0;
}
.m-helpfulfunction .a-link {
  border-right: 1px solid #e2e3e4;
  padding: 25px;
}
.m-helpfulfunction .a-link:first-of-type {
  border-left: 1px solid #e2e3e4;
  margin-left: 25px;
  padding: 25px;
}
.m-helpfulfunction .a-link:last-of-type {
  padding: 25px;
}
.m-helpfulfunction .feedback {
  padding: 25px 0;
}
.m-helpfulfunction .feedback .icon {
  color: #41aaaa;
}
.m-helpfulnessvoting .m-helpful-button-container {
  margin-right: 0;
}
.m-helpfulnessvoting .m-helpful-button-container span:first-child {
  margin-right: 5px;
}
.m-helpfulnessvoting .m-helpful-button-container .a-button.js-negative-feedback,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback {
  display: inline;
  line-height: 18px;
  padding: 4px 15px !important;
}
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback
  .text,
.m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback
  .text {
  font-family: SiemensSans-Roman, sans-serif;
  color: #000028 !important;
}
.m-helpfulnessvoting .a-button.js-review-report-button {
  background: 0 0;
  border: 0;
  display: inline;
  padding: 0 !important;
  margin-left: 15px;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.m-helpfulnessvoting .a-button.js-review-report-button:hover {
  background: 0 0 !important;
  border: 0 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.m-hero {
  --hero-headline-color: #000;
  padding-top: -webkit-calc(var(--mainnavigation-margin-top) * -1);
  padding-top: calc(var(--mainnavigation-margin-top) * -1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-hero > .g-layout-full {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}
.m-hero > .g-layout-full:before {
  background: #000028;
  content: "";
  height: 92px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
}
.m-hero > .g-layout-full > .a-heading,
.m-hero > .g-layout-full > .g-col > .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  font-family: var(--fontfamily-headlinesfont);
  color: var(--hero-headline-color);
  margin: 0;
}
.m-hero > .g-layout-full > .a-heading {
  color: var(--hero-headline-color);
}
.m-hero .header-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-hero .header-content .m-stage {
  margin-top: -webkit-calc(var(--mainnavigation-margin-top) * 2);
  margin-top: calc(var(--mainnavigation-margin-top) * 2);
}
.m-hero .header-content .m-stage::after {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2d373c),
    color-stop(80%, rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(180deg, #2d373c 0, rgba(0, 0, 0, 0) 80%);
  height: 188px;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1920px) {
  .m-hero {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
    width: var(--max-pagewidth) !important;
  }
  .m-hero > .g-layout-full {
    margin-left: var(--max-pagewidth-padding);
    margin-right: var(--max-pagewidth-padding);
  }
  .m-hero > .g-layout-full:before {
    left: 0;
    width: 100vw;
  }
  .m-hero .header-content {
    margin: 0 !important;
    width: 100% !important;
  }
  .m-hero .header-content .own-stage {
    margin: 0 !important;
    overflow: visible;
    width: 100% !important;
  }
}
.m-highlightbox {
  background-color: #fff;
  border: 1px solid #000028;
  border-radius: 2px;
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  font-style: normal !important;
  padding: 24px;
}
.m-highlightbox blockquote {
  font-style: normal !important;
}
.m-iframe {
  margin: 50px 0 0;
}
@media (min-width: 900px) {
  .m-hero > .g-layout-full > .a-heading,
  .m-hero > .g-layout-full > .g-col > .a-heading {
    padding: 80px 22% 0 17%;
  }
  .m-hero > .g-layout-full:before {
    height: 180px;
  }
  .m-hero .header-content .m-stage {
    position: relative;
  }
  .m-iframe {
    margin: 90px 0 0;
  }
  .m-imagetext {
    --paddingTop: 90px;
  }
}
.m-imagelist .a-link {
  border-bottom: none !important;
}
.m-image-teaser-carousel .m-image-teaser-container {
  overflow: hidden;
}
.m-image-teaser-carousel .m-image-teaser-container .text-container {
  background: #000028;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 100px;
}
.m-image-teaser-carousel
  .m-image-teaser-container
  .text-container
  .header
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #fff;
}
.m-image-teaser-carousel .m-image-teaser-container .text-container .copy-text {
  color: #fff;
  display: block !important;
  height: auto;
  max-height: 0;
  margin: 0;
  padding: 0;
}
.m-image-teaser-carousel .m-image-teaser-container:hover .text-container {
  max-height: 500px;
}
.m-image-teaser-carousel
  .m-image-teaser-container:hover
  .text-container
  .copy-text {
  height: auto;
  max-height: 500px;
  display: block !important;
}
.m-imagetext {
  --paddingTop: 50px;
  padding-top: var(--paddingTop);
}
.m-imagetext .textcontainer .header {
  margin-bottom: 19px;
}
.m-imagetext .textcontainer .header .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  font-family: var(--fontfamily-headlinesfont);
  color: #fff;
  margin: 0;
}
.m-imagetext .textcontainer .copytext p,
.m-imagetext .textcontainer .copytext ul {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}
.m-imagetext .textcontainer .copytext ul {
  margin: 0 0 38px;
  padding: 0;
}
.m-imagetext .textcontainer .copytext ul li {
  list-style-type: none;
  margin: 0 0 13px;
}
.m-imagetext .textcontainer .copytext ul li:before {
  background: 0 0;
  border: 1px solid #3cc8be;
  border-radius: 50%;
  color: #3cc8be;
  display: inline-block;
  font-family: icons;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  height: 25px;
  line-height: 25px;
  margin-right: 17px;
  text-align: center;
  width: 25px;
}
.m-imagetext .textcontainer .copytext p:last-of-type {
  margin-bottom: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button,
.m-imagetext .textcontainer .copytext .a-button-primary,
.m-imagetext .textcontainer .copytext .a-link-primary.a-button.a-button-link,
.m-imagetext .textcontainer .copytext .a-link-primary.a-button.a-link,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
  margin-top: 32px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button:hover,
.m-imagetext .textcontainer .copytext .a-button-primary:active,
.m-imagetext .textcontainer .copytext .a-button-primary:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link:active,
.m-imagetext .textcontainer .copytext .a-link-primary.a-button.a-link:active,
.m-imagetext .textcontainer .copytext .a-link-primary.a-button.a-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-imagetext
  .textcontainer
  .copytext
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button.a-button-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  button.a-link-primary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents .m-imagetext .textcontainer .copytext .a-button-primary:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button.a-button-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  button.a-link-primary.a-button.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button:active,
.m-imagetext .textcontainer .copytext .a-button-primary:active,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link:active,
.m-imagetext .textcontainer .copytext .a-link-primary.a-button.a-link:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled="true"],
.m-imagetext .textcontainer .copytext .a-button-primary[disabled=""],
.m-imagetext .textcontainer .copytext .a-button-primary[disabled="disabled"],
.m-imagetext .textcontainer .copytext .a-button-primary[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"],
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-imagetext .textcontainer .copytext .a-button-primary[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-button-primary[disabled="disabled"]:hover,
.m-imagetext .textcontainer .copytext .a-button-primary[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  a.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  button.a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-button-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-primary.a-button.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button,
.m-imagetext .textcontainer .copytext .a-button-secondary,
.m-imagetext .textcontainer .copytext .a-link-secondary.a-button.a-link,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-imagetext
  .textcontainer
  .copytext
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.m-imagetext
  .textcontainer
  .copytext
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.m-imagetext .textcontainer .copytext a.a-link-secondary.a-button.a-button-link,
.m-imagetext
  .textcontainer
  .copytext
  button.a-link-secondary.a-button.a-button-link,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link {
  border: 1px solid #3cc8be;
  color: #3cc8be;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button:hover,
.m-imagetext .textcontainer .copytext .a-button-secondary:active,
.m-imagetext .textcontainer .copytext .a-button-secondary:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link:active,
.m-imagetext .textcontainer .copytext .a-link-secondary.a-button.a-link:active,
.m-imagetext .textcontainer .copytext .a-link-secondary.a-button.a-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-imagetext
  .textcontainer
  .copytext
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:active,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button.a-button-link:hover,
.m-imagetext
  .textcontainer
  .copytext
  button.a-link-secondary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.no-touchevents .m-imagetext .textcontainer .copytext .a-button-secondary:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button.a-button-link:hover,
.no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  button.a-link-secondary.a-button.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link:hover {
  border: 1px solid #2b2f43;
  color: #2b2f43;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled="true"],
.m-imagetext .textcontainer .copytext .a-button-secondary[disabled=""],
.m-imagetext .textcontainer .copytext .a-button-secondary[disabled="disabled"],
.m-imagetext .textcontainer .copytext .a-button-secondary[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""],
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"],
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled="true"] {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-imagetext .textcontainer .copytext .a-button-secondary[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-button-secondary[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-button-secondary[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-imagetext
  .textcontainer
  .copytext
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link[disabled="true"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  a.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-imagetext
  .textcontainer
  .copytext
  button.a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-button-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-imagetext
  .textcontainer
  .copytext
  .a-link-secondary.a-button.a-link[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
.m-imagetext .textcontainer .copytext .a-link-primary,
.m-imagetext .textcontainer .copytext .a-link-secondary {
  color: #fff;
}
.m-imagetext .textcontainer .copytext .a-link-primary:before,
.m-imagetext .textcontainer .copytext .a-link-secondary:before {
  color: #3cc8be;
}
.m-imagetext .textcontainer.left,
.m-imagetext .textcontainer.right {
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0;
}
.m-imagetext .copytext .a-link.a-link-external,
.m-imagetext .header .a-link.a-link-external {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
.m-imagetext .copytext .a-link:not(.a-button),
.m-imagetext .header .a-link:not(.a-button) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-imagetext .copytext .a-link:not(.a-button).has-icon .icon-arrow-right,
.m-imagetext .header .a-link:not(.a-button).has-icon .icon-arrow-right {
  color: #3cc8be;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 15px;
  padding-right: 0;
}
.m-imagetext .copytext .a-link:not(.a-button).has-icon .text,
.m-imagetext .header .a-link:not(.a-button).has-icon .text {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.m-imagetext .copytext .a-link:not(.a-button):not(.has-icon):before,
.m-imagetext .header .a-link:not(.a-button):not(.has-icon):before {
  content: "\e008";
  display: block;
  font-family: icons;
  font-style: normal;
  speak: none;
}
.m-imagetext .copytext .a-link:not(.a-button):hover,
.m-imagetext .header .a-link:not(.a-button):hover {
  color: #fff;
}
.m-imagetext .copytext .a-link:not(.a-button):hover .icon-arrow-right,
.m-imagetext .header .a-link:not(.a-button):hover .icon-arrow-right {
  color: #3cc8be;
  -webkit-transform: translateY(4px) translateX(16px);
  -ms-transform: translateY(4px) translateX(16px);
  transform: translateY(4px) translateX(16px);
}
.m-imagetext > .a-image.a-image-hotspots:only-child::after {
  display: none;
}
@media (max-width: 899px) {
  .m-imagetext .textcontainer {
    z-index: 1;
  }
  .m-imagetext .textcontainer::before {
    position: absolute;
    content: "";
    bottom: -40px;
    left: 0;
    width: 100%;
    height: -webkit-calc(125% + 40px);
    height: calc(125% + 40px);
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(black),
      to(rgba(0, 0, 0, 0))
    );
    -webkit-mask-image: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 100%);
    background-image: none;
    mix-blend-mode: unset;
    z-index: -1;
  }
  .m-imagetext .textcontainer:after {
    content: "";
    background: linear-gradient(
      353deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 100%
    );
    left: 0;
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: -webkit-calc(100% + 40px);
    height: calc(100% + 40px);
    z-index: -2;
  }
}
@media (max-width: 749px) {
  @supports (object-fit: cover) {
    .m-imagetext {
      aspect-ratio: 9/16;
      height: auto;
    }
    .m-imagetext .a-image {
      height: 100% !important;
    }
    .m-imagetext .a-image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  @supports (object-fit: cover) {
    .m-imagetext {
      height: 65vh;
    }
    .m-imagetext .a-image {
      height: 100% !important;
    }
    .m-imagetext .a-image img {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
  }
}
@media (min-width: 750px) {
  .m-iframe {
    margin: 90px 0 0;
  }
  .m-imagetext {
    --paddingTop: 90px;
    width: 100vw;
  }
  .m-imagetext .textcontainer {
    max-width: 565px;
    padding: 0;
    top: 50%;
    -webkit-transform: translate(0, -webkit-calc(-50% + 60px));
    -ms-transform: translate(0, calc(-50% + 60px));
    transform: translate(0, calc(-50% + 60px));
    width: 50%;
  }
  .m-imagetext .textcontainer.left {
    bottom: auto;
    left: 64px;
    right: auto;
  }
  .m-imagetext .textcontainer.right {
    bottom: auto;
    left: auto;
    right: 64px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-imagetext
    .textcontainer
    .copytext
    a.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-imagetext
    .textcontainer
    .copytext
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-form.oidc-registration
    .m-termsconditions
    .m-imagetext
    .textcontainer
    .copytext
    a.a-link-primary.a-button,
  .m-imagetext .textcontainer .copytext .a-button-primary,
  .m-imagetext .textcontainer .copytext .a-link-primary.a-button.a-button-link,
  .m-imagetext .textcontainer .copytext .a-link-primary.a-button.a-link,
  .m-imagetext
    .textcontainer
    .copytext
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-imagetext
    .textcontainer
    .copytext
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-imagetext
    .textcontainer
    .copytext
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-imagetext
    .textcontainer
    .copytext
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-imagetext
    .textcontainer
    .copytext
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .m-imagetext
    .textcontainer
    .copytext
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-imagetext
    .textcontainer
    .copytext
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-oney-widget-section
    .m-imagetext
    .textcontainer
    .copytext
    .a-link-primary.a-button.oney-widget-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-imagetext
    .textcontainer
    .copytext
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-imagetext
    .textcontainer
    .copytext
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-imagetext
    .textcontainer
    .copytext
    .a-link-primary.a-button.a-link {
    margin-top: 49px;
  }
  @supports (object-fit: cover) {
    .m-imagetext .a-image {
      height: 100% !important;
    }
    .m-imagetext .a-image img {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) {
  .m-imagetext .header {
    background: 0 0;
    left: auto;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-imagetext .textcontainer {
    z-index: 2;
  }
  .m-imagetext .textcontainer:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 117%;
    height: 134%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      #000 0,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0) 70%
    );
    background-image: none;
    mix-blend-mode: unset;
    z-index: -1;
    -webkit-transform: translateX(-12%) translateY(14%);
    -ms-transform: translateX(-12%) translateY(14%);
    transform: translateX(-12%) translateY(14%);
  }
  .m-imagetext .textcontainer .header {
    margin-bottom: 25px;
  }
  .m-imagetext .textcontainer .header .a-heading {
    margin-bottom: 0;
  }
  .m-imagetext .a-image {
    z-index: 1;
    position: relative;
  }
  .m-imagetext .a-image .image-hotspot {
    z-index: 3;
  }
  .m-imagetext .a-image:after {
    content: "";
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(0, 0, 0, 0.7)),
      color-stop(70%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.7) 0,
      rgba(0, 0, 0, 0) 70%
    );
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
  }
}
@media (min-width: 1400px) {
  .m-imagetext .textcontainer,
  .m-imagetext .textcontainer.left,
  .m-imagetext .textcontainer.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 35%;
    max-width: 35%;
    left: var(--max-pagewidth-padding);
    right: auto;
  }
  .m-imagetext .textcontainer .copytext,
  .m-imagetext .textcontainer .header {
    width: 100%;
    z-index: 2;
  }
  .m-imagetext .textcontainer:before {
    z-index: 1;
  }
}
@media only screen and (min-width: 1920px) {
  .m-imagetext {
    margin: 0 !important;
    width: var(--max-pagewidth) !important;
  }
  .m-imagetext .a-image {
    margin-left: -webkit-calc(
      -webkit-calc(calc(100vw - var(--max-pagewidth)) / 2) * -1
    );
    margin-left: calc(calc(calc(100vw - var(--max-pagewidth)) / 2) * -1);
    width: 100vw;
  }
}
.m-imagetextbuttonsipg {
  background-color: #fff;
}
.m-imagetextbuttonsipg .m-imagetext {
  margin: 0;
  padding: 60px 0 0;
  position: relative;
  width: 100%;
}
.m-imagetextbuttonsipg .m-imagetext .textcontainer {
  background-color: transparent;
  bottom: auto !important;
  padding: 30px 0;
  position: relative;
  right: 0 !important;
  top: auto !important;
}
.m-imagetextbuttonsipg .m-imagetext .textcontainer.left {
  left: 0 !important;
}
.m-imagetextbuttonsipg .m-imagetext .textcontainer > div {
  background-color: transparent;
  margin: 0 0 30px;
  padding: 0;
}
.m-imagetextbuttonsipg .m-imagetext .textcontainer .header .a-heading {
  color: #2d373c;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 10px;
}
.m-imagetextbuttonsipg .m-imagetext .textcontainer .copytext {
  color: #2d373c;
}
.m-imagetextbuttonsipg .m-imagetext .textcontainer .a-button {
  margin-bottom: 8px !important;
  margin-right: 8px !important;
}
.m-imagetextbuttonsipg .textcontainer .a-button {
  display: block !important;
}
.m-imagetextbuttonsipg .a-backlink {
  margin: 19px 0;
  padding: 0;
  top: 0;
}
.m-imagetextbuttonsipg.perfect-match {
  display: block;
  clear: both;
  content: " ";
}
.m-imagetextradiobuttonsipg {
  background-color: #fff;
}
.m-imagetextradiobuttonsipg .m-imagetext {
  margin: 0;
  padding: 60px 0 0;
  width: 100%;
}
@media (min-width: 900px) {
  .m-imagetextbuttonsipg .m-imagetext .a-image {
    float: right;
    width: 50%;
  }
  .m-imagetextbuttonsipg .m-imagetext .textcontainer {
    padding: 0 30px 30px 0;
    width: 50%;
  }
  .m-imagetextradiobuttonsipg .m-imagetext .a-image {
    float: right;
    width: 50%;
  }
}
.m-imagetextradiobuttonsipg .m-imagetext .textcontainer {
  background-color: transparent;
  bottom: auto !important;
  padding: 30px 0 0;
  position: relative;
  top: auto !important;
}
.m-imagetextradiobuttonsipg .m-imagetext .textcontainer.left {
  left: 0 !important;
}
.m-imagetextradiobuttonsipg .m-imagetext .textcontainer > div {
  background-color: transparent;
  margin: 0 0 30px;
  padding: 0;
}
.m-imagetextradiobuttonsipg .m-imagetext .textcontainer .header .a-heading {
  color: #2d373c;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 10px;
}
.m-imagetextradiobuttonsipg .m-imagetext .textcontainer .copytext {
  color: #2d373c;
}
.m-imagetextradiobuttonsipg .m-imagetext .textcontainer .a-button {
  margin-bottom: 8px !important;
  margin-right: 8px !important;
}
.m-imagetextradiobuttonsipg .a-backlink {
  margin: 19px 0;
  padding: 0;
  top: 0;
}
.m-imagetextradiobuttonsipg .m-form {
  margin-top: 0 !important;
  padding: 0 20px 20px 0 !important;
  position: relative;
}
@media (min-width: 900px) {
  .m-imagetextradiobuttonsipg .m-imagetext .textcontainer {
    padding: 0 30px 0 0;
    width: 50%;
  }
  .m-imagetextradiobuttonsipg .m-form {
    width: 100%;
  }
}
.m-imagetextradiobuttonsipg .m-form .form-row {
  margin-top: 0 !important;
  padding-top: 0 !important;
  width: 100%;
}
.m-imagetextradiobuttonsipg .m-form .form-actions {
  margin-top: 0;
}
.m-imagevideogallery .gallerylist.a-area {
  color: inherit;
}
.m-imagevideogallery .gallerylist {
  grid-row-gap: 8px;
  padding-bottom: 13px;
}
@media (min-width: 750px) {
  .m-imagetextradiobuttonsipg .m-form .form-row {
    display: inline-block;
    width: 50%;
  }
  .m-imagetextradiobuttonsipg .m-form .form-actions {
    width: 50%;
  }
  .m-imagevideogallery .a-heading {
    line-height: 30px;
    margin-bottom: 36px;
  }
  .m-imagevideogallery .gallerylist {
    padding: 23px;
  }
  .m-itemserviceitem h3.a-heading {
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.m-imagevideogallery .gallerylist .listitem {
  margin-bottom: 0;
}
.m-imagevideogallery .gallerylist .listitem .icon-play {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  color: #41aaaa;
  font-size: 12px;
  height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}
.m-imagevideogallery .gallerylist .listitem .icon-play:before {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
  height: 24px;
  margin-left: 1px;
}
@media (min-width: 900px) {
  .m-imagetextradiobuttonsipg .m-form .form-actions {
    display: block;
    width: auto;
  }
  .m-imagevideogallery .a-heading {
    margin-bottom: 30px;
    line-height: 40px;
  }
  .m-imagevideogallery .gallerylist .listitem .icon-play {
    height: 72px;
    width: 72px;
  }
  .m-imagevideogallery .gallerylist .listitem .icon-play:before {
    height: 27px;
  }
}
.m-imagevideogallery .gallerylist .listitem:before {
  bottom: 20px;
  display: inline-block;
  color: #fff;
  font-family: icons;
  font-size: 24px;
  font-style: normal;
  position: absolute;
  right: 20px;
  speak: none;
  z-index: 2;
}
.m-imagevideogallery .gallerylist .listitem:hover:before {
  font-size: 24px;
  left: auto;
  top: auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.m-imagevideogallery .m-layer .layer-content-inner .a-image {
  margin: 0;
}
.m-imagevideogallery .m-layer .layer-content {
  border: none;
}
.m-infodropdowncrossbrand {
  margin: var(--element-margin) 0 0 0;
  padding: 0;
}
.m-infodropdowncrossbrand .m-togglebox {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.m-infodropdowncrossbrand .m-togglebox .item {
  border-top: none !important;
}
.m-infodropdowncrossbrand .m-togglebox .item a.togglebox-title {
  padding: 28px 10px;
}
.m-infodropdowncrossbrand .m-togglebox .item a.togglebox-title.is-open {
  margin-bottom: 0;
}
.m-infodropdowncrossbrand .m-togglebox .item a.togglebox-title:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-infodropdowncrossbrand
  .m-togglebox
  .item
  a.togglebox-title
  .togglebox-wrapper {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
}
.m-infodropdowncrossbrand
  .m-togglebox
  .item
  a.togglebox-title
  .togglebox-wrapper
  .icon {
  height: 24px;
  width: 24px;
}
.m-infodropdowncrossbrand
  .m-togglebox
  .item
  a.togglebox-title
  .togglebox-wrapper
  .icon:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 8px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content {
  margin: 0;
  padding: 0;
}
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content > .a-heading,
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content > h2.a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  padding: 0;
}
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content .text {
  margin: 0;
  padding: 0;
}
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content .faq {
  margin: 20px 0 0;
  padding: 0;
}
.m-infodropdowncrossbrand
  .m-togglebox
  .item
  .togglebox-content
  .faq
  .a-link:not(.a-button):hover {
  text-decoration: underline;
}
.m-infodropdowncrossbrand .m-togglebox .item .togglebox-content .images {
  margin: 56px 0 0;
  padding: 0;
}
.m-infodropdowncrossbrand
  .m-togglebox
  .item
  .togglebox-content
  .images
  .a-image
  img {
  width: 100%;
}
.m-ipgcontainer {
  margin-bottom: 70px;
}
.m-ipgcontainer .m-productteaseripg ~ .m-imagetextbuttonsipg {
  border-top: 1px solid #c2c2cc;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .js-conversion-wrapper {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .js-price-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .js-detail-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .dealer-logos {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .js-stock-info-wrapper {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .buttongroup {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .buttongroup
  + .a-link.a-button {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .legal-text {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.m-ipgcontainer
  .m-productteaseripg
  .productteaseripg-container
  .productteaseripg-conversionarea
  .m-productconversionarea
  > .js-additional-link-list {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.m-ipgselectionoverview {
  border: 1px solid #000;
  margin: 30px 0 0;
  padding: 20px 20px 15px;
}
.m-ipgselectionoverview .a-heading {
  color: #2d373c;
  margin: 0 0 10px;
}
.m-ipgselectionoverview ul li:hover .icon-ipgbreadcrumb:before,
.m-ipgselectionoverview ul li:hover span.attributetext,
.m-ipgselectionoverview ul li:hover span.valuetext {
  color: #a5e1e1;
}
.m-ipgselectionoverview ul li .icon-ipgbreadcrumb:before {
  color: #41aaaa;
  font-size: 10px;
}
.m-ipgselectionoverview ul li .a-link {
  font-size: 14px;
  line-height: 17px;
}
.m-ipgselectionoverview ul li span.attributetext {
  color: #41aaaa;
  font-weight: 400;
}
.m-ipgselectionoverview ul li span.valuetext {
  color: #41aaaa;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-itemserviceitem {
  margin: 0 0 2px;
}
.m-itemserviceitem h3.a-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}
.m-itemserviceitem .a-horizontalrule {
  display: block !important;
  margin-bottom: 10px !important;
  visibility: visible !important;
}
.m-itemserviceitem .info {
  margin-left: 4px;
}
.m-itemserviceitem .further-information {
  margin-bottom: 15px;
  margin-top: 15px;
}
.m-itemserviceitem .price-information .a-link {
  font-size: 20px;
  margin-bottom: 5px;
  padding-right: 0;
}
.m-itemserviceitem .price-information.per-item .price .highlight {
  font-family: SiemensSans-Roman, sans-serif !important;
  font-weight: 400 !important;
}
.m-itemserviceitem .m-forminput {
  padding: 0;
}
.m-itemserviceitem .a-button {
  min-width: 0;
}
.m-itemserviceitem.service-item {
  padding-top: 25px;
}
.m-itemserviceitem.service-item .a-heading {
  font-size: 18px;
}
.m-itemserviceitem.service-item .content {
  margin: 0 0 8px;
}
.m-itemserviceitem.service-item .content .highlight {
  display: inline-block;
  margin-right: 10px;
}
.m-itemserviceitem.service-item .content:last-of-type {
  margin-bottom: 30px;
}
.m-itemserviceitem.service-item .further-information {
  margin-bottom: 0;
  margin-top: 0;
}
.m-itemserviceitem.service-item .quantity {
  margin-bottom: 20px;
  margin-top: 4px;
}
.m-itemserviceitem.service-item .quantity.m-quantityselector {
  margin-bottom: 0 !important;
}
.m-itemserviceitem.service-item .quantity > .quantity {
  margin: 0;
}
.m-itemserviceitem.service-item .quantity.disabled {
  margin-bottom: 20px;
  margin-top: 0;
}
.m-itemserviceitem.service-item .price-information.per-item .label p,
.m-itemserviceitem.service-item .price-information.total .label p,
.m-itemserviceitem.service-item .quantity.disabled .label p {
  margin-bottom: 7px;
}
.m-itemserviceitem .quantity .m-quantityselector {
  margin-top: 4px;
}
.m-itemserviceitem .m-productconversionarea .details .highlight {
  border: none;
  padding: 0;
}
@media (min-width: 750px) {
  .m-itemserviceitem {
    float: right;
    margin: 0;
    padding-left: 2.7777777778% !important;
    width: 84%;
  }
  .m-itemserviceitem .further-information {
    margin-bottom: 17px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .quantity {
    width: 33.3333333333%;
    float: left;
    padding: 0;
    text-align: right;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem
    .quantity
    .m-quantityselector {
    margin-top: 5px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem
    .quantity
    .m-quantityselector.quantity {
    width: 116px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .content {
    margin-bottom: 10px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .price-information {
    width: 33.3333333333%;
    float: left;
    padding: 0;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem
    .m-productconversionarea
    .price
    .previous {
    font-size: 13px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem
    .m-productconversionarea
    .price
    .current {
    font-size: 24px;
  }
  .m-itemserviceitem.service-item .content > .quantity {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .m-itemserviceitem .quantity .m-quantityselector {
    margin-top: 5px;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .m-itemserviceitem.m-itemserviceitem-productitem
    .content
    > .quantity
    .m-quantityselector {
    width: 106px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .subscriptionselection {
    float: right;
    margin-top: 25px;
    min-width: 106px;
  }
}
@media (min-width: 900px) {
  .m-itemserviceitem {
    padding-left: 1.3888888889% !important;
  }
  .m-itemserviceitem .price-information {
    margin-top: -2px;
  }
  .m-itemserviceitem .further-information {
    margin-bottom: 0;
  }
  .m-itemserviceitem .content > .quantity .m-quantityselector {
    margin-top: 4px;
  }
  .m-itemserviceitem .content > .quantity.disabled ~ .price-information,
  .m-itemserviceitem .content > .quantity ~ .price-information {
    margin-top: 0;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem {
    width: 48.24%;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem .content,
  .m-itemserviceitem.m-itemserviceitem-productitem
    .m-productconversionarea
    .price {
    margin-bottom: 0;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem
    .m-productconversionarea
    .price
    .previous {
    float: none;
    font-size: 24px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem
    .m-productconversionarea
    .price
    .current {
    font-size: 24px;
  }
  .m-itemserviceitem.m-itemserviceitem-productitem
    .m-productconversionarea
    .details {
    padding-left: 20px;
    width: 100%;
  }
  .m-itemserviceitem.service-item {
    margin-left: 30px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 82%;
  }
  .m-itemserviceitem.service-item .option {
    margin-bottom: 5px;
  }
  .m-itemserviceitem.service-item .content:last-of-type {
    margin-bottom: 30px;
  }
  .m-itemserviceitem.service-item .content > .quantity {
    margin-bottom: 0;
    margin-top: 4px;
  }
  .m-itemserviceitem.service-item .content > .quantity .m-quantityselector {
    margin-top: 0;
    width: 116px;
  }
  .m-itemserviceitem.service-item .quantity.disabled .value {
    padding-right: 0;
  }
  .m-itemserviceitem.service-item .price-information.per-item,
  .m-itemserviceitem.service-item .price-information.total {
    margin-top: 0;
  }
}
.m-iumnavigationl1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-iumnavigationl1.fixed {
  height: auto;
}
.m-iumnavigationl1 .tileslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  max-width: none;
  width: auto;
}
.m-iumnavigationl1 .tileslist.fixed {
  height: auto;
  top: 0;
  left: 0;
  padding: 0;
  position: relative;
}
.m-iumnavigationl1 .tileslist .listitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 120px;
}
.m-iumnavigationl1 .tileslist .listitem .m-iumtile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-iumnavigationl1 .tileslist .listitem .m-iumtile .a-link {
  width: 100%;
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.m-iumnavigationl1 .tileslist .listitem .m-iumtile .a-link .text {
  width: 100%;
}
.m-iumnavigationl1 .tileslist .listitem .m-iumtile .a-link:active,
.m-iumnavigationl1 .tileslist .listitem .m-iumtile .a-link:hover {
  text-decoration: none;
  border-bottom: none;
}
.m-iumnavigationl1 .tileslist .listitem .m-iumtile img {
  mix-blend-mode: hard-light;
}
.m-iumnavigationl1 .tileslist .listitem .m-iumtile picture {
  background: #00002899;
}
.m-iumnavigationl1 .tileslist .listitem .m-iumtile.active img,
.m-iumnavigationl1 .tileslist .listitem .m-iumtile:hover img {
  opacity: 1;
}
.m-iumnavigationl1 .tileslist .listitem .m-iumtile.active picture,
.m-iumnavigationl1 .tileslist .listitem .m-iumtile:hover picture {
  background: #000028;
}
@media (min-width: 900px) {
  .m-iumnavigationl1 .tileslist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}
[data-replace-container="ium-tiles-navigation"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: var(--element-margin) 0 0 0;
  margin: 0;
}
[data-replace-container="ium-tiles-navigation"] .a-heading {
  font-size: var(--heading-h1-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h1-line-height);
  margin: var(--heading-h1-margin);
}
[data-replace-container="ium-tiles-navigation"] .a-heading + .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
}
.m-iumnavigationl2 .pagename {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem {
  border-bottom: 1px solid #ececf0;
  margin-bottom: 0;
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .a-link.a-button {
  background: 0 0;
  border: none;
  color: #2b2f43;
  letter-spacing: 0;
  padding: 16px 0 12px !important;
  text-align: left;
  text-transform: none;
  width: 100%;
  font-family: var(--fontfamily-roman);
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .a-link.a-button.active {
  background-color: transparent;
  border: none;
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .a-link.a-button.active .text {
  font-family: var(--fontfamily-bold);
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .a-link.a-button:hover {
  background-color: transparent;
  border: none;
  color: #2b2f43;
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .a-link.a-button .text {
  margin-left: 0;
  font-family: var(--fontfamily-roman);
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .submenulist {
  margin-left: 16px;
  margin-top: 0;
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .submenulist .submenuitem {
  margin-bottom: 15px;
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .submenulist li:last-child {
  margin-bottom: 10px;
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .submenulist .a-link {
  color: #2b2f43;
  font-family: var(--fontfamily-roman);
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .submenulist .a-link:before {
  display: none;
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .submenulist .a-link.active {
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
}
.m-iumnavigationl2 .mainmenulist .mainmenuitem .submenulist .a-link:hover {
  color: #2b2f43;
}
.m-iumlayoutcontainer.content1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 50px;
}
@media (min-width: 750px) {
  .m-iumlayoutcontainer.content1 {
    margin-bottom: 90px;
  }
}
.m-iumlayoutcontainer.content1 .iumleftnavi {
  margin-bottom: 25px;
}
@media (min-width: 900px) {
  .m-iumlayoutcontainer.content1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin-bottom: 90px;
  }
  .m-iumlayoutcontainer.content1 .iumleftnavi {
    margin-bottom: 0;
  }
}
.m-iumlayoutcontainer .iumcontent li {
  list-style-type: disc;
}
.m-iumlayoutcontainer .iumcontent li:before {
  display: none;
}
.m-iumlayoutcontainer .iumcontent .a-st4dollar.single {
  color: #2b2f43;
}
.m-iumlayoutcontainer
  .iumcontent
  .m-st4instructions
  .m-st4instruction
  ol
  li:only-child {
  list-style: none;
}
.m-iumlayoutcontainer
  .iumcontent
  .m-st4instructions
  .m-st4instruction
  ol
  li:only-child:before {
  display: none;
}
.m-iumlayoutcontainer .iumcontent .m-st4cause li,
.m-iumlayoutcontainer .iumcontent .m-st4measures li {
  list-style-type: disc;
  margin-left: 0;
  padding-left: 0;
}
.m-iumlayoutcontainer .iumcontent h1.a-heading {
  font-size: 40px;
  line-height: 44px;
  color: #0b0f12;
  margin-bottom: 24px;
}
.m-iumlayoutcontainer .iumcontent h1.a-heading .a-st4dollar.single {
  color: #0b0f12;
}
.m-iumlayoutcontainer .iumcontent .m-st4safety:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  color: #e0173b;
}
.m-iumlayoutcontainer .iumcontent .m-st4safety > .a-st4dollar {
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 28px;
  line-height: 35px;
  padding-top: 56px;
  padding-bottom: 24px;
}
.m-iumlayoutcontainer .iumcontent .m-st4safety .a-st4image.small-warning {
  display: none;
}
.m-iumlayoutcontainer .iumcontent .m-st4togglebox ~ .m-st4togglebox {
  padding-top: 0;
}
.m-iumlayoutcontainer .iumcontent .m-st4togglebox ~ .m-st4togglebox .item {
  border-top-color: transparent;
}
.m-iumlayoutcontainer .iumcontent .m-st4togglebox .togglebox-title .text {
  padding-left: 0;
  padding-right: 30px;
}
.m-iumlayoutcontainer .iumcontent .a-st4externallink:before,
.m-iumlayoutcontainer .iumcontent .a-st4link:before {
  display: none;
}
.m-iumlayoutcontainer .iumcontent .a-st4externallink .a-st4dollar.single,
.m-iumlayoutcontainer .iumcontent .a-st4link .a-st4dollar.single {
  color: #007a7a;
}
.m-iumlayoutcontainer .iumcontent .m-st4table th .a-st4dollar.single {
  color: #3cc8be;
  font-size: 12px;
  font-family: var(--fontfamily-headlinesfont);
  letter-spacing: 0.5px;
  line-height: 17px;
}
.m-iumlayoutcontainer .iumcontent .m-st4table p {
  margin-bottom: 0;
}
.m-iumlayoutcontainer .iumcontent .m-st4table .addpropdesc .a-st4image,
.m-iumlayoutcontainer .iumcontent .m-st4table .proptype .a-st4image {
  width: 100%;
  max-height: 40px;
  min-height: 20px;
  min-width: 20px;
  object-fit: contain;
  object-position: left;
}
.m-iumsearch form.m-iumsearch,
.m-iumsearch[data-t-name="IUMSearch"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}
.m-iumsearch[data-t-name="IUMSearch"] {
  padding: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  padding: calc(var(--element-margin) / 2) 0 0 0;
  margin: 0;
}
.m-iumsearch form.m-iumsearch {
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}
.m-iumsearch form.m-iumsearch .ium-search-input {
  background-color: transparent !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 80%;
  -ms-flex: 1 80%;
  flex: 1 80%;
}
.m-iumsearch form.m-iumsearch .ium-search-input input {
  background-color: transparent;
  border: none;
  color: #000028;
  margin: 0;
  padding: 10px 75px 10px 0;
  width: 100%;
}
.m-iumsearch form.m-iumsearch .ium-search-input input:focus {
  outline: 0;
}
.m-iumsearch form.m-iumsearch .ium-search-button {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button,
.m-iumsearch form.m-iumsearch .a-button-primary,
.m-iumsearch form.m-iumsearch .a-link-primary.a-button.a-button-link,
.m-iumsearch form.m-iumsearch .a-link-primary.a-button.a-link,
.m-iumsearch
  form.m-iumsearch
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-iumsearch
  form.m-iumsearch
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-iumsearch
  form.m-iumsearch
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-iumsearch
  form.m-iumsearch
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-iumsearch
  form.m-iumsearch
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-oney-widget-section
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link {
  background-color: transparent;
  border: none;
  margin: 0 !important;
  min-width: auto;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button
  .icon-search,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon-search,
.m-form.oidc-registration
  .m-termsconditions
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button
  .icon-search,
.m-iumsearch form.m-iumsearch .a-button-primary .icon-search,
.m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link
  .icon-search,
.m-iumsearch form.m-iumsearch .a-link-primary.a-button.a-link .icon-search,
.m-iumsearch
  form.m-iumsearch
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon-search,
.m-iumsearch
  form.m-iumsearch
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon-search,
.m-iumsearch
  form.m-iumsearch
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon-search,
.m-iumsearch
  form.m-iumsearch
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon-search,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon-search,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon-search,
.m-iumsearch
  form.m-iumsearch
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon-search,
.m-oney-widget-section
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.oney-widget-link
  .icon-search,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link
  .icon-search,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon-search,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link
  .icon-search {
  color: #000;
  font-size: 25px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button
  .icon-search:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon-search:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button
  .icon-search:before,
.m-iumsearch form.m-iumsearch .a-button-primary .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon-search:before,
.m-iumsearch
  form.m-iumsearch
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon-search:before,
.m-oney-widget-section
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.oney-widget-link
  .icon-search:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link
  .icon-search:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon-search:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link
  .icon-search:before {
  display: inline-block;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  font-family: icons;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button:focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-iumsearch
  form.m-iumsearch
  a.a-link-primary.a-button:hover,
.m-iumsearch form.m-iumsearch .a-button-primary:active,
.m-iumsearch form.m-iumsearch .a-button-primary:focus,
.m-iumsearch form.m-iumsearch .a-button-primary:hover,
.m-iumsearch form.m-iumsearch .a-link-primary.a-button.a-button-link:active,
.m-iumsearch form.m-iumsearch .a-link-primary.a-button.a-button-link:focus,
.m-iumsearch form.m-iumsearch .a-link-primary.a-button.a-link:active,
.m-iumsearch form.m-iumsearch .a-link-primary.a-button.a-link:focus,
.m-iumsearch form.m-iumsearch .a-link-primary.a-button.a-link:hover,
.m-iumsearch
  form.m-iumsearch
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:active,
.m-iumsearch
  form.m-iumsearch
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:focus,
.m-iumsearch
  form.m-iumsearch
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-iumsearch
  form.m-iumsearch
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:active:not(.a-button-plain),
.m-iumsearch
  form.m-iumsearch
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:focus:not(.a-button-plain),
.m-iumsearch
  form.m-iumsearch
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-iumsearch
  form.m-iumsearch
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-iumsearch
  form.m-iumsearch
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:active,
.m-iumsearch
  form.m-iumsearch
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:focus,
.m-iumsearch
  form.m-iumsearch
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-iumsearch
  form.m-iumsearch
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:active,
.m-iumsearch
  form.m-iumsearch
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:focus,
.m-iumsearch
  form.m-iumsearch
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-iumsearch
  form.m-iumsearch
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:focus,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus,
.m-iumsearch
  form.m-iumsearch
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-iumsearch
  form.m-iumsearch
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:active,
.m-iumsearch
  form.m-iumsearch
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:focus,
.m-iumsearch
  form.m-iumsearch
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-iumsearch form.m-iumsearch a.a-link-primary.a-button.a-button-link:hover,
.m-iumsearch
  form.m-iumsearch
  button.a-link-primary.a-button.a-button-link:hover,
.m-oney-widget-section
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.oney-widget-link:active,
.m-oney-widget-section
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.oney-widget-link:focus,
.m-oney-widget-section
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-iumsearch
  form.m-iumsearch
  .a-link-primary.a-button.a-link:hover {
  background-color: transparent;
}
.m-iumsearch form.m-iumsearch:after {
  display: none;
}
.m-iumsearchresults .results-overview .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
@media (max-width: 749px) {
  .m-layer .layer-wrapper,
  .m-layer[data-openonload="true"] .layer-wrapper {
    height: auto;
    min-height: auto;
    max-width: none;
    margin: 0 auto;
    max-height: -webkit-calc(
      100% - -webkit-calc(var(--max-pagewidth-padding) * 2)
    );
    max-height: calc(100% - calc(var(--max-pagewidth-padding) * 2));
    overflow-y: scroll;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -webkit-calc(100% - var(--max-pagewidth-padding-x2));
    width: calc(100% - var(--max-pagewidth-padding-x2));
  }
  .m-layer .layer-content,
  .m-layer[data-openonload="true"] .layer-content {
    height: auto;
    min-height: auto;
    max-width: none !important;
    overflow-y: visible !important;
    width: auto;
  }
}
@media (min-width: 750px) {
  .m-iumsearch form.m-iumsearch {
    width: 75%;
  }
  .m-layer .layer-wrapper,
  .m-layer[data-openonload="true"] .layer-wrapper {
    max-width: 300px;
  }
}
@media (min-width: 750px) and (min-width: 750px) {
  .m-layer .layer-wrapper,
  .m-layer[data-openonload="true"] .layer-wrapper {
    max-width: 718px;
  }
}
@media (min-width: 750px) and (min-width: 900px) {
  .m-layer .layer-wrapper,
  .m-layer[data-openonload="true"] .layer-wrapper {
    max-width: 790px;
  }
}
.m-layer.is-active,
.m-layer[data-openonload="true"].is-active {
  z-index: 1000;
}
.m-layer .layer-overlay,
.m-layer[data-openonload="true"] .layer-overlay {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  opacity: 1;
}
.m-layer .m-teaser.teaser-100,
.m-layer[data-openonload="true"] .m-teaser.teaser-100 {
  margin: 0 -63px 0 -64px !important;
  padding: 40px 0 0;
  width: auto !important;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap,
.m-layer[data-openonload="true"] .m-teaser.teaser-100 .teaser-wrap {
  background: 0 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-media,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 39%;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  margin: 0;
  padding: 0;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-media > a,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  > a {
  display: block;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-content,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
  -ms-flex: 0 1 48%;
  flex: 0 1 48%;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-template-areas: "headline" "text" "buttons";
  margin: 0;
  padding: 0 50px 0 0;
  width: 100%;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-content .a-heading,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  color: #000 !important;
  padding-right: 0;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap .content-inner,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .content-inner {
  color: #000 !important;
  padding-left: 0 !important;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap .content-inner p,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .content-inner
  p {
  color: #000 !important;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-links,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links {
  padding-left: 0;
}
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-links .a-link,
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-links .a-link::before,
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-links .a-link:active,
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-links .a-link:focus,
.m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-links .a-link:hover,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .a-link,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .a-link::before,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .a-link:active,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .a-link:focus,
.m-layer[data-openonload="true"]
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  .a-link:hover {
  color: #000 !important;
}
@media (min-width: 750px) {
  .m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-content,
  .m-layer[data-openonload="true"]
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content {
    width: 13%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 749px) {
  .m-layer .m-teaser.teaser-100,
  .m-layer[data-openonload="true"] .m-teaser.teaser-100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 40px !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .m-layer .m-teaser.teaser-100 .teaser-wrap,
  .m-layer[data-openonload="true"] .m-teaser.teaser-100 .teaser-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-media,
  .m-layer[data-openonload="true"]
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-media {
    width: 100%;
  }
  .m-layer .m-teaser.teaser-100 .teaser-wrap .teaser-content,
  .m-layer[data-openonload="true"]
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content {
    padding: 0;
  }
}
.m-layer .m-contenttextmedia,
.m-layer[data-openonload="true"] .m-contenttextmedia {
  background: 0 0;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px -64px 0 auto !important;
  padding: 0 !important;
  width: -webkit-calc(100% + 64px) !important;
  width: calc(100% + 64px) !important;
}
.m-layer .m-contenttextmedia .content,
.m-layer[data-openonload="true"] .m-contenttextmedia .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  padding-right: 30px !important;
  width: 100%;
}
.m-layer .m-contenttextmedia .content .heading,
.m-layer[data-openonload="true"] .m-contenttextmedia .content .heading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  width: 100% !important;
}
.m-layer .m-contenttextmedia .content .heading .a-heading,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .heading
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: 0 0 8px;
}
@media (min-width: 900px) {
  .m-iumsearch form.m-iumsearch {
    width: 50%;
  }
  .m-layer .m-contenttextmedia .content .heading .a-heading,
  .m-layer[data-openonload="true"]
    .m-contenttextmedia
    .content
    .heading
    .a-heading {
    font-size: var(--heading-h4-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h4-line-height);
    margin: var(--heading-h4-margin);
  }
}
.m-layer .m-contenttextmedia .content .content-inner,
.m-layer[data-openonload="true"] .m-contenttextmedia .content .content-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  width: 100% !important;
}
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button),
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button) {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.m-layer
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button):before,
.m-layer[data-openonload="true"]
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:not(.a-button):before {
  display: none;
}
.m-layer .m-contenttextmedia .media,
.m-layer[data-openonload="true"] .m-contenttextmedia .media {
  margin-top: 0;
  margin-bottom: 24px;
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
  width: 100%;
}
.m-layer .m-contenttextmedia .media .a-image,
.m-layer[data-openonload="true"] .m-contenttextmedia .media .a-image {
  margin-bottom: 0;
}
@media (max-width: 749px) {
  .m-layer .m-contenttextmedia,
  .m-layer[data-openonload="true"] .m-contenttextmedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 40px 0 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .m-layer .m-contenttextmedia .content,
  .m-layer[data-openonload="true"] .m-contenttextmedia .content {
    padding: 0 !important;
  }
  .m-layer .m-contenttextmedia .media,
  .m-layer[data-openonload="true"] .m-contenttextmedia .media {
    margin-bottom: 40px;
  }
}
.m-layer .o-teasercontainer,
.m-layer[data-openonload="true"] .o-teasercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0;
}
.m-layer .o-teasercontainer .m-teaser.teaser-100,
.m-layer[data-openonload="true"] .o-teasercontainer .m-teaser.teaser-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.m-layer .o-teasercontainer .m-teaser.teaser-100 .teaser-wrap,
.m-layer[data-openonload="true"]
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-layer .o-teasercontainer .m-teaser.teaser-100 .teaser-wrap .teaser-media,
.m-layer[data-openonload="true"]
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.m-layer
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image,
.m-layer[data-openonload="true"]
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image {
  margin: 0;
}
.m-layer .o-teasercontainer .m-teaser.teaser-100 .teaser-wrap .teaser-content,
.m-layer[data-openonload="true"]
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.m-layer
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
.m-layer[data-openonload="true"]
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: 0 0 8px;
}
.m-layer
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner
  + p,
.m-layer[data-openonload="true"]
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner
  + p {
  padding: 0;
}
.m-layer .layer-content,
.m-layer[data-openonload="true"] .layer-content {
  border-radius: 2px;
  -webkit-box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.24) !important;
  box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.24) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-layer .layer-content .layer-content-heading,
.m-layer[data-openonload="true"] .layer-content .layer-content-heading {
  margin-bottom: 40px;
}
.m-layer .layer-content-inner,
.m-layer[data-openonload="true"] .layer-content-inner {
  padding: 80px 30px 30px;
}
.m-layer .layer-content-inner > .a-heading,
.m-layer[data-openonload="true"] .layer-content-inner > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  font-family: var(--fontfamily-headlinesfont);
}
@media (max-width: 749px) {
  .m-layer .layer-content-inner > .m-contenttextmedia:first-child,
  .m-layer[data-openonload="true"]
    .layer-content-inner
    > .m-contenttextmedia:first-child {
    margin-top: 0 !important;
  }
}
.m-layer .layer-content-inner .a-image,
.m-layer[data-openonload="true"] .layer-content-inner .a-image {
  margin-bottom: 15px;
}
.m-layer .layer-content-inner .a-image img,
.m-layer[data-openonload="true"] .layer-content-inner .a-image img {
  width: 100%;
}
@media (min-width: 750px) {
  .m-layer .layer-content-inner,
  .m-layer[data-openonload="true"] .layer-content-inner {
    padding: 74px 64px;
  }
  .m-layer .layer-content-inner .a-image,
  .m-layer[data-openonload="true"] .layer-content-inner .a-image {
    margin-bottom: 30px;
  }
}
.m-layer .layer-content-inner .m-form .a-heading,
.m-layer[data-openonload="true"] .layer-content-inner .m-form .a-heading {
  text-align: left;
}
.m-layer .layer-content-inner .m-form .form-actions .form-action .a-button,
.m-layer[data-openonload="true"]
  .layer-content-inner
  .m-form
  .form-actions
  .form-action
  .a-button {
  width: auto !important;
}
.m-layer .a-image .a-button,
.m-layer[data-openonload="true"] .a-image .a-button {
  -webkit-transform: translate(-60%, -25%) scale(0.7);
  -ms-transform: translate(-60%, -25%) scale(0.7);
  transform: translate(-60%, -25%) scale(0.7);
}
.m-layer .a-image img,
.m-layer[data-openonload="true"] .a-image img {
  width: auto;
}
.m-layer .m-checkoutdeliverycontactpermission,
.m-layer[data-openonload="true"] .m-checkoutdeliverycontactpermission {
  margin: 20px 0;
}
.m-layer .m-checkoutdeliverycontactpermission h2.a-heading,
.m-layer[data-openonload="true"]
  .m-checkoutdeliverycontactpermission
  h2.a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
}
.m-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group.layout-fourth
  > ul
  > .consent-optin,
.m-layer[data-openonload="true"]
  .m-checkoutdeliverycontactpermission
  .consent-optin-group.layout-fourth
  > ul
  > .consent-optin {
  width: 50%;
}
.m-layer .m-checkoutdeliverycontactpermission .form-layout-full > .a-heading,
.m-layer[data-openonload="true"]
  .m-checkoutdeliverycontactpermission
  .form-layout-full
  > .a-heading {
  font-size: 16px;
  line-height: 1.2;
}
.m-layer .m-checkoutdeliverycontactpermission .form-layout-fourth,
.m-layer[data-openonload="true"]
  .m-checkoutdeliverycontactpermission
  .form-layout-fourth {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.m-layer
  .m-checkoutdeliverycontactpermission
  .form-layout-fourth
  .form-layout-col,
.m-layer[data-openonload="true"]
  .m-checkoutdeliverycontactpermission
  .form-layout-fourth
  .form-layout-col {
  max-width: none;
  min-width: auto;
  width: 100%;
}
@media (min-width: 900px) {
  .m-layer
    .o-teasercontainer
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-heading,
  .m-layer[data-openonload="true"]
    .o-teasercontainer
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-heading {
    font-size: var(--heading-h4-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h4-line-height);
    margin: var(--heading-h4-margin);
  }
  .m-layer .m-checkoutdeliverycontactpermission .form-layout-fourth,
  .m-layer[data-openonload="true"]
    .m-checkoutdeliverycontactpermission
    .form-layout-fourth {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-layer .m-form.js-delete-account-form,
.m-layer .m-form.js-delete-address-form,
.m-layer[data-openonload="true"] .m-form.js-delete-account-form,
.m-layer[data-openonload="true"] .m-form.js-delete-address-form {
  padding-top: 0;
}
.m-layer .m-form.js-delete-account-form .form-actions,
.m-layer .m-form.js-delete-address-form .form-actions,
.m-layer[data-openonload="true"] .m-form.js-delete-account-form .form-actions,
.m-layer[data-openonload="true"] .m-form.js-delete-address-form .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
}
.m-layer .m-form.js-delete-account-form .form-actions .a-button,
.m-layer .m-form.js-delete-address-form .form-actions .a-button,
.m-layer[data-openonload="true"]
  .m-form.js-delete-account-form
  .form-actions
  .a-button,
.m-layer[data-openonload="true"]
  .m-form.js-delete-address-form
  .form-actions
  .a-button {
  min-width: auto;
}
.m-layer .m-form.oidc-merge-account,
.m-layer[data-openonload="true"] .m-form.oidc-merge-account {
  margin: 40px 0 0;
  padding: 0;
}
.m-layer .m-form.oidc-merge-account .form-row.form-row-fullwidth,
.m-layer[data-openonload="true"]
  .m-form.oidc-merge-account
  .form-row.form-row-fullwidth {
  margin: 0;
}
.m-layer
  .m-form.oidc-merge-account
  .discard-button-wrapper
  .a-button.discard-button,
.m-layer[data-openonload="true"]
  .m-form.oidc-merge-account
  .discard-button-wrapper
  .a-button.discard-button {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
  border: none;
}
.m-layer
  .m-form.oidc-merge-account
  .discard-button-wrapper
  .a-button.discard-button:hover,
.m-layer[data-openonload="true"]
  .m-form.oidc-merge-account
  .discard-button-wrapper
  .a-button.discard-button:hover {
  background-color: transparent;
}
.m-layer .m-addnewcardoverlay .form-actions,
.m-layer[data-openonload="true"] .m-addnewcardoverlay .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
}
.m-layer.m-layer-imagevideogallery .layer-content-inner,
.m-layer[data-openonload="true"].m-layer-imagevideogallery
  .layer-content-inner {
  padding: 40px 20px;
}
@media (min-width: 750px) {
  .m-layer.m-layer-imagevideogallery .layer-content-inner,
  .m-layer[data-openonload="true"].m-layer-imagevideogallery
    .layer-content-inner {
    padding: 60px;
  }
  .m-layer.js-item-delete-layer .layer-content-inner .m-form .form-actions,
  .m-layer[data-openonload="true"].js-item-delete-layer
    .layer-content-inner
    .m-form
    .form-actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.m-layer.m-layer-imagevideogallery
  .layer-content-inner
  .mediagallery-mainslider,
.m-layer[data-openonload="true"].m-layer-imagevideogallery
  .layer-content-inner
  .mediagallery-mainslider {
  padding: 0;
}
.m-layer.m-layer-imagevideogallery .layer-content-inner .a-image,
.m-layer[data-openonload="true"].m-layer-imagevideogallery
  .layer-content-inner
  .a-image {
  margin-bottom: 0;
}
.m-layer.js-item-delete-layer .layer-content-inner .m-form,
.m-layer[data-openonload="true"].js-item-delete-layer
  .layer-content-inner
  .m-form {
  padding-top: 0;
}
.m-layer.js-item-delete-layer
  .layer-content-inner
  .m-form
  .form-actions
  .form-action
  .a-button,
.m-layer[data-openonload="true"].js-item-delete-layer
  .layer-content-inner
  .m-form
  .form-actions
  .form-action
  .a-button {
  width: 100% !important;
}
.m-layer.cookielaw-modal-layer
  .layer-overlay.has-scrollbar
  + .layer-wrapper
  .o-cookielaw,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .layer-overlay.has-scrollbar
  + .layer-wrapper
  .o-cookielaw {
  padding-bottom: 45px !important;
}
.m-layer.cookielaw-modal-layer .layer-content,
.m-layer[data-openonload="true"].cookielaw-modal-layer .layer-content {
  background: #000028;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0;
}
.m-layer.cookielaw-modal-layer .layer-content-inner,
.m-layer[data-openonload="true"].cookielaw-modal-layer .layer-content-inner {
  padding: 0;
}
.m-layer.cookielaw-modal-layer .icon.icon-close:before,
.m-layer[data-openonload="true"].cookielaw-modal-layer .icon.icon-close:before {
  color: #fff;
}
.m-layer.cookielaw-modal-layer .o-cookielaw,
.m-layer[data-openonload="true"].cookielaw-modal-layer .o-cookielaw {
  margin-left: 0 !important;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .a-area.a-area-mobile.a-area-secondary
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .m-form
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .a-area.a-area-mobile.a-area-secondary
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .m-form
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink {
  margin-bottom: 0;
}
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .a-area.a-area-mobile.a-area-secondary
  .a-morecontenttogglelink
  .content:not(.is-open),
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .m-form
  .a-morecontenttogglelink
  .content:not(.is-open),
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .a-area.a-area-mobile.a-area-secondary
  .a-morecontenttogglelink
  .content:not(.is-open),
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .m-form
  .a-morecontenttogglelink
  .content:not(.is-open) {
  margin: 0;
}
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .a-area.a-area-mobile.a-area-secondary,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .a-area.a-area-mobile.a-area-secondary {
  background: 0 0;
  color: #fff;
}
.m-layer.cookielaw-modal-layer .o-cookielaw .a-heading,
.m-layer[data-openonload="true"].cookielaw-modal-layer .o-cookielaw .a-heading {
  color: #fff;
}
.m-layer.cookielaw-modal-layer .o-cookielaw .cookielaw-oneoption-form,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-oneoption-form {
  padding: 0;
}
.m-layer.cookielaw-modal-layer .o-cookielaw .cookielaw-actions,
.m-layer.cookielaw-modal-layer .o-cookielaw .cookielaw-content,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-content {
  width: 100%;
}
.m-layer.cookielaw-modal-layer .o-cookielaw .cookielaw-actions .a-button,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button {
  display: inline-block;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-oney-widget-section
  .m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer.cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer[data-openonload="true"].cookielaw-modal-layer
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link {
  float: right;
}
@media (min-width: 900px) {
  .m-layer.cookielaw-modal-layer.is-active,
  .m-layer[data-openonload="true"].cookielaw-modal-layer.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-layer.cookielaw-modal-layer .layer-wrapper,
  .m-layer[data-openonload="true"].cookielaw-modal-layer .layer-wrapper {
    min-height: auto;
  }
  .m-layer.cookielaw-modal-layer .o-cookielaw,
  .m-layer[data-openonload="true"].cookielaw-modal-layer .o-cookielaw {
    margin: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .m-layer.cookielaw-modal-layer .o-cookielaw .m-form,
  .m-layer[data-openonload="true"].cookielaw-modal-layer .o-cookielaw .m-form {
    padding: 30px 64px 64px;
  }
  .m-layer.m-review-layer.is-active .layer-wrapper .layer-content ul li,
  .m-layer[data-openonload="true"].m-review-layer.is-active
    .layer-wrapper
    .layer-content
    ul
    li {
    margin-left: 10px;
  }
}
@media (min-width: 900px) and (min-width: 1100px) {
  .m-layer.cookielaw-modal-layer .layer-wrapper,
  .m-layer[data-openonload="true"].cookielaw-modal-layer .layer-wrapper {
    width: 920px !important;
  }
  .m-layer.cookielaw-modal-layer .layer-wrapper .layer-content,
  .m-layer[data-openonload="true"].cookielaw-modal-layer
    .layer-wrapper
    .layer-content {
    max-width: none;
  }
}
.m-layer.m-layer-wizzard .m-form,
.m-layer[data-openonload="true"].m-layer-wizzard .m-form {
  margin: 0;
}
.m-layer.m-layer-wizzard .m-form .form-actions,
.m-layer[data-openonload="true"].m-layer-wizzard .m-form .form-actions {
  margin: 30px 0 0;
}
.m-layer.m-layer-wizzard .m-form .form-actions .form-action:only-child,
.m-layer[data-openonload="true"].m-layer-wizzard
  .m-form
  .form-actions
  .form-action:only-child {
  margin-bottom: 0 !important;
}
.m-layer.m-review-layer.is-active .layer-wrapper,
.m-layer[data-openonload="true"].m-review-layer.is-active .layer-wrapper {
  margin: 0;
}
.m-layer.m-review-layer.is-active .layer-wrapper .layer-content,
.m-layer[data-openonload="true"].m-review-layer.is-active
  .layer-wrapper
  .layer-content {
  background-color: #2d373c;
  padding: 15px 20px;
}
.m-layer.m-review-layer.is-active
  .layer-wrapper
  .layer-content
  .layer-close
  .a-button-plain.a-button,
.m-layer[data-openonload="true"].m-review-layer.is-active
  .layer-wrapper
  .layer-content
  .layer-close
  .a-button-plain.a-button {
  color: #fff !important;
}
.m-layer.m-review-layer.is-active .layer-wrapper .layer-content p,
.m-layer.m-review-layer.is-active .layer-wrapper .layer-content ul li,
.m-layer[data-openonload="true"].m-review-layer.is-active
  .layer-wrapper
  .layer-content
  p,
.m-layer[data-openonload="true"].m-review-layer.is-active
  .layer-wrapper
  .layer-content
  ul
  li {
  color: #fff;
}
@media (max-width: 749px) {
  .m-layer.m-layer_locationselector .layer-wrapper,
  .m-layer[data-openonload="true"].m-layer_locationselector .layer-wrapper {
    margin: 0;
    height: 100%;
    width: 100%;
  }
  .m-layer.m-layer_locationselector .layer-content-inner,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .layer-content-inner {
    margin: 0;
    height: 100%;
  }
  .m-layer.m-layer_locationselector .m-locationselectoroverlay,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay {
    height: 100%;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper {
    height: 100%;
    outline: 0;
    padding: 0;
    text-align: start;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .form-actions.form-row,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .form-actions.form-row {
    margin: auto 0;
    max-width: 100%;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .form-actions
    .a-button,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .form-actions
    .a-button {
    width: 100% !important;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    height: 100%;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .a-heading,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .a-heading {
    color: #0b0f12;
    font-family: SiemensSans-Roman, sans-serif;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    p,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    p {
    font-family: SiemensSans-Roman, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .form-row,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .form-row {
    margin: 0 0 32px;
    max-width: 100%;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .form-row
    .location-input,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .form-row
    .location-input {
    width: 100%;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    a.a-button.a-link-primary,
  .m-contenttextmedia
    .m-productconversionarea
    .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    a.a-button.a-link-primary,
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-button-primary,
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-link-primary.a-link,
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    a.a-button.a-link-primary.a-button-link,
  .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    button.a-button.a-link-primary.a-button-link,
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-button-primary,
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-link-primary.a-link,
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    a.a-button.a-link-primary.a-button-link,
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    button.a-button.a-link-primary.a-button-link,
  .m-oney-widget-section
    .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-link-primary.oney-widget-link,
  .m-popover
    .popover-content
    .m-layer.m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .m-layer[data-openonload="true"].m-layer-wizard
    .m-oneaccountstart
    .form-layout-full
    .form-row
    .form-actions
    .form-action.form-action-primary
    .a-button.a-link-primary.a-button-link {
    width: 100% !important;
  }
}
@media (min-width: 750px) {
  .m-layer.m-layer_locationselector .layer-content-inner,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .layer-content-inner {
    padding: 64px;
    margin: 0;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper {
    outline: 0;
    padding: 0;
    text-align: start;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .form-actions.form-row,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .form-actions.form-row {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form {
    margin: 0;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .a-heading,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .a-heading {
    color: #0b0f12;
    font-family: var(--fontfamily-headlinesfont-light);
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    p,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    p {
    font-family: SiemensSans-Roman, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .form-row,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .form-row {
    width: 100%;
    margin-bottom: 32px;
    max-width: 100%;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .form-row
    .m-forminput,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .form-row
    .m-forminput {
    width: 100%;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .m-locationregion,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-layout-full
    .m-locationregion {
    margin-bottom: 50px;
  }
  .m-layer.m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-actions
    .form-action,
  .m-layer[data-openonload="true"].m-layer_locationselector
    .m-locationselectoroverlay
    .zip-code-wrapper
    .m-form
    .form-actions
    .form-action {
    max-width: 100% !important;
  }
}
.m-layer[data-id="feedback-layer"] .m-contenttextmedia,
.m-layer[data-openonload="true"][data-id="feedback-layer"] .m-contenttextmedia {
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}
.m-layer.location-language-selection-layer
  .layer-content
  .location-container
  .m-form,
.m-layer.m-layer-wizard .layer-content-inner .m-form,
.m-layer[data-openonload="true"].location-language-selection-layer
  .layer-content
  .location-container
  .m-form,
.m-layer[data-openonload="true"].m-layer-wizard .layer-content-inner .m-form {
  padding-top: 0;
}
.m-layer.m-layer-wizard .m-ciam-mergeaccount .form-row.form-row-fullwidth,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .form-row.form-row-fullwidth {
  margin: 0;
}
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button {
  border: none;
  color: #007a7a;
  padding: 0 !important;
}
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button::after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:hover,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:hover {
  background-color: transparent;
}
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:hover::after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button:hover::after {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button
  .icon.icon-arrow-right,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button
  .icon.icon-arrow-right {
  display: none;
}
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button
  .text,
.m-layer.m-layer-wizard .m-oneaccountdecidedefaultdata > .form-row,
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  > .form-row
  > .form-actions,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .discard-button-wrapper
  .a-button.discard-button
  .text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  > .form-row,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  > .form-row
  > .form-actions {
  margin: 0;
}
.m-layer.m-layer-wizard .m-oneaccountdecidedefaultdata > .a-heading.headline,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  > .a-heading.headline {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
}
.m-layer.m-layer-wizard .m-oneaccountdecidedefaultdata .m-forminput-radio,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio {
  height: 100%;
  margin-bottom: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  .a-formlabel {
  background: #fff;
  border: 1px solid #979797;
  display: block !important;
  font-weight: 700;
  height: 100%;
  min-height: 80px;
  padding: 15px;
  width: 100%;
}
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  .a-formlabel:after,
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  .a-formlabel:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  .a-formlabel:after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  .a-formlabel:before {
  display: none;
}
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  .a-formlabel
  .label-text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  .a-formlabel
  .label-text {
  margin-top: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  input:checked
  ~ .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .m-forminput-radio
  input:checked
  ~ .a-formlabel {
  background: #f5f5f7;
  border-color: #3cc8be;
  border-width: 3px;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-layer.m-layer-wizard .m-oneaccountdecidedefaultdata .form-layout-fourth,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .form-layout-fourth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .form-layout-fourth::after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .form-layout-fourth::after {
  display: none;
}
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .form-layout-fourth
  .form-layout-col,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .form-layout-fourth
  .form-layout-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  width: auto;
  padding: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .form-layout-fourth
  .form-layout-col
  .form-row,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountdecidedefaultdata
  .form-layout-fourth
  .form-layout-col
  .form-row {
  height: 100%;
  margin: 0;
}
.m-layer.m-layer-wizard .m-oneaccountidentification > .a-link.a-backlink,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  > .a-link.a-backlink {
  margin: 0 0 40px;
}
.m-layer.m-layer-wizard .m-oneaccountidentification > .a-heading.headline,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  > .a-heading.headline {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin-bottom: 23px;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  > .a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  > .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
  margin-bottom: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  > h2.a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  > h2.a-heading {
  margin-top: 0;
  margin-bottom: 8px;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  > h3.a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  > h3.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin-top: 40px;
  margin-bottom: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .account
  .account-email,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .account
  .account-email {
  color: #7b89a1;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .account
  .account-brand,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .account
  .account-brand {
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  > .a-heading
  + .a-formlabel
  .label-text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  > .a-heading
  + .a-formlabel
  .label-text {
  color: #2b2f43;
  font-size: 16px;
  font-family: var(--fontfamily-roman);
  line-height: 26px;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  > label.a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  > label.a-formlabel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 24px;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  > label.a-formlabel
  .label-text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  > label.a-formlabel
  .label-text {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  color: #0b0f12;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  height: 100%;
  margin-bottom: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  .a-formlabel {
  background: #fff;
  border: 1px solid #979797;
  display: block !important;
  font-weight: 700;
  height: 100%;
  min-height: 80px;
  padding: 15px;
  width: 100%;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  .a-formlabel:after,
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  .a-formlabel:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  .a-formlabel:after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  .a-formlabel:before {
  display: none;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  .a-formlabel
  .label-text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  .a-formlabel
  .label-text {
  margin-top: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  input:checked
  ~ .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio__disable
  input:checked
  ~ .a-formlabel {
  background: #f5f5f7;
  border-color: #3cc8be;
  border-width: 3px;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  height: 100%;
  margin-bottom: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio:active
  .a-formlabel,
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio:focus
  .a-formlabel,
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio:hover
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio:active
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio:focus
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio:hover
  .a-formlabel {
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  .a-formlabel {
  background: #fff;
  border: 1px solid #007a7a;
  border-radius: 2px;
  display: block !important;
  font-weight: 400;
  height: 100%;
  min-height: auto;
  padding: 11px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  .a-formlabel:after,
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  .a-formlabel:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  .a-formlabel:after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  .a-formlabel:before {
  display: none;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  .a-formlabel
  .label-text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  .a-formlabel
  .label-text {
  color: #007a7a;
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  input:checked
  ~ .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountidentification
  .form-layout-full
  .form-layout-col
  .form-row
  .m-forminput-radio
  input:checked
  ~ .a-formlabel {
  background: #f5f5f7;
  border-color: #3cc8be;
  border-width: 3px;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-layer.m-layer-wizard .m-oneaccountstart > .a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  > .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  > .a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  > .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  > h2.a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  > h2.a-heading {
  margin-top: 0;
  margin-bottom: 8px;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  > h3.a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  > h3.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin-top: 40px;
  margin-bottom: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  > .a-heading
  + .a-formlabel
  .label-text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  > .a-heading
  + .a-formlabel
  .label-text {
  color: #2b2f43;
  font-size: 16px;
  font-family: var(--fontfamily-roman);
  line-height: 26px;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .account
  + h2.a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .account
  + h2.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin-top: 40px;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .m-termsconditions,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .m-termsconditions {
  margin-top: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .m-termsconditions
  > .a-heading,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .m-termsconditions
  > .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
  margin-top: 0;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 56px;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .m-termsconditions
  + .form-actions
  .form-action,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .m-termsconditions
  + .form-actions
  .form-action {
  width: auto;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .account
  .account-email,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .account
  .account-email {
  color: #7b89a1;
}
.m-layer.m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .account
  .account-brand,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-oneaccountstart
  .form-layout-full
  .form-row
  .account
  .account-brand {
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
}
.m-layer.m-layer-wizard .m-infodropdowncrossbrand,
.m-layer[data-openonload="true"].m-layer-wizard .m-infodropdowncrossbrand {
  margin-top: 40px;
}
.m-layer.m-layer-wizard .m-infodropdowncrossbrand .a-image,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-infodropdowncrossbrand
  .a-image {
  margin-bottom: 0;
}
.m-layer.m-layer-wizard .m-infodropdowncrossbrand .togglebox-content .text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-infodropdowncrossbrand
  .togglebox-content
  .text {
  width: 100%;
}
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  .form-row
  .form-layout-full
  .form-row,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .form-row
  .form-layout-full
  .form-row {
  padding: 0;
}
.m-layer.m-layer-wizard .m-ciam-mergeaccount .form-row .form-actions,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  .form-row
  .form-actions {
  margin-top: 0;
}
.m-layer.m-layer-wizard .m-ciam-mergeaccount > .form-row .form-action,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  > .form-row
  .form-action {
  float: none;
  margin: 0;
  padding: 0;
}
.m-layer.m-layer-wizard
  .m-ciam-mergeaccount
  > .form-row
  .form-action
  .a-link.a-backlink,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-ciam-mergeaccount
  > .form-row
  .form-action
  .a-link.a-backlink {
  margin: 0;
}
.m-layer.m-layer-wizard .m-form.oidc-registration,
.m-layer[data-openonload="true"].m-layer-wizard .m-form.oidc-registration {
  margin: 40px 0 0;
}
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0 40px;
  padding: 0;
}
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  height: 100%;
  margin-bottom: 0;
}
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio:active
  .a-formlabel,
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio:focus
  .a-formlabel,
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio:hover
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio:active
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio:focus
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio:hover
  .a-formlabel {
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
}
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  .a-formlabel {
  background: #fff;
  border: 1px solid #007a7a;
  border-radius: 2px;
  display: block !important;
  font-weight: 400;
  height: 100%;
  min-height: auto;
  padding: 11px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  .a-formlabel:after,
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  .a-formlabel:before,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  .a-formlabel:after,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  .a-formlabel:before {
  display: none;
}
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  .a-formlabel
  .label-text,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  .a-formlabel
  .label-text {
  color: #007a7a;
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  line-height: 25px;
  margin-top: 0;
}
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  input:checked
  ~ .a-formlabel,
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .oidc-registration-account-selection
  .m-forminput-radio
  input:checked
  ~ .a-formlabel {
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
  border-color: #007a7a;
  border-width: 1px;
  font-weight: 400;
}
.m-layer.m-layer-wizard
  .m-form.oidc-registration
  .a-formlabel:not(.clearfix):not(.radio):not(.checkbox)
  .label-text:not(.required),
.m-layer[data-openonload="true"].m-layer-wizard
  .m-form.oidc-registration
  .a-formlabel:not(.clearfix):not(.radio):not(.checkbox)
  .label-text:not(.required) {
  color: #000;
  font-size: 16px;
  padding-bottom: 20px;
  word-break: break-all;
}
@media (min-width: 750px) {
  .m-layer.m-layer-wizard
    .m-form.oidc-registration
    .a-formlabel:not(.clearfix):not(.radio):not(.checkbox)
    .label-text:not(.required),
  .m-layer[data-openonload="true"].m-layer-wizard
    .m-form.oidc-registration
    .a-formlabel:not(.clearfix):not(.radio):not(.checkbox)
    .label-text:not(.required) {
    font-size: 20px;
    word-break: normal;
  }
}
.m-layer.oco-handshake-layer .layer-content-inner .oidc-registration,
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .oidc-registration {
  padding-top: 0;
}
.m-layer.oco-handshake-layer .layer-content-inner .m-contenttextmedia,
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .m-contenttextmedia {
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-layer.oco-handshake-layer .layer-content-inner .m-contenttextmedia .content,
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .m-contenttextmedia
  .content {
  padding: 0;
}
.m-layer.oco-handshake-layer
  .layer-content-inner
  .g-layout-full
  .g-col
  > .a-heading,
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .g-layout-full
  .g-col
  > .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin-top: 40px;
  width: 100%;
}
.m-layer.oco-handshake-layer
  .layer-content-inner
  .g-layout-full
  .g-col
  div[data-t-name="CIAMVerificationMethodController"],
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .g-layout-full
  .g-col
  div[data-t-name="CIAMVerificationMethodController"] {
  margin-top: 40px;
}
.m-layer.oco-handshake-layer
  .layer-content-inner
  .g-layout-full
  .g-col
  div[data-t-name="CIAMVerificationMethodController"]
  > h3.a-heading,
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .g-layout-full
  .g-col
  div[data-t-name="CIAMVerificationMethodController"]
  > h3.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  width: 100%;
}
.m-layer.oco-handshake-layer
  .layer-content-inner
  .m-togglebox
  .item
  .togglebox-content,
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .m-togglebox
  .item
  .togglebox-content {
  padding-left: 0;
  padding-right: 0;
}
.m-layer.oco-handshake-layer .layer-content-inner .m-infodropdowncrossbrand,
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .m-infodropdowncrossbrand {
  margin-top: 40px;
}
.m-layer.oco-handshake-layer
  .layer-content-inner
  .m-infodropdowncrossbrand
  .images
  .a-image,
.m-layer[data-openonload="true"].oco-handshake-layer
  .layer-content-inner
  .m-infodropdowncrossbrand
  .images
  .a-image {
  margin: 0;
}
.m-layer.forwardingOverlay-layer .m-form,
.m-layer.handshake-layer .m-form,
.m-layer[data-openonload="true"].forwardingOverlay-layer .m-form,
.m-layer[data-openonload="true"].handshake-layer .m-form {
  padding-top: 0;
}
.m-layer.forwardingOverlay-layer .m-form.oidc-registration,
.m-layer.handshake-layer .m-form.oidc-registration,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-form.oidc-registration,
.m-layer[data-openonload="true"].handshake-layer .m-form.oidc-registration {
  margin: 0;
}
.m-layer.forwardingOverlay-layer .m-checkoutdeliverycontactpermission,
.m-layer.handshake-layer .m-checkoutdeliverycontactpermission,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-checkoutdeliverycontactpermission,
.m-layer[data-openonload="true"].handshake-layer
  .m-checkoutdeliverycontactpermission {
  margin: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  margin: calc(var(--element-margin) / 2) 0 0 0;
}
.m-layer.forwardingOverlay-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  ul
  li,
.m-layer.handshake-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  ul
  li,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  ul
  li,
.m-layer[data-openonload="true"].handshake-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  ul
  li {
  margin-bottom: 0;
}
.m-layer.forwardingOverlay-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  .label-text
  ol
  li,
.m-layer.forwardingOverlay-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  .label-text
  ul
  li,
.m-layer.handshake-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  .label-text
  ol
  li,
.m-layer.handshake-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  .label-text
  ul
  li,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  .label-text
  ol
  li,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  .label-text
  ul
  li,
.m-layer[data-openonload="true"].handshake-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  .label-text
  ol
  li,
.m-layer[data-openonload="true"].handshake-layer
  .m-checkoutdeliverycontactpermission
  .consent-optin-group
  .label-text
  ul
  li {
  margin-bottom: 10px;
}
.m-layer.forwardingOverlay-layer .layer-content-inner .forwardingOverlay-login,
.m-layer.forwardingOverlay-layer .layer-content-inner > .g-layout-half,
.m-layer.handshake-layer .layer-content-inner .forwardingOverlay-login,
.m-layer.handshake-layer .layer-content-inner > .g-layout-half,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-half,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  > .g-layout-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  p:empty,
.m-layer.handshake-layer .layer-content-inner .forwardingOverlay-login p:empty,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  p:empty,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  p:empty {
  display: none;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .a-heading,
.m-layer.handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .a-heading,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .a-heading,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .a-heading
  + p,
.m-layer.handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .a-heading
  + p,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .a-heading
  + p,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .a-heading
  + p {
  margin-bottom: 40px;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image,
.m-layer.handshake-layer .layer-content-inner .forwardingOverlay-login .a-image,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image {
  margin: 0;
  max-width: 100%;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image
  img,
.m-layer.handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image
  img,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image
  img,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image
  img {
  margin-bottom: 40px;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image
  img[src*="invalid-image-url" i],
.m-layer.handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image
  img[src*="invalid-image-url" i],
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image
  img[src*="invalid-image-url" i],
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-image
  img[src*="invalid-image-url" i] {
  margin-bottom: 0;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-button,
.m-layer.handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-button,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-button,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-button {
  margin: 0 0 15px !important;
  max-width: none;
  min-width: auto;
  width: 100%;
}
@media (min-width: 900px) {
  .m-layer.forwardingOverlay-layer .layer-wrapper,
  .m-layer.handshake-layer .layer-wrapper,
  .m-layer[data-openonload="true"].forwardingOverlay-layer .layer-wrapper,
  .m-layer[data-openonload="true"].handshake-layer .layer-wrapper {
    width: 75%;
  }
  .m-layer.forwardingOverlay-layer
    .layer-content-inner
    .forwardingOverlay-login
    .a-button,
  .m-layer.handshake-layer
    .layer-content-inner
    .forwardingOverlay-login
    .a-button,
  .m-layer[data-openonload="true"].forwardingOverlay-layer
    .layer-content-inner
    .forwardingOverlay-login
    .a-button,
  .m-layer[data-openonload="true"].handshake-layer
    .layer-content-inner
    .forwardingOverlay-login
    .a-button {
    margin: 0 !important;
    min-width: 240px;
  }
  .m-layer.forwardingOverlay-layer
    .layer-content-inner
    .forwardingOverlay-login,
  .m-layer.handshake-layer .layer-content-inner .forwardingOverlay-login,
  .m-layer[data-openonload="true"].forwardingOverlay-layer
    .layer-content-inner
    .forwardingOverlay-login,
  .m-layer[data-openonload="true"].handshake-layer
    .layer-content-inner
    .forwardingOverlay-login {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .m-layer.forwardingOverlay-layer
    .layer-content-inner
    .forwardingOverlay-login
    .a-image,
  .m-layer.handshake-layer
    .layer-content-inner
    .forwardingOverlay-login
    .a-image,
  .m-layer[data-openonload="true"].forwardingOverlay-layer
    .layer-content-inner
    .forwardingOverlay-login
    .a-image,
  .m-layer[data-openonload="true"].handshake-layer
    .layer-content-inner
    .forwardingOverlay-login
    .a-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  > p,
.m-layer.handshake-layer .layer-content-inner .forwardingOverlay-login > p,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  > p,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  > p {
  margin: 0;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-link.a-button.somebrand,
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .m-form,
.m-layer.handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-link.a-button.somebrand,
.m-layer.handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .m-form,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-link.a-button.somebrand,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .m-form,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .a-link.a-button.somebrand,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  > .m-form {
  margin-top: 16px;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .m-linklist,
.m-layer.handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .m-linklist,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  .forwardingOverlay-login
  .m-linklist,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  .forwardingOverlay-login
  .m-linklist {
  margin-top: 0;
}
.m-layer.forwardingOverlay-layer .layer-content-inner > .g-layout-half,
.m-layer.handshake-layer .layer-content-inner > .g-layout-half,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-half,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  > .g-layout-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.m-layer.forwardingOverlay-layer .layer-content-inner > .g-layout-half:after,
.m-layer.handshake-layer .layer-content-inner > .g-layout-half:after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-half:after,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  > .g-layout-half:after {
  display: none;
}
.m-layer.forwardingOverlay-layer .layer-content-inner > .g-layout-half > .g-col,
.m-layer.handshake-layer .layer-content-inner > .g-layout-half > .g-col,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-half
  > .g-col,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  > .g-layout-half
  > .g-col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-layer.forwardingOverlay-layer .layer-content-inner > .g-layout-full,
.m-layer.handshake-layer .layer-content-inner > .g-layout-full,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-full,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  > .g-layout-full {
  margin-bottom: 20px;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-full
  .g-col
  > h3.a-heading,
.m-layer.handshake-layer
  .layer-content-inner
  > .g-layout-full
  .g-col
  > h3.a-heading,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-full
  .g-col
  > h3.a-heading,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  > .g-layout-full
  .g-col
  > h3.a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
  width: 100%;
}
.m-layer.forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-full
  .g-col
  .a-formlabel
  .label-text.disabled,
.m-layer.handshake-layer
  .layer-content-inner
  > .g-layout-full
  .g-col
  .a-formlabel
  .label-text.disabled,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  > .g-layout-full
  .g-col
  .a-formlabel
  .label-text.disabled,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  > .g-layout-full
  .g-col
  .a-formlabel
  .label-text.disabled {
  font-size: 14px;
}
.m-layer.forwardingOverlay-layer .m-infodropdowncrossbrand,
.m-layer.handshake-layer .m-infodropdowncrossbrand,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-infodropdowncrossbrand,
.m-layer[data-openonload="true"].handshake-layer .m-infodropdowncrossbrand {
  margin: 0;
}
.m-layer.forwardingOverlay-layer .m-contenttextmedia,
.m-layer.handshake-layer .m-contenttextmedia,
.m-layer[data-openonload="true"].forwardingOverlay-layer .m-contenttextmedia,
.m-layer[data-openonload="true"].handshake-layer .m-contenttextmedia {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.m-layer.forwardingOverlay-layer .m-contenttextmedia .content,
.m-layer.handshake-layer .m-contenttextmedia .content,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-contenttextmedia
  .content,
.m-layer[data-openonload="true"].handshake-layer .m-contenttextmedia .content {
  padding: 0 !important;
}
.m-layer.forwardingOverlay-layer .m-contenttextmedia .content .a-heading,
.m-layer.handshake-layer .m-contenttextmedia .content .a-heading,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-contenttextmedia
  .content
  .a-heading,
.m-layer[data-openonload="true"].handshake-layer
  .m-contenttextmedia
  .content
  .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.m-layer.forwardingOverlay-layer .m-contenttextmedia .content .list-unstyled,
.m-layer.handshake-layer .m-contenttextmedia .content .list-unstyled,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-contenttextmedia
  .content
  .list-unstyled,
.m-layer[data-openonload="true"].handshake-layer
  .m-contenttextmedia
  .content
  .list-unstyled {
  margin-top: 40px;
}
.m-layer.forwardingOverlay-layer .m-contenttextmedia .content .list-unstyled li,
.m-layer.handshake-layer .m-contenttextmedia .content .list-unstyled li,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li,
.m-layer[data-openonload="true"].handshake-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li {
  margin-bottom: 16px;
}
.m-layer.forwardingOverlay-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li:last-child,
.m-layer.handshake-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li:last-child,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li:last-child,
.m-layer[data-openonload="true"].handshake-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li:last-child {
  margin-bottom: 0;
}
.m-layer.forwardingOverlay-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link:not(.a-button),
.m-layer.handshake-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link:not(.a-button),
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link:not(.a-button),
.m-layer[data-openonload="true"].handshake-layer
  .m-contenttextmedia
  .content
  .list-unstyled
  li
  .a-link:not(.a-button) {
  min-width: 240px;
}
.m-layer.forwardingOverlay-layer .m-linklist,
.m-layer.handshake-layer .m-linklist,
.m-layer[data-openonload="true"].forwardingOverlay-layer .m-linklist,
.m-layer[data-openonload="true"].handshake-layer .m-linklist {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.m-layer.forwardingOverlay-layer .m-linklist .a-link.a-link,
.m-layer.handshake-layer .m-linklist .a-link.a-link,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .a-link.a-link,
.m-layer[data-openonload="true"].handshake-layer .m-linklist .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
}
.m-layer.forwardingOverlay-layer .m-linklist .list-unstyled,
.m-layer.handshake-layer .m-linklist .list-unstyled,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled,
.m-layer[data-openonload="true"].handshake-layer .m-linklist .list-unstyled {
  all: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-layer.forwardingOverlay-layer .m-linklist .list-unstyled li,
.m-layer.handshake-layer .m-linklist .list-unstyled li,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  li,
.m-layer[data-openonload="true"].handshake-layer .m-linklist .list-unstyled li {
  all: unset;
  margin-bottom: 5px;
}
.m-layer.forwardingOverlay-layer .m-linklist .list-unstyled .a-link,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link {
  padding: 0 !important;
  width: auto !important;
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--alink-color-text);
}
.m-layer.forwardingOverlay-layer .m-linklist .list-unstyled .a-link:before,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:before {
  color: var(--alink-color-icon);
  left: auto;
  right: -17px;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.a-link-primary,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.a-link-secondary,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary {
  color: var(--alink-color-text);
  font-weight: 400;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:hover,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:active,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:focus,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:active,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:focus,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-primary:hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-secondary:hover {
  color: var(--alink-color-text);
}
[dir="rtl"]
  .m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:before,
[dir="rtl"] .m-layer.handshake-layer .m-linklist .list-unstyled .a-link:before,
[dir="rtl"]
  .m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:before,
[dir="rtl"]
  .m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button),
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button),
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button),
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button) {
  color: var(--alink-color-text);
  position: relative;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):before {
  background: #fff;
  -webkit-box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  border-radius: 50%;
  height: 84px;
  line-height: 83px;
  left: 50%;
  padding: 0;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 84px;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):active:before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):focus:before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):hover:before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):active:before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):focus:before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):hover:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):active:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):focus:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):hover:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):active:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):focus:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.has-video-play:not(.a-button):hover:before {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-bent-arrow:before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-bent-arrow:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-bent-arrow:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link-bent-arrow:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-button-primary,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-button-primary,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-button-primary,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-button-primary,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button.a-link-primary {
  color: #fff;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button),
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link:not(.a-button),
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button),
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button) {
  font-family: SiemensSans-Bold, sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-max-content;
  width: max-content;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):visited,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):visited,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):visited,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):visited {
  color: var(--alink-color-text);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):after,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):after,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):before {
  bottom: auto;
  color: var(--alink-color-icon);
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button)
  > .icon,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button)
  > .icon,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button)
  > .icon,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button)
  > .icon {
  color: var(--alink-color-icon);
  font-size: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left {
  width: auto;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon
  > .icon.icon-arrow-left::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-icon:hover
  > .icon.icon-arrow-left::before {
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  transform: translateX(-16px);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-video-play:before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-video-play:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-video-play:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).has-video-play:before {
  top: 50% !important;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:hover,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:active,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:focus,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:active,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:focus,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-primary:hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-secondary:hover {
  color: var(--alink-color-text);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline {
  display: inline;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined {
  border-bottom: 1px solid transparent;
  color: var(--alink-color-text);
  text-decoration: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:hover,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:active,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:focus,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:active,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:focus,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:hover {
  border-bottom: 1px solid var(--alink-color-text);
  color: var(--alink-color-text);
  text-decoration: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:active
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:focus
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:hover
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:active
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:focus
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:hover
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:active
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:focus
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:hover
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:active
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:focus
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:hover
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:active
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:focus
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:hover
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:active
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:focus
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:hover
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:active
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:focus
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:hover
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:active
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:focus
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:hover
  .text {
  text-decoration: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:after,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:after,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:after,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:after,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-inline:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-underlined:before {
  display: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:hover,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:active,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:focus,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):active,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):focus,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):hover {
  color: var(--alink-color-text);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:active
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:focus
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:hover
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):active
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):focus
  .text,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):hover
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:active
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:focus
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:hover
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):active
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):focus
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):hover
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:active
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:focus
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:hover
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):active
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):focus
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):hover
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:active
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:focus
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:hover
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):active
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):focus
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button):hover
  .text {
  text-decoration: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-arrow::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-arrow::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-arrow::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-arrow::before {
  content: "\e008";
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-external:after,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-external:after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-external:after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-external:after {
  display: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::after,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::after,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link:not(.a-link-anchor):not(.a-link-download):not(
    .togglebox-title
  ):not(.navigation-link):hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-bent-arrow:hover::after,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-bent-arrow:hover::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-bent-arrow:hover::after,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-bent-arrow:hover::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-bent-arrow:hover::after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-bent-arrow:hover::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-bent-arrow:hover::after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-bent-arrow:hover::before {
  -webkit-transform: translateY(-1) !important;
  -ms-transform: translateY(-1) !important;
  transform: translateY(-1) !important;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor:hover::after,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor:hover::before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-download:hover::after,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-download:hover::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor:hover::after,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor:hover::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-download:hover::after,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-download:hover::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor:hover::after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor:hover::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-download:hover::after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-download:hover::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor:hover::after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor:hover::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-download:hover::after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-download:hover::before {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-link-anchor::before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-productavailability::before,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-productavailability::before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-productavailability::before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-productavailability::before {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding-left: 0;
  padding-right: 8px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-productavailability
  .text,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-productavailability
  .text,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-productavailability
  .text,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:not(.a-button).a-productavailability
  .text {
  margin-left: 0;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button
  .icon,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button:after,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button:before,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.a-button .icon,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.a-button:after,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.a-button:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button
  .icon,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button:after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button
  .icon,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button:after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-button:before {
  display: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.a-link--reset,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset {
  border: none !important;
  padding: 0 !important;
  min-width: auto !important;
  outline: 0 !important;
  text-align: left !important;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:active,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:focus,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:hover,
.m-layer.handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:active,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.a-link--reset:focus,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.a-link--reset:hover,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:active,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:focus,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:hover,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:active,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:focus,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.a-link--reset:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  -webkit-transform: translateY(-2px) translateX(0);
  -ms-transform: translateY(-2px) translateX(0);
  transform: translateY(-2px) translateX(0);
  outline: 0 !important;
}
.m-layer.forwardingOverlay-layer .m-linklist .list-unstyled .a-link.arrowlink,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.arrowlink,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:before,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.arrowlink:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:before {
  display: none;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:after,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link.arrowlink:after,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:after,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link.arrowlink:after {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  padding-left: 0;
}
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:active:before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:focus:before,
.m-layer.forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:hover:before,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link:active:before,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link:focus:before,
.m-layer.handshake-layer .m-linklist .list-unstyled .a-link:hover:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:active:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:focus:before,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .m-linklist
  .list-unstyled
  .a-link:hover:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:active:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:focus:before,
.m-layer[data-openonload="true"].handshake-layer
  .m-linklist
  .list-unstyled
  .a-link:hover:before {
  -webkit-transform: translateY(-2px) translateX(16px) !important;
  -ms-transform: translateY(-2px) translateX(16px) !important;
  transform: translateY(-2px) translateX(16px) !important;
}
.m-layer.forwardingOverlay-layer .layer-content-inner > a.a-button + div,
.m-layer.handshake-layer .layer-content-inner > a.a-button + div,
.m-layer[data-openonload="true"].forwardingOverlay-layer
  .layer-content-inner
  > a.a-button
  + div,
.m-layer[data-openonload="true"].handshake-layer
  .layer-content-inner
  > a.a-button
  + div {
  float: left;
  margin-right: 20px;
}
.m-layer.m-layer-dealerlocator .location-pin,
.m-layer[data-openonload="true"].m-layer-dealerlocator .location-pin {
  color: #000028;
  font-size: 40px;
  line-height: 1;
}
.m-layer.m-layer-dealerlocator .location-pin.active,
.m-layer[data-openonload="true"].m-layer-dealerlocator .location-pin.active {
  color: #3cc8be;
}
.m-layer.m-layer-dealerlocator .location-pin.active:after,
.m-layer[data-openonload="true"].m-layer-dealerlocator
  .location-pin.active:after {
  color: #fff;
  font-size: 13px;
}
.m-layer.deletemyproduct_layer .layer-content-inner > .m-form,
.m-layer[data-openonload="true"].deletemyproduct_layer
  .layer-content-inner
  > .m-form {
  padding-top: 0;
}
@media (min-width: 900px) {
  .m-layer.deletemyproduct_layer.is-active,
  .m-layer[data-openonload="true"].deletemyproduct_layer.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-layer.deletemyproduct_layer .layer-wrapper,
  .m-layer[data-openonload="true"].deletemyproduct_layer .layer-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1059px;
    margin: auto;
    min-height: auto;
    padding: 0 60px;
  }
  .m-layer.deletemyproduct_layer
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-form
    .form-actions,
  .m-layer[data-openonload="true"].deletemyproduct_layer
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-form
    .form-actions {
    gap: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .m-layer.deletemyproduct_layer
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-form
    .form-actions
    .form-action,
  .m-layer[data-openonload="true"].deletemyproduct_layer
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-form
    .form-actions
    .form-action {
    margin: 0 !important;
  }
}
.m-layer .layer-close,
.m-layer[data-openonload="true"] .layer-close {
  margin-top: 23px;
  margin-right: 22px;
}
.m-layer .layer-close .a-button-plain.a-button,
.m-layer[data-openonload="true"] .layer-close .a-button-plain.a-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 23px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  padding: 0 !important;
  position: relative;
  width: 28px;
}
.m-layer .layer-close .a-button-plain.a-button:hover,
.m-layer[data-openonload="true"] .layer-close .a-button-plain.a-button:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m-layer .layer-close .a-button-plain.a-button .icon,
.m-layer[data-openonload="true"] .layer-close .a-button-plain.a-button .icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 26px;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
}
.m-layer .layer-close .a-button-plain.a-button .icon:before,
.m-layer[data-openonload="true"]
  .layer-close
  .a-button-plain.a-button
  .icon:before {
  height: 28px;
  left: 1px;
  position: absolute;
  top: 1px;
}
.m-layer .layer-close .a-button-plain.a-button:focus,
.m-layer[data-openonload="true"] .layer-close .a-button-plain.a-button:focus {
  outline: 0;
}
html:not(.mac-os) .m-layer .layer-close .a-button-plain.a-button .icon:before,
html:not(.mac-os)
  .m-layer[data-openonload="true"]
  .layer-close
  .a-button-plain.a-button
  .icon:before {
  height: 28px;
  left: 1px;
  position: absolute;
  top: 3px;
}
.m-linklist,
.m-linklist-rebrush {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
  --color-linklist-bg: #000028;
  --color-linklist-text: #3cc8be;
  --color-linklist-headline: #fff;
  --color-linklist-black: #000;
  --color-linklist-icon: #3cc8be;
  background: var(--color-linklist-bg);
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding: 50px 0 0;
  position: relative;
}
.m-linklist .a-link.a-link,
.m-linklist-rebrush .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
.m-linklist-rebrush.two-column,
.m-linklist.two-column {
  width: auto;
}
.m-linklist-rebrush:not(.two-column) .list-unstyled,
.m-linklist:not(.two-column) .list-unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-linklist .a-heading,
.m-linklist-rebrush .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h2-line-height);
  color: var(--color-linklist-headline);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  margin-bottom: 40px;
}
.m-linklist .list-unstyled,
.m-linklist-rebrush .list-unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-linklist .list-unstyled li,
.m-linklist-rebrush .list-unstyled li {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px solid var(--color-linklist-text);
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
}
.m-linklist .list-unstyled li:hover,
.m-linklist-rebrush .list-unstyled li:hover {
  -webkit-box-shadow: inset 0 0 0 1px var(--color-linklist-text);
  box-shadow: inset 0 0 0 1px var(--color-linklist-text);
}
.m-linklist .list-unstyled li:hover .a-link::after,
.m-linklist .list-unstyled li:hover .a-link::before,
.m-linklist-rebrush .list-unstyled li:hover .a-link::after,
.m-linklist-rebrush .list-unstyled li:hover .a-link::before {
  -webkit-transform: translateX(8px) !important;
  -ms-transform: translateX(8px) !important;
  transform: translateX(8px) !important;
}
.m-linklist .list-unstyled li .a-link,
.m-linklist-rebrush .list-unstyled li .a-link {
  background: 0 0;
  color: var(--color-linklist-text);
  padding: 15px !important;
  width: 100% !important;
}
.m-linklist .list-unstyled li .a-link .text,
.m-linklist-rebrush .list-unstyled li .a-link .text {
  color: var(--color-linklist-text);
}
.m-linklist .list-unstyled li .a-link :after,
.m-linklist .list-unstyled li .a-link:before,
.m-linklist-rebrush .list-unstyled li .a-link :after,
.m-linklist-rebrush .list-unstyled li .a-link:before {
  color: var(--color-linklist-icon);
  margin-left: auto !important;
}
.m-linklist .list-unstyled li .a-link :after,
.m-linklist-rebrush .list-unstyled li .a-link :after {
  display: none !important;
}
.m-linklist .list-unstyled li .a-link:active::after,
.m-linklist .list-unstyled li .a-link:active::before,
.m-linklist .list-unstyled li .a-link:focus::after,
.m-linklist .list-unstyled li .a-link:focus::before,
.m-linklist .list-unstyled li .a-link:hover::after,
.m-linklist .list-unstyled li .a-link:hover::before,
.m-linklist-rebrush .list-unstyled li .a-link:active::after,
.m-linklist-rebrush .list-unstyled li .a-link:active::before,
.m-linklist-rebrush .list-unstyled li .a-link:focus::after,
.m-linklist-rebrush .list-unstyled li .a-link:focus::before,
.m-linklist-rebrush .list-unstyled li .a-link:hover::after,
.m-linklist-rebrush .list-unstyled li .a-link:hover::before {
  -webkit-transform: translateX(8px) translateY(-2px) !important;
  -ms-transform: translateX(8px) translateY(-2px) !important;
  transform: translateX(8px) translateY(-2px) !important;
}
.m-linklist .list-unstyled li .a-link-underlined,
.m-linklist-rebrush .list-unstyled li .a-link-underlined {
  border-bottom: none !important;
}
.m-linklist .list-unstyled li .a-link-underlined:before,
.m-linklist-rebrush .list-unstyled li .a-link-underlined:before {
  content: "\e008";
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-linklist .list-unstyled li .a-link-anchor,
.m-linklist-rebrush .list-unstyled li .a-link-anchor {
  border-bottom: none !important;
}
.m-linklist .list-unstyled li .a-link-anchor:before,
.m-linklist-rebrush .list-unstyled li .a-link-anchor:before {
  content: "\e08f";
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-linklist .list-unstyled li .a-link-arrow,
.m-linklist .list-unstyled li .a-link-bent-arrow,
.m-linklist-rebrush .list-unstyled li .a-link-arrow,
.m-linklist-rebrush .list-unstyled li .a-link-bent-arrow {
  background: 0 0;
  max-width: none;
  text-align: left;
}
.m-linklist .list-unstyled li .a-link-arrow:before,
.m-linklist .list-unstyled li .a-link-bent-arrow:before,
.m-linklist-rebrush .list-unstyled li .a-link-arrow:before,
.m-linklist-rebrush .list-unstyled li .a-link-bent-arrow:before {
  bottom: auto;
  color: var(--color-linklist-icon);
  display: inline-block;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
}
.m-linklist .list-unstyled li .a-link-arrow .text,
.m-linklist .list-unstyled li .a-link-bent-arrow .text,
.m-linklist-rebrush .list-unstyled li .a-link-arrow .text,
.m-linklist-rebrush .list-unstyled li .a-link-bent-arrow .text {
  display: inline-block;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 20px;
}
@media (max-width: 749px) {
  .m-linklist .list-unstyled li .a-link-arrow .text,
  .m-linklist .list-unstyled li .a-link-bent-arrow .text,
  .m-linklist-rebrush .list-unstyled li .a-link-arrow .text,
  .m-linklist-rebrush .list-unstyled li .a-link-bent-arrow .text {
    font-size: 16px;
  }
  .m-linklist .list-unstyled li,
  .m-linklist-rebrush .list-unstyled li {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (min-width: 750px) {
  .m-linklist .list-unstyled li,
  .m-linklist-rebrush .list-unstyled li {
    margin-bottom: 20px;
    margin-right: 40px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 290px;
    -ms-flex: 0 290px;
    flex: 0 290px;
    width: 290px;
  }
  .m-linklist,
  .m-linklist-rebrush {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    width: 100vw !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: var(--max-pagewidth-padding) 1fr 1fr
      var(--max-pagewidth-padding);
    grid-template-columns: var(--max-pagewidth-padding) 1fr 1fr var(
        --max-pagewidth-padding
      );
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "before headline headline after" "before list list after";
    padding: 90px 0 0;
  }
  .m-linklist-rebrush::after,
  .m-linklist-rebrush::before,
  .m-linklist::after,
  .m-linklist::before {
    content: "";
    position: relative;
  }
  .m-linklist-rebrush:before,
  .m-linklist:before {
    grid-area: before;
  }
  .m-linklist-rebrush:after,
  .m-linklist:after {
    grid-area: after;
  }
  .m-linklist .a-heading,
  .m-linklist-rebrush .a-heading {
    margin-bottom: 64px;
    grid-area: headline;
  }
  .m-linklist .list-unstyled,
  .m-linklist-rebrush .list-unstyled {
    -webkit-column-count: unset;
    column-count: unset;
    -webkit-column-gap: unset;
    column-gap: unset;
    gap: 30px;
    grid-area: list;
  }
  .m-linklist .list-unstyled li .a-link,
  .m-linklist-rebrush .list-unstyled li .a-link {
    padding: 14px !important;
  }
  .m-linklist .list-unstyled li .a-link :after,
  .m-linklist-rebrush .list-unstyled li .a-link :after {
    display: none !important;
  }
  .m-linklist-rebrush:not(.two-column) .list-unstyled,
  .m-linklist:not(.two-column) .list-unstyled {
    -webkit-column-gap: 40px !important;
    column-gap: 40px !important;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    -ms-grid-columns: (minmax(10px, 290px)) [2];
    grid-template-columns: repeat(2, minmax(10px, 290px));
    margin: 0;
  }
  .m-linklist-rebrush:not(.two-column) .list-unstyled li,
  .m-linklist:not(.two-column) .list-unstyled li {
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
  }
}
@media (min-width: 900px) {
  .m-linklist,
  .m-linklist-rebrush {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .m-linklist-rebrush:not(.two-column) .list-unstyled,
  .m-linklist:not(.two-column) .list-unstyled {
    -ms-grid-columns: (minmax(10px, 290px)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(10px, 290px));
  }
  .m-linklist-rebrush:not(.two-column) .list-unstyled li .a-link,
  .m-linklist:not(.two-column) .list-unstyled li .a-link {
    padding-right: 22px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .m-linklist,
  .m-linklist-rebrush {
    margin-left: -260px !important;
    width: 1920px !important;
  }
}
.m-listbox .list-unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-listbox.a-area {
  background: 0 0 !important;
}
.m-listbox.a-area .listbox-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: var(--color-listbox-text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 17px;
  min-height: 38px;
}
.m-listbox.a-area .listbox-content:before {
  display: inline-block;
  font-size: 25px;
  font-family: icons;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  color: var(--color-listbox-icon);
  height: 40px;
  margin-left: -35px;
}
.m-listbox.a-area.a-area-desktop,
.m-listbox.a-area.a-area-mobile,
.m-listbox.a-area.a-area-tablet {
  padding: 0;
}
.m-listheader {
  border-bottom: 1px solid #7b89a1;
  padding: 10px 0 !important;
}
.m-listheader span {
  color: #0b0f12;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 18px;
}
.m-listheader hr {
  display: none;
}
.m-listheader hr:before {
  background: #a3acbd;
}
.m-locationLanguageSelection .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  font-family: var(--fontfamily-headlinesfont);
  margin: 0 0 24px;
}
@media (min-width: 750px) {
  .m-listbox.a-area .listbox-content {
    margin: 0 0 25px;
  }
  .m-locationLanguageSelection .a-heading {
    font-size: var(--heading-h3-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h3-line-height);
    margin: 0 0 30px;
  }
  .location-selector-layout .m-locationselectorlayout.rebrush .input-container {
    max-width: 440px;
  }
}
.m-locationLanguageSelection .m-form {
  margin: 0;
}
.m-locationLanguageSelection .m-form .m-forminput-radio {
  margin-bottom: 26px;
}
.m-locationLanguageSelection .m-form .m-forminput-radio:last-child {
  margin-bottom: 0;
}
.m-locationLanguageSelection .m-form .a-link {
  margin-bottom: 10px;
}
.m-locationLanguageSelection .m-form .a-link:last-child {
  margin-bottom: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-locationLanguageSelection
  .m-form
  a.a-link-primary.a-button[type="submit"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-locationLanguageSelection
  .m-form
  a.a-link-primary.a-button[type="submit"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-button-link.a-link[type="submit"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-button-link[type="submit"][data-popover-id],
.m-locationLanguageSelection .m-form .a-button-primary[type="submit"],
.m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-button-link[type="submit"],
.m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-link[type="submit"],
.m-locationLanguageSelection
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-link-primary.a-button[type="submit"],
.m-locationLanguageSelection
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button[type="submit"],
.m-locationLanguageSelection
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link[type="submit"]:not(
    .a-button-plain
  ),
.m-locationLanguageSelection
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[type="submit"][data-popover-id],
.m-locationLanguageSelection
  .m-form
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link[type="submit"],
.m-locationLanguageSelection
  .m-form
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link[type="submit"],
.m-locationLanguageSelection
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link[type="submit"],
.m-locationLanguageSelection
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.m-locationLanguageSelection
  .m-form
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link[type="submit"]:not(.a-button),
.m-locationLanguageSelection
  .m-form
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link[type="submit"]:not(
    .a-button-plain
  ),
.m-locationLanguageSelection
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link[type="submit"],
.m-locationLanguageSelection
  .m-form
  a.a-link-primary.a-button.a-button-link[type="submit"],
.m-locationLanguageSelection
  .m-form
  button.a-link-primary.a-button.a-button-link[type="submit"],
.m-locationLanguageSelection
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button[type="submit"],
.m-oney-widget-section
  .m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.oney-widget-link[type="submit"],
.m-popover
  .popover-content
  .m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-button-link[type="submit"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-button-link.a-link[type="submit"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary[type="submit"],
.o-alternativeproduct
  .m-locationLanguageSelection
  .m-form
  .tile-description
  > .a-link-primary.a-button.a-link[type="submit"]:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-button-link.a-link[type="submit"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-locationLanguageSelection
  .m-form
  .a-link-primary.a-button.a-link[type="submit"] {
  margin-top: 40px;
}
.m-locationselectorlayout {
  margin: 25px 0;
}
.m-locationselectorlayout .m-form {
  padding: 0;
}
.m-locationselectorlayout .m-form input.m-forminput {
  height: 50px;
  margin: 0 0 10px;
}
.m-locationselectorlayout .m-form .form-error-wrapper:before {
  margin-top: -55px;
}
.m-locationselectorlayout .m-form .form-error-wrapper .a-errormessage {
  padding-left: 0;
}
.location-selector-layout .a-link {
  font-family: SiemensProgress, sans-serif;
  font-size: 12px;
  color: #000;
  letter-spacing: 0.5px;
}
.location-selector-layout .m-locationselectorlayout.rebrush {
  margin: 0;
}
.location-selector-layout .m-locationselectorlayout.rebrush .input-container {
  width: 100%;
}
.location-selector-layout
  .m-locationselectorlayout.rebrush
  .input-container
  .m-forminput {
  border-radius: 0;
}
.location-selector-layout
  .m-locationselectorlayout
  .a-button-primary.location-submit,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link,
.location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link,
.location-selector-layout
  .m-locationselectorlayout
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.location-submit.a-link-primary.a-button,
.location-selector-layout
  .m-locationselectorlayout
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.location-selector-layout
  .m-locationselectorlayout
  .m-form.oidc-registration
  .m-termsconditions
  a.location-submit.a-link-primary.a-button,
.location-selector-layout
  .m-locationselectorlayout
  .m-oney-widget-section
  .location-submit.a-link-primary.a-button.oney-widget-link,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-submit.a-link-primary.a-button.a-button-link.a-link,
.location-selector-layout
  .m-locationselectorlayout
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.location-selector-layout
  .m-locationselectorlayout
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-submit.a-link-primary.a-button.a-link,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .location-selector-layout
  .m-locationselectorlayout
  a.location-submit.a-link-primary.a-button,
.m-oney-widget-section
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .location-selector-layout
  .m-locationselectorlayout
  .location-submit.a-link-primary.a-button.a-link {
  border-radius: 2px;
}
@media (max-width: 899px) {
  .location-selector-layout
    .m-locationselectorlayout
    .a-button-primary.location-submit,
  .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-button-link,
  .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-link,
  .location-selector-layout
    .m-locationselectorlayout
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.location-submit.a-link-primary.a-button,
  .location-selector-layout
    .m-locationselectorlayout
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
      .a-button-plain
    ),
  .location-selector-layout
    .m-locationselectorlayout
    .m-form.oidc-registration
    .m-termsconditions
    a.location-submit.a-link-primary.a-button,
  .location-selector-layout
    .m-locationselectorlayout
    .m-oney-widget-section
    .location-submit.a-link-primary.a-button.oney-widget-link,
  .location-selector-layout
    .m-locationselectorlayout
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .location-submit.a-link-primary.a-button.a-button-link.a-link,
  .location-selector-layout
    .m-locationselectorlayout
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .location-selector-layout
    .m-locationselectorlayout
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .location-submit.a-link-primary.a-button.a-link,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .location-selector-layout
    .m-locationselectorlayout
    a.location-submit.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-button-link.a-link:not(
      .a-button-plain
    ),
  .m-form.oidc-registration
    .m-termsconditions
    .location-selector-layout
    .m-locationselectorlayout
    a.location-submit.a-link-primary.a-button,
  .m-oney-widget-section
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.oney-widget-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .location-selector-layout
    .m-locationselectorlayout
    .location-submit.a-link-primary.a-button.a-link {
    margin-left: 0;
    width: 100%;
  }
}
.g-layout-full .g-col > .location-selector-layout {
  margin: 20px 0;
}
@media (min-width: 900px) {
  .g-layout-full .g-col > .location-selector-layout {
    margin: 40px 0;
  }
}
.m-maplist .a-rating,
.m-maplist .a-rating2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-maplist .a-rating .icon.is-active {
  color: #ffb902 !important;
}
.m-maplist .location-pin:after {
  top: 30%;
  width: 100%;
}
.m-maplist .map-wrap,
.m-maplist .map-wrap .map {
  height: 350px;
}
.m-maplist .map-wrap .a-button {
  border: none;
  color: #fff;
  margin-top: 0;
  min-width: 0;
  padding: 13px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m-maplist .map-wrap .a-button:hover {
  background: #3cc8be;
  color: #fff;
}
@media (min-width: 750px) {
  .m-maplist .map-wrap .a-button {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .m-maplist .dealer-item .dealer-reviews {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-left: 20px;
  }
  .m-maplist .dealer-item .dealer-reviews .rating {
    margin-left: 4px;
    padding-left: 0;
  }
}
.m-maplist .map-wrap .location-pin {
  color: #41aaaa;
}
.m-maplist .map-wrap .location-pin:after {
  font-size: 10px;
  left: 15px;
  top: 11px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-maplist .map-wrap .location-pin.active,
.m-maplist .map-wrap .location-pin.mouseover,
.m-maplist .map-wrap .location-pin:hover {
  color: #a5e1e1;
}
.m-maplist .map-wrap .location-pin.active:after,
.m-maplist .map-wrap .location-pin.mouseover:after {
  font-size: 12px;
  left: 20px;
  top: 41%;
}
.m-maplist .dealer-item .location-pin {
  color: #41aaaa;
}
.m-maplist .dealer-item .location-pin:after {
  left: 5px;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-maplist .dealer-item .m-imagelist-dealerlocator {
  display: inline-block;
  margin-bottom: 16px;
}
.m-maplist .dealer-item .dealer-reviews .a-rating-shadows,
.m-maplist .dealer-item .dealer-reviews .a-rating.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-maplist
  .dealer-item
  .dealer-reviews
  .a-rating.stars
  .is-active-partly.is-active-partly {
  margin: 0;
  position: relative;
}
.m-maplist
  .dealer-item
  .dealer-reviews
  .a-rating.stars
  .is-active-partly.is-active-partly
  ~ .icon {
  display: none;
}
.m-maplist .dealer-detail-wrap .dealer-layout,
.m-maplist .dealer-list-wrap .dealer-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-right: 10px;
  position: relative;
}
.m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-1,
.m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-2,
.m-maplist .dealer-list-wrap .dealer-layout .dealer-col-1,
.m-maplist .dealer-list-wrap .dealer-layout .dealer-col-2 {
  padding: 0;
  position: static;
}
.m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-1 .a-heading,
.m-maplist .dealer-list-wrap .dealer-layout .dealer-col-1 .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 14px;
  margin-bottom: 16px;
}
.m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-2 .a-image,
.m-maplist .dealer-list-wrap .dealer-layout .dealer-col-2 .a-image {
  text-align: left;
}
.m-maplist .dealer-detail-wrap .dealer-layout .dealer-data.address,
.m-maplist .dealer-list-wrap .dealer-layout .dealer-data.address {
  margin: 0;
}
.m-maplist .dealer-detail-wrap .dealer-layout .location-pin,
.m-maplist .dealer-list-wrap .dealer-layout .location-pin {
  color: #41aaaa;
  font-size: 50px;
  position: relative;
}
.m-maplist .dealer-detail-wrap .dealer-layout .location-pin:after,
.m-maplist .dealer-list-wrap .dealer-layout .location-pin:after {
  font-size: 14px;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-maplist .dealer-detail-wrap .dealer-layout .location-meta,
.m-maplist .dealer-list-wrap .dealer-layout .location-meta {
  position: static;
}
.m-maplist .dealer-detail-wrap .dealer-layout .location-distance,
.m-maplist .dealer-list-wrap .dealer-layout .location-distance {
  bottom: 0;
  color: #879baa;
  font-size: 13px;
  margin: 0;
  position: absolute;
  right: 0;
  width: auto;
  word-spacing: inherit;
}
.m-maplist .dealer-detail-wrap .dealer-detail .m-imagelist-dealerlocator,
.m-maplist .dealer-list-wrap .dealer-detail .m-imagelist-dealerlocator {
  display: inline-block;
  margin-bottom: 16px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.links,
.m-maplist .dealer-list-wrap .dealer-detail .dealer-data.links {
  margin: 0;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.links li:last-child,
.m-maplist .dealer-list-wrap .dealer-detail .dealer-data.links li:last-child {
  margin-bottom: 0;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.links .a-link .icon,
.m-maplist .dealer-list-wrap .dealer-detail .dealer-data.links .a-link .icon {
  font-size: 16px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.links .a-link .text,
.m-maplist .dealer-list-wrap .dealer-detail .dealer-data.links .a-link .text {
  vertical-align: top;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.hours .hours-item,
.m-maplist .dealer-list-wrap .dealer-detail .dealer-data.hours .hours-item {
  width: -webkit-fit-content;
  width: fit-content;
}
.m-maplist
  .dealer-detail-wrap
  .dealer-detail
  .dealer-data.hours
  .hours-item
  .day,
.m-maplist
  .dealer-list-wrap
  .dealer-detail
  .dealer-data.hours
  .hours-item
  .day {
  margin-right: 13px;
}
.m-maplist .dealer-detail-wrap .dealer-item .mouseover .location-pin,
.m-maplist .dealer-detail-wrap .dealer-item:hover .location-pin,
.m-maplist .dealer-list-wrap .dealer-item .mouseover .location-pin,
.m-maplist .dealer-list-wrap .dealer-item:hover .location-pin {
  color: #a5e1e1;
}
.m-maplist .dealer-detail-wrap .dealer-item .mouseover .location-pin:after,
.m-maplist .dealer-detail-wrap .dealer-item:hover .location-pin:after,
.m-maplist .dealer-list-wrap .dealer-item .mouseover .location-pin:after,
.m-maplist .dealer-list-wrap .dealer-item:hover .location-pin:after {
  background: #a5e1e1;
}
.m-maplist .dealer-detail-wrap {
  margin: 0;
}
.m-maplist .dealer-detail-wrap .dealer-detail {
  overflow-x: hidden;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-data.address {
  font-style: normal;
  margin-bottom: 16px;
}
.m-maplist .dealer-detail-wrap .dealer-detail .dealer-reviews-detail {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.m-maplist .dealer-detail-wrap .link-container {
  border: none;
  padding: 15px 0;
  position: static;
}
.m-maplist .dealer-list {
  margin: 0;
  overflow-x: hidden;
}
.m-maplist .dealer-list .dealer-item {
  border-bottom: 1px solid #ebf0f5;
  padding: 20px 0 15px;
}
.m-maplist .dealer-list .dealer-item.no-results {
  border: none;
  padding: 0;
}
@media (min-width: 750px) {
  .m-maplist {
    height: auto;
  }
  .m-maplist .map-wrap {
    float: none;
    height: 400px;
    padding: 0;
    position: static;
    width: 100%;
  }
  .m-maplist .map-wrap .map {
    height: 400px;
  }
  .m-maplist .dealer-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    float: none;
    padding: 0;
    position: static;
    width: 100%;
  }
  .m-maplist .dealer-detail-wrap,
  .m-maplist .dealer-list-wrap {
    margin: 0;
    position: static;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout,
  .m-maplist .dealer-list-wrap .dealer-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 15px;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-1,
  .m-maplist .dealer-list-wrap .dealer-layout .dealer-col-1 {
    float: none;
    padding-left: 20px;
    width: 75%;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-1 .a-heading,
  .m-maplist .dealer-list-wrap .dealer-layout .dealer-col-1 .a-heading {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-2,
  .m-maplist .dealer-list-wrap .dealer-layout .dealer-col-2 {
    float: none;
    padding-right: 20px;
    width: 25%;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .location-meta,
  .m-maplist .dealer-list-wrap .dealer-layout .location-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    left: auto;
    position: absolute;
    right: 25px;
    top: 20px;
    width: auto;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .location-pin,
  .m-maplist .dealer-list-wrap .dealer-layout .location-pin {
    left: auto;
    position: relative;
    right: auto;
    top: auto;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .location-distance,
  .m-maplist .dealer-list-wrap .dealer-layout .location-distance {
    position: static;
  }
  .m-maplist .dealer-detail-wrap .dealer-item .m-imagelist-dealerlocator,
  .m-maplist .dealer-list-wrap .dealer-item .m-imagelist-dealerlocator {
    margin-bottom: 0;
  }
  .m-maplist
    .dealer-detail-wrap
    .dealer-detail
    .dealer-data.links
    .a-link
    .text,
  .m-maplist .dealer-list-wrap .dealer-detail .dealer-data.links .a-link .text {
    font-size: 13px;
    vertical-align: bottom;
  }
  .m-maplist .dealer-list-wrap {
    margin-top: 25px;
  }
  .m-maplist .dealer-list {
    height: 500px;
  }
  .m-maplist .dealer-list .dealer-item {
    padding: 17px 0 20px;
  }
  .m-maplist .dealer-detail-wrap .link-container {
    padding: 20px 0;
  }
}
@media (min-width: 900px) {
  .m-maplist .dealer-detail-wrap .dealer-layout .location-pin:after,
  .m-maplist .dealer-list-wrap .dealer-layout .location-pin:after {
    top: -10px;
  }
  .m-maplist .map-wrap {
    float: right;
    height: 675px;
    width: 50%;
  }
  .m-maplist .map-wrap .map {
    height: 675px;
  }
  .m-maplist .dealer-wrap {
    float: left;
    padding-right: 35px;
    width: 50%;
  }
  .m-maplist .dealer-detail-wrap,
  .m-maplist .dealer-list-wrap {
    height: 675px;
    margin: 0;
    overflow-x: auto;
  }
  .m-maplist .dealer-detail-wrap .dealer-list,
  .m-maplist .dealer-list-wrap .dealer-list {
    border-top: 1px solid #ebf0f5;
    margin-right: 10px;
  }
  .m-maplist .dealer-detail-wrap .dealer-list.no-results,
  .m-maplist .dealer-list-wrap .dealer-list.no-results {
    border: none;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-1 .a-heading,
  .m-maplist .dealer-list-wrap .dealer-layout .dealer-col-1 .a-heading {
    margin-bottom: 17px;
    width: 60%;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .dealer-col-2,
  .m-maplist .dealer-list-wrap .dealer-layout .dealer-col-2 {
    width: 40%;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .location-meta,
  .m-maplist .dealer-list-wrap .dealer-layout .location-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    right: -8px;
  }
  .m-maplist .dealer-detail-wrap .dealer-layout .location-meta .location-pin,
  .m-maplist .dealer-list-wrap .dealer-layout .location-meta .location-pin {
    font-size: 64px;
  }
  .m-maplist
    .dealer-detail-wrap
    .dealer-layout
    .location-meta
    .location-distance,
  .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .location-meta
    .location-distance {
    margin-top: 24px;
  }
  .m-maplist .dealer-list {
    height: 675px;
  }
  .m-maplist .dealer-list .dealer-item {
    padding: 23px 0 25px;
  }
}
.m-layer.m-layer-mediagallery .layer-wrapper {
  height: auto;
  max-width: 90vw;
}
@media (max-width: 899px) {
  .m-layer.m-layer-mediagallery .m-mediagallery-layer {
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.m-mediagallery .slide[data-media-type="video"] .a-link {
  width: 100%;
}
.m-mediagallery .mediagallery-trigger-imagesequencer::before {
  font-size: 60px;
}
@media (min-width: 900px) {
  .m-mediagallery.m-mediagallery-layer .m-imagesequencer,
  .m-mediagallery.m-mediagallery-layer
    .m-imagesequencer
    .Magic360-container.desktop,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-imagesequencer,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-imagesequencer
    .Magic360-container.desktop {
    height: var(--m-mediagallery--max-height-lg);
  }
  .m-mediagallery.m-mediagallery-layer
    .m-imagesequencer
    .Magic360-container.desktop
    .Magic360.desktop,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-imagesequencer
    .Magic360-container.desktop
    .Magic360.desktop {
    height: 100%;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-imagesequencer
    .Magic360-container.desktop
    .Magic360.desktop
    img,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-imagesequencer
    .Magic360-container.desktop
    .Magic360.desktop
    img {
    height: 100% !important;
  }
  .m-mediagallery.m-mediagallery-layer
    .mediagallery-zoom
    .a-button.a-button-plain
    .icon,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .mediagallery-zoom
    .a-button.a-button-plain
    .icon {
    height: 24px;
    width: 24px;
  }
  .m-mediagallery.m-mediagallery-layer
    .mediagallery-zoom
    .a-button.a-button-plain
    .icon::before,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .mediagallery-zoom
    .a-button.a-button-plain
    .icon::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 10px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
}
.m-mediagallery.m-mediagallery-layer .mediagallery-zoom,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .mediagallery-zoom {
  height: auto;
  margin: 0 !important;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 80px;
}
.m-mediagallery.m-mediagallery-layer
  .mediagallery-zoom
  .a-button.a-button-plain,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .mediagallery-zoom
  .a-button.a-button-plain {
  padding: 0 !important;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide.is-active
  .mediagallery-thumbnailcarousel-hover,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-thumbnailcarousel
  .mediagallery-thumbnailcarousel-slide.is-active
  .mediagallery-thumbnailcarousel-hover {
  border: 2px solid #3cc8be;
  border-radius: 2px;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-thumbnailcarousel
  .paginationarrows.mediagallery-paginationarrows,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-thumbnailcarousel
  .paginationarrows.mediagallery-paginationarrows {
  display: none;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-thumbnailcarousel
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.next,
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-thumbnailcarousel
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.prev,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-thumbnailcarousel
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.next,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-thumbnailcarousel
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.prev {
  color: #000;
}
@media (min-width: 900px) {
  .m-mediagallery.m-mediagallery-layer .mediagallery-zoom,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .mediagallery-zoom {
    bottom: auto;
    top: 82%;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows {
    display: block;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next,
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev {
    height: 16px;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next::before,
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev::before,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next::before,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev::before {
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    height: 16px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px;
  }
}
@media (max-width: 899px) {
  .m-mediagallery.m-mediagallery-layer .m-slider.mediagallery-thumbnailcarousel,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel {
    padding: 0;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 5px;
    margin: 0;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track:after,
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track:before,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track:after,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track:before {
    display: none;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .mediagallery-thumbnailcarousel-hover,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .mediagallery-thumbnailcarousel-hover {
    left: 0;
    right: 0;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image {
    margin: 0;
    padding: 0;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image
    img,
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image
    picture,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image
    img,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image
    picture {
    padding: 0;
  }
}
.m-mediagallery.m-mediagallery-layer .m-slider.mediagallery-mainslider,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider {
  margin: 0;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: absolute;
  right: 0;
  bottom: -57px;
  height: auto;
  max-height: none;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.next,
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.prev,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.next,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.prev {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  margin: 0;
  height: 19px;
  width: 19px;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.next::before,
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.prev::before,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.next::before,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .paginationarrows.mediagallery-paginationarrows
  .a-paginationarrows.prev::before {
  display: inline-block;
  font-size: 14px;
  font-family: icons;
  height: 19px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 19px;
}
@media (min-width: 900px) {
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next,
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev {
    height: 20px;
    width: 20px;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next::before,
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev::before,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.next::before,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .paginationarrows.mediagallery-paginationarrows
    .a-paginationarrows.prev::before {
    display: inline-block;
    font-size: 20px;
    font-family: icons;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
  }
  .m-mediagallery.m-mediagallery-layer .m-slider.mediagallery-mainslider .slide,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slide {
    max-height: 50vh;
  }
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slide
  .m-video
  .a-image
  img,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slide
  .m-video
  .a-image
  img {
  width: 100%;
  object-fit: cover;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slide
  .m-video
  .video-wrapper,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slide
  .m-video
  .video-wrapper {
  height: 100%;
  padding: 0;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slide
  .a-image,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slide
  .a-image {
  margin: 0;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slide
  .a-image
  img,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slide
  .a-image
  img {
  width: auto;
  height: 100%;
}
.m-mediagallery.m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slick-list
  .slick-track
  .slide.mediagallery-slide
  .m-video.m-video-iframe
  .a-image
  img,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .m-slider.mediagallery-mainslider
  .slick-list
  .slick-track
  .slide.mediagallery-slide
  .m-video.m-video-iframe
  .a-image
  img {
  background: #fff;
  padding-left: 2px;
  padding-right: 2px;
}
.m-mediagallery.m-mediagallery-layer .mediagallery-wrapper,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .mediagallery-wrapper {
  margin: 0 0 90px;
  position: relative;
}
.m-mediagallery.m-mediagallery-layer .mediagallery-wrapper .counter,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .mediagallery-wrapper
  .counter {
  background: 0 0;
  bottom: 61px;
  font-size: 12px;
  line-height: 1;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  right: auto;
  top: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 900px) {
  .m-mediagallery.m-mediagallery-layer .mediagallery-wrapper .counter,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .mediagallery-wrapper
    .counter {
    bottom: auto;
    font-size: 16px;
    top: -webkit-calc(100% + 47px);
    top: calc(100% + 47px);
  }
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slide.mediagallery-thumbnailcarousel-slide {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
@media (max-width: 899px) {
  .m-mediagallery.m-mediagallery-layer .m-slider.mediagallery-mainslider,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider {
    height: 100%;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list {
    height: 100% !important;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list
    .slick-track,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list
    .slick-track {
    height: 100%;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list
    .slick-track
    .slide.mediagallery-slide,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list
    .slick-track
    .slide.mediagallery-slide {
    height: 100% !important;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list
    .slick-track
    .slide.mediagallery-slide
    .a-image
    img,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list
    .slick-track
    .slide.mediagallery-slide
    .a-image
    img {
    object-fit: contain;
  }
  .m-mediagallery.m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list
    .slick-track
    .slide.mediagallery-slide
    .m-video.m-video-iframe
    .a-image
    img,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .m-slider.mediagallery-mainslider
    .slick-list
    .slick-track
    .slide.mediagallery-slide
    .m-video.m-video-iframe
    .a-image
    img {
    object-fit: cover;
  }
  .m-mediagallery.m-mediagallery-layer .mediagallery-wrapper,
  .m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
    .mediagallery-wrapper {
    height: 300px;
  }
}
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop,
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 52px;
}
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain,
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain {
  font-size: 1;
  line-height: 1;
  padding: 0 !important;
}
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon,
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon {
  font-size: 19px;
  line-height: 1;
  height: 19px;
  width: 19px;
}
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon::before,
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon::before,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-in.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon::before,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop
  .a-button.a-button-plain
  .icon::before {
  display: inline-block;
  font-size: 20px;
  font-family: icons;
  height: 19px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 19px;
}
.m-mediagallery.m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop,
.m-mediagallery[data-t-decorator="Layer"].m-mediagallery-layer
  .js-mediagalleryproduct-zoom-out.mediagallery-icon.hidden-desktop {
  bottom: 50px;
  left: 34px;
}
.m-mediagallery.m-mediagallery-rebrush {
  margin: 0;
}
.m-mediagallery.m-mediagallery-rebrush
  .a-link.has-video-play:not(.a-button):before {
  background: #3cc8be;
  color: #000;
}
.m-mediagallery.m-mediagallery-rebrush .product-gallery {
  margin: 0 0 80px;
}
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel {
  overflow: visible;
  position: relative;
}
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel
  .slide.mediagallery-thumbnailcarousel-slide.is-active
  .mediagallery-thumbnailcarousel-hover {
  border: 2px solid #3cc8be;
  border-radius: 2px;
}
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel
  .slide.mediagallery-thumbnailcarousel-slide.is-active.mediagallery-trigger-imagesequencer {
  -webkit-box-shadow: 0 0 0 2px inset #3cc8be;
  box-shadow: 0 0 0 2px inset #3cc8be;
  border-radius: 2px;
}
@media (max-width: 899px) {
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    margin: 0;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track:after,
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track:before {
    display: none;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide:not(:last-child) {
    margin-right: 10px;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .mediagallery-thumbnailcarousel-hover {
    left: 0;
    right: 0;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image {
    margin: 0;
    padding: 0;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image
    img,
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-track
    .slide.mediagallery-thumbnailcarousel-slide
    .a-image
    picture {
    padding: 0;
  }
  .m-navmain .navigation .first-level > li:first-child > a:before {
    content: "";
  }
  .m-navmain .navigation .second-level-link .text:before {
    content: none;
  }
}
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel
  .slick-list {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel
  .mediagallery-paginationarrows {
  display: none;
  position: static;
}
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel
  .mediagallery-paginationarrows
  .a-paginationarrows.next,
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel
  .mediagallery-paginationarrows
  .a-paginationarrows.prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  top: 50%;
  bottom: auto;
  margin: 0;
  left: auto;
  right: auto;
}
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel
  .mediagallery-paginationarrows
  .a-paginationarrows.next {
  right: 0;
}
.m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-thumbnailcarousel
  .mediagallery-paginationarrows
  .a-paginationarrows.prev {
  left: 0;
}
@media (min-width: 900px) {
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .slick-list {
    width: 90%;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .m-slider.mediagallery-thumbnailcarousel
    .mediagallery-paginationarrows {
    display: block;
  }
}
.m-mediagallery.m-mediagallery-rebrush .mediagallery-wrapper {
  margin: 0 0 25px;
}
.m-mediagallery.m-mediagallery-rebrush .mediagallery-wrapper .counter {
  display: none;
}
.m-mediagallery.m-mediagallery-rebrush .mediagallery-wrapper .m-slider {
  margin: 0;
  padding: 0 0 44px;
}
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  .m-slider
  .slick-list {
  margin: 0;
  padding: 0;
}
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  .m-slider
  .mediagallery-paginationarrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: auto;
  gap: 20px;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  .m-slider
  .mediagallery-paginationarrows
  .a-paginationarrows.next,
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  .m-slider
  .mediagallery-paginationarrows
  .a-paginationarrows.prev {
  margin: 0;
  left: auto;
  right: auto;
  position: relative;
  bottom: auto;
  top: auto;
  width: 16px;
  height: 16px;
}
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  .m-slider
  .mediagallery-paginationarrows
  .a-paginationarrows.next:before,
.m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  .m-slider
  .mediagallery-paginationarrows
  .a-paginationarrows.prev:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
@media (min-width: 900px) {
  .m-mediagallery.m-mediagallery-rebrush
    .mediagallery-wrapper
    .m-slider
    .mediagallery-paginationarrows
    .a-paginationarrows.next,
  .m-mediagallery.m-mediagallery-rebrush
    .mediagallery-wrapper
    .m-slider
    .mediagallery-paginationarrows
    .a-paginationarrows.prev {
    width: 24px;
    height: 24px;
  }
  .m-mediagallery.m-mediagallery-rebrush
    .mediagallery-wrapper
    .m-slider
    .mediagallery-paginationarrows
    .a-paginationarrows.next:before,
  .m-mediagallery.m-mediagallery-rebrush
    .mediagallery-wrapper
    .m-slider
    .mediagallery-paginationarrows
    .a-paginationarrows.prev:before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .m-mediagallery.m-mediagallery-rebrush .mediagallery-wrapper .m-slider {
    padding-bottom: 74px;
  }
  .m-mediagallery.m-mediagallery-rebrush .mediagallery-wrapper {
    margin-bottom: 50px;
  }
}
.m-mediagallerylayer.m-mediagallerylayer-spareparts .spare-part-downloads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin: 26px 0 0;
  min-height: auto;
}
.m-mediagallerylayer.m-mediagallerylayer-spareparts
  .spare-part-downloads
  .a-link.a-link-download {
  min-height: auto;
}
.m-mediagallerylayer .mediagallery-thumbnailcarousel {
  display: block;
}
.m-mediagallerylayer.m-imagevideogallery-layer
  .mediagallery-slide
  .image-description {
  padding: 10px;
}
@media (min-width: 750px) {
  .m-mediagallerylayer.m-imagevideogallery-layer
    .mediagallery-slide
    .image-description {
    padding: 30px;
  }
}
.m-mediagallerylayer.m-imagevideogallery-layer
  .mediagallery-slide
  .image-description
  .imagevideogallery-link:only-child
  .a-link {
  padding-top: 0;
}
.m-mediagallerylayer.m-imagevideogallery-layer
  .mediagallery-slide
  .image-description
  .a-link {
  padding-left: 15px;
  padding-top: 10px;
}
.m-mediagallerylayer.m-imagevideogallery-layer
  .mediagallery-slide
  .image-description
  .a-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
}
.m-mediagallerylayer .mediagallery-icon .a-button-plain {
  color: #000;
  border: none;
  min-width: auto;
  width: auto;
}
.m-mediagallerylayer
  .mediagallery-icon
  .a-button-plain[disabled="disabled"].a-button {
  background-color: transparent;
  border: none;
}
.m-mediagallerylayer
  .mediagallery-icon
  .a-button-plain[disabled="disabled"].a-button
  .icon {
  color: #c2c2cc;
}
.m-mediagallerylayer .mediagallery-icon .a-button-plain .icon {
  color: #879baa;
}
.m-mediagallerylayer .mediagallery-icon .a-button-plain:hover .icon {
  color: #3cc8be;
}
.m-mediagallerylayer .mediagallery-icon.js-mediagalleryproduct-zoom-in,
.m-mediagallerylayer .mediagallery-icon.js-mediagalleryproduct-zoom-out {
  margin-top: 22px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-in
  .a-button,
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-out
  .a-button {
  padding: 0 !important;
}
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-in
  .a-button
  .icon,
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-out
  .a-button
  .icon {
  height: 24px;
  width: 24px;
}
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-in
  .a-button
  .icon:before,
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-out
  .a-button
  .icon:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-in
  .a-button
  .icon.icon-zoomin:before,
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-out
  .a-button
  .icon.icon-zoomin:before {
  content: "\e0ae";
}
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-in
  .a-button
  .icon.icon-zoomout:before,
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-out
  .a-button
  .icon.icon-zoomout:before {
  content: "\e0af";
}
.m-mediagallerylayer
  .mediagallery-icon.js-mediagalleryproduct-zoom-out
  .a-button
  .icon:before {
  line-height: 15px;
}
.m-mediagallerylayer .mediagallery-controls .next,
.m-mediagallerylayer .mediagallery-controls .prev {
  height: 32px;
}
.m-mediagallerylayer .mediagallery-controls .next.is-inactive:hover:before,
.m-mediagallerylayer .mediagallery-controls .prev.is-inactive:hover:before {
  color: transparent;
}
.m-mediagallerylayer .mediagallery-mainslider {
  margin-bottom: 0;
}
.m-mediagallerylayer .a-paginationarrows.next,
.m-mediagallerylayer .a-paginationarrows.prev {
  border-radius: 50%;
  background: #cfd0d6;
  color: #000;
  height: 40px;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: visible;
  width: 40px;
}
.m-mediagallerylayer .a-paginationarrows.next::before,
.m-mediagallerylayer .a-paginationarrows.prev::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-mediagallerylayer .a-paginationarrows.next:hover,
.m-mediagallerylayer .a-paginationarrows.prev:hover {
  background: #cfd0d6;
  opacity: 1;
}
.m-mediagallerylayer .a-paginationarrows.prev {
  left: 14px !important;
}
.m-mediagallerylayer .a-paginationarrows.prev::before {
  content: "\e08c" !important;
}
.m-mediagallerylayer .a-paginationarrows.next {
  right: 14px !important;
}
@media (min-width: 750px) {
  .m-mediagallerylayer .a-paginationarrows.next,
  .m-mediagallerylayer .a-paginationarrows.prev {
    height: 60px;
    width: 60px;
  }
  .m-mediagallerylayer .a-paginationarrows.next::before,
  .m-mediagallerylayer .a-paginationarrows.prev::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .m-mediagallerylayer .a-paginationarrows.prev {
    left: 24px !important;
  }
  .m-mediagallerylayer .a-paginationarrows.next {
    right: 24px !important;
  }
}
.m-mediagallerylayer .a-paginationarrows.next::before {
  content: "\e08d" !important;
}
.m-mediagalleryteaser {
  margin: 0;
  padding: 0;
}
.m-mediagalleryteaser .mediagalleryteaser-biglist .mediagalleryteaser-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0;
}
.m-mediagalleryteaser
  .mediagalleryteaser-biglist
  .mediagalleryteaser-type
  .a-image {
  max-width: 526px;
  margin: auto;
}
.m-myproductdatainputfield .input.m-forminput,
.m-myproductdatainputfield
  div.m-forminput:not(.form-layout-col).m-forminput-dropdown
  .select2-container
  .select2-selection {
  border-radius: 0;
}
.m-myproductdatainputfield .m-layer .m-form {
  margin: 0 !important;
  padding: 0;
}
.m-myproductdatainputfield .m-layer .m-form .headline .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.m-myproductdatainputfield .m-layer .m-form .myproductdata-wrapper .form-row {
  margin: 0;
  max-width: none;
}
@media (min-width: 900px) {
  .m-myproductdatainputfield .m-layer.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-myproductdatainputfield .m-layer .layer-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: auto;
    min-height: auto;
    padding: 0 60px;
  }
  .m-myproductdatainputfield
    .m-layer
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-form
    .form-actions {
    gap: 20px;
    margin-top: 40px;
  }
  .m-myproductdatainputfield
    .m-layer
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-form
    .form-actions
    .form-action {
    margin: 0 !important;
  }
}
.m-myproducttile {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.m-myproducttile.add-new {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='2' ry='2' stroke='%23CFD0D6' stroke-width='1' stroke-dasharray='9' stroke-dashoffset='18' stroke-linecap='round'/%3e%3c/svg%3e");
}
.m-myproducttile.add-new .a-link.full-dimension .icon-container .icon:before {
  color: #007a7a;
}
.m-myproducttile.add-new .a-link.full-dimension .text-container {
  color: #007a7a;
  font-family: var(--fontfamily-bold);
  font-size: 20px;
  line-height: 26px;
}
.m-myproducttile .callouts {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto !important;
  margin: -16px 0 0 -16px;
  top: auto;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
}
.m-myproducttile .callouts > .a-link {
  width: auto;
}
.m-myproducttile .callouts > .a-link:first-child .a-callout {
  border-top-left-radius: 2px;
}
.m-myproducttile .callouts > .a-link:nth-child(even) .a-callout {
  background: #d4691b !important;
}
.m-myproducttile .callouts .a-callout {
  width: -webkit-fit-content;
  width: fit-content;
}
.m-myproducttile .callouts .a-callout,
.m-myproducttile .callouts .a-callout.callout-color-one {
  background: #000028 !important;
  border-radius: 0;
  margin: 0;
  padding: 8px 10px;
}
.m-myproducttile .callouts .a-callout .callout-text,
.m-myproducttile .callouts .a-callout.callout-color-one .callout-text {
  font-size: 12px;
  line-height: 1.2;
  padding: 0;
}
.m-myproducttile .product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 0;
  padding: 0 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-myproducttile .product-image .a-image,
.m-myproducttile .product-image .a-link {
  display: inline-block;
  margin: 0;
}
.m-myproducttile .producttitle {
  margin: 16px 0 0;
}
.m-myproducttile .producttitle .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-myproducttile .producttitle .m-producttitle .a-heading {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-myproducttile .producttitle .m-producttitle .a-heading,
.m-myproducttile .producttitle .m-producttitle .a-heading .fragment,
.m-myproducttile .producttitle .m-producttitle .a-heading .fragment.vervibtID,
.m-myproducttile .producttitle .m-producttitle .a-heading .fragment:first-child,
.m-myproducttile .producttitle .m-producttitle .a-heading.vervibtID,
.m-myproducttile .producttitle .m-producttitle .a-heading:first-child {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
  color: #000;
  margin: 0;
}
@media (max-width: 749px) {
  .m-myproducttile .producttitle .m-producttitle .a-heading,
  .m-myproducttile .producttitle .m-producttitle .a-heading .fragment,
  .m-myproducttile .producttitle .m-producttitle .a-heading .fragment.vervibtID,
  .m-myproducttile
    .producttitle
    .m-producttitle
    .a-heading
    .fragment:first-child,
  .m-myproducttile .producttitle .m-producttitle .a-heading.vervibtID,
  .m-myproducttile .producttitle .m-producttitle .a-heading:first-child {
    font-size: 20px;
    line-height: 1.2;
  }
}
.m-myproducttile .producttitle .m-producttitle .heading-link,
.m-myproducttile .producttitle .m-producttitle > .a-link {
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-myproducttile .producttitle .m-producttitle .heading-link .a-heading,
.m-myproducttile .producttitle .m-producttitle > .a-link .a-heading {
  margin: 0;
}
.m-myproducttile .producttitle .m-producttitle > .a-heading {
  margin-bottom: 8px;
}
.m-myproducttile .producttitle .m-producttitle > .a-heading .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
.m-myproducttile .producttitle .m-producttitle > .a-heading .fragment,
.m-myproducttile .producttitle .m-producttitle > .a-heading .fragment.vervibtID,
.m-myproducttile
  .producttitle
  .m-producttitle
  > .a-heading
  .fragment:first-child {
  color: #7b89a1;
  font-size: 12px;
  line-height: 1.2;
}
.m-myproducttile .purchase-date {
  margin: 16px 0 0;
}
.m-myproducttile .purchase-date .text-purchase-data,
.m-myproducttile .purchase-date .text-purchase-data > *,
.m-myproducttile .purchase-date .text-purchase-date,
.m-myproducttile .purchase-date .text-purchase-date > * {
  color: #2b2f43;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.m-myproducttile .cta-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 32px;
  width: 100%;
}
.m-myproducttile .cta-area .a-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  min-width: auto !important;
  padding: 0 !important;
  width: auto;
}
.m-myproducttile .cta-area .a-button .icon::before {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-myproducttile .cta-area .a-button:active,
.m-myproducttile .cta-area .a-button:focus,
.m-myproducttile .cta-area .a-button:hover {
  background: 0 0;
  border: none;
  color: #007a7a;
}
.m-myproducttile .cta-area .a-button:active .icon::before,
.m-myproducttile .cta-area .a-button:focus .icon::before,
.m-myproducttile .cta-area .a-button:hover .icon::before {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.disableicon.a-link-primary,
.m-myproducttile .cta-area .a-button.a-button-primary.disableicon,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-button-link,
.m-myproducttile .cta-area .a-button.disableicon.a-link-primary.a-link,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.disableicon.a-link-primary,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.disableicon.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.disableicon.a-link-primary,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.disableicon.a-link-primary.oney-widget-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.disableicon.a-link-primary.a-button-link.a-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.disableicon.a-link-primary.a-link,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.disableicon.a-link-primary.a-link {
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon)[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-button-primary:not(.disableicon),
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon),
.m-myproducttile .cta-area .a-button.a-link-primary.a-link:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:not(.disableicon)[data-popover-id],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon),
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  ),
.m-myproducttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.disableicon):not(.a-button),
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon),
.m-myproducttile
  .cta-area
  a.a-button.a-link-primary.a-button-link:not(.disableicon),
.m-myproducttile
  .cta-area
  button.a-button.a-link-primary.a-button-link:not(.disableicon),
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon),
.m-popover
  .popover-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  ),
.o-alternativeproduct
  .m-myproducttile
  .cta-area
  .tile-description
  > .a-button.a-link-primary.a-link:not(.disableicon):not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon) {
  background: 0 0 !important;
  margin-bottom: 0;
  min-height: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon)
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  )
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon)
  .icon,
.m-myproducttile .cta-area .a-button.a-button-primary:not(.disableicon) .icon,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon)
  .icon,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon)
  .icon,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  )
  .icon,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon)
  .icon,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon)
  .icon,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  )
  .icon,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon)
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  )
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon {
  display: block;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon)
  .icon::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  )
  .icon::before,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .a-button.a-button-primary:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  )
  .icon::before,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  )
  .icon::before,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon::before,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon)
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  )
  .icon::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon)
  .icon::before {
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #007a7a;
  display: block;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon)
  span,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  )
  span,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon)
  span,
.m-myproducttile .cta-area .a-button.a-button-primary:not(.disableicon) span,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon)
  span,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon)
  span,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon)
  span,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):not(
    .a-button-plain
  )
  span,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon)
  span,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon)
  span,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon)
  span,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  )
  span,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon)
  span,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon)
  span,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon)
  span,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  )
  span,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon)
  span {
  margin-left: 0 !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon):active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon):focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon):hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):focus:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon):active,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon):focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-primary:not(.disableicon):hover,
.m-myproducttile .cta-area .a-button.a-button-primary:not(.disableicon):active,
.m-myproducttile .cta-area .a-button.a-button-primary:not(.disableicon):focus,
.m-myproducttile .cta-area .a-button.a-button-primary:not(.disableicon):hover,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon):active,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon):focus,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link:not(.disableicon):hover,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon):active,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon):focus,
.m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon):hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon):active,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon):focus,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.disableicon):hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):active:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):focus:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.disableicon):hover:not(
    .a-button-plain
  ),
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon):active,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon):focus,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.disableicon):hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon):active,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon):focus,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.disableicon):hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  ):active,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  ):focus,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  ):hover,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon):active,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon):focus,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.disableicon):hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon):active,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon):focus,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.oney-widget-link:not(.disableicon):hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  ):active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  ):focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .disableicon
  ):hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon):active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon):focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-primary.a-link:not(.disableicon):hover {
  background: 0 0 !important;
  color: #007a7a !important;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary,
.m-myproducttile .cta-area .a-button.a-button-secondary,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-myproducttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-myproducttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-myproducttile .cta-area a.a-button.a-link-secondary.a-button-link,
.m-myproducttile .cta-area button.a-button.a-link-secondary.a-button-link,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link,
.m-popover
  .popover-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-myproducttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link {
  margin-bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary
  .icon,
.m-myproducttile .cta-area .a-button.a-button-secondary .icon,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link .icon,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link .icon,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .icon,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link
  .icon,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link
  .icon {
  display: block;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary
  .icon::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon::before,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary
  .icon::before,
.m-myproducttile .cta-area .a-button.a-button-secondary .icon::before,
.m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link
  .icon::before,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link .icon::before,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon::before,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain)
  .icon::before,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon::before,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon::before,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link
  .icon::before,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon::before,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon::before,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link
  .icon::before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link
  .icon::before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary
  .icon::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link
  .icon::before {
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #007a7a;
  display: block;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-myproducttile
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-myproducttile .cta-area .a-button.a-button-secondary:active,
.m-myproducttile .cta-area .a-button.a-button-secondary:focus,
.m-myproducttile .cta-area .a-button.a-button-secondary:hover,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link:active,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link:focus,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link:hover,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link:active,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link:focus,
.m-myproducttile .cta-area .a-button.a-link-secondary.a-link:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:focus,
.m-myproducttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:focus,
.m-myproducttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-myproducttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-myproducttile
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:focus,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:focus,
.m-myproducttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-myproducttile
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-myproducttile
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:focus,
.m-myproducttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-myproducttile .cta-area a.a-button.a-link-secondary.a-button-link:hover,
.m-myproducttile .cta-area button.a-button.a-link-secondary.a-button-link:hover,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-oney-widget-section
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .m-myproducttile
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-myproducttile
  .cta-area
  .a-button.a-link-secondary.a-link:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (min-width: 750px) {
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-myproducttile
    .cta-area
    a.a-button.a-link-secondary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-myproducttile
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-myproducttile
    .cta-area
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-myproducttile
    .cta-area
    a.a-button.a-link-secondary,
  .m-myproducttile .cta-area .a-button.a-button-secondary,
  .m-myproducttile .cta-area .a-button.a-link-secondary.a-button-link,
  .m-myproducttile .cta-area .a-button.a-link-secondary.a-link,
  .m-myproducttile
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .m-myproducttile
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-myproducttile
    .cta-area
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-myproducttile
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .m-myproducttile
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .m-myproducttile
    .cta-area
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link,
  .m-myproducttile
    .cta-area
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-myproducttile
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .m-myproducttile
    .cta-area
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .m-myproducttile
    .cta-area
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-myproducttile
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link,
  .m-myproducttile .cta-area a.a-button.a-link-secondary.a-button-link,
  .m-myproducttile .cta-area button.a-button.a-link-secondary.a-button-link,
  .m-oney-widget-section
    .m-myproducttile
    .cta-area
    .a-button.a-link-secondary.oney-widget-link,
  .m-popover
    .popover-content
    .m-myproducttile
    .cta-area
    .a-button.a-link-secondary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-myproducttile
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-myproducttile
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-myproducttile
    .cta-area
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-myproducttile
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-myproducttile
    .cta-area
    .a-button.a-link-secondary.a-link {
    min-width: 240px;
    width: -webkit-max-content;
    width: max-content;
  }
}
.m-myproducttile .cta-area .a-button span {
  margin: 0 !important;
}
.m-myproducttile .product-container .product-info {
  position: relative;
}
.m-myproducttile .product-container .product-info .callouts {
  left: 0;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.m-myproducttile .product-container .product-info .callouts .a-callout {
  width: auto;
}
.m-myproducttile .product-container .product-info .product-image {
  margin-top: 0;
  padding: 0 0 30px;
}
.m-myproducttile .product-container .product-info .product-image .a-image img {
  width: 100%;
}
.m-myproducttile .product-container .product-data {
  margin-top: 0;
}
.m-myproducttile .product-container .product-data .producttitle {
  margin: 0 0 20px;
}
.m-myproducttile .product-container .product-data .heading-link {
  width: 100%;
}
.m-myproducttile
  .product-container
  .product-data
  .heading-link
  h3.a-heading
  .fragment {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
@media (min-width: 750px) {
  .m-myproducttile .product-container .product-info .product-image {
    padding-right: 50px;
  }
  .m-myproducttile
    .product-container
    .product-data
    .heading-link
    h3.a-heading
    .fragment {
    font-size: 24px;
    line-height: 28px;
  }
}
.m-myproducttile .product-container .product-data h3.a-heading {
  padding-bottom: 10px;
}
.m-myproducttile .product-container .product-data div p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-myproducttile .product-container .product-data div p span {
  color: #2b2f43;
  font-size: 16px;
}
.m-myproducttile .product-container .product-data div p span:first-child {
  font-size: 16px;
  font-weight: 600;
  width: 50%;
}
.m-myproducttile .product-container .product-data div p span:last-child {
  font-size: 16px;
}
.m-myproducttile .product-container .product-data .purchase-date {
  margin-top: 0;
}
.m-myproducttile
  .product-container
  .product-data
  .purchase-date
  .text-purchase-date {
  color: #2b2f43;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.m-myproducttile
  .product-container
  .product-data
  .purchase-date
  .text-purchase-date
  .value-purchase-date {
  font-size: 16px;
}
.m-myproducttile
  .product-container
  .product-data
  .purchase-date
  .text-purchase-date
  .label-purchase-date {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 900px) {
  .m-myproducttile .product-container .product-info .product-image {
    padding-right: 75px;
  }
  .m-myproducttile .product-container {
    gap: 40px;
  }
  .m-myproducttile .product-container .product-info .product-image .a-image,
  .m-myproducttile .product-container .product-info .product-image .a-link,
  .m-myproducttile
    .product-container
    .product-info
    .product-image
    .a-link
    .a-image {
    width: 100%;
  }
  .m-myproducttile .product-container .product-info .product-image .a-image img,
  .m-myproducttile
    .product-container
    .product-info
    .product-image
    .a-link
    .a-image
    img {
    height: auto;
    max-height: none;
    padding: 33px 0 0;
  }
}
.m-myproducttile.detail.rebrush .product-data {
  margin-top: 0;
}
.m-navanchor {
  --anchor-color-bg: #f5f5f7;
  --anchor-color-text: #000;
  --anchor-color-text-active: #2b2f43;
  --anchor-color-text-totop: #2b2f43;
  --anchor-color-active: #007a7a;
  background: var(--anchor-color-bg);
  margin: 0;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  margin-right: 0 !important;
  max-width: none;
  padding: 0;
  width: -webkit-calc(100% + -webkit-calc(var(--max-pagewidth-padding) * 2));
  width: calc(100% + calc(var(--max-pagewidth-padding) * 2));
  z-index: 100;
}
.m-navanchor .a-link:not(.a-button) {
  color: var(--anchor-color-text);
  font-weight: 400;
  font-size: 14px;
}
.m-navanchor .a-link:not(.a-button).a-totop .icon:before {
  color: var(--anchor-color-text-totop) !important;
}
.m-navanchor .a-link:not(.a-button).is-active,
.m-navanchor .a-link:not(.a-button):not(.a-button):visited {
  color: var(--anchor-color-text);
}
.m-navanchor .a-link:not(.a-button):not(.a-button):active,
.m-navanchor .a-link:not(.a-button):not(.a-button):focus,
.m-navanchor .a-link:not(.a-button):not(.a-button):hover {
  color: var(--anchor-color-text-active);
}
.m-navanchor .navanchor-navigation {
  background: var(--anchor-color-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  max-width: unset;
  padding: 0 30px;
}
.m-navanchor .navanchor-navigation::after {
  display: none;
}
.m-navanchor .navanchor-ctc-wrapper,
.m-navanchor .navanchor-list {
  padding: 0 var(--max-pagewidth-padding) 0 0;
}
.m-navanchor .navanchor-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  width: 100%;
}
.m-navanchor .navanchor-list > li:first-child {
  padding-left: 0;
}
.m-navanchor .navanchor-list > li.to-top.has-ctc {
  background-color: transparent;
}
.m-navanchor .navanchor-list > li.to-top.has-ctc .a-link .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 7px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: var(--anchor-color-text);
}
.m-navanchor .navanchor-list > li.more-active.hidden-desktop .a-link {
  padding: 17px 10px;
}
.m-navanchor .navanchor-list:not(.navanchor-has-ctc-active) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 30px;
}
@media (min-width: 750px) {
  .m-navanchor .navanchor-list:not(.navanchor-has-ctc-active) {
    padding: 0 64px;
  }
}
.m-navanchor .navanchor-list:not(.navanchor-has-ctc-active) li.more-active {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.m-navanchor .navanchor-list:not(.navanchor-has-ctc-active) li.more {
  float: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-navanchor .navanchor-list:not(.navanchor-has-ctc-active) li.more > .a-link {
  left: auto !important;
  padding: 15px 5px;
  position: relative;
  right: 0;
}
.m-navanchor
  .navanchor-list:not(.navanchor-has-ctc-active)
  li.more
  > .a-link
  .icon {
  padding-right: 0;
}
.m-navanchor .navanchor-list:not(.navanchor-has-ctc-active) li.to-top {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  visibility: hidden;
}
.m-navanchor .navanchor-list:not(.navanchor-has-ctc-active) li.to-top .a-link {
  background: 0 0;
  height: 100%;
  margin: 0;
  padding: 15px 0 15px 10px;
  width: auto;
}
.m-navanchor
  .navanchor-list:not(.navanchor-has-ctc-active)
  li.to-top
  .a-link::before {
  color: var(--anchor-color-text);
}
.m-navanchor .navanchor-list.navanchor-has-ctc-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-navanchor .navanchor-list.navanchor-has-ctc-active:after {
  display: none;
}
.m-navanchor
  .navanchor-list.navanchor-has-ctc-active
  .more-active.hidden-desktop {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-navanchor .navanchor-list.navanchor-has-ctc-active .more.hidden-desktop {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-navanchor
  .navanchor-list.navanchor-has-ctc-active
  .more.hidden-desktop
  .a-link.more-trigger {
  left: auto !important;
  position: relative;
  top: auto;
}
.m-navanchor .navanchor-list.navanchor-has-ctc-active li.to-top .a-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-navanchor .navanchor-list.navanchor-has-ctc-active li.to-top .a-link .icon {
  margin-left: 0;
}
.m-navanchor .navanchor-ctc-wrapper {
  height: auto !important;
  min-height: auto !important;
  padding: 0;
  width: auto;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-navanchor
  .navanchor-ctc-wrapper
  a.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-button-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navanchor
  .navanchor-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.m-navanchor
  .navanchor-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.a-button-plain),
.m-oney-widget-section
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navanchor
  .navanchor-ctc-wrapper
  .a-button.a-link-primary.a-link:not(.a-button-plain) {
  font-size: 16px;
}
@media (max-width: 749px) {
  .m-navanchor .a-link:not(.a-button).a-totop {
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px);
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-navanchor
    .navanchor-ctc-wrapper
    a.a-button.a-link-primary:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-navanchor
    .navanchor-ctc-wrapper
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-form.oidc-registration
    .m-termsconditions
    .m-navanchor
    .navanchor-ctc-wrapper
    a.a-button.a-link-primary:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .a-button.a-button-primary:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .a-button.a-link-primary.a-link:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
      .a-button-plain
    ),
  .m-navanchor
    .navanchor-ctc-wrapper
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:not(.a-button-plain),
  .m-oney-widget-section
    .m-navanchor
    .navanchor-ctc-wrapper
    .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-navanchor
    .navanchor-ctc-wrapper
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-navanchor
    .navanchor-ctc-wrapper
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
      .a-button-plain
    ),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-navanchor
    .navanchor-ctc-wrapper
    .a-button.a-link-primary.a-link:not(.a-button-plain) {
    min-width: auto;
    padding: 11px !important;
  }
}
.m-navanchor .navanchor-ctc-wrapper .m-productconversionarea form {
  margin-bottom: 0 !important;
}
.m-navanchor .navanchor-ctc-wrapper .m-productconversionarea form .a-button {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
  height: 40px;
  position: relative;
  width: 40px;
}
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button:active,
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button:hover,
.no-touchevents
  .m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button:active {
  color: #000;
}
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled=""],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled=""]:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled="disabled"],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled="disabled"]:hover,
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled="true"],
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button
  .icon {
  font-size: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-navanchor
  .navanchor-ctc-wrapper
  .m-productconversionarea
  form
  .a-button
  .text {
  display: block;
}
.m-navanchor .more-trigger {
  border: none;
}
.m-navanchor .more-trigger .icon {
  color: var(--anchor-color-text);
  padding-right: 0;
}
.m-navanchor .more-trigger .icon::before {
  line-height: 22px;
}
.m-navanchor .more-trigger.is-open {
  background: var(--anchor-color-bg);
  border-color: var(--anchor-color-bg);
}
.m-navanchor li.to-top .a-link {
  color: var(--anchor-color-text);
  padding-left: 5px;
  padding-right: 5px;
}
.m-navanchor .more-container {
  background: var(--anchor-color-bg);
  max-width: 100%;
  padding: 0;
}
.m-navanchor .more-container .more-container-list .a-link {
  font-family: SiemensSans-Roman, sans-serif;
  width: 100%;
  padding: 15px;
}
.m-navanchor .more-container .more-container-list .a-link.is-active {
  border-left: 4px solid #3cc8be;
  font-family: SiemensSans-Bold, sans-serif;
}
@media (max-width: 749px) {
  .m-navanchor .navanchor-ctc-wrapper .m-productconversionarea form .a-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-productconversionarea
    form
    .a-button
    .text {
    display: none;
  }
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-productconversionarea
    form
    .a-button
    .icon {
    display: block !important;
    height: 40px;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 40px;
    position: static;
  }
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-productconversionarea
    form
    .a-button
    .icon
    span {
    display: none;
  }
  .m-navanchor
    .navanchor-ctc-wrapper
    .m-productconversionarea
    form
    .a-button
    .icon::before {
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    height: 16px;
    line-height: unset;
    text-align: center;
    vertical-align: middle;
    width: 16px;
  }
  .m-navanchor .more-container {
    width: 100%;
  }
  .m-navanchor {
    border-bottom: thin solid #a3acbd;
    min-height: auto;
  }
  .m-navanchor .a-link {
    padding: 17px 10px;
  }
  .m-navanchor .navanchor-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    min-height: auto;
    padding: 0;
  }
  .m-navanchor .navanchor-navigation .navanchor-ctc-wrapper,
  .m-navanchor .navanchor-navigation .navanchor-list {
    padding: 0 var(--max-pagewidth-padding) 0 var(--max-pagewidth-padding);
  }
  .m-navanchor .navanchor-navigation .navanchor-ctc-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 16px;
  }
  .m-navanchor .navanchor-navigation .navanchor-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    width: 100% !important;
  }
  .m-navanchor .navanchor-navigation .navanchor-list:after {
    border-top: thin solid #1f2243;
    content: "";
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
  }
  .m-navanchor .navanchor-navigation .navanchor-list li {
    height: 100%;
  }
  .m-navanchor
    .navanchor-navigation
    .navanchor-list
    li.more.hidden-desktop
    .more-container {
    border: none;
  }
  .m-navanchor
    .navanchor-navigation
    .navanchor-list
    li.more.hidden-desktop
    .more-container-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-navanchor
    .navanchor-navigation
    .navanchor-list
    li.more.hidden-desktop
    .more-container-list
    > li {
    height: auto;
    margin: 0;
  }
  .m-navanchor
    .navanchor-navigation
    .navanchor-list
    li.more.hidden-desktop
    .more-container-list
    > li
    .a-link {
    padding: 11px 11px 11px var(--max-pagewidth-padding);
  }
  .m-navanchor
    .navanchor-navigation
    .navanchor-list
    li.more.hidden-desktop
    .more-container-list
    > li
    .a-link.is-active {
    padding: 11px 11px 11px -webkit-calc(var(--max-pagewidth-padding) - 4px);
    padding: 11px 11px 11px calc(var(--max-pagewidth-padding) - 4px);
  }
  .m-navanchor .navanchor-navigation .navanchor-list li .a-link {
    height: 100%;
  }
  .m-navanchor
    .navanchor-navigation
    .navanchor-list
    li
    .a-link.more-trigger
    .icon-arrow-down {
    height: 16px;
  }
}
@media (min-width: 750px) {
  .m-navanchor {
    border-bottom: thin solid #a3acbd;
  }
  .m-navanchor .navanchor-navigation {
    min-height: auto;
  }
  .m-navanchor .navanchor-navigation .navanchor-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
  }
  .m-navanchor .navanchor-navigation .navanchor-ctc-wrapper {
    height: auto !important;
    min-height: auto !important;
    width: auto !important;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .a-link.a-button.a-button-primary,
  .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .a-link.a-button.a-link-primary,
  .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link.a-button.a-link-primary.a-button-link,
  .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
  .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link.a-button.a-link-primary,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .a-link.a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-navanchor
    .navanchor-navigation
    .navanchor-ctc-wrapper
    .a-link.a-button.a-link-primary {
    min-width: none;
    padding: 11px !important;
  }
}
@media (min-width: 750px) and (max-width: 899px) {
  .m-navanchor .navanchor-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-navanchor .navanchor-navigation .navanchor-list {
    padding-right: 0;
  }
}
@media (min-width: 900px) {
  .m-navanchor {
    border: none;
    height: auto;
    margin: 90px 0 0;
    width: auto;
  }
  .m-navanchor:after {
    border-bottom: thin solid #a3acbd;
    content: "";
    width: 200vw;
    position: absolute;
    left: -50vw;
  }
  .m-navanchor:before {
    background: var(--anchor-color-bg);
    content: "";
    height: 100%;
    left: -50vw;
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
  .m-navanchor .navanchor-ctc-wrapper,
  .m-navanchor .navanchor-list {
    padding: 0 var(--max-pagewidth-padding) 0 0;
  }
  .m-navanchor .navanchor-navigation {
    padding: 10px 21px;
  }
  .m-navanchor .navanchor-navigation .navanchor-ctc-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: auto !important;
    height: auto !important;
  }
  .m-navanchor .navanchor-navigation .navanchor-list {
    height: 100%;
  }
  .m-navanchor .a-link:not(.a-button) {
    font-family: SiemensSans-Roman, sans-serif;
    margin: 0 20px;
    padding: 0;
  }
  .m-navanchor .a-link:not(.a-button).is-active {
    color: var(--anchor-color-text-active) !important;
    font-family: SiemensSans-Bold, sans-serif;
  }
  .m-navanchor .a-link:not(.a-button).is-active .text {
    text-decoration: none;
  }
  .m-navanchor .a-link:not(.a-button).is-active:hover:after {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .m-navanchor .navanchor-list > li:first-child .a-link {
    margin-left: 0;
  }
  .m-navanchor .navanchor-list > li:not(.more),
  .m-navanchor .navanchor-list > li:not(.more) > a {
    height: 100%;
  }
  .m-navanchor .navanchor-list > li.more > a span.text {
    display: none;
    text-overflow: unset;
  }
  .m-navanchor .navanchor-list li.more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    margin-top: 0;
  }
  .m-navanchor .navanchor-list li.more .a-link.more-trigger .icon {
    height: 16px;
    width: 16px;
  }
  .m-navanchor .navanchor-list li.more .a-link.more-trigger .icon::before {
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    height: 16px;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
  }
  .m-navanchor .navanchor-list li.to-top {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-navanchor .navanchor-list li.to-top .a-link {
    height: auto;
    margin-bottom: 5px;
    padding: 0 !important;
  }
  .m-navanchor .navanchor-list li .a-link:not(.a-button) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .m-navanchor .navanchor-list li .a-link:not(.a-button).is-active::after {
    bottom: -12px;
    border-bottom: 4px solid var(--anchor-color-active);
    content: "";
    left: -5px;
    position: absolute;
    width: 100%;
  }
  .m-navanchor .more-trigger {
    padding-left: 0 !important;
  }
  .m-navanchor .more-container {
    border: none;
    top: 100%;
  }
  .m-navanchor .more-container .more-container-list li:only-child {
    margin: 0;
  }
  .m-navanchor .more-container .more-container-list .a-link {
    margin: 0;
    padding-left: 30px;
  }
  .m-navanchor .more-container .more-container-list .a-link.is-active {
    padding-left: 30px;
  }
  .m-navanchor .more-container .more-container-list .a-link.is-active:after {
    display: none;
  }
  .m-navanchor .navanchor-ctc-wrapper {
    height: auto !important;
    padding: 0;
  }
  .m-navanchor .navanchor-ctc-wrapper .a-link,
  .m-navanchor .navanchor-ctc-wrapper .m-productconversionarea {
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .m-linklist-rebrush:not(.two-column) .list-unstyled,
  .m-linklist:not(.two-column) .list-unstyled {
    -ms-grid-columns: (minmax(10px, 290px)) [4];
    grid-template-columns: repeat(4, minmax(10px, 290px));
  }
  .m-navanchor {
    background: var(--anchor-color-bg);
    margin-top: 90px;
    padding-top: 0;
  }
  .m-navanchor .navanchor-navigation {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .m-navanchor .navanchor-list {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .m-navanchor {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
    width: var(--max-pagewidth) !important;
  }
}
.o-headerrebrush .sticky-elements {
  --anchor-color-bg: #f5f5f7;
  --anchor-color-text: #000;
  --anchor-color-text-active: #2b2f43;
  --anchor-color-text-totop: #2b2f43;
  --anchor-color-active: #007a7a;
  margin-top: 1px;
}
.o-headerrebrush .sticky-elements .m-navanchor {
  width: 100%;
}
.o-headerrebrush
  .sticky-elements
  .m-navanchor
  .navanchor-navigation
  .navanchor-ctc-wrapper {
  min-height: auto !important;
}
@media (min-width: 900px) {
  .o-headerrebrush .sticky-elements {
    background: var(--anchor-color-bg);
    margin-top: 6px;
  }
  .o-headerrebrush .sticky-elements .m-navanchor:after {
    border-color: #1f2246;
  }
  .o-headerrebrush .sticky-elements .m-navanchor .navanchor-navigation {
    padding-top: 10px;
  }
}
.m-navfooter {
  --color-heading: #000;
  --color-heading-icon: #000;
  --color-heading-mobile: #000;
  --color-heading--hover: #000;
  --color-heading--hover-mobile: #000;
  --color-links: #2b2f43;
  --color-links--hover: #000;
  margin-top: 0;
}
.m-navfooter:not(.rebrush) .section-wrap .section {
  margin: 0;
}
.m-navfooter ul.list-unstyled {
  border-bottom: 1px solid var(--color-heading-mobile);
  margin-bottom: 0;
}
.m-navfooter ul.list-unstyled:not(.hidden-list) {
  padding-bottom: 6px;
}
.m-navfooter ul.list-unstyled:not(.hidden-list) .group-header {
  margin-bottom: 5px;
}
.m-navfooter .group-header {
  margin: 0;
  padding: 24px 0;
}
.m-navfooter .group-header .a-link {
  color: var(--color-heading-mobile);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2;
  width: 100%;
}
.m-navfooter .group-header .a-link .icon {
  font-size: 24px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 4px;
  margin-left: auto;
  padding: 0;
}
.m-navfooter .group-header .a-link .icon-arrow-down,
.m-navfooter .group-header .a-link .icon-arrow-up {
  color: var(--color-heading-icon);
}
.m-navfooter .group-header .a-link .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-navfooter .group-header .a-link:active,
.m-navfooter .group-header .a-link:focus,
.m-navfooter .group-header .a-link:hover {
  color: var(--color-heading--hover-mobile);
  text-decoration: none !important;
}
.m-navfooter .group-header .a-link:active .text,
.m-navfooter .group-header .a-link:focus .text,
.m-navfooter .group-header .a-link:hover .text {
  text-decoration: none !important;
}
.m-navfooter .group-header .a-link:after {
  display: none !important;
}
.m-navfooter .group-header .a-link:before {
  display: none;
}
.m-navfooter .group-header .m-linklist .list-unstyled li .a-link,
.m-navfooter .group-header li .a-link {
  color: var(--color-heading);
}
.m-navfooter li:not(.group-header) {
  padding-left: 0;
  margin-bottom: 11px;
}
.m-navfooter li:not(.group-header) .a-link {
  color: var(--color-links);
  font-family: SiemensSans-Roman, sans-serif;
}
.m-navfooter li:not(.group-header) .a-link:after {
  display: none !important;
}
.m-navfooter li:not(.group-header) .a-link:active,
.m-navfooter li:not(.group-header) .a-link:focus,
.m-navfooter li:not(.group-header) .a-link:hover {
  color: var(--color-links--hover) !important;
}
.m-navfooter .section-wrap {
  margin-bottom: 0;
}
.m-navfooter .section-wrap nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 750px) {
  .m-navfooter ul.list-unstyled {
    border-bottom: none;
    margin-bottom: 20px;
  }
  .m-navfooter .section-wrap {
    margin-bottom: 20px;
  }
  .m-navfooter .section-wrap nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .m-navfooter .section-wrap .section {
    margin: 0;
  }
  .m-navfooter .group-header {
    padding: 48px 0 34px;
  }
}
@media (min-width: 900px) {
  .m-navfooter {
    display: block;
    margin-top: 0;
    padding: 5px 0 0;
  }
  .m-navfooter ul.list-unstyled {
    border-bottom: none;
  }
  .m-navfooter .group-header {
    margin-bottom: 9px !important;
    padding: 48px 0 34px;
  }
  .m-navfooter .group-header .a-link {
    color: var(--color-heading);
    font-family: SiemensSans-Roman, sans-serif;
    font-size: 20px;
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.2;
  }
  .m-navfooter .group-header .a-link .icon {
    display: none;
  }
  .m-navfooter .group-header .a-link .text {
    float: left;
  }
  .m-navfooter .group-header .a-link:hover {
    color: var(--color-heading--hover);
  }
  .m-navfooter .section-wrap {
    margin-bottom: 20px;
  }
  .m-navfooter .section-wrap ul {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25% auto !important;
  }
  .m-navfooter .section-wrap ul.g-col {
    margin-right: 0 auto !important;
    padding: 0;
  }
  .m-navfooter .section-wrap ul li:last-child {
    margin-bottom: 0;
  }
  .m-navfooter .section-wrap li:not(.group-header) {
    line-height: 1;
    margin-bottom: 12px;
  }
  .m-navfooter .section-wrap li:not(.group-header) .a-link {
    font-family: SiemensSans-Roman, sans-serif;
    font-size: 16px;
    line-height: 1.2;
  }
}
.m-navmain {
  margin-bottom: 0;
  min-height: 40px;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}
.m-navmain .navigation-state-active > a .text {
  color: #41aaaa;
}
.m-navmain .navigation-state-active > a:not(.a-button):visited,
.m-navmain .navigation-state-active > a:not(.a-button):visited:before,
.m-navmain .navigation-state-active > a:visited,
.m-navmain .navigation-state-active > a:visited:before {
  color: #fff;
}
.m-navmain .button-menu {
  padding: 10px 0;
}
.m-navmain .button-menu.is-active-mobile {
  padding: 10px 0 0;
}
.m-navmain .button-menu .a-button {
  border: none;
  color: #879baa;
  padding: 0 !important;
  position: relative;
  text-align: left;
}
.m-navmain .button-menu .a-button:active,
.m-navmain .button-menu .a-button:focus,
.m-navmain .button-menu .a-button:hover {
  background: 0 0;
  color: #3cc8be !important;
  outline: 0;
}
.m-navmain .button-menu .a-button .icon {
  font-size: 24px;
  margin-top: 0;
  vertical-align: sub;
}
.m-navmain .button-menu .a-button .text {
  clip: auto;
  font-weight: 400;
  left: 20px;
  overflow: visible;
  position: absolute;
  top: 3px;
  text-transform: none;
}
.m-navmain a {
  background: #2d373c;
  color: #fff;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  padding: 15px 0;
}
.m-navmain a:not(.a-button):visited {
  color: #fff;
}
.m-navmain a:hover {
  color: #41aaaa;
}
.m-navmain a:hover.has-child-level:before {
  -webkit-animation: none;
  animation: none;
}
.m-navmain a.has-child-level:before {
  font-size: 16px;
  right: 0;
}
.m-navmain a.has-child-level:after {
  background-color: transparent;
  width: 0;
}
.m-navmain a .icon {
  font-size: 16px;
}
.m-navmain nav a {
  font-weight: 400;
}
.m-navmain .is-active:first-child a:after,
.m-navmain .is-active:first-child a:before {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-navmain .is-active a:after,
.m-navmain .is-active a:before {
  -webkit-animation: none;
  animation: none;
  -webkit-transition: opacity 0.3s 0.4s;
  transition: opacity 0.3s 0.4s;
}
.m-navmain .is-active a:before {
  border-bottom-color: #fff;
}
.m-navmain .navigation {
  background: #2d373c;
  margin: 30px 0 0;
  padding: 0;
}
.m-navmain .navigation .navigation-state-active > a .text {
  color: #41aaaa;
}
.m-navmain .navigation .navigation-state-active > a:not(.a-button):visited,
.m-navmain
  .navigation
  .navigation-state-active
  > a:not(.a-button):visited:before,
.m-navmain .navigation .navigation-state-active > a:visited,
.m-navmain .navigation .navigation-state-active > a:visited:before {
  color: #fff;
}
.m-navmain .navigation .previous .a-link {
  color: #879baa;
}
.m-navmain .navigation .title-identifier {
  background-color: #262f33;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  padding-left: 30px;
}
.m-navmain .navigation .second-level-link .text {
  display: inline-block;
  padding-left: 0;
  position: relative;
}
.m-navmain .navigation .second-level-link .text:before {
  color: #41aaaa;
  display: inline-block;
  font-family: icons;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  left: -1px;
  position: absolute;
  top: -2px;
}
.m-navmain .navigation .second-level-link:hover .text:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrowSlide;
  animation-name: arrowSlide;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.m-navmain ul.first-level {
  padding-bottom: 30px;
}
.m-navmain ul.first-level li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.m-navmain ul.second-level {
  padding-left: 32px;
}
.m-navmain ul.second-level li {
  border-bottom: none;
}
.m-navmain ul.second-level li a {
  font-family: SiemensSans-Bold, sans-serif;
  padding-left: 37px;
}
.m-navmain ul.second-level li > ul {
  padding-left: 32px;
}
.m-navmain .second-level .overview {
  display: none;
}
.m-navmain .second-level .overview .a-link:before {
  color: #fff;
  font-size: 13px;
  opacity: 1 !important;
  padding: 10px 25px;
}
.m-navmain .second-level .overview .a-link .text {
  padding-left: 0;
}
.m-navmain .second-level li a,
.m-navmain .third-level li a {
  padding-right: 25px;
}
@media (min-width: 750px) {
  .m-navmain {
    min-height: 50px;
    padding: 0 64px;
  }
  .m-navmain .navigation {
    margin: 0;
  }
  .m-navmain .navigation a {
    padding: 14px 0;
  }
  .m-navmain .navigation a.has-child-level:before {
    right: 64px;
  }
  .m-navmain .navigation .title-identifier {
    padding-left: 64px;
  }
  .m-navmain .button-menu,
  .m-navmain .button-menu.is-active-mobile {
    padding: 18px 0;
  }
  .m-navmain .button-menu .a-button .icon {
    font-size: 22px;
  }
  .m-navmain .button-menu .a-button .text {
    left: 25px;
  }
}
body[dir="rtl"] .m-navmain a.has-child-level:before {
  left: 0;
}
@media (min-width: 900px) {
  .m-navmain {
    min-height: 35px;
    padding: 0;
    z-index: 0;
  }
  .m-navmain .overview {
    text-align: center;
  }
  .m-navmain .overview .a-link {
    background-color: #000028;
    border: 1px solid #000028;
    color: #fff;
    font-size: 14px;
    padding: 10px 25px 10px 50px !important;
  }
  .m-navmain .overview .a-link:hover {
    background-color: #7b89a1;
    border: 1px solid #7b89a1;
    color: #fff;
  }
  .m-navmain .overview .a-link[disabled="disabled"] {
    background: #c2c2cc;
    border: 1px solid #c2c2cc;
    color: #fff;
  }
  .m-navmain .overview .a-link[disabled="disabled"]:hover {
    background: 0 0;
  }
  .m-navmain .overview .a-link .text {
    color: #fff !important;
    font-weight: 400;
    text-transform: uppercase;
  }
  .m-navmain .overview .a-link.visible-desktop {
    display: inline-block !important;
  }
  .m-navmain a {
    font-size: 14px;
    line-height: 18px;
  }
  .m-navmain .is-active > a:after {
    border-width: 7px;
  }
  .m-navmain ul.first-level {
    padding-bottom: 0;
  }
  .m-navmain ul.second-level,
  .m-navmain ul.second-level li > ul {
    padding-left: 0;
  }
  .m-navmain .second-level .overview {
    display: block;
  }
  .m-navmain .navigation {
    border-top: none;
    margin: 0;
    min-height: 35px;
    padding: 0;
  }
  .m-navmain .navigation .navigation-state-active > a .text {
    color: #41aaaa;
  }
  .m-navmain .navigation .navigation-state-active > a:not(.a-button):visited {
    color: #fff;
  }
  .m-navmain .navigation a {
    background: 0 0;
    color: #41aaaa;
    padding: 0;
  }
  .m-navmain .navigation a.has-child-level:before {
    display: none;
    content: "";
  }
  .m-navmain .navigation .first-level {
    margin: 0;
  }
  .m-navmain .navigation .first-level > li {
    border-bottom: none;
    margin: 0;
  }
  .m-navmain .navigation .first-level > li.navigation-state-active > a:before {
    width: 100%;
  }
  .m-navmain
    .navigation
    .first-level
    > li.navigation-state-active:first-child
    > a {
    color: #41aaaa;
  }
  .m-navmain
    .navigation
    .first-level
    > li.navigation-state-active:first-child
    > a:before {
    width: 0;
  }
  .m-navmain .navigation .first-level > li.is-active > a {
    color: #41aaaa;
  }
  .m-navmain .navigation .first-level > li.is-active > a:hover:before {
    width: 0;
  }
  .m-navmain .navigation .first-level > li.is-active > a:before {
    background: 0 0;
    bottom: -1px;
    left: 50%;
    margin-left: -11px;
    width: 0;
  }
  .m-navmain .navigation .first-level > li > a {
    color: #fff;
    font-family: SiemensSans-Roman, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 20px;
    padding: 10px 0 12px;
    position: relative;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .m-navmain .navigation .first-level > li > a:before {
    background: #41aaaa;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: auto;
    top: auto;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 0;
  }
  .m-navmain .navigation .first-level > li > a:hover {
    color: #41aaaa !important;
  }
  .m-navmain .navigation .first-level > li > a:hover:before {
    -webkit-animation: none;
    animation: none;
    width: 100%;
  }
  .m-navmain .navigation .first-level > li:first-child > a {
    margin-left: 0;
    margin-right: 20px;
    padding-right: 0;
  }
  .m-navmain .navigation .first-level > li:last-child > a {
    padding-right: 0;
  }
  .m-navmain .navigation .second-level {
    border-top: none;
    padding: 60px 0 87px;
  }
  .m-navmain .navigation .second-level:before {
    background-color: #fff;
    content: "";
    height: -webkit-calc(100% + 1px);
    height: calc(100% + 1px);
    left: -500px;
    position: absolute;
    top: 0;
    width: 200vw;
  }
  .m-navmain .navigation .second-level > li {
    padding: 0;
  }
  .m-navmain .navigation .second-level > li .second-level-link .text {
    padding-left: 14px;
  }
  .m-navmain .navigation .second-level > li:not(.overview) {
    margin-bottom: 40px;
    padding: 0 4px;
    width: 16.6666%;
  }
  .m-navmain .navigation .second-level > li.close {
    border-radius: 0;
    margin-bottom: 30px;
    padding: 0;
    width: auto;
  }
  .m-navmain .navigation .second-level > li.close .a-button {
    max-width: 100%;
  }
  .m-navmain .navigation .second-level > li a {
    padding-left: 0;
  }
  .m-navmain .navigation .second-level .a-image {
    margin-bottom: 20px;
  }
  .m-navmain .navigation .second-level .second-level-link {
    margin-bottom: 20px;
    position: relative;
  }
  .m-navmain .navigation .second-level .a-link {
    font-family: SiemensSans-Roman, sans-serif;
  }
  .m-navmain .navigation .second-level .a-link.has-child-level,
  .m-navmain .navigation .second-level .a-link.second-level-link {
    color: #333;
    font-family: SiemensSans-Bold, sans-serif;
  }
  .m-navmain .navigation .second-level .close button {
    background-color: transparent;
    border: 1px solid #000028;
    color: #41aaaa;
  }
  .m-navmain .navigation .second-level .close button:hover {
    background-color: transparent;
    border: 1px solid #7b89a1;
    color: #7b89a1;
  }
  .m-navmain .navigation .second-level .close button[disabled="disabled"] {
    background: 0 0;
    border: 1px solid #c2c2cc;
    color: #c2c2cc;
  }
  .m-navmain
    .navigation
    .second-level
    .close
    button[disabled="disabled"]:hover {
    background: 0 0;
  }
  .m-navmain .navigation .third-level {
    margin: 0;
  }
  .m-navmain .navigation .third-level li {
    border-bottom: none;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
  }
  .m-navmain .navigation .third-level li:last-child {
    margin-bottom: 0;
  }
  .m-navmain .navigation .third-level li a {
    color: #41aaaa;
    line-height: 18px;
  }
  .m-navmain .navigation .third-level li .a-link.has-child-level {
    color: #41aaaa;
    font-family: SiemensSans-Roman, sans-serif;
  }
  .m-navmain .navigation .third-level li .a-link.has-child-level:hover {
    color: #a5e1e1;
  }
  body[dir="rtl"] .m-navmain .navigation a:before {
    display: none;
    content: "";
  }
}
body[dir="rtl"] .m-navmain .navigation .second-level-link .text:before {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
}
.m-navmainreworked {
  margin-bottom: 0;
}
.m-navmainreworked .navigation {
  background: #2d373c;
  border-bottom: 1px solid #879baa;
  margin: 0 20px;
  padding: 0;
}
.m-navmainreworked .navigation .previous {
  position: absolute;
  top: 20px;
}
.m-navmainreworked .navigation .previous a {
  color: #fff;
  font-size: 12px;
}
.m-navmainreworked .navigation .overview a {
  color: #fff;
  font-size: 30px;
  padding: 50px 0 35px;
}
.m-navmainreworked
  .navigation
  .first-level.is-active-parent-mobile
  li
  > .a-link {
  padding: 14px 0;
}
.m-navmainreworked .navigation-state-active > a {
  color: #41aaaa !important;
}
.m-navmainreworked nav a {
  color: #fff !important;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 14px 0;
}
.m-navmainreworked nav ul {
  padding-bottom: 26px;
}
.m-navmainreworked nav li.product-adviser-title p {
  color: #879baa;
  font-size: 16px;
}
.m-navmainreworked a {
  color: #fff;
}
.m-navmainreworked a.has-child-level:before {
  color: #fff;
  font-size: 12px;
}
.m-navmainreworked a.has-child-level:hover:before {
  -webkit-animation: none;
  animation: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmainreworked
  .second-level
  .close
  a.a-link-primary.a-button
  .text:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmainreworked
  .second-level
  .close
  a.a-link-primary.a-button
  .text:before,
.m-navmainreworked .second-level .close .a-button-primary .text:before,
.m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-button-link
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-link
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text:before,
.m-navmainreworked
  .second-level
  .close
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .text:before,
.m-oney-widget-section
  .m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.oney-widget-link
  .text:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .text:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmainreworked
  .second-level
  .close
  .a-link-primary.a-button.a-link
  .text:before {
  bottom: 0;
  display: inline-block;
  color: #fff;
  font-family: icons;
  font-size: 20px;
  font-style: normal;
  left: 11px;
  position: absolute;
  right: auto;
  speak: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 900px) {
  .m-navmainreworked .navigation {
    border-bottom: none;
    margin: 0 40px;
    padding: 0;
  }
  .m-navmainreworked nav {
    border-bottom: none;
    padding-bottom: 0;
  }
  .m-navmainreworked nav a {
    font-size: 14px;
    font-weight: 400;
  }
  .m-navmainreworked nav ul {
    margin: 0;
    padding-bottom: 0;
  }
  .m-navmainreworked .is-active > a:before {
    border-width: 0;
  }
  .m-navmainreworked .first-level > li.is-active > a {
    color: #41aaaa !important;
  }
  .m-navmainreworked .first-level > li.is-active > a:before {
    -webkit-animation: none;
    animation: none;
    width: 100%;
  }
  .m-navmainreworked .first-level > li > a {
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px;
    padding: 15px 0;
  }
  .m-navmainreworked .first-level > li > a:first-child {
    margin-left: 0;
  }
  .m-navmainreworked .first-level > li > a:before {
    background: #41aaaa;
    border-width: 0;
    bottom: 1px;
    content: "";
    display: block !important;
    height: 2px;
    left: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: auto;
    top: auto;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 0;
  }
  .m-navmainreworked .first-level > li > a:hover {
    color: #41aaaa !important;
  }
  .m-navmainreworked .first-level > li > a:hover:before {
    -webkit-animation: none;
    animation: none;
    width: 100%;
  }
  .m-navmainreworked .first-level > li > a:after {
    display: none;
  }
  .m-navmainreworked .first-level > li > .a-link {
    color: #fff;
  }
  .m-navmainreworked .second-level {
    border-bottom: none;
    border-top: none;
    padding: 44px 0 0;
  }
  .m-navmainreworked .second-level ul.fourth-level,
  .m-navmainreworked .second-level ul.third-level {
    top: 44px;
  }
  .m-navmainreworked .second-level li {
    padding: 0 10px 0 0;
  }
  .m-navmainreworked .second-level li:before {
    color: #879baa;
  }
  .m-navmainreworked .second-level > li:not(.is-active) a {
    color: #fff;
  }
  .m-navmainreworked .second-level > li.is-active-desktop > a {
    color: #41aaaa !important;
  }
  .m-navmainreworked .second-level > li > a {
    font-size: 14px;
    font-weight: 400;
  }
  .m-navmainreworked .second-level .close {
    bottom: auto;
    border-bottom: none;
    left: auto;
    position: absolute;
    padding: 0;
    right: 0;
    top: 7px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: auto;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-navmainreworked
    .second-level
    .close
    a.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-navmainreworked
    .second-level
    .close
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-form.oidc-registration
    .m-termsconditions
    .m-navmainreworked
    .second-level
    .close
    a.a-link-primary.a-button,
  .m-navmainreworked .second-level .close .a-button-primary,
  .m-navmainreworked
    .second-level
    .close
    .a-link-primary.a-button.a-button-link,
  .m-navmainreworked .second-level .close .a-link-primary.a-button.a-link,
  .m-navmainreworked
    .second-level
    .close
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-navmainreworked
    .second-level
    .close
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-navmainreworked
    .second-level
    .close
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-navmainreworked
    .second-level
    .close
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-navmainreworked
    .second-level
    .close
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .m-navmainreworked
    .second-level
    .close
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-navmainreworked
    .second-level
    .close
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-oney-widget-section
    .m-navmainreworked
    .second-level
    .close
    .a-link-primary.a-button.oney-widget-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-navmainreworked
    .second-level
    .close
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-navmainreworked
    .second-level
    .close
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-navmainreworked
    .second-level
    .close
    .a-link-primary.a-button.a-link {
    background: 0 0;
    border: none;
    padding: 20px 0 20px 50px;
    text-transform: unset;
  }
  .m-navmainreworked .third-level > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
  }
}
.m-navmeta {
  padding: 0 30px;
  z-index: 2;
}
.m-navmeta .a-link {
  color: #879baa !important;
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 24px;
  line-height: 28px;
  padding: 20px 0;
}
.m-navmeta .a-link:hover {
  color: #3cc8be !important;
}
.m-navmeta .navmeta-links {
  border-top: 1px solid #d8d8d8;
}
.m-navmeta .navmeta-links .a-link:first-child {
  padding-top: 40px;
}
.m-navmeta .navmeta-links .a-link .text > .a-link {
  padding-top: 0;
}
.m-navmeta .language-selector {
  border-bottom: 1px solid #d8d8d8;
}
.m-navmeta .language-selector .a-link {
  display: inline-block;
}
.m-navmeta .language-selector .a-link .icon {
  display: none;
}
.m-navmeta .language-selector .m-forminput-dropdown {
  display: inline-block;
  margin-left: 19px;
  max-width: 50%;
  width: 50%;
}
.m-navmeta .language-selector .m-forminput-dropdown:before {
  border-left: 1px solid #879baa;
  content: "";
  height: 30px;
  left: -12px;
  position: absolute;
  top: 16px;
  width: 0;
}
.m-navmeta .language-selector .m-forminput-dropdown .select2-selection {
  background-color: #2d373c;
  border: none;
  height: 48px;
  padding: 7px 7px 7px 0;
  text-align: left;
}
.m-navmeta .language-selector .m-forminput-dropdown .select2-selection:focus {
  background-color: #2d373c !important;
}
.m-navmeta
  .language-selector
  .m-forminput-dropdown
  .select2-selection
  .select2-selection__rendered {
  font-size: 24px;
  line-height: 28px;
}
.m-navmeta
  .language-selector
  .m-forminput-dropdown
  .select2-selection
  .select2-selection__arrow {
  border: none;
  height: 48px;
}
.m-navmeta .language-selector .m-forminput-dropdown .select2-selection:hover,
.m-navmeta
  .language-selector
  .m-forminput-dropdown
  .select2-selection:hover
  .select2-selection__arrow,
.m-navmeta
  .language-selector
  .m-forminput-dropdown
  .select2-selection:hover
  span {
  color: #3cc8be !important;
}
.m-navmeta .m-estimateddeliverydate {
  color: #879baa;
  font-size: 24px;
  line-height: 28px;
}
.m-navmeta .m-estimateddeliverydate .a-link {
  display: inline-block;
}
.m-navmeta .m-estimateddeliverydate .a-link:first-child {
  padding-top: 20px;
}
.m-navmeta.is-active-mobile .close-mobile {
  display: none;
}
@media (min-width: 750px) {
  .m-navmeta {
    padding: 0 64px;
  }
  .m-navmeta .language-selector .m-forminput-dropdown {
    vertical-align: top;
    width: 33%;
  }
  .m-navmeta .language-selector .m-forminput-dropdown .select2-selection {
    padding: 10px;
  }
}
@media (min-width: 900px) {
  .m-navmeta {
    display: block;
    padding: 0;
    position: absolute;
    right: 40px;
    text-align: right;
    width: auto;
  }
  .m-navmeta .a-link {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 0 20px;
  }
  .m-navmeta .navmeta-links {
    border-top: none;
    float: left;
    padding: 25px 25px 0 0;
    width: auto;
  }
  .m-navmeta .navmeta-links .a-link {
    padding: 15px 15px 0 0;
  }
  .m-navmeta .navmeta-links .a-link:first-child {
    padding-top: 15px;
  }
  .m-navmeta .m-estimateddeliverydate {
    font-size: 14px;
    line-height: 18px;
  }
  .m-navmeta .m-estimateddeliverydate .a-link:first-child {
    padding-top: 15px;
  }
  .m-navmeta .language-selector {
    border-bottom: none;
    display: inline-block;
    padding: 25px 0 0 1px;
    width: auto;
  }
  .m-navmeta .language-selector .a-link {
    float: left;
    margin-right: 0;
    padding-right: 0;
  }
  .m-navmeta .language-selector .m-forminput-dropdown {
    display: block;
    margin-left: 19px;
    margin-right: 0;
    width: 150px;
  }
  .m-navmeta .language-selector .m-forminput-dropdown .select2-selection {
    height: 40px;
    padding-left: 10px;
    padding-right: 0;
  }
  .m-navmeta
    .language-selector
    .m-forminput-dropdown
    .select2-selection
    .select2-selection__rendered {
    font-size: 14px;
    line-height: 18px;
  }
  .m-navmeta
    .language-selector
    .m-forminput-dropdown
    .select2-selection
    .select2-selection__arrow {
    height: 40px;
  }
  .m-navmeta .language-selector .m-forminput-dropdown:before {
    border-left: 1px solid #879baa;
    content: "";
    height: 20px;
    left: -4px;
  }
  .m-navmeta
    .language-selector
    .m-forminput-dropdown
    .select2-container
    .select2-dropdown {
    text-align: left;
  }
  body[dir="rtl"]
    .m-navmeta
    .language-selector
    .m-forminput-dropdown
    .select2-selection
    .select2-selection__rendered {
    padding-left: 0 !important;
  }
}
.m-navmetareworked.is-active-mobile {
  padding: 26px 20px 90px;
}
.m-navmetareworked.is-active-mobile .close-mobile {
  display: none;
}
.m-navmetareworked .a-link {
  color: #fff;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding: 14px 0;
}
@media (min-width: 900px) {
  .m-navmetareworked .a-link {
    font-size: 12px;
    padding: 14px;
  }
}
.m-navmetareworked .navmeta-reworked-links {
  border-top: 1px solid #879baa;
  margin: 26px 0 0;
  padding: 30px 0 0;
}
@media (min-width: 900px) {
  .m-navmetareworked .navmeta-reworked-links {
    border-top: none;
    margin: 0;
    padding: 0;
  }
}
.m-navmetareworked .navmeta-reworked-links .a-link {
  color: #fff;
}
.m-navmetareworked .navmeta-reworked-links .m-estimateddeliverydate {
  color: #fff;
  margin: 0;
}
.m-navmetareworked .navmeta-reworked-links + .language-selector {
  border: none;
}
.m-navmetareworked .language-selector {
  border-top: 1px solid #879baa;
  padding: 26px 0 0;
}
.m-navmetareworked .language-selector .a-link {
  color: #fff;
}
.m-navmetareworked .language-selector .m-forminput-dropdown {
  padding: 0;
}
@media (min-width: 900px) {
  .m-navmetareworked .language-selector {
    border-top: none;
    padding: 0;
  }
  .m-navmetareworked {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
  }
}
.m-navmyaccount .popover-content .mybrand .a-link:not([href]) {
  cursor: default;
}
.m-navmyaccount .popover-content .mybrand .a-link:not([href]):hover {
  color: #879baa;
}
.m-navmyaccount.m-popover {
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
  max-width: none !important;
  width: 100vw;
}
.m-navmyaccount.m-popover .popover-header {
  padding: 0;
}
.m-navmyaccount.m-popover .popover-header .a-button.popover-close {
  color: #000;
  height: 16px;
  padding: 0 !important;
  right: 30px;
  top: 21px;
  width: 16px;
}
.m-navmyaccount.m-popover .popover-header .a-button.popover-close .icon-close {
  height: 16px;
  width: 16px;
}
.m-navmyaccount.m-popover
  .popover-header
  .a-button.popover-close
  .icon-close:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-navmyaccount.m-popover .popover-content {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 200px;
  padding: 16px 30px 40px;
}
.m-navmyaccount.m-popover .popover-content p:not(:first-child) {
  margin-top: 0;
}
.m-navmyaccount.m-popover .popover-content .mybrand {
  border-bottom: 1px solid #ececf0;
  padding-bottom: 16px;
  padding-left: 0;
}
.m-navmyaccount.m-popover .popover-content .mybrand .a-link,
.m-navmyaccount.m-popover .popover-content .mybrand .highlight {
  color: #000;
  margin: 0 30px 0 0;
  padding: 0;
}
.m-navmyaccount.m-popover .popover-content .list-unstyled {
  margin-top: 15px;
  padding: 0;
}
.m-navmyaccount.m-popover .popover-content .list-unstyled li {
  border-bottom: none;
  padding: 0 0 16px;
}
.m-navmyaccount.m-popover .popover-content .list-unstyled li .a-link {
  color: #007a7a;
}
.m-navmyaccount.m-popover .popover-content .list-unstyled li:last-child {
  padding-bottom: 0;
}
.m-navmyaccount.m-popover .popover-content .buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 32px;
  padding-left: 0;
  row-gap: 16px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary,
.m-navmyaccount.m-popover .popover-content .buttons .a-button.a-button-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link {
  margin: 0;
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary
  .text,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  a.a-button.a-link-primary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-button-primary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-button-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .text,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.oney-widget-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .a-button.a-link-primary.a-link
  .text {
  font-size: 16px;
}
.m-navmyaccount.m-popover .popover-content .buttons .m-form {
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link {
  border: 1px solid #007a7a;
  margin: 0;
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .text,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .text,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link
  .text {
  font-size: 16px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  a.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  button.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .m-form
  .a-button.a-link-secondary.a-link:hover {
  border: 1px solid #007a7a;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-button-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.oney-widget-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border-bottom: none !important;
  border-left: none !important;
  border-radius: 0;
  border-right: none !important;
  border-top: 1px solid #ececf0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 16px;
  margin: 16px 0 0;
  padding: 16px 0 0 !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-button-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary.a-button-link:hover,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  button.a-button.a-link-secondary.a-button-link:hover,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link:hover {
  border-top: 1px solid #ececf0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-button-secondary:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:before,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:before,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.oney-widget-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary
  .icon-logout,
.m-form.oidc-registration
  .m-termsconditions
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  a.a-button.a-link-secondary
  .icon-logout,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-button-secondary
  .icon-logout,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-button-link
  .icon-logout,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link
  .icon-logout,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary
  .icon-logout,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary
  .icon-logout,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link
  .icon-logout,
.m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link
  .icon-logout,
.m-oney-widget-section
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.oney-widget-link
  .icon-logout,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-navmyaccount.m-popover
  .popover-content
  .buttons
  .logout:only-child
  .a-button.a-link-secondary.a-link
  .icon-logout {
  display: none;
}
.m-navmyaccount.m-popover .a-horizontalrule {
  display: none;
}
@media (min-width: 750px) {
  .m-navmyaccount.m-popover .popover-header .a-button.popover-close {
    right: 30px;
    top: 35px;
  }
  .m-navmyaccount.m-popover .popover-content {
    padding: 30px;
  }
  .m-navmyaccount.m-popover {
    width: auto;
  }
}
.m-next-best-steps {
  background: #f5f5f7;
  padding: 80px 0;
  position: relative;
}
.m-next-best-steps:before {
  background: #f5f5f7;
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: -webkit-calc(50vw - 150px);
  width: calc(50vw - 150px);
}
.m-next-best-steps:after {
  background: #f5f5f7;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: -webkit-calc(50vw - 150px);
  width: calc(50vw - 150px);
}
.m-next-best-steps > .heading {
  margin-bottom: 30px;
}
.m-next-best-steps > .heading .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  color: #0b0f12;
  margin-bottom: 0;
  text-align: left;
}
.m-next-best-steps .step-container .m-step-element {
  border: 1px dashed #cfd0d6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}
.m-next-best-steps .step-container .m-step-element .headline {
  margin: 0;
}
.m-next-best-steps .step-container .m-step-element .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}
.m-next-best-steps
  .step-container
  .m-step-element
  .input-container
  .input-field
  .m-searchinput {
  border: none;
}
.m-next-best-steps
  .step-container
  .m-step-element
  .input-container
  .input-field
  .m-searchfield,
.m-next-best-steps
  .step-container
  .m-step-element
  .input-container
  .input-field
  .m-searchfield
  .form-row,
.m-next-best-steps
  .step-container
  .m-step-element
  .input-container
  .input-field
  .m-searchfield
  .m-forminput {
  margin: 0;
}
.m-next-best-steps
  .step-container
  .m-step-element[data-t-decorator="CompareAddByProductNumber"]
  .input-container
  .input-field {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-next-best-steps
  .step-container
  .m-step-element[data-t-decorator="CompareAddByProductNumber"]
  .input-container
  .input-field
  .form-row {
  max-width: none;
}
.m-next-best-steps
  .step-container
  .m-step-element[data-t-decorator="CompareAddByProductNumber"]
  .input-container
  .js-recommended-products
  .a-link.a-button.step-cta {
  min-width: auto;
  padding: 11px !important;
}
@media (max-width: 1100px) {
  .m-next-best-steps
    .step-container
    .m-step-element[data-t-decorator="CompareAddByProductNumber"]
    .input-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-next-best-steps
    .step-container
    .m-step-element[data-t-decorator="CompareAddByProductNumber"]
    .input-container
    .js-recommended-products
    .a-link.a-button.step-cta {
    width: 100%;
  }
}
.m-nextbeststeps {
  background: #f5f5f7;
  padding: 80px 0;
  position: relative;
}
.m-nextbeststeps:before {
  background: #f5f5f7;
  content: "";
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: -webkit-calc(50vw - 150px);
  width: calc(50vw - 150px);
}
.m-nextbeststeps:after {
  background: #f5f5f7;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: -webkit-calc(50vw - 150px);
  width: calc(50vw - 150px);
}
.m-nextbeststeps > .heading {
  margin-bottom: 30px;
}
.m-nextbeststeps > .heading .a-heading {
  color: #0b0f12;
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 0;
  text-align: left;
}
.m-nextbeststeps .teaser-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.m-nextbeststeps .teaser-container .add-by-product-list {
  background-color: #fff;
  border: 1px dashed #cfd0d6;
  border-radius: 2px;
  margin: 0;
  padding: 40px;
}
.m-nextbeststeps .teaser-container .add-by-product-list > .a-heading {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: left;
}
.m-nextbeststeps .teaser-container .add-by-product-list .a-button {
  display: block;
  margin: 0 0 0 auto;
}
.m-nextbeststeps .teaser-container .add-by-product-number {
  background-color: #fff;
  border: 1px dashed #cfd0d6;
  border-radius: 2px;
  margin: 0;
  padding: 40px;
}
.m-nextbeststeps .teaser-container .add-by-product-number > .a-heading {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
  text-align: left;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container {
  display: block;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-form {
  display: block;
  max-width: 240px;
  min-width: 240px;
  padding: 0;
  width: 100%;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-form
  .form-row {
  border: 0;
  display: block;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-form
  .form-row
  .m-searchfield {
  width: 100%;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .m-form
  .form-row
  .m-searchfield
  .m-forminput.searchfield-input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin: 0;
  min-height: 50px;
  padding: 0;
  width: 100%;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button {
  margin: 0;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button
  span {
  color: initial !important;
}
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled=""]
  span,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled="disabled"]
  span,
.m-nextbeststeps
  .teaser-container
  .add-by-product-number
  .searchfield-container
  .m-entervibdocumentdownload
  .a-button[disabled="true"]
  span {
  color: #c2c2c2 !important;
}
.m-oneaccountidentification .a-heading.headline {
  margin-bottom: 30px;
}
.m-oneaccountidentification .form-layout-half .form-layout-col .form-row {
  margin: 0 0 30px;
}
.m-oneaccountidentification
  .form-layout-half
  .form-layout-col
  .form-row
  .o-list.grid-view {
  margin: 0;
}
.m-oneaccountidentification .form-actions {
  margin: 30px 0 0;
}
.m-oneaccountidentification .form-actions .form-action:only-child {
  margin-bottom: 0 !important;
}
.m-oney-widget-section {
  background: 0 0;
  border-radius: 0;
  border: 1px solid #000;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.m-oney-widget-section p {
  color: #2b2f43 !important;
}
.m-oney-widget-section > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.m-oney-widget-section .oney-widget-link {
  color: #000 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--fontfamily-bold);
  margin-top: 4px;
  text-decoration: none;
  width: 100%;
}
.m-oney-widget-section .oney-widget-link br {
  display: none;
}
.m-oney-widget-section .oney-widget-link:after {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  content: "\e008";
  display: block;
  font-family: icons;
  font-style: normal;
  speak: none;
}
.m-oney-widget-section .oney-widget-link:hover:after {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.m-ordercancelitem .a-heading {
  margin-bottom: 8px;
}
.o-cancelquotationpopup
  .m-layer
  .layer-content-inner
  .m-form
  .form-actions
  .form-action {
  margin: 0 0 10px !important;
}
.o-cancelquotationpopup
  .m-layer
  .layer-content-inner
  .m-form
  .form-actions
  .form-action
  .a-button {
  width: 100% !important;
}
@media (min-width: 750px) {
  .o-cancelquotationpopup
    .m-layer
    .layer-content-inner
    .m-form
    .form-actions
    .form-action
    .a-button {
    min-width: 200px;
    width: auto !important;
  }
}
.m-ordercookbook .ordercookbook-header {
  line-height: 27px;
}
.m-ordercookbook .ordercookbook-content p {
  margin-bottom: 15px;
}
.m-ordercookbook .form-actions:not(.layout-half) .form-action {
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-ordercookbook
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-ordercookbook
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-ordercookbook
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-ordercookbook
  a.a-link-primary.a-button,
.m-oney-widget-section
  .m-ordercookbook
  .a-link-primary.a-button.oney-widget-link,
.m-ordercookbook .a-button-primary,
.m-ordercookbook .a-link-primary.a-button.a-button-link,
.m-ordercookbook .a-link-primary.a-button.a-link,
.m-ordercookbook
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-ordercookbook
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-ordercookbook
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-ordercookbook
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-ordercookbook
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-ordercookbook
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-ordercookbook
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-ordercookbook
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-ordercookbook
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-ordercookbook
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-ordercookbook
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-ordercookbook a.a-link-primary.a-button.a-button-link,
.m-ordercookbook button.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .m-ordercookbook
  .a-link-primary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-ordercookbook
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-ordercookbook
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-ordercookbook
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-ordercookbook
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-ordercookbook
  .a-link-primary.a-button.a-link {
  padding: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .m-ordercookbook .ordercookbook-media .a-image {
    text-align: right;
  }
  .m-ordercookbook .form-actions:not(.layout-half) .form-action {
    width: auto;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-ordercookbook
    a.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-ordercookbook
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-ordercookbook
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-ordercookbook
    a.a-link-primary.a-button,
  .m-oney-widget-section
    .m-ordercookbook
    .a-link-primary.a-button.oney-widget-link,
  .m-ordercookbook .a-button-primary,
  .m-ordercookbook .a-link-primary.a-button.a-button-link,
  .m-ordercookbook .a-link-primary.a-button.a-link,
  .m-ordercookbook
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-ordercookbook
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-ordercookbook
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-ordercookbook
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-ordercookbook
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-ordercookbook
    .m-popover
    .popover-content
    .a-link-primary.a-button.a-button-link,
  .m-ordercookbook
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .m-ordercookbook
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-ordercookbook
    .o-alternativeproduct
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .m-ordercookbook
    .o-myproducts
    > .myproducts-controls
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-ordercookbook
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-ordercookbook a.a-link-primary.a-button.a-button-link,
  .m-ordercookbook button.a-link-primary.a-button.a-button-link,
  .m-popover
    .popover-content
    .m-ordercookbook
    .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-ordercookbook
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-ordercookbook
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-ordercookbook
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-ordercookbook
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-ordercookbook
    .a-link-primary.a-button.a-link {
    width: 200px;
  }
}
.m-orderitem {
  background: #fff;
  padding: 24px 24px 40px;
  position: relative;
}
.m-orderitem:not(:last-child) {
  margin-bottom: 16px;
}
.m-orderitem .a-horizontalrule {
  display: none;
}
.m-orderitem .item-wrapper.order-info {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "title   title   title   title   buttons" "details details details details buttons";
  padding-bottom: 40px;
}
.m-orderitem .item-wrapper.order-info .order-number {
  float: unset;
  grid-area: title;
  margin-bottom: 26px;
  padding: 0;
}
.m-orderitem .item-wrapper.order-info .order-number .a-heading {
  color: #000028;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .m-ordercookbook .ordercookbook-media {
    padding: 0;
    width: 66.6666%;
  }
  .m-ordercookbook .ordercookbook-content {
    padding: 0 5% 0 0;
    width: 33.3333%;
  }
  .m-orderitem:not(:last-child) {
    margin-bottom: 24px;
  }
  .m-orderitem .item-wrapper.order-info .order-number {
    margin-bottom: 40px;
  }
  .m-orderitem .item-wrapper.order-info .order-number .a-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
.m-orderitem .item-wrapper.order-info .item-detail,
.m-orderitem .item-wrapper.order-info .item-detail-big {
  float: unset;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-bottom: 16px;
  padding: 0;
  width: auto;
}
.m-orderitem .item-wrapper.order-info .item-detail dd,
.m-orderitem .item-wrapper.order-info .item-detail dl,
.m-orderitem .item-wrapper.order-info .item-detail dt,
.m-orderitem .item-wrapper.order-info .item-detail-big dd,
.m-orderitem .item-wrapper.order-info .item-detail-big dl,
.m-orderitem .item-wrapper.order-info .item-detail-big dt {
  padding: 0;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.expand-collapse,
.m-orderitem .item-wrapper.order-info .item-detail.expand-collapse {
  bottom: 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: fit-content;
}
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.expand-collapse
  .icon:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.expand-collapse
  .icon:before {
  color: #007a7a;
}
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.delivery-status
  dl
  dt.heading,
.m-orderitem .item-wrapper.order-info .item-detail-big.order-date dl dt.heading,
.m-orderitem .item-wrapper.order-info .item-detail-big.order-type dl dt.heading,
.m-orderitem .item-wrapper.order-info .item-detail-big.price dl dt.heading,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.delivery-status
  dl
  dt.heading,
.m-orderitem .item-wrapper.order-info .item-detail.order-date dl dt.heading,
.m-orderitem .item-wrapper.order-info .item-detail.order-type dl dt.heading,
.m-orderitem .item-wrapper.order-info .item-detail.price dl dt.heading {
  color: #7b89a1;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  letter-spacing: 0.5;
  line-height: 17px;
  text-transform: capitalize;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.delivery-status dl dd,
.m-orderitem .item-wrapper.order-info .item-detail-big.delivery-status dl dd p,
.m-orderitem .item-wrapper.order-info .item-detail-big.order-date dl dd,
.m-orderitem .item-wrapper.order-info .item-detail-big.order-date dl dd p,
.m-orderitem .item-wrapper.order-info .item-detail-big.order-type dl dd,
.m-orderitem .item-wrapper.order-info .item-detail-big.order-type dl dd p,
.m-orderitem .item-wrapper.order-info .item-detail-big.price dl dd,
.m-orderitem .item-wrapper.order-info .item-detail-big.price dl dd p,
.m-orderitem .item-wrapper.order-info .item-detail.delivery-status dl dd,
.m-orderitem .item-wrapper.order-info .item-detail.delivery-status dl dd p,
.m-orderitem .item-wrapper.order-info .item-detail.order-date dl dd,
.m-orderitem .item-wrapper.order-info .item-detail.order-date dl dd p,
.m-orderitem .item-wrapper.order-info .item-detail.order-type dl dd,
.m-orderitem .item-wrapper.order-info .item-detail.order-type dl dd p,
.m-orderitem .item-wrapper.order-info .item-detail.price dl dd,
.m-orderitem .item-wrapper.order-info .item-detail.price dl dd p {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.delivery-status
  dl
  dd
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.delivery-status
  dl
  dd
  p
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.order-date
  dl
  dd
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.order-date
  dl
  dd
  p
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.order-type
  dl
  dd
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.order-type
  dl
  dd
  p
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.price
  dl
  dd
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.price
  dl
  dd
  p
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.delivery-status
  dl
  dd
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.delivery-status
  dl
  dd
  p
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.order-date
  dl
  dd
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.order-date
  dl
  dd
  p
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.order-type
  dl
  dd
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.order-type
  dl
  dd
  p
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.price
  dl
  dd
  .a-link.has-icon
  .icon,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.price
  dl
  dd
  p
  .a-link.has-icon
  .icon {
  padding: 0;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.delivery-status dd,
.m-orderitem .item-wrapper.order-info .item-detail.delivery-status dd {
  padding-left: 30px;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.price dl dd p,
.m-orderitem .item-wrapper.order-info .item-detail.price dl dd p {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.price dl dd p:last-child,
.m-orderitem .item-wrapper.order-info .item-detail.price dl dd p:last-child {
  margin-bottom: 0;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.price dl dd p.h3,
.m-orderitem .item-wrapper.order-info .item-detail.price dl dd p.h3 {
  color: #000 !important;
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
  padding: 0;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.buttons,
.m-orderitem .item-wrapper.order-info .item-detail.buttons {
  grid-area: buttons;
  justify-self: flex-end;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.buttons div,
.m-orderitem .item-wrapper.order-info .item-detail-big.buttons p,
.m-orderitem .item-wrapper.order-info .item-detail.buttons div,
.m-orderitem .item-wrapper.order-info .item-detail.buttons p {
  margin: 0;
}
.m-orderitem .item-wrapper.order-info .item-detail-big.buttons .a-button,
.m-orderitem .item-wrapper.order-info .item-detail.buttons .a-button {
  margin: 0 0 16px;
  width: 100%;
}
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button:last-child,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button:last-child {
  margin-bottom: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-secondary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-secondary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  text-align: left;
  padding: 12px 0 !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-secondary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-secondary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-secondary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-secondary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-secondary.a-button-link:hover,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-secondary.a-link:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.cancel.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.cancel.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.cancel.a-link-secondary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.cancel.a-link-secondary:before,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.cancel.a-link-secondary.oney-widget-link:before,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.cancel.a-link-secondary.oney-widget-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-secondary.cancel:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.cancel.a-link-secondary.a-button-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.cancel.a-link-secondary.a-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.cancel.a-link-secondary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.cancel.a-link-secondary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.cancel.a-link-secondary.oney-widget-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.cancel.a-link-secondary.a-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-secondary.cancel:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.cancel.a-link-secondary.a-button-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.cancel.a-link-secondary.a-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.cancel.a-link-secondary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.cancel.a-link-secondary:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.cancel.a-link-secondary.oney-widget-link:before,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.cancel.a-link-secondary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.cancel.a-link-secondary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.cancel.a-link-secondary.a-link:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  margin: 0;
  padding: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  a.a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  button.a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-button-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  a.a-button.a-link-primary.a-button-link,
.m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  button.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .item-wrapper.order-info
  .item-detail.buttons
  .a-button.a-link-primary.a-link {
  width: 100%;
}
@media (max-width: 899px) {
  .m-orderitem .item-wrapper.order-info {
    display: block;
  }
  .m-pagestage > .a-image:after {
    z-index: 1;
  }
}
.m-orderitem .order-details {
  margin-top: 0;
}
.m-orderitem .order-details .o-orderpurchasedetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
.m-orderitem .order-details .m-orderpurchaseitem {
  border-top: 1px solid #a3acbd;
  margin-bottom: 0;
  padding-top: 40px;
}
.m-orderitem .order-details .m-orderpurchaseitem .m-productitem {
  margin: 0;
  padding: 0 !important;
}
.m-orderitem .order-details .m-orderpurchaseitem .m-productitem .media {
  grid-column: 1/2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .media
  .a-image {
  max-width: 150px;
}
.m-orderitem .order-details .m-orderpurchaseitem .m-productitem .content-wrap {
  float: unset !important;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 !important;
  width: 100%;
}
.m-orderitem .order-details .m-orderpurchaseitem .m-productitem .content-right {
  float: unset !important;
  -ms-grid-column: span 1/-1;
  grid-column: span 1/-1;
  -ms-grid-row: 1;
  grid-row: 1;
  justify-self: flex-end;
  padding: 0;
  width: 100%;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  > :first-child {
  margin-bottom: 16px;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button {
  background: 0 0;
  border: none !important;
  color: #007a7a;
  margin: 0;
  text-align: left;
  padding: 12px 0 !important;
  width: 100%;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button:last-child {
  margin-bottom: 0;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.subscription-details {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.subscription-details:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  margin: 0;
  padding: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details),
.m-form.oidc-registration
  .m-termsconditions
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  a.a-button.a-link-primary:not(.subscription-details),
.m-oney-widget-section
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-button-primary:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-button-link:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:not(.subscription-details),
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:not(.subscription-details),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .a-button.a-link-primary.a-link:not(.subscription-details) {
  width: 100%;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-multioptionbutton
  .a-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  column-gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-multioptionbutton
  .a-button:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  .m-multioptionbutton
  .a-button.is-active {
  background: 0 0;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  div,
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .content-right
  .action
  p {
  margin: 0;
}
@media (min-width: 900px) {
  .m-orderitem .item-wrapper.order-info .item-detail-big.expand-collapse,
  .m-orderitem .item-wrapper.order-info .item-detail.expand-collapse {
    bottom: 24px;
  }
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.delivery-status
    dl
    dt.heading,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.order-date
    dl
    dt.heading,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail-big.order-type
    dl
    dt.heading,
  .m-orderitem .item-wrapper.order-info .item-detail-big.price dl dt.heading,
  .m-orderitem
    .item-wrapper.order-info
    .item-detail.delivery-status
    dl
    dt.heading,
  .m-orderitem .item-wrapper.order-info .item-detail.order-date dl dt.heading,
  .m-orderitem .item-wrapper.order-info .item-detail.order-type dl dt.heading,
  .m-orderitem .item-wrapper.order-info .item-detail.price dl dt.heading {
    border-bottom: 1px solid #ececf0;
    margin-bottom: 16px;
    padding-bottom: 8px;
  }
  .m-orderitem .item-wrapper.order-info .item-detail-big.buttons,
  .m-orderitem .item-wrapper.order-info .item-detail.buttons {
    max-width: 280px;
  }
  .m-orderitem .item-wrapper.order-info .item-detail .item-detail,
  .m-orderitem .item-wrapper.order-info .item-detail-big .item-detail {
    margin-bottom: 0;
  }
  .m-orderitem .order-details .o-orderpurchasedetail {
    margin-top: 0;
  }
  .m-orderitem
    .order-details
    .m-orderpurchaseitem
    .m-productitem
    .content-right {
    max-width: 280px;
  }
  .m-orderitem .order-details .m-orderpurchaseitem .m-productitem {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [3] 280px;
    grid-template-columns: repeat(3, 1fr) 280px;
  }
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .m-itemserviceitem {
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2 / span 1;
  -ms-grid-row: 2;
  grid-row: 2;
  margin: 20px 0 0 !important;
  padding: 0 !important;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .m-itemserviceitem.service-item
  > h3.a-heading {
  color: #7b89a1;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  margin-top: 17px;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .m-itemserviceitem.service-item
  .content
  .highlight {
  font-family: var(--fontfamily-roman);
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .m-itemserviceitem.service-item
  .content
  .total
  .price {
  font-family: var(--fontfamily-bold);
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .m-itemserviceitem.service-item
  .subscription-details
  .a-button {
  max-width: none;
  width: 100%;
}
.m-orderitem
  .order-details
  .m-orderpurchaseitem
  .m-productitem
  .m-itemserviceitem.service-item
  hr:before {
  background: #ececf0;
}
.m-ordernotesarea {
  margin: 0 0 50px;
}
@media (min-width: 750px) {
  .m-ordernotesarea {
    margin: 0 0 90px;
  }
}
@media (min-width: 900px) {
  .m-orderitem {
    padding: 40px;
  }
  .m-ordernotesarea {
    margin: 0 0 90px;
  }
}
.m-pagestage {
  margin-top: var(--mainnavigation-margin-top);
  margin-bottom: 0 !important;
  position: relative;
  top: auto !important;
}
.m-pagestage > .a-image:after {
  content: "";
  background: linear-gradient(
    353deg,
    rgba(0, 0, 0, 0.6) 0,
    rgba(0, 0, 0, 0) 60%
  );
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-pagestage > .a-image:before {
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2d373c),
    color-stop(80%, rgba(0, 0, 0, 0))
  );
  background-image: linear-gradient(180deg, #2d373c 0, rgba(0, 0, 0, 0) 80%);
  height: 188px;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@supports (object-fit: cover) {
  .m-pagestage {
    height: 100vh;
    height: 100dvh;
  }
  .m-pagestage .a-image {
    height: 100%;
    margin-bottom: 0;
  }
  .m-pagestage .a-image img {
    object-fit: cover;
    height: 100%;
  }
}
.m-pagestage .pagestage-content-wrapper {
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto !important;
}
@media (max-width: 899px) {
  .m-pagestage .pagestage-content-wrapper {
    width: 100%;
    z-index: 3;
  }
  .m-pagestage .pagestage-content-wrapper:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      #000 0,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0) 70%
    );
    background-image: none;
    mix-blend-mode: unset;
    z-index: -1;
  }
}
.m-pagestage .pagestage-content {
  padding: 0;
}
.m-pagestage .pagestage-content .pagestage-description {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 900px) {
  .m-pagestage .pagestage-content-wrapper {
    height: 100% !important;
  }
  .m-pagestage .pagestage-content .pagestage-description {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  }
}
.m-pagestage .pagestage-content .a-heading {
  font-size: var(--heading-h1-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h1-line-height);
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
  margin: 0 0 16px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
}
@media (min-width: 900px) {
  .m-pagestage .pagestage-content .a-heading {
    font-size: var(--heading-h1-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h1-line-height);
    margin: var(--heading-h1-margin);
    font-size: clamp(20px, -webkit-calc(8vh), 80px);
    font-size: clamp(20px, calc(8vh), 80px);
    line-height: 1.2;
    padding-left: 0;
    text-indent: 0;
    text-shadow: 0 0 60px #000;
  }
}
.m-pagestage .pagestage-content .a-button {
  text-decoration: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link,
.m-pagestage .pagestage-content .a-button.a-button-primary,
.m-pagestage .pagestage-content .a-button.a-link-primary.a-link,
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-pagestage
  .pagestage-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-pagestage
  .pagestage-content
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-pagestage .pagestage-content a.a-button.a-link-primary.a-button-link,
.m-pagestage .pagestage-content button.a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link:hover,
.m-pagestage .pagestage-content .a-button.a-button-primary:active,
.m-pagestage .pagestage-content .a-button.a-button-primary:hover,
.m-pagestage .pagestage-content .a-button.a-link-primary.a-button-link:active,
.m-pagestage .pagestage-content .a-button.a-link-primary.a-link:active,
.m-pagestage .pagestage-content .a-button.a-link-primary.a-link:hover,
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-pagestage
  .pagestage-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-pagestage
  .pagestage-content
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-pagestage .pagestage-content a.a-button.a-link-primary.a-button-link:hover,
.m-pagestage
  .pagestage-content
  button.a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-pagestage
  .pagestage-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-pagestage
  .pagestage-content
  button.a-button.a-link-primary.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary:active,
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link:active,
.m-pagestage .pagestage-content .a-button.a-button-primary:active,
.m-pagestage .pagestage-content .a-button.a-link-primary.a-button-link:active,
.m-pagestage .pagestage-content .a-button.a-link-primary.a-link:active,
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-pagestage .pagestage-content .a-button.a-button-primary[disabled=""],
.m-pagestage .pagestage-content .a-button.a-button-primary[disabled="disabled"],
.m-pagestage .pagestage-content .a-button.a-button-primary[disabled="true"],
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-pagestage .pagestage-content .a-button.a-link-primary.a-link[disabled=""],
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled="true"],
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-pagestage
  .pagestage-content
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-pagestage .pagestage-content .a-button.a-button-primary[disabled=""]:hover,
.m-pagestage
  .pagestage-content
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  .a-button.a-button-primary[disabled="true"]:hover,
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-pagestage
  .pagestage-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-pagestage
  .pagestage-content
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-pagestage
  .pagestage-content
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-pagestage
  .pagestage-content
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-pagestage
  .pagestage-content
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pagestage
  .pagestage-content
  .a-button.a-link-primary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-pagestage .pagestage-content .m-linklist,
.m-pagestage .pagestage-content .m-linklist-rebrush {
  background: 0 0;
  border-top: thin solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 30px 0;
  width: 100% !important;
}
.m-pagestage .pagestage-content .m-linklist .a-heading,
.m-pagestage .pagestage-content .m-linklist-rebrush .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
}
.m-pagestage .pagestage-content .m-linklist-rebrush:after,
.m-pagestage .pagestage-content .m-linklist-rebrush:before,
.m-pagestage .pagestage-content .m-linklist:after,
.m-pagestage .pagestage-content .m-linklist:before {
  display: none;
}
.m-pagestage .pagestage-content .m-linklist .list-unstyled,
.m-pagestage .pagestage-content .m-linklist-rebrush .list-unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-pagestage .pagestage-content .m-linklist .list-unstyled li,
.m-pagestage .pagestage-content .m-linklist-rebrush .list-unstyled li {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  min-height: auto;
  padding: 0 0 10px;
}
.m-pagestage .pagestage-content .m-linklist .a-link,
.m-pagestage .pagestage-content .m-linklist-rebrush .a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: none;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 19px;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  width: auto;
}
.m-pagestage .pagestage-content .m-linklist .a-link .text,
.m-pagestage .pagestage-content .m-linklist-rebrush .a-link .text {
  color: #fff;
  font-size: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  font-weight: 400 !important;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-pagestage .pagestage-content .m-linklist .a-link:before,
.m-pagestage .pagestage-content .m-linklist-rebrush .a-link:before {
  bottom: auto !important;
  color: #fff !important;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  padding: 0 0 0 10px;
  right: auto;
}
@media (max-width: 749px) {
  .m-pagestage .pagestage-content .m-linklist .list-unstyled {
    margin-bottom: 0;
  }
  .m-pagestage .pagestage-content .m-linklist .list-unstyled li {
    padding-bottom: 18px;
  }
  .m-pagestage .pagestage-content .m-linklist .list-unstyled li:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 900px) {
  .m-pagestage {
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
  }
  .m-pagestage > .a-image {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-left: calc(var(--max-pagewidth-padding) * -1);
    width: 100vw;
  }
  .m-pagestage > .a-image:after {
    background: linear-gradient(
      18deg,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0) 60%
    );
  }
  .m-pagestage > .a-image picture::before {
    display: none;
  }
  .m-pagestage .pagestage-content-wrapper {
    padding-left: 0;
    padding-right: 0;
    z-index: 3;
  }
  .m-pagestage .pagestage-content,
  .m-pagestage.pagestage-content-bottom-right {
    bottom: auto;
    top: 50%;
    right: auto;
    left: 0;
    padding: 0;
    -webkit-transform: translateY(-webkit-calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    --teaserstage-width: -webkit-calc(100% - var(--max-pagewidth-padding-x2));
    --teaserstage-width: calc(100% - var(--max-pagewidth-padding-x2));
    --teaserstage-width-2: -webkit-calc(
      -webkit-calc(69 * var(--teaserstage-width)) / 100
    );
    --teaserstage-width-2: calc(calc(69 * var(--teaserstage-width)) / 100);
    width: -webkit-calc(var(--teaserstage-width-2));
    width: calc(var(--teaserstage-width-2));
  }
  .m-pagestage .pagestage-content .pagestage-description,
  .m-pagestage.pagestage-content-bottom-right .pagestage-description {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    margin-left: 60px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-pagestage
    .pagestage-content
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-pagestage.pagestage-content-bottom-right
    a.a-button.a-link-primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-pagestage
    .pagestage-content
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-pagestage.pagestage-content-bottom-right
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-pagestage
    .pagestage-content
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-pagestage.pagestage-content-bottom-right
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-pagestage
    .pagestage-content
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-pagestage.pagestage-content-bottom-right
    a.a-button.a-link-primary,
  .m-oney-widget-section
    .m-pagestage
    .pagestage-content
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-pagestage.pagestage-content-bottom-right
    .a-button.a-link-primary.oney-widget-link,
  .m-pagestage .pagestage-content .a-button.a-button-primary,
  .m-pagestage .pagestage-content .a-button.a-link-primary.a-link,
  .m-pagestage
    .pagestage-content
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-pagestage
    .pagestage-content
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-pagestage
    .pagestage-content
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-pagestage
    .pagestage-content
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-pagestage
    .pagestage-content
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-pagestage
    .pagestage-content
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-pagestage
    .pagestage-content
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .m-pagestage
    .pagestage-content
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-pagestage
    .pagestage-content
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-pagestage .pagestage-content a.a-button.a-link-primary.a-button-link,
  .m-pagestage .pagestage-content button.a-button.a-link-primary.a-button-link,
  .m-pagestage.pagestage-content-bottom-right .a-button.a-button-primary,
  .m-pagestage.pagestage-content-bottom-right .a-button.a-link-primary.a-link,
  .m-pagestage.pagestage-content-bottom-right
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-pagestage.pagestage-content-bottom-right
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-pagestage.pagestage-content-bottom-right
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-pagestage.pagestage-content-bottom-right
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-pagestage.pagestage-content-bottom-right
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-pagestage.pagestage-content-bottom-right
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-pagestage.pagestage-content-bottom-right
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .m-pagestage.pagestage-content-bottom-right
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-pagestage.pagestage-content-bottom-right
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-pagestage.pagestage-content-bottom-right
    a.a-button.a-link-primary.a-button-link,
  .m-pagestage.pagestage-content-bottom-right
    button.a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .m-pagestage
    .pagestage-content
    .a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .m-pagestage.pagestage-content-bottom-right
    .a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-pagestage
    .pagestage-content
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-pagestage.pagestage-content-bottom-right
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-pagestage
    .pagestage-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-pagestage.pagestage-content-bottom-right
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-pagestage
    .pagestage-content
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-pagestage.pagestage-content-bottom-right
    .a-button.a-link-primary.a-link {
    margin-left: 60px;
  }
  .m-pagestage .pagestage-content .pagestage-description + .a-link,
  .m-pagestage.pagestage-content-bottom-right .pagestage-description + .a-link {
    margin-top: 50px;
  }
  .m-pagestage .pagestage-content {
    max-width: none;
    bottom: 10%;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .m-pagestage .pagestage-content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 117%;
    height: 134%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      #000 0,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0) 70%
    );
    background-image: none;
    mix-blend-mode: unset;
    z-index: -1;
    -webkit-transform: translateX(-12%) translateY(14%);
    -ms-transform: translateX(-12%) translateY(14%);
    transform: translateX(-12%) translateY(14%);
  }
}
@media (max-height: 800px) and (min-width: 900px) {
  .m-pagestage .pagestage-content {
    bottom: 10% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .m-pagestage {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
    width: var(--max-pagewidth) !important;
  }
  .m-pagestage > .a-image {
    width: 100vw;
    top: 0;
    margin-left: -webkit-calc(
      -webkit-calc(calc(100vw - var(--max-pagewidth)) / 2) * -1
    );
    margin-left: calc(calc(calc(100vw - var(--max-pagewidth)) / 2) * -1);
  }
  .m-pagestage > .a-image:after {
    background: linear-gradient(
      11deg,
      rgba(0, 0, 0, 0.5) 10%,
      rgba(0, 0, 0, 0) 68%
    );
  }
  .m-pagestage .pagestage-content-wrapper .pagestage-content-container {
    max-width: none;
    margin: 0 72px;
  }
  .m-pagestage
    .pagestage-content-wrapper
    .pagestage-content-container
    .pagestage-content,
  .m-pagestage
    .pagestage-content-wrapper
    .pagestage-content-container
    .pagestage-content.pagestage-content-bottom-right {
    left: 0;
    width: 58%;
  }
}
.m-pagetitle {
  --color-bg: #fff;
  --color-heading: #000;
  margin-bottom: 0;
  padding-top: 40px;
}
.m-pagetitle .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
  font-size: 36px;
  font-family: var(--fontfamily-headlinesfont);
  color: var(--color-heading);
  margin: var(--heading-h2-margin);
}
@media (min-width: 750px) {
  .m-pagetitle .a-heading {
    font-size: var(--heading-h2-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h2-line-height);
    margin: var(--heading-h2-margin);
  }
}
@media (min-width: 900px) {
  .m-pagetitle {
    padding: 80px 22% 0 17%;
  }
  .m-parallax .parallax-container.media-left .content {
    padding-right: 0;
    padding-left: 120px;
  }
  .m-parallax .parallax-container .content {
    padding-right: 120px;
    padding-left: 0;
  }
}
.m-pagination > ul > li {
  background-color: transparent;
  color: #879baa;
}
.m-pagination > ul > li.active {
  color: #2d373c;
  font-weight: 700;
}
.m-pagination > ul > li.active:hover {
  color: #2d373c !important;
}
.m-pagination > ul > li:hover {
  background-color: transparent !important;
  color: #879baa !important;
}
body[dir="rtl"] .m-pagination > ul > li.next:before,
body[dir="rtl"] .m-pagination > ul > li.nxt:before,
body[dir="rtl"] .m-pagination > ul > li.prev:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-parallax {
  --color-bg: #fff;
  --color-heading: #0b0f12;
  --color-body: #2b2f43;
  --color-parallax: #f5f5f7;
  padding: var(--element-margin) 0 var(--element-margin) 0;
}
.m-parallax > .a-heading {
  color: var(--color-heading);
  font-size: 30px;
  line-height: 34px;
  margin-bottom: -webkit-calc(var(--element-margin) / 2);
  margin-bottom: calc(var(--element-margin) / 2);
}
.m-parallax .parallax-container .content {
  padding-top: 0;
}
.m-parallax .parallax-container .content p {
  color: var(--color-body);
  font-size: 16px;
  line-height: 26px;
}
.m-parallax .parallax-container .content .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  color: var(--color-heading);
  font-family: var(--fontfamily-headlinesfont);
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 16px;
}
.m-parallax .parallax-container .content .a-heading.h3 {
  font-weight: 400;
}
.m-parallax .parallax-container .content .cta-container {
  margin-top: 32px;
}
.m-parallax .parallax-container .images-container .background {
  background-color: var(--color-parallax);
}
@media (min-width: 750px) {
  .m-parallax .parallax-container .content .a-heading {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 24px;
  }
  .m-parallax .parallax-container .content .cta-container {
    margin-top: 40px;
  }
  .m-parallax > .a-heading {
    font-size: 42px;
    line-height: 46px;
  }
}
.m-paymentadyen .adyen-checkout__dropdown__button,
.m-paymentadyen .adyen-checkout__dropdown__button--active,
.m-paymentadyen .adyen-checkout__dropdown__button--active:hover {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  font-size: 16px;
  line-height: 26px;
  outline: 0 !important;
  padding-left: 0;
}
.m-paymentadyen .adyen-checkout__dropdown__button {
  border-bottom: 1px solid #000028 !important;
}
.m-paymentadyen .adyen-checkout__dropdown__button--active {
  border-bottom: 2px solid #007a7a !important;
  font-family: var(--fontfamily-bold);
}
.m-paymentadyen .adyen-checkout__dropdown__list {
  border-radius: 0;
}
.m-paymentadyen
  .adyen-checkout__dropdown__list
  .adyen-checkout__dropdown__element {
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: none;
  transition: none;
}
.m-paymentadyen
  .adyen-checkout__dropdown__list
  .adyen-checkout__dropdown__element:hover {
  background: #000028;
  color: #fff;
}
.m-paymentadyen
  .adyen-checkout__dropdown__list
  .adyen-checkout__dropdown__element--active {
  background-color: #000028;
  color: #fff;
}
.m-paymentadyen .adyen-checkout__dropdown__element__icon {
  border-radius: 0;
}
.m-paymentadyen .Select-module_adyen-checkout__dropdown__button__yTyqq:after {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  background-image: none;
}
.m-paymentdatainput .paymentdatainput-date .a-formlabel {
  display: inline-block;
  width: -webkit-calc(100%/2 - 5px);
  width: calc(100% / 2 - 5px);
}
.m-paymentdatainput .paymentdatainput-date .a-formlabel[for="expiryYear"] {
  margin-left: 5px;
}
.m-paymentdatainput
  .m-form
  .paymentdatainput-date-month.m-forminput.m-forminput-dropdown {
  margin-right: 5px;
  width: -webkit-calc(100%/2 - 5px);
  width: calc(100% / 2 - 5px);
}
.m-paymentdatainput
  .m-form
  .paymentdatainput-date-year.m-forminput.m-forminput-dropdown {
  width: -webkit-calc(100%/2 - 5px);
  width: calc(100% / 2 - 5px);
}
.m-paymentdatainput
  .m-form
  .paymentdatainput-date
  .m-forminput.m-forminput-dropdown
  + .m-forminput.m-forminput-dropdown {
  margin-left: 5px;
}
.m-paymentdatainput .m-form .paymentdatainput-secure .m-forminput {
  width: 100%;
}
.m-paymentdeliverymethod {
  padding: 0;
}
.m-paymentdeliverymethod .a-heading {
  font-size: 24px;
}
.m-paymentoptions {
  border-top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  padding: 65px 0;
}
.m-paymentoptions::before {
  content: "";
  background: #f5f5f7;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: -webkit-calc(50% + -50vw);
  left: calc(50% + -50vw);
  position: absolute;
  top: 0;
}
.m-paymentoptions h3.a-heading {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 5px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.m-paymentoptions .text {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-paymentoptions .a-button.a-button-plain {
  background: 0 0;
  border: none;
  color: #000;
  margin-left: 5px;
  padding: 0 !important;
  min-width: 0 !important;
}
.m-paymentoptions .a-button.a-button-plain:hover {
  background: 0 0;
  border: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}
.m-paymentoptions .a-button.a-button-plain .icon-info {
  display: block !important;
  font-size: 16px;
  color: #007a7a;
}
.m-paymentoptions .m-imagelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-paymentoptions .m-imagelist .a-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  border: none;
  width: 148px;
}
.m-paymentoptions .m-imagelist .a-image img {
  min-height: 26px;
  min-width: 69px;
}
.m-paymentselection.paymentselection-rebrush {
  background: #f5f5f7;
  margin: 0;
  padding: 20px;
}
.m-paymentselection.paymentselection-rebrush .m-contenttextmedia {
  margin-top: 30px;
  width: 100%;
}
.m-paymentselection.paymentselection-rebrush .m-contenttextmedia .content {
  padding: 0;
}
.m-paymentselection.paymentselection-rebrush .a-alert .alert-text {
  display: block;
}
.m-paymentselection.paymentselection-rebrush .a-alert .alert-text .alert-link {
  margin: 10px 0 0;
  padding: 0;
}
.m-paymentselection.paymentselection-rebrush input.m-forminput.input {
  background: 0 0 !important;
}
.m-paymentselection.paymentselection-rebrush .border-highlight {
  border-color: #007a7a;
}
.m-paymentselection.paymentselection-rebrush .method-radio {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.m-paymentselection.paymentselection-rebrush .method-radio .m-forminput {
  margin: 0;
  position: static;
}
.m-paymentselection.paymentselection-rebrush
  .method-radio
  .m-forminput.m-forminput-radio
  .a-formlabel {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.m-paymentselection.paymentselection-rebrush
  .method-radio
  .m-forminput.m-forminput-radio
  .m-forminput {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 1px;
}
.m-paymentselection.paymentselection-rebrush
  .method-radio
  .m-forminput.m-forminput-radio:after {
  display: none;
}
.m-paymentselection.paymentselection-rebrush .method-radio .a-formlabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.m-paymentselection.paymentselection-rebrush .method-radio .a-formlabel:before {
  display: none;
}
.m-paymentselection.paymentselection-rebrush .method-radio .a-formlabel:after {
  border: thin solid #7b89a1;
  border-radius: 2px;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.m-paymentselection.paymentselection-rebrush
  .method-radio
  .a-formlabel
  .label-text {
  font-size: 20px;
  font-family: var(--fontfamily-bold);
  line-height: 1.2;
  margin: 0;
}
.m-paymentselection.paymentselection-rebrush
  .method-radio
  .m-forminput.m-forminput-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-paymentselection.paymentselection-rebrush
  .method-radio
  .m-forminput.m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  border: 2px solid #007a7a;
}
.m-paymentselection.paymentselection-rebrush .method {
  background: #fff;
  border: none;
  margin: 0;
  padding: 22px 24px;
  position: relative;
}
.m-paymentselection.paymentselection-rebrush .method .fee {
  color: #2b2f43;
  font-size: 16px;
  line-height: 26px;
  margin: 11px 0 0;
  padding: 0;
}
.m-paymentselection.paymentselection-rebrush .method:not(:last-child) {
  margin-bottom: 24px;
}
.m-paymentselection.paymentselection-rebrush .method .toggle,
.m-paymentselection.paymentselection-rebrush .method .toggle .date-container {
  padding: 0;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .toggle
  .date-container
  .form-row {
  margin: 16px 0 0;
}
.m-paymentselection.paymentselection-rebrush .method .toggle .m-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .toggle
  .m-table
  table
  tbody
  th,
.m-paymentselection.paymentselection-rebrush
  .method
  .toggle
  .m-table
  table
  thead
  th {
  padding-left: 20px;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .toggle
  .m-table
  .a-formlabel.radio
  .label-text {
  margin: 0;
}
.m-paymentselection.paymentselection-rebrush
  .method
  .toggle
  .m-table
  .a-formlabel.radio:before {
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-paymentselection.paymentselection-rebrush
  .method
  .toggle
  .m-table
  .scrollable {
  margin-left: 0;
}
.m-paymentselection.paymentselection-rebrush .additional-information {
  padding: 0;
}
.m-paymentselection.paymentselection-rebrush
  .additional-information
  .a-horizontalrule {
  margin: 40px 0;
  padding: 0;
}
.m-paymentselection.paymentselection-rebrush
  .additional-information
  .m-contenttextmedia {
  background: 0 0;
  margin: 40px 0 0 !important;
  padding: 0;
}
@media (min-width: 900px) {
  .m-paymentselection.paymentselection-rebrush
    .method
    .toggle
    .m-table
    table
    td,
  .m-paymentselection.paymentselection-rebrush
    .method
    .toggle
    .m-table
    table
    th {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    width: auto;
  }
  .m-paymentselection.paymentselection-rebrush
    .method
    .toggle
    .m-table
    .pinned {
    width: auto;
  }
  .m-paymentselection.paymentselection-rebrush
    .method
    .toggle
    .m-table
    .pinned
    table
    tbody
    th.left-col,
  .m-paymentselection.paymentselection-rebrush
    .method
    .toggle
    .m-table
    .pinned
    table
    thead
    th.left-col {
    min-width: auto;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .m-paymentselection.paymentselection-rebrush
    .additional-information
    .m-contenttextmedia {
    margin: 40px 0 0 !important;
    padding: 0;
    width: 100% !important;
  }
  .m-paymentselection.paymentselection-rebrush
    .additional-information
    .m-contenttextmedia
    .content:only-child {
    padding: 0;
    width: 100%;
  }
  .m-paymentselection.paymentselection-rebrush
    .additional-information
    .m-contenttextmedia
    .content:only-child
    .content-inner {
    width: 100%;
  }
}
.m-paymentselection.paymentselection-rebrush
  .radio-buttons-wrap
  .a-heading:empty {
  display: none;
}
.m-paymentselection.paymentselection-rebrush .radio-buttons-wrap .a-heading,
.m-paymentselection.paymentselection-rebrush .radio-buttons-wrap h2,
.m-paymentselection.paymentselection-rebrush .radio-buttons-wrap h3 {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  font-family: var(--fontfamily-headlinesfont);
  padding: 0 !important;
}
.m-paymentselection:not(.paymentselection-rebrush) {
  margin: 0;
}
.m-paymentselection:not(.paymentselection-rebrush) .date-container,
.m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}
.m-paymentselection:not(.paymentselection-rebrush) .date-container .form-row,
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .form-row {
  margin: 0;
}
.m-paymentselection:not(.paymentselection-rebrush) .date-container::before,
.m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap::before {
  content: "";
  background: #f5f5f7;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: -webkit-calc(50% + -50vw);
  left: calc(50% + -50vw);
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1920px) {
  .m-paymentselection:not(.paymentselection-rebrush) .date-container,
  .m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .m-paymentselection:not(.paymentselection-rebrush) .date-container::before,
  .m-paymentselection:not(.paymentselection-rebrush)
    .radio-buttons-wrap::before {
    left: 0;
    width: 100%;
  }
}
.m-paymentselection:not(.paymentselection-rebrush) .date-container {
  padding: 60px 0 120px;
}
@media (max-width: 749px) {
  .m-paymentselection:not(.paymentselection-rebrush) .date-container .form-row {
    max-width: 100%;
    width: 100%;
  }
}
.m-paymentselection:not(.paymentselection-rebrush)
  .date-container
  .form-row
  .a-formlabel
  .label-text {
  font-family: var(--fontfamily-headlinesfont);
  letter-spacing: 0.5px;
  text-transform: unset;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .date-container
  .form-row
  .m-forminput
  input {
  background-color: transparent !important;
}
.m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 0;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap:after {
  display: none;
}
@media (min-width: 750px) {
  .m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap {
    padding-bottom: 40px;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 899px) {
  .m-paymentselection:not(.paymentselection-rebrush)
    .radio-buttons-wrap
    > h2.a-heading {
    grid-row: 1/1;
    grid-column: 1/-1;
  }
  .m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap > h3 {
    grid-row: 2/2;
    grid-column: 1/-1;
    margin-top: 0;
  }
  .m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap > p {
    grid-row: 3/3;
    grid-column: 1/-1;
    margin-bottom: 20px;
  }
}
@media (min-width: 900px) {
  .m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap {
    -ms-grid-columns: (1fr) [6];
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .m-paymentselection:not(.paymentselection-rebrush)
    .radio-buttons-wrap
    > h2.a-heading {
    grid-row: 1/1;
    grid-column: 1/-1;
  }
  .m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap > h3 {
    grid-row: 2/2;
    grid-column: 1/-1;
    margin-top: 0;
  }
  .m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap > p {
    grid-row: 3/3;
    grid-column: 1/-1;
    margin-bottom: 20px;
  }
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .a-heading {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 30px;
  line-height: 36px;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 3;
  padding: 0 !important;
  margin-bottom: 23px;
}
.m-paymentselection:not(.paymentselection-rebrush) .radio-buttons-wrap .method {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 96px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 750px) {
  .m-paymentselection:not(.paymentselection-rebrush)
    .radio-buttons-wrap
    .a-heading {
    grid-column-end: 5;
  }
  .m-paymentselection:not(.paymentselection-rebrush)
    .radio-buttons-wrap
    .method {
    margin-bottom: 0;
  }
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio {
  background: 0 0;
  height: 100%;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio:after {
  display: none;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio
  .a-formlabel {
  background: #fff;
  border: none;
  display: block !important;
  height: 100%;
  left: 0;
  min-height: auto;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio
  .a-formlabel
  span,
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio
  .a-formlabel:after,
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio
  .a-formlabel:before {
  display: none;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio
  .a-formlabel:after {
  border: 1px solid #7b89a1;
  border-radius: 2px;
  background: 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio
  .a-formlabel
  .label-text {
  display: none;
  margin-top: 0;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio
  input:checked
  ~ .a-formlabel {
  background: #fff;
  border: none;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  border: 2px solid #007a7a;
  background: #fff;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .a-image {
  height: auto;
  left: auto;
  margin: auto;
  position: relative;
  pointer-events: none;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 50%;
  z-index: 2;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .radio-buttons-wrap
  .method
  .caption {
  bottom: 0;
  margin: 0;
  position: absolute;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  width: 100%;
  z-index: 1;
  display: none;
}
.m-paymentselection:not(.paymentselection-rebrush) .installments {
  float: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.m-paymentselection:not(.paymentselection-rebrush) .installments::before {
  content: "";
  background: #f5f5f7;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1920px) {
  .m-paymentselection:not(.paymentselection-rebrush) .installments::before {
    left: 0;
    width: 100%;
  }
}
.m-paymentselection:not(.paymentselection-rebrush) .installments .m-table {
  margin: 0;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .installments
  .m-table
  .left-col {
  padding-left: 23px;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .installments
  .table-message
  p:empty {
  margin: 0;
}
@media (max-width: 749px) {
  .m-paymentselection:not(.paymentselection-rebrush) .installments .m-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-paymentselection:not(.paymentselection-rebrush)
    .installments
    .m-table
    .scrollable {
    margin: 0;
    width: 100%;
  }
}
.m-paymentselection:not(.paymentselection-rebrush) > .message-text {
  margin-top: 40px;
  padding: 0;
}
.m-paymentselection:not(.paymentselection-rebrush) .additional-information {
  padding: 0;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .additional-information
  .simple-text-content {
  border-top: 1px solid #7b89a1;
  margin-bottom: 80px !important;
  margin-top: 80px !important;
  padding-top: 80px !important;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .additional-information
  .simple-text-content
  .a-heading {
  font-size: 24px;
  font-family: var(--fontfamily-headlinesfont);
  line-height: 1;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .additional-information
  .m-contenttextmedia {
  display: block;
  margin: 0;
  margin-left: 0 !important;
  padding-top: 80px !important;
  width: 100% !important;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .additional-information
  .m-contenttextmedia
  .content {
  margin: 0;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .additional-information
  .m-contenttextmedia
  + .m-contenttextmedia {
  border-top: 1px solid #7b89a1;
  margin-top: 80px !important;
}
.m-paymentselection:not(.paymentselection-rebrush)
  .additional-information
  .m-contenttextmedia
  .heading
  .a-heading {
  font-size: 24px;
  font-family: var(--fontfamily-headlinesfont);
  line-height: 1;
}
.m-pictureupload > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.m-pictureupload .form-row .m-forminput {
  margin-bottom: 15px;
}
.m-pictureupload .upload-actions {
  margin-bottom: 25px;
  padding-bottom: 10px;
  padding-top: 0;
}
.m-pictureupload .upload-actions .upload-button-container {
  width: 100%;
}
.m-pictureupload .upload-actions .upload-button-container .m-formupload {
  margin-top: 0;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.oney-widget-link,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-button-primary,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-link {
  background-color: #fff;
  border: none;
  color: #007a7a;
  cursor: pointer;
  padding: 0 !important;
  text-align: left;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  span,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.oney-widget-link
  span,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  span,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link
  span,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary
  span,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link
  span,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-button-primary
  span,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link
  span,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-link
  span,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary
  span,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-link
  span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  letter-spacing: 0;
  padding-left: 0;
  text-transform: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  span:before,
.m-oney-widget-section
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.oney-widget-link
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-oney-widget-section
  button.a-button.a-link-primary.oney-widget-link
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  button.a-button.a-link-primary.a-link
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-button-primary
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link
  span:before,
.m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-link
  span:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-button-link.a-link.a-button-primary
  span:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-pictureupload
  .upload-actions
  .upload-button-container
  .upload-button-wrapper
  button.a-button.a-link-primary.a-link
  span:before {
  font-size: 16px;
  height: 16px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #007a7a;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-pictureupload .upload-actions .form-actions {
  display: block;
  float: none;
  margin-top: 8px;
  padding-left: 0;
  width: auto;
}
.m-pictureupload .upload-actions .form-actions .form-action-primary {
  float: left;
}
@media (min-width: 750px) {
  .m-pictureupload .upload-actions {
    padding-bottom: 21px;
  }
}
.m-popover {
  -webkit-box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.24);
  border: none;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  width: 300px;
}
.m-popover.hotstorypopover .popover-content {
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.m-popover.hotstorypopover .popover-content > div {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "image heading" "image description";
}
.m-popover.hotstorypopover .popover-content > div > h2 {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 18px;
  grid-area: heading;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0 20px;
}
.m-popover.hotstorypopover .popover-content > div > p {
  font-size: 12px;
  grid-area: description;
  line-height: 18px;
  padding: 0 20px;
}
.m-popover.hotstorypopover .popover-content > div > .a-image {
  grid-area: image;
}
.m-popover.add-to-compare.add-to-compare.add-to-compare .popover-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100% !important;
}
.m-popover.add-to-compare.add-to-compare.add-to-compare
  .popover-content
  p.highlight {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin-top: 0 !important;
  padding: 0;
}
@media (min-width: 900px) {
  .m-paymentselection:not(.paymentselection-rebrush)
    .radio-buttons-wrap
    .a-heading {
    grid-column-end: 7;
  }
  .m-popover.product-info {
    max-width: none !important;
    width: 50vh;
  }
}
.m-popover .popover-arrow {
  display: none !important;
}
.m-popover .popover-header {
  padding: 18px 13px 10px 0;
  width: 100%;
  z-index: 1;
}
.m-popover .popover-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #000;
  height: auto;
  line-height: 1;
  padding: 0 !important;
  width: auto;
}
.m-popover .popover-close .icon {
  font-size: 26px;
  height: 26px;
  width: 26px;
}
.m-popover .popover-close .icon::before {
  display: inline-block;
  font-size: 26px;
  font-family: icons;
  height: 26px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  width: 26px;
}
.m-popover[data-id="popover-legal-notice"] .popover-content {
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.m-popover[data-id="popover-legal-notice"] .popover-content:after {
  display: none;
}
.m-popover[x-placement="bottom"] {
  margin-top: 17px;
}
.m-popover[x-placement="bottom"] .popover-arrow {
  border-bottom: none;
  -webkit-transform: translate(-50%, -4px);
  -ms-transform: translate(-50%, -4px);
  transform: translate(-50%, -4px);
}
.m-popover[x-placement="bottom"] .popover-arrow:before {
  border-bottom-color: #dde5ea;
}
.m-popover[x-placement="bottom"] .popover-arrow:after {
  border-bottom-color: #fff;
}
.m-popover[x-placement="left"] {
  margin-right: 17px;
}
.m-popover[x-placement="left"] .popover-arrow:before {
  border-left-color: #dde5ea;
}
.m-popover[x-placement="left"] .popover-arrow:after {
  border-left-color: #fff;
}
.m-popover[x-placement="right"] {
  margin-left: 17px;
}
.m-popover[x-placement="right"] .popover-arrow:before {
  border-right-color: #dde5ea;
}
.m-popover[x-placement="right"] .popover-arrow:after {
  border-right-color: #fff;
}
.m-popover[x-placement="top"] {
  margin-bottom: 17px;
}
.m-popover[x-placement="top"] .popover-arrow:before {
  border-top-color: #dde5ea;
}
.m-popover[x-placement="top"] .popover-arrow:after {
  border-top-color: #fff;
}
.m-popover[data-id="footerFunctionsSharePopover"] {
  width: auto;
}
.m-popover[data-id="footerFunctionsSharePopover"] .popover-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 80px;
}
.m-popover[data-id*="imagetext\-hotspot" i] .popover-content,
.m-popover[data-id*="stage\-hotspot" i] .popover-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "image headline" "image copy" "image links";
  -ms-grid-columns: unset;
  grid-template-columns: unset;
  -ms-grid-rows: unset;
  grid-template-rows: unset;
}
.m-popover[data-id*="imagetext\-hotspot" i] .popover-content .a-heading,
.m-popover[data-id*="stage\-hotspot" i] .popover-content .a-heading {
  margin: 0 0 15px;
  padding: 0;
  grid-area: headline;
}
.m-popover[data-id*="imagetext\-hotspot" i] .popover-content .a-image,
.m-popover[data-id*="stage\-hotspot" i] .popover-content .a-image {
  margin-right: 20px;
  width: auto;
  grid-area: image;
}
.m-popover[data-id*="imagetext\-hotspot" i] .popover-content p,
.m-popover[data-id*="stage\-hotspot" i] .popover-content p {
  padding: 0;
  grid-area: copy;
}
.m-popover[data-id*="imagetext\-hotspot" i] .popover-content .list-unstyled,
.m-popover[data-id*="stage\-hotspot" i] .popover-content .list-unstyled {
  padding: 0;
  grid-area: links;
}
.m-popover[data-id*="imagetext\-hotspot" i] .popover-content .list-unstyled li,
.m-popover[data-id*="stage\-hotspot" i] .popover-content .list-unstyled li {
  padding: 0;
}
@media (max-width: 899px) {
  .m-popover.hotstorypopover .popover-content > div > p {
    margin-top: 0;
  }
  .m-popover[data-id*="imagetext\-hotspot" i] .popover-content,
  .m-popover[data-id*="stage\-hotspot" i] .popover-content {
    padding: 0 20px 20px;
    grid-template-areas: "image" "headline" "copy" "links";
  }
  .m-popover[data-id*="imagetext\-hotspot" i] .popover-content .a-heading,
  .m-popover[data-id*="stage\-hotspot" i] .popover-content .a-heading {
    margin: 16px 0 0;
  }
  .m-popover[data-id*="imagetext\-hotspot" i] .popover-content .a-image,
  .m-popover[data-id*="stage\-hotspot" i] .popover-content .a-image {
    margin: 8px 0 0;
    text-align: left;
    width: auto;
  }
  .m-popover[data-id*="imagetext\-hotspot" i] .popover-content .a-image img,
  .m-popover[data-id*="stage\-hotspot" i] .popover-content .a-image img {
    max-width: 100%;
    width: auto;
  }
  .m-popover[data-id*="imagetext\-hotspot" i] .popover-content p,
  .m-popover[data-id*="stage\-hotspot" i] .popover-content p {
    margin: 8px 0 0 !important;
  }
  .m-popover[data-id*="imagetext\-hotspot" i] .popover-content .list-unstyled,
  .m-popover[data-id*="stage\-hotspot" i] .popover-content .list-unstyled {
    margin: 24px 0 0;
  }
}
.m-popover .popover-content {
  margin: 0;
  padding: 0 30px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.m-popover .popover-content:after,
.m-popover .popover-content:before {
  display: none;
}
.m-popover .popover-content > .a-button.share-link {
  max-width: -webkit-max-content;
  max-width: max-content;
  margin-right: auto;
  margin-bottom: 40px;
}
.m-popover .popover-content > .a-button.share-link:last-child {
  margin-bottom: 0;
}
.m-popover .popover-content p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-popover .popover-content p a:not(.a-link):not(.a-button) {
  color: #007a7a;
}
.m-popover .popover-content p:not(:first-child) {
  margin-top: 15px;
}
.m-popover .popover-content p:empty {
  display: none;
}
.m-popover .popover-content p:last-child {
  margin-bottom: 0;
}
.m-popover .popover-content p img {
  width: auto;
}
.m-popover .popover-content .a-link {
  margin-bottom: 10px;
}
.m-popover .popover-content .a-link:focus {
  outline: 0;
}
.m-popover .popover-content .a-link:last-child {
  margin-bottom: 0;
}
.m-popover .popover-content .a-image {
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  grid-row: 1/10;
  grid-column: 2/1;
}
.m-popover .popover-content .a-image img {
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-popover .popover-content .a-image.float-right {
  width: auto;
}
.m-popover .popover-content .a-heading {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.m-popover .popover-content li,
.m-popover .popover-content ul {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}
.m-popover .popover-content .a-image + p {
  margin-top: 40px;
}
@media (min-width: 900px) {
  .m-popover {
    width: 645px;
  }
  .m-popover .popover-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-popover .popover-content p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-top: 0 !important;
    padding-bottom: 30px;
  }
  .m-popover .popover-content .a-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.m-popover.m-addtocartpopover {
  padding: 24px;
  margin-bottom: 0;
}
.m-popover.m-addtocartpopover .popover-close {
  margin-right: 0;
  margin-top: 0;
  padding: 0;
}
.m-popover.m-addtocartpopover .popover-header {
  padding-right: 0;
  padding-top: 0;
}
.m-popover.m-addtocartpopover .popover-header .a-button.popover-close {
  padding: 0 !important;
}
.m-popover.m-addtocartpopover .popover-content {
  -webkit-column-gap: 24px;
  column-gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  row-gap: 16px;
}
.m-popover.m-addtocartpopover .popover-content > p.highlight {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px !important;
  line-height: 26px !important;
  margin-bottom: 0;
  width: 100%;
}
.m-popover.m-addtocartpopover .popover-content .a-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  margin: 0;
  width: 50%;
  text-align: left;
  padding-right: 0;
}
.m-popover.m-addtocartpopover .popover-content .description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 75px;
  margin-left: 0;
  margin-right: 0;
  width: 50%;
  gap: 4px;
}
.m-popover.m-addtocartpopover .popover-content .description span.highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
}
.m-popover.m-addtocartpopover .popover-content .description p {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin-bottom: 0;
  margin-top: 0 !important;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-popover.m-addtocartpopover
  .popover-content
  .description
  p:not(:first-child) {
  margin-top: 0;
}
.m-popover.m-addtocartpopover .popover-content .description p:nth-of-type(4) {
  color: #7b89a1;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:last-child:not(.a-button-plain),
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:last-child:not(.a-button-plain),
.m-popover.m-addtocartpopover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:last-child,
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:last-child,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:last-child {
  bottom: 0;
  left: 0;
  margin-top: 40px;
  margin-left: 0;
  position: absolute;
  width: 100%;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button.a-button-link:last-child:hover:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-button-primary:last-child:hover,
.m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:last-child:hover,
.m-popover.m-addtocartpopover
  .popover-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:last-child:hover:not(
    .a-button-plain
  ),
.m-popover.m-addtocartpopover
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:last-child:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover.m-addtocartpopover
  .popover-content
  .a-link.a-link-primary.a-button:last-child:hover {
  -webkit-tap-highlight-color: #007a7a !important;
  background: #007a7a !important;
  border: 1px solid #007a7a !important;
  color: #fff;
}
@media (min-width: 750px) {
  .m-popover.m-addtocartpopover {
    width: 350px !important;
    max-width: 350px !important;
  }
  .m-popover.m-addtocartpopover .popover-content {
    -webkit-column-gap: 24px;
    column-gap: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    row-gap: 16px;
  }
  .m-popover.m-addtocartpopover .popover-content > p.highlight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    font-family: var(--fontfamily-headlinesfont);
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 0;
    width: 100%;
  }
  .m-popover.m-addtocartpopover .popover-content .a-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0;
    width: 50%;
  }
  .m-popover.m-addtocartpopover .popover-content .description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 66%;
    -ms-flex: 0 1 66%;
    flex: 0 1 66%;
    margin-bottom: 75px;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-link-primary.a-button.a-button-link:last-child:not(
      .a-button-plain
    ),
  .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-button-primary:last-child,
  .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-link-primary.a-button:last-child,
  .m-popover.m-addtocartpopover
    .popover-content
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link.a-link-primary.a-button.a-button-link:last-child:not(
      .a-button-plain
    ),
  .m-popover.m-addtocartpopover
    .popover-content
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-link-primary.a-button.a-button-link.a-button-primary:last-child,
  .m-popover.m-addtocartpopover
    .popover-content
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link.a-link-primary.a-button:last-child,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-link-primary.a-button.a-button-link.a-button-primary:last-child,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-link-primary.a-button:last-child {
    bottom: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-popover.m-addtocartpopover {
    width: 440px !important;
    max-width: 440px !important;
    padding: 24px 40px 40px;
  }
  .m-popover.m-addtocartpopover .popover-content {
    -webkit-column-gap: 24px;
    column-gap: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    row-gap: 16px;
  }
  .m-popover.m-addtocartpopover .popover-content > p.highlight {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    font-family: var(--fontfamily-headlinesfont);
    font-size: 20px !important;
    line-height: 26px !important;
    margin-bottom: 0;
    width: 100%;
  }
  .m-popover.m-addtocartpopover .popover-content .a-image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0;
    width: 50%;
  }
  .m-popover.m-addtocartpopover .popover-content .description {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 66%;
    -ms-flex: 0 1 66%;
    flex: 0 1 66%;
    margin-bottom: 90px;
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-link-primary.a-button.a-button-link:last-child:not(
      .a-button-plain
    ),
  .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-button-primary:last-child,
  .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-link-primary.a-button:last-child,
  .m-popover.m-addtocartpopover
    .popover-content
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link.a-link-primary.a-button.a-button-link:last-child:not(
      .a-button-plain
    ),
  .m-popover.m-addtocartpopover
    .popover-content
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-link-primary.a-button.a-button-link.a-button-primary:last-child,
  .m-popover.m-addtocartpopover
    .popover-content
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link.a-link-primary.a-button:last-child,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-link-primary.a-button.a-button-link.a-button-primary:last-child,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-popover.m-addtocartpopover
    .popover-content
    .a-link.a-link-primary.a-button:last-child {
    bottom: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    width: 100%;
  }
}
.m-popover .m-teaser.teaser-100,
.m-popover .m-teaser.teaser-100:first-child,
.m-popover .m-teaser.teaser-100:last-child {
  padding: 0 30px 0 0 !important;
  margin: 0 !important;
}
.m-popover .m-teaser.teaser-100 .a-heading,
.m-popover .m-teaser.teaser-100:first-child .a-heading,
.m-popover .m-teaser.teaser-100:last-child .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.m-popover .m-teaser.teaser-100 .teaser-wrap,
.m-popover .m-teaser.teaser-100:first-child .teaser-wrap,
.m-popover .m-teaser.teaser-100:last-child .teaser-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-popover .m-teaser.teaser-100 .teaser-wrap .a-heading,
.m-popover .m-teaser.teaser-100:first-child .teaser-wrap .a-heading,
.m-popover .m-teaser.teaser-100:last-child .teaser-wrap .a-heading {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-popover .m-teaser.teaser-100 .teaser-wrap .teaser-media,
.m-popover .m-teaser.teaser-100:first-child .teaser-wrap .teaser-media,
.m-popover .m-teaser.teaser-100:last-child .teaser-wrap .teaser-media {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-popover .m-teaser.teaser-100 .teaser-wrap .teaser-content,
.m-popover .m-teaser.teaser-100:first-child .teaser-wrap .teaser-content,
.m-popover .m-teaser.teaser-100:last-child .teaser-wrap .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-popover .m-teaser.teaser-100 .teaser-wrap .teaser-content .content-inner,
.m-popover
  .m-teaser.teaser-100:first-child
  .teaser-wrap
  .teaser-content
  .content-inner,
.m-popover
  .m-teaser.teaser-100:last-child
  .teaser-wrap
  .teaser-content
  .content-inner {
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-popover .m-teaser.teaser-100 .teaser-wrap .teaser-content .content-inner p,
.m-popover
  .m-teaser.teaser-100:first-child
  .teaser-wrap
  .teaser-content
  .content-inner
  p,
.m-popover
  .m-teaser.teaser-100:last-child
  .teaser-wrap
  .teaser-content
  .content-inner
  p {
  margin: 0;
  padding: 0;
  width: auto;
}
.m-popover .m-teaser.teaser-100 .teaser-wrap .teaser-content .teaser-links,
.m-popover
  .m-teaser.teaser-100:first-child
  .teaser-wrap
  .teaser-content
  .teaser-links,
.m-popover
  .m-teaser.teaser-100:last-child
  .teaser-wrap
  .teaser-content
  .teaser-links {
  padding-left: 0;
}
.m-popover .m-form {
  padding: 0;
}
.m-popover.multioptionbutton-call-to-action .popover-content {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-popover.multioptionbutton-call-to-action .popover-content .a-button {
  width: 100%;
}
.m-popover.add-to-download-basket {
  max-width: none !important;
}
.m-popover.add-to-download-basket .popover-content {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-popover.add-to-download-basket .popover-content .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  font-family: var(--fontfamily-headlinesfont);
}
.m-popover[data-id="mergeAccount-popover"] {
  max-width: 600px;
  width: auto;
}
.m-popover[data-id="mergeAccount-popover"] .popover-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-popover[data-id="mergeAccount-popover"] .popover-content p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.m-popover[data-id*="report\-popover\-i"] .popover-content p:first-child {
  margin: 0;
}
.m-popover[data-id*="report\-popover\-i"] .popover-content .form-actions {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.m-popover[data-id*="report\-popover\-i"] .popover-content .form-actions:after {
  display: none;
}
.m-popover[data-id*="report\-popover\-i"]
  .popover-content
  .form-actions
  .form-action {
  width: 100%;
}
@media (min-width: 900px) {
  .m-popover[data-id*="report\-popover\-i"] .popover-content .form-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .m-popover[data-id*="report\-popover\-i"]
    .popover-content
    .form-actions
    .form-action {
    width: auto;
  }
}
.m-popover.is-active,
.m-popover.is-active[data-id|="mergeAccount-popover"] {
  z-index: 1500;
}
.m-popover .m-youtubeconsentpopover {
  max-width: 500px;
}
.m-popover .m-youtubeconsentpopover h3.a-heading {
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 16px;
}
.m-popover .m-youtubeconsentpopover p {
  font-size: 16px;
  line-height: 26px;
}
.m-popover .m-youtubeconsentpopover ul {
  margin-top: 32px;
  padding-left: 0;
  padding-right: 0;
}
.m-popover .m-youtubeconsentpopover ul li {
  padding-left: 0;
  padding-right: 0;
}
.m-popover .m-youtubeconsentpopover ul li .a-link:not(.a-button) {
  display: unset;
  padding-left: 0;
  padding-bottom: 16px;
}
.m-popover .m-youtubeconsentpopover ul li .a-link:not(.a-button):before {
  margin-right: 10px;
  padding-left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m-popover .m-youtubeconsentpopover ul li .a-link:not(.a-button):hover:before {
  -webkit-transform: translateY(-6px) !important;
  -ms-transform: translateY(-6px) !important;
  transform: translateY(-6px) !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link,
.m-popover .m-youtubeconsentpopover .a-button-primary,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-button-link,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-popover
  .m-youtubeconsentpopover
  .o-alternativeproduct
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-popover
  .m-youtubeconsentpopover
  .o-myproducts
  > .myproducts-controls
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-primary.a-button.a-button-link,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-popover .m-youtubeconsentpopover a.a-link-primary.a-button.a-button-link,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-primary.a-button.a-button-link,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-popover
  .m-youtubeconsentpopover
  .tile-description
  > .a-link-primary.a-button.a-link:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link {
  border: 1px solid #3cc8be !important;
  background: #3cc8be !important;
  color: #000 !important;
  margin-top: 32px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button:hover,
.m-oney-widget-section
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover .m-youtubeconsentpopover .a-button-primary:hover,
.m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-popover
  .m-youtubeconsentpopover
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-popover
  .m-youtubeconsentpopover
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-popover
  .m-youtubeconsentpopover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-popover
  .m-youtubeconsentpopover
  a.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .m-youtubeconsentpopover
  button.a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-popover
  .m-youtubeconsentpopover
  .a-link-primary.a-button.a-link:hover {
  -webkit-tap-highlight-color: #007a7a !important;
  background: #007a7a !important;
  border: 1px solid #007a7a !important;
  color: #fff !important;
}
@media (min-width: 750px) {
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-popover
    .m-youtubeconsentpopover
    a.a-link-primary.a-button,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-popover
    .m-youtubeconsentpopover
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-popover
    .m-youtubeconsentpopover
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-popover
    .m-youtubeconsentpopover
    a.a-link-primary.a-button,
  .m-oney-widget-section
    .m-popover
    .m-youtubeconsentpopover
    .a-link-primary.a-button.oney-widget-link,
  .m-popover .m-youtubeconsentpopover .a-button-primary,
  .m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-button-link,
  .m-popover .m-youtubeconsentpopover .a-link-primary.a-button.a-link,
  .m-popover
    .m-youtubeconsentpopover
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-popover
    .m-youtubeconsentpopover
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-popover
    .m-youtubeconsentpopover
    .m-contenttextmedia
    .m-productconversionarea
    .a-link-primary.a-button.a-button-link[data-popover-id],
  .m-popover
    .m-youtubeconsentpopover
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-popover
    .m-youtubeconsentpopover
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-popover
    .m-youtubeconsentpopover
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link-primary.a-button.a-button-link.a-link,
  .m-popover
    .m-youtubeconsentpopover
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .m-popover
    .m-youtubeconsentpopover
    .o-alternativeproduct
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .m-popover
    .m-youtubeconsentpopover
    .o-myproducts
    > .myproducts-controls
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .m-popover
    .m-youtubeconsentpopover
    .popover-content
    .a-link-primary.a-button.a-button-link,
  .m-popover
    .m-youtubeconsentpopover
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .m-popover .m-youtubeconsentpopover a.a-link-primary.a-button.a-button-link,
  .m-popover
    .m-youtubeconsentpopover
    button.a-link-primary.a-button.a-button-link,
  .m-popover .m-youtubeconsentpopover ul,
  .m-popover
    .popover-content
    .m-youtubeconsentpopover
    .a-link-primary.a-button.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-popover
    .m-youtubeconsentpopover
    .a-link-primary.a-button.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-popover
    .m-youtubeconsentpopover
    .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-popover
    .m-youtubeconsentpopover
    .tile-description
    > .a-link-primary.a-button.a-link:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-popover
    .m-youtubeconsentpopover
    .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-popover
    .m-youtubeconsentpopover
    .a-link-primary.a-button.a-link {
    margin-top: 40px;
  }
  .m-popover .m-youtubeconsentpopover {
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .m-presubtotalquoteamount {
    width: 75% !important;
  }
}
@media (max-width: 749px) {
  .m-popover:not(.m-navmyaccount) {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    left: 50% !important;
    max-height: -webkit-calc(
      100% - -webkit-calc(var(--max-pagewidth-padding) * 2)
    );
    max-height: calc(100% - calc(var(--max-pagewidth-padding) * 2));
    max-width: none !important;
    overflow-y: scroll !important;
    position: fixed !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: -webkit-calc(100% - -webkit-calc(var(--max-pagewidth-padding) * 2));
    width: calc(100% - calc(var(--max-pagewidth-padding) * 2));
    z-index: 999;
  }
}
.m-pressdateselection .m-form .a-formlabel {
  display: block;
}
.m-pressteaser {
  --color-pressteaser-color: #000;
  --color-pressteaser-text-color: #000;
  --color-pressteaser--date-color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-pressteaser .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0 0;
  padding: 0;
  width: auto;
}
.m-pressteaser .action .a-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
  width: auto;
}
.m-pressteaser .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.m-pressteaser .content .a-heading,
.m-pressteaser .content .a-link.heading-link,
.m-pressteaser .content .date,
.m-pressteaser .content .heading-link,
.m-pressteaser .content .text,
.m-pressteaser .content h3.a-heading,
.m-pressteaser .content.with-image .a-heading,
.m-pressteaser .content.with-image .a-link.heading-link,
.m-pressteaser .content.with-image .date,
.m-pressteaser .content.with-image .heading-link,
.m-pressteaser .content.with-image .text,
.m-pressteaser .content.with-image h3.a-heading {
  color: var(--color-pressteaser-color);
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.m-pressteaser .content.with-image .a-image-link {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  grid-area: image;
  margin: 0 !important;
  padding: 0 34px 0 0 !important;
  width: 100%;
}
.m-pressteaser .content.with-image .a-image img {
  width: 100%;
  height: auto;
}
.m-pressteaser .content .date {
  color: var(--color-pressteaser--date-color) !important;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.5px;
}
.m-pressteaser .content .heading-link .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  color: #fff;
  font-family: SiemensSans-Roman, sans-serif;
}
.m-pressteaser .content > .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 16px 0 0;
}
.m-pressteaser .content .text {
  color: var(--color-pressteaser-text-color) !important;
}
.m-presubtotalquoteamount .factor-based-price .value,
.m-presubtotalquoteamount .promotion-discount-price-one .value,
.m-presubtotalquoteamount .promotion-discount-price-two .value,
.m-presubtotalquoteamount .retail-total-price .value {
  font-weight: 700;
}
@media (min-width: 750px) {
  .m-presubtotalquoteamount .factor-based-price .value,
  .m-presubtotalquoteamount .promotion-discount-price-one .value,
  .m-presubtotalquoteamount .promotion-discount-price-two .value,
  .m-presubtotalquoteamount .retail-total-price .value {
    width: 35% !important;
  }
}
@media (min-width: 900px) {
  .m-pressteaser {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .m-pressteaser .action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 35%;
    padding: 0;
  }
  .m-pressteaser .content:not(.with-image) + .action {
    margin-left: 0;
  }
  .m-pressteaser .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .m-pressteaser .content .date {
    grid-area: 1/2;
    margin-bottom: 8px !important;
  }
  .m-pressteaser .content .heading-link {
    grid-area: 2/2;
  }
  .m-pressteaser .content > .a-heading {
    grid-area: 3/2;
  }
  .m-pressteaser .content .text {
    grid-area: 4/2;
  }
  .m-pressteaser .content .text:first-of-type {
    margin-top: 24px;
  }
  .m-pressteaser .content .text + .text {
    grid-area: 2 span;
  }
  .m-pressteaser .content > :last-child {
    margin-bottom: 40px !important;
  }
  .m-pressteaser .content.with-image {
    -ms-grid-columns: 35% 1fr;
    grid-template-columns: 35% 1fr;
  }
  .m-pressteaser .content.with-image .a-image-link {
    grid-area: 1/1/10000/2;
  }
  .m-presubtotalquoteamount {
    width: 50% !important;
  }
  .m-presubtotalquoteamount .factor-based-price .value,
  .m-presubtotalquoteamount .promotion-discount-price-one .value,
  .m-presubtotalquoteamount .promotion-discount-price-two .value,
  .m-presubtotalquoteamount .retail-total-price .value {
    width: 32% !important;
  }
}
.m-presubtotalquoteamount .factor-based-price .label,
.m-presubtotalquoteamount .promotion-discount-price-one .label,
.m-presubtotalquoteamount .promotion-discount-price-two .label,
.m-presubtotalquoteamount .retail-total-price .label {
  padding-left: 0;
  padding-right: 0;
}
.m-presubtotalquoteamount .factor-based-price,
.m-presubtotalquoteamount .promotion-discount-price-one,
.m-presubtotalquoteamount .retail-total-price {
  color: #2d373c;
}
.m-processaccordion {
  border-bottom: 1px solid #879baa;
}
.m-processaccordion .item .heading {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #879baa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
}
.m-processaccordion .item .heading .icon {
  color: #41aaaa;
  font-size: 10px;
  margin: 0 10px 0 0;
}
.m-processaccordion .item .heading h2.a-heading {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.m-processaccordion .item .content {
  padding-left: 20px;
}
.m-processaccordion .item .content.is-open {
  margin-bottom: 20px;
}
.m-processaccordion .item .content .a-image {
  margin-bottom: 15px;
}
.m-processaccordion .item .content .pa-next {
  line-height: 38px;
  width: 100%;
}
.m-processaccordion .item.is-deactivated .heading .a-heading {
  color: #879baa;
}
@media (min-width: 750px) {
  .m-presubtotalquoteamount .factor-based-price .label,
  .m-presubtotalquoteamount .promotion-discount-price-one .label,
  .m-presubtotalquoteamount .promotion-discount-price-two .label,
  .m-presubtotalquoteamount .retail-total-price .label {
    width: 65% !important;
  }
  .m-processaccordion .item .heading {
    padding: 20px 0;
  }
  .m-processaccordion .item .heading .icon {
    font-size: 14px;
    margin: 0 13px 0 0;
  }
  .m-processaccordion .item .heading h2.a-heading {
    font-size: 24px;
    line-height: 26px;
  }
  .m-processaccordion .item .content {
    padding-left: 27px;
  }
  .m-processaccordion .item .content.is-open {
    margin-bottom: 25px;
  }
  .m-processaccordion .item .content .a-image {
    display: inline-block;
    float: left;
    margin-right: 40px;
    position: static;
    text-align: left;
    width: auto;
  }
  .m-processaccordion .item .content .a-image img {
    max-width: 300px;
  }
  .m-processaccordion .item .content .pa-next {
    width: 150px;
  }
}
.m-processbar {
  width: 100%;
  margin: 0;
  position: relative;
  background: 0 0;
  padding: 57px 0;
}
.m-processbar::before {
  content: "";
  position: absolute;
  background: #f5f5f7;
  top: 0;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.m-processbar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.m-processbar ul::before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
  border-radius: 10px;
}
.m-processbar ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
  margin: 0;
  padding: 5px 0 0;
  text-align: left;
  width: auto !important;
}
.m-processbar ul li .step-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  margin-left: 0 !important;
  margin-top: 16px;
  width: auto;
}
.m-processbar ul li .step-content .icon {
  display: inline-block !important;
  height: 16px;
  width: 16px;
}
.m-processbar ul li .step-content .icon.icon-delivery::before {
  display: inline-block;
  font-size: 19px;
  font-family: icons;
  height: 16px;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-processbar ul li .step-content .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 21px;
  line-height: 0;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #7b89a1;
}
.m-processbar ul li .step-content .text {
  color: #7b89a1;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--fontfamily-roman);
  line-height: 1;
  text-align: center;
  white-space: pre-wrap;
}
.m-processbar ul li .step-content:after {
  display: none;
}
.m-processbar ul li .step-content > div {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.m-processbar ul li:nth-child(1)::before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.m-processbar ul li:last-child::before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-processbar ul li:last-child.is-active::before {
  width: 100%;
}
.m-processbar ul li.is-done .step-content .icon:before {
  color: #3cc8be;
}
.m-processbar ul li.is-done .step-content .icon.icon-info:before,
.m-processbar ul li.is-done .step-content .icon.info-tooltip:before {
  color: #3cc8be;
  line-height: 16px !important;
}
.m-processbar ul li.is-done .step-content .text {
  color: #000;
}
.m-processbar ul li.is-done:before {
  width: 100%;
}
.m-processbar ul li.is-active {
  background: 0 0;
  color: unset;
}
.m-processbar ul li.is-active .step-content .icon:before {
  color: #000;
}
.m-processbar ul li.is-active .step-content .text {
  color: #000;
  font-family: var(--fontfamily-bold);
}
.m-processbar ul li.is-active:before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 50%;
}
.m-processbar ul li.is-active,
.m-processbar ul li.is-done {
  border-bottom: 0;
  position: relative;
}
.m-processbar ul li.is-active .step-content .icon:before,
.m-processbar ul li.is-done .step-content .icon:before {
  font-size: 16px !important;
  line-height: 2px !important;
}
.m-processbar ul li.is-active .step-content:after,
.m-processbar ul li.is-done .step-content:after {
  display: none;
}
.m-processbar ul li.is-active::before,
.m-processbar ul li.is-done::before {
  background: #3cc8be;
  border-width: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  z-index: 2;
}
.m-processbar ul li.is-not-active::before,
.m-processbar ul li:not(.is-active):not(.is-done)::after,
.m-processbar ul li:not(.is-active):not(.is-done)::before {
  display: none;
}
.m-processbar ul li.is-not-active,
.m-processbar ul li:not(.is-active),
.m-processbar ul li:not(.is-done) {
  border-bottom: 0;
}
.m-processbar ul li:after {
  display: none;
}
@media (min-width: 900px) {
  .m-presubtotalquoteamount .factor-based-price .label,
  .m-presubtotalquoteamount .promotion-discount-price-one .label,
  .m-presubtotalquoteamount .promotion-discount-price-two .label,
  .m-presubtotalquoteamount .retail-total-price .label {
    width: 68% !important;
  }
  .m-processaccordion .item .heading {
    padding: 25px 0;
  }
  .m-processaccordion .item .heading .icon {
    font-size: 15px;
    margin: 0 20px 0 0;
  }
  .m-processaccordion .item .content {
    padding-left: 35px;
  }
  .m-processaccordion .item .content.is-open {
    margin-bottom: 30px;
  }
  .m-processaccordion .item .content .a-image img {
    max-width: 420px;
  }
  .m-processbar ul li .step-content .text {
    text-align: left;
    font-size: 16px;
  }
  .m-processbar ul li .step-content > div {
    gap: 10px;
  }
  .m-processbar ul li .step-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-processbar {
    width: 100%;
  }
  .m-processbar::before {
    left: -50vw;
    margin: 0;
    width: 200vw;
  }
  .m-processbar ul {
    width: 100%;
    margin-left: 0;
  }
  .m-processbar ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .m-processbar ul li:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.m-productconversionarea {
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-productconversionarea:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.m-productconversionarea > * {
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}
.m-productconversionarea > :empty {
  margin-bottom: 0 !important;
}
.m-productconversionarea
  .js-conversion-wrapper
  .a-rating
  + .salesprogram:not(:empty) {
  margin-bottom: 0;
  margin-top: 20px !important;
}
.m-productconversionarea
  .js-conversion-wrapper
  .a-rating
  + .data-sheet-energy:not(:empty),
.m-productconversionarea
  .js-conversion-wrapper
  .a-rating
  + .salesprogram:not(:empty)
  + .data-sheet-energy:not(:empty) {
  margin-top: 20px !important;
}
.m-productconversionarea .m-ratingsummary:only-child {
  margin: 0;
}
.m-productconversionarea .a-rating {
  width: auto;
}
.m-productconversionarea
  .data-sheet-energy
  > div:not(.m-imagelist):not(.energy-class-range) {
  margin-bottom: 10px;
}
.m-productconversionarea .data-sheet-energy .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-productconversionarea .data-sheet-energy .m-imagelist {
  margin-right: 20px;
  padding: 0;
  width: 80px;
}
.m-productconversionarea .data-sheet-energy .m-imagelist .a-link {
  margin: 0;
}
.m-productconversionarea .data-sheet-energy .a-link-download {
  font-family: SiemensSans-Bold, sans-serif;
  margin: 0 20px 0 0;
  padding: 0;
  text-decoration: underline;
}
.m-productconversionarea .data-sheet-energy .a-link-download:before {
  display: none;
}
.m-productconversionarea .data-sheet-energy .a-link-download:hover:before {
  -webkit-animation: none;
  animation: none;
}
.m-productconversionarea .dealer-logos {
  grid-row-gap: 8px;
  grid-column-gap: 8px;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.m-productconversionarea .dealer-logos h3.a-heading {
  grid-column: 1/-1;
}
.m-productconversionarea .dealer-logos .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.m-productconversionarea .dealer-logos .a-image {
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: 80%;
}
.m-productconversionarea .dealer-logos .dealer-price-wrapper {
  padding: 10px 20% 0 10px;
}
.m-productconversionarea
  .dealer-logos
  .dealer-price-wrapper
  .dealer-price.highlight {
  color: #2d373c;
}
.m-productconversionarea .dealer-logos .dealer-price-wrapper .price-info {
  color: #879baa;
}
.m-productconversionarea .dealer-logos .js-usp-dealer.dealer-info {
  padding: 0 20% 0 10px;
}
.m-productconversionarea .dealer-logos .a-logo {
  border: 1px solid #2d373c;
  padding: 10px 0;
}
.m-productconversionarea .dealer-logos .a-logo:hover:before {
  color: #fff;
}
.m-productconversionarea .dealer-logos .a-logo:hover:after {
  content: "";
  background: #41aaaa;
}
.m-productconversionarea .dealer-logos .a-logo:before {
  color: #41aaaa;
  display: inline-block;
  font-family: icons;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  margin-top: -15px;
  margin-right: -25px;
  position: absolute;
  right: 20%;
  top: 85%;
  -webkit-transition: color 0.4s cubic-bezier(0.38, 0.04, 0.35, 0.96);
  transition: color 0.4s cubic-bezier(0.38, 0.04, 0.35, 0.96);
  z-index: 10;
}
@media (min-width: 750px) {
  .m-productconversionarea .dealer-logos .a-logo:before {
    right: 9%;
  }
}
@media (min-width: 900px) {
  .m-productconversionarea .dealer-logos .a-logo:before {
    right: 17%;
  }
}
.m-productconversionarea .dealer-logos .a-logo:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.4s cubic-bezier(0.38, 0.04, 0.35, 0.96);
  transition: background-color 0.4s cubic-bezier(0.38, 0.04, 0.35, 0.96);
  width: 25%;
}
@media (min-width: 750px) {
  .m-productconversionarea .dealer-logos .a-logo:after {
    width: 10%;
  }
}
@media (min-width: 900px) {
  .m-productconversionarea .dealer-logos .a-logo:after {
    width: 20%;
  }
}
.m-productconversionarea .price {
  margin-bottom: 0;
  padding-right: 0;
  position: relative;
}
.m-productconversionarea .price:only-child {
  margin-bottom: 0 !important;
}
.m-productconversionarea .price .previous {
  color: #3c464b;
  font-size: 14px;
  line-height: 18px;
  margin: 0 !important;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-productconversionarea .price .previous + .current {
  color: #e0173b;
}
.m-productconversionarea .price .a-link {
  bottom: 30px;
  left: 50px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: absolute;
  top: auto;
}
.m-productconversionarea .price .a-link .icon {
  margin-right: 0;
}
.m-productconversionarea .price .current,
.m-productconversionarea .price .previous {
  display: block;
  float: none;
  width: auto;
}
.m-productconversionarea .price .current {
  color: #3c464b;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-productconversionarea .price .current.highlight:first-of-type {
  color: #3c464b !important;
}
.m-productconversionarea .price .current.highlight {
  background-color: transparent !important;
  display: inline-block;
  float: left;
  width: auto;
}
.m-productconversionarea
  .m-estimateddeliverydate.state-green
  .estimated-delivery-text,
.m-productconversionarea
  .m-estimateddeliverydate.state-yellow
  .estimated-delivery-text {
  color: #2d373c;
}
.m-productconversionarea .m-estimateddeliverydate.state-red {
  display: none;
}
.m-productconversionarea .m-estimateddeliverydate p:last-child {
  margin-bottom: 0;
}
@media print {
  .m-productconversionarea .buttongroup,
  .m-productconversionarea .dealer-logos,
  .m-productconversionarea .js-button-group-wrapper,
  .m-productconversionarea .js-product-compare,
  .m-productconversionarea .legal-text,
  .m-productconversionarea .warranty,
  .m-productconversionarea .wishlist {
    display: none;
  }
}
.m-productconversionarea > .js-conversion-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-productconversionarea > .js-price-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-productconversionarea > .details,
.m-productconversionarea > .js-detail-wrapper {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-productconversionarea > .js-stock-info-wrapper,
.m-productconversionarea > .m-estimateddeliverydate {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.m-productconversionarea > .js-additional-link-list,
.m-productconversionarea > .m-quantityselector {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.m-productconversionarea > .m-forminput-dropdown {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.m-productconversionarea > .colors,
.m-productconversionarea > .legal-text {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.m-productconversionarea .m-productconversionarea__m-productsubscription {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.m-productconversionarea > .buttongroup,
.m-productconversionarea > .js-button-group-wrapper {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.m-productconversionarea > .product-label-list,
.m-productconversionarea > .warranty {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.m-productconversionarea > .js-product-compare {
  margin-bottom: 10px !important;
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.m-productconversionarea > .wishlist {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.m-productconversionarea .salesprogram {
  margin: 0 20px 10px 0;
}
.m-productconversionarea .details {
  color: #879baa;
  width: 100%;
}
.m-productconversionarea .details .highlight,
.m-productconversionarea .details p:not(.highlight) strong {
  background-color: transparent !important;
  border: 1px solid #e0173b;
  color: #e0173b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 8px 10px 10px;
}
.m-productconversionarea .details p {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.m-productconversionarea .details p:not(:only-child) {
  margin-bottom: 10px;
}
.m-productconversionarea .details p:not(:first-child):not(.highlight) {
  margin-bottom: 4px;
}
.m-productconversionarea .details p:first-child {
  margin-top: 0;
}
.m-productconversionarea .product-label-list .m-imagelist > * {
  float: right;
  margin-right: 0;
}
.m-productconversionarea p {
  color: #879baa;
}
.m-productconversionarea p.legal-text {
  margin-top: 12px;
}
.m-productconversionarea p.legal-text:empty {
  margin-top: 0;
}
.m-productconversionarea .m-forminput.colors,
.m-productconversionarea .m-forminput.sizes,
.m-productconversionarea .m-forminput.variations {
  margin-bottom: 10px;
  width: 100%;
}
.m-productconversionarea .a-link .icon {
  margin-left: 2px;
}
.m-productconversionarea form {
  display: block;
  width: 100%;
}
.m-productconversionarea form p {
  margin-top: 11px;
}
.m-productconversionarea form p.remove-item {
  margin-top: 10px;
}
.m-productconversionarea form p.remove-item .a-link .icon {
  vertical-align: 0;
}
@media (min-width: 900px) {
  .m-productconversionarea .salesprogram {
    margin: 0 20px 10px 0;
  }
  .m-productconversionarea form {
    width: auto;
  }
}
.m-productconversionarea .m-quantityselector {
  margin-bottom: 10px;
}
.m-productconversionarea .m-quantityselector.quantity {
  width: 106px !important;
}
.m-productconversionarea .eco-m {
  margin-bottom: 15px;
}
.m-productconversionarea .eco-m .eco-c {
  font-family: SiemensSans-Bold, sans-serif !important;
  font-weight: 400 !important;
  margin-top: 7px;
}
.m-productconversionarea .eco-m .eco-c a.ecr-details.ecr-open-details {
  color: #41aaaa !important;
  font-size: 14px;
}
.m-productconversionarea .eco-m .eco-c a.ecr-details.ecr-open-details:active,
.m-productconversionarea .eco-m .eco-c a.ecr-details.ecr-open-details:focus,
.m-productconversionarea .eco-m .eco-c a.ecr-details.ecr-open-details:hover {
  color: #a5e1e1 !important;
  text-decoration: none !important;
}
.m-productconversionarea
  .eco-m
  .eco-c
  a.ecr-details.ecr-open-details:active:before,
.m-productconversionarea
  .eco-m
  .eco-c
  a.ecr-details.ecr-open-details:focus:before,
.m-productconversionarea
  .eco-m
  .eco-c
  a.ecr-details.ecr-open-details:hover:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrowSlide;
  animation-name: arrowSlide;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.m-productconversionarea .eco-m .eco-c a.ecr-details.ecr-open-details:before {
  background: 0 0;
  display: inline-block;
  float: none;
  font-family: icons;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  margin: 0 6px 0 -2px;
  speak: none;
}
.m-productconversionarea .buttongroup .a-link.dl:before,
.m-productconversionarea .js-button-group-wrapper .a-link.dl:before {
  background: 0 0;
  display: inline-block;
  float: none;
  font-family: icons;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.m-productconversionarea .buttongroup .a-link.dl:hover:before,
.m-productconversionarea .js-button-group-wrapper .a-link.dl:hover:before {
  -webkit-animation: none;
  animation: none;
}
.m-productconversionarea
  .additional-energy-labels-repair-index
  .m-imagelist
  .a-image
  img {
  height: 42px;
  width: auto;
}
@media (min-width: 750px) {
  .m-productconversionarea .details {
    width: 75%;
  }
  .m-productconversionarea .data-sheet-energy {
    margin: 0;
  }
  .m-productconversionarea .data-sheet-energy .m-imagelist {
    margin-right: 15px;
  }
  .m-productconversionarea .price .current {
    margin-bottom: 0;
  }
  .m-productconversionarea .details .a-link .icon {
    margin-left: 5px;
  }
  .m-productconversionarea .details p:not(:first-child):not(.highlight) {
    margin-bottom: 2px;
  }
  .m-productconversionarea .m-forminput.colors,
  .m-productconversionarea .m-forminput.sizes,
  .m-productconversionarea .m-forminput.variations {
    margin-bottom: 10px;
    margin-right: 8px;
    width: -webkit-calc(33.3333% - 8px);
    width: calc(33.3333% - 8px);
  }
  .m-productconversionarea .m-forminput:last-child {
    margin-bottom: 0;
  }
  .m-productconversionarea .a-button,
  .m-productconversionarea .js-button-group-wrapper .a-button,
  .m-productconversionarea .js-button-group-wrapper .a-link.a-button {
    width: 100%;
  }
  .m-productconversionarea .eco-m {
    margin-bottom: 25px;
  }
  .m-productconversionarea .eco-m .eco-c {
    margin-top: 12px;
  }
  .m-productconversionarea .eco-m .eco-c a.ecr-details.ecr-open-details {
    font-size: 13px;
  }
  .m-productconversionarea .warranty {
    margin: 6px 0 20px;
  }
  .m-productconversionarea form.remove-item {
    margin-top: 9px;
  }
}
.m-productitem {
  margin: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  margin: calc(var(--element-margin) / 2) 0 0 0;
  padding: 0;
}
.m-productitem .delete,
.m-productitem .edit {
  padding: 0 0 32px;
}
@media (min-width: 900px) {
  .m-productconversionarea .buttongroup .a-button {
    width: 100%;
  }
  .m-productconversionarea .m-forminput.colors,
  .m-productconversionarea .m-forminput.sizes,
  .m-productconversionarea .m-forminput.variations {
    margin-bottom: 15px;
    margin-right: 0;
    padding-right: 68px;
    width: 100%;
  }
  .m-productconversionarea .m-quantityselector {
    margin-bottom: 15px;
  }
  .m-productconversionarea .details p:not(:first-child):not(.highlight) {
    margin-bottom: 1px;
  }
  .m-productconversionarea .details p:only-child {
    margin-bottom: 0;
  }
  .m-productconversionarea .a-button {
    margin-bottom: 15px;
  }
  .m-productconversionarea .eco-m {
    margin-bottom: 5px;
  }
  .m-productconversionarea .eco-m .eco-c {
    margin-top: 14px;
  }
  .m-productconversionarea .eco-m .eco-c a.ecr-details.ecr-open-details {
    font-size: 14px;
  }
  .m-productconversionarea .warranty {
    margin-bottom: 10px;
  }
  .m-productconversionarea
    .js-product-compare
    .m-forminput.m-forminput-checkbox {
    margin-bottom: 0;
  }
  .m-productconversionarea
    .js-product-compare
    + .m-forminput-checkbox.wishlist {
    margin-top: 15px;
  }
  .m-productconversionarea form.remove-item {
    margin-top: 10px;
  }
  .m-productitem .delete,
  .m-productitem .edit {
    padding-bottom: 0;
  }
}
.m-productitem .a-morecontenttogglelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 24px;
}
.m-productitem .a-morecontenttogglelink .more-less-button {
  display: block;
}
.m-productitem
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink {
  margin: 0;
}
.m-productitem .m-producttitle {
  margin-bottom: 40px;
}
.m-productitem .m-producttitle .a-heading.brand {
  color: #7b89a1;
  font-size: 12px;
  line-height: 1.2;
}
.m-productitem .m-producttitle > .a-heading .fragment {
  font-size: 28px;
  color: #0b0f12;
  line-height: 36px;
}
.m-productitem .m-producttitle > p > .fragment {
  font-size: 16px;
  color: #2b2f43;
  line-height: 26px;
}
.m-productitem .content-wrap .content-right {
  padding-top: 56px;
}
.m-productitem .content-wrap .content-right .warranty {
  background: rgba(212, 105, 27, 0.1);
  border: thin solid #d4691b;
  border-radius: 2px;
  color: #d4691b;
  font-family: var(--fontfamily-bold);
  margin: 0 0 24px;
  padding: 24px;
}
.m-productitem .content-wrap .content-right .warranty.additional-link-list {
  background: 0 0;
  border: none;
  padding: 0;
}
@media (min-width: 900px) {
  .m-productitem .content-wrap .content-right .warranty {
    margin: 0 0 40px;
  }
}
.m-productitem .content-wrap .content-right .actions .a-button {
  margin: 0 0 16px;
  min-width: auto;
  padding: 11px !important;
  width: 100%;
}
.m-productitem
  .content-wrap
  .content-right
  .actions
  .m-multioptionbutton
  .a-button {
  margin: 0;
}
.m-productitem .content-wrap .content-right .actions > .a-link:not(.a-button) {
  margin-top: 24px;
}
.m-productitem .content-wrap .content-right .information .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
}
.m-productitem .content-wrap .content-right .information .list-unstyled {
  margin-top: 32px;
}
.m-productitem .media {
  display: inline-block;
  position: relative;
}
.m-productitem .media > .a-link {
  width: auto;
}
.m-productitem .media .callouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.m-productitem .media .callouts > .a-callout {
  margin: 0;
  background-color: #d4691b;
}
.m-productitem .media .callouts > .a-callout:first-child {
  background-color: #000028 !important;
}
.m-productitem .media .callouts > .callout {
  margin: 0;
}
.m-productitem .media .callouts > .callout:first-child .a-callout {
  background-color: #000028 !important;
}
.m-productitem .media .callouts > .callout .a-callout {
  background-color: #d4691b;
}
.m-productitem .media .a-image img {
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  position: relative;
}
.m-productpromotion .a-heading {
  width: 100% !important;
}
.m-productpromotion .bundle .header-text.highlight {
  font-weight: 400;
}
.m-productpromotion .bundle .product-conversion-area {
  padding-right: 0;
}
.m-productpromotion .product-conversion-area .m-productconversionarea {
  display: block;
}
.m-productpromotion.fixed .promotion-separator {
  bottom: -34px;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
}
.m-productpromotion.fixed .promotion-separator .icon {
  background-color: transparent;
  color: #41aaaa;
  font-size: 20px;
}
.m-productpromotion.fixed .o-list.grid-view {
  margin-top: 0;
}
.m-productpromotion.fixed .list-layout .item {
  margin-top: 40px;
}
.m-productpromotion.fixed
  .list-layout
  .item
  .m-productconversionarea
  .a-productavailability.a-link {
  margin-top: 15px;
}
@media (min-width: 750px) {
  .m-productpromotion .bundle .header-text.highlight {
    padding-top: 4px;
  }
  .m-productpromotion .bundle .header-text {
    padding-top: 7px;
    text-align: left;
  }
  .m-productpromotion.fixed .m-productpromotionteaser {
    padding-right: 0;
  }
  .m-productpromotion.fixed .promotion-separator {
    bottom: 77%;
    left: 100%;
    right: -23px;
  }
  .m-productpromotion.fixed
    .list-layout
    .item
    .m-productconversionarea
    .a-productavailability.a-link {
    margin-top: 20px;
  }
  .m-productpromotion.fixed .grid-view {
    margin-left: -15px;
    margin-right: -15px;
  }
  .m-productpromotion.fixed .grid-view .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 900px) {
  .m-productpromotion .bundle .header-text.highlight {
    font-weight: 700;
    padding-top: 2px;
  }
  .m-productpromotion.fixed .promotion-separator {
    right: -34px;
  }
  .m-productpromotion.fixed
    .list-layout
    .item
    .m-productconversionarea
    .a-productavailability.a-link {
    margin-top: 25px;
  }
  .m-productpromotion.fixed .grid-view {
    margin-left: 0;
    margin-right: 0;
  }
  .m-productpromotion.fixed .grid-view .item {
    padding-left: 1.3888888889%;
    padding-right: 1.3888888889%;
  }
}
.m-productpromotion.flexible .m-carousel {
  margin-top: 0;
  padding: 0;
}
.m-productpromotion.flexible .m-carousel .slick-slider {
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}
.m-productpromotion.flexible .m-carousel .paginationnumberposition-bottom {
  bottom: -19px;
}
.m-productpromotion.flexible .m-carousel .carousel-paginationarrows {
  margin: 0 auto;
  top: 100%;
  width: 50px;
}
.m-productpromotion.flexible
  .m-carousel
  .carousel-paginationarrows
  .a-paginationarrows.next,
.m-productpromotion.flexible
  .m-carousel
  .carousel-paginationarrows
  .a-paginationarrows.prev {
  color: #41aaaa;
  font-size: 12px;
}
.m-productpromotion.flexible
  .m-carousel
  .carousel-paginationarrows
  .a-paginationarrows.next:hover:before,
.m-productpromotion.flexible
  .m-carousel
  .carousel-paginationarrows
  .a-paginationarrows.prev:hover:before {
  color: #3cc8be;
}
.m-productpromotion.flexible .m-carousel + .a-horizontalrule {
  margin: 58px 0 0;
}
.m-productpromotion.flexible
  .m-carousel
  .slide:nth-child(even)
  .promotion-separator {
  display: none;
}
.m-productpromotion.flexible .m-carousel .promotion-separator {
  right: -5px;
}
.m-productpromotion.flexible .m-carousel .promotion-separator .icon {
  font-size: 20px;
}
.m-productpromotion.flexible
  .m-productpromotionteaser
  .m-productconversionarea
  .a-productavailability.a-link {
  margin-top: 15px;
}
.m-productpromotion.flexible .m-productpromotionteaser .remove-item.top {
  right: 0;
}
@media (min-width: 750px) {
  .m-productpromotion.fixed .promotion-separator {
    right: -30px;
  }
  .m-productpromotion.flexible .m-carousel {
    margin-right: -30px;
  }
  .m-productpromotion.flexible .m-carousel .slick-slider {
    padding-right: 28px;
  }
  .m-productpromotion.flexible .m-carousel .paginationnumberposition-bottom {
    bottom: -20px;
  }
  .m-productpromotion.flexible
    .m-productpromotionteaser
    .m-productconversionarea
    .a-productavailability.a-link {
    margin-top: 20px;
  }
  .m-productpromotion.flexible .m-productpromotionteaser .remove-item.top {
    right: 16px;
  }
  .m-productpromotion .carousel-paginationnumber {
    margin: auto;
  }
}
.m-productpromotion.flexible .promotion-separator {
  right: 0;
}
.m-productpromotion.flexible .promotion-separator .icon {
  background: 0 0;
  color: #41aaaa;
}
.m-productpromotion.flexible .promotion-separator .icon:not(.first) {
  font-size: 22px;
}
.m-productpromotion .o-list.grid-view .item {
  margin-top: 0 !important;
}
.m-productpromotionteaser {
  padding: 30px 0 0;
}
@media (min-width: 750px) {
  .m-productpromotionteaser {
    padding: 30px 20px 0 0;
  }
}
@media (min-width: 900px) {
  .m-productpromotion.flexible .m-carousel .slick-slider {
    padding-right: 0;
  }
  .m-productpromotion.flexible .m-carousel .slick-slider .slide {
    width: 33%;
  }
  .m-productpromotion.flexible
    .m-carousel
    .slide:nth-child(even)
    .promotion-separator {
    display: block;
  }
  .m-productpromotion.flexible
    .m-carousel
    .slide:nth-child(3n + 3)
    .promotion-separator {
    display: none;
  }
  .m-productpromotion.flexible .m-carousel .promotion-separator {
    right: 10px;
  }
  .m-productpromotion.flexible
    .m-productpromotionteaser
    .m-productconversionarea
    .a-productavailability.a-link {
    margin-top: 25px;
  }
  .m-productpromotion.flexible .m-productpromotionteaser .remove-item.top {
    right: 46px;
  }
  .m-productpromotionteaser {
    padding: 30px 50px 0 0;
  }
}
.m-productpromotionteaser .remove-item .a-link .icon {
  font-size: 20px;
  margin-right: 0;
}
.m-productpromotionteaser
  .m-productconversionarea
  .data-sheet-energy
  .m-imagelist {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: auto;
}
.m-productpromotionteaser
  .m-productconversionarea
  .data-sheet-energy
  .m-imagelist
  .a-image {
  max-width: 100%;
}
.m-productregistration-appliancedetails {
  margin: 50px 0 0;
}
.m-productregistration-appliancedetails h2.a-heading {
  font-size: 20px;
  line-height: 23px;
}
.m-productregistration-appliancedetails .m-enterenumberproductids {
  margin-top: 0;
  padding-top: 0;
}
.m-productregistration-appliancedetails .m-form {
  margin: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  margin: calc(var(--element-margin) / 2) 0 0 0;
  padding: 0;
}
.o-productselection .m-togglebox {
  padding-top: 0 !important;
}
.m-productservices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
.m-productservices .a-heading {
  color: #3c464b;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 19px;
}
.m-productservices .a-heading.cew-heading {
  margin-top: 0;
}
.m-productservices .cew-option {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-productservices .cew-option .a-link.has-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: -14px;
  margin-left: 11px;
}
.m-productservices .cew-option .price.highlight {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  line-height: 14px;
  margin-left: 35px;
}
.m-productservices .service {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 15px;
  position: relative;
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 30px auto auto auto;
  grid-template-columns: 30px auto auto auto;
}
.m-productservices .service .a-link {
  height: auto;
  margin: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding: 0;
  width: auto;
  position: static !important;
  -ms-grid-column-span: 1;
  -ms-grid-column: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.m-productservices .service .a-link .icon {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 16px;
  padding-right: 10px;
  width: 16px;
}
.m-productservices .service .a-link .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  line-height: 10px;
}
.m-productservices .service label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding: 0;
}
.m-productservices .service label span {
  padding-top: 3px;
}
.m-productservices .service label .label-text {
  margin: 0 0 0 7px;
}
.m-productservices .service label .label-text h2,
.m-productservices .service label .label-text h3,
.m-productservices .service label .label-text h4,
.m-productservices .service label .label-text h5 {
  all: unset;
}
.m-productservices .service:first-of-type {
  margin-top: 20px;
}
.m-productservices .service .price {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -ms-grid-column-span: 1;
  -ms-grid-column: 2;
  grid-column: 2 / span 1;
  -ms-grid-row: 2;
  grid-row: 2;
  margin-left: 0;
}
.m-productservices .service .price .highlight {
  margin-left: 0;
}
.m-productservices .service .m-forminput-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  width: auto;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: span 4;
  grid-column: span 4;
}
.m-productservices .service .m-forminput-checkbox:after {
  display: none;
}
.m-productservices .service .m-forminput-checkbox input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #7b89a1;
  border-radius: 360px;
  border-bottom: none !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 32px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 50px;
}
.m-productservices .service .m-forminput-checkbox input:focus {
  background-color: #7b89a1 !important;
  border-bottom: none !important;
}
.m-productservices .service .m-forminput-checkbox input:checked {
  background-color: #3cc8be !important;
  border-bottom: none !important;
}
.m-productservices .service .m-forminput-checkbox input:checked::before {
  left: 21px;
}
.m-productservices .service .m-forminput-checkbox input::before {
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 26px;
  left: 2px;
  position: absolute;
  top: 3px;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  width: 26px;
}
.m-productservices .service .m-forminput-checkbox label.a-formlabel {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 0 !important;
}
.m-productservices
  .service
  .m-forminput-checkbox
  label.a-formlabel
  .label-text {
  color: #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 10px;
}
.m-productservices
  .service
  .m-forminput-checkbox
  label.a-formlabel
  .label-text
  h3 {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: inherit;
  padding: inherit;
}
.m-productservices .service .m-forminput-checkbox label.a-formlabel .highlight {
  color: #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-productservices .service .m-forminput-checkbox label.a-formlabel:after,
.m-productservices .service .m-forminput-checkbox label.a-formlabel:before {
  display: none !important;
}
.m-productservices .delivery {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}
.m-productservices .delivery > .icon.icon-m {
  font-size: 30px !important;
}
.m-productservices .delivery .delivery-text {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 15px 10px 15px 0;
  text-align: left;
  width: 100%;
}
.m-productservices .delivery .a-link {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.m-productservices .delivery .a-link .icon {
  padding-right: 0;
}
.m-productsethead .m-producttitle p {
  color: #879baa;
  font-size: 12px;
}
.m-productsethead .m-producttitle p:first-child {
  display: none;
}
@media (min-width: 750px) {
  .m-productservices {
    margin: 15px 0 0;
  }
  .m-productsethead .m-producttitle p {
    font-size: 13px;
  }
  .m-productsethead .m-producttitle p:first-child {
    display: block;
  }
}
.m-productsethead .productset,
.m-productsethead .productset-conversionarea {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  .m-productservices {
    margin: 20px 0;
  }
  .m-productsethead .m-producttitle p {
    font-size: 14px;
  }
  .m-productsethead .productset,
  .m-productsethead .productset-conversionarea {
    padding-right: 1.3888888889%;
  }
}
.m-productsethead .productset-ids .a-heading,
.m-productsethead .productset-ids > ul,
.m-productsethead .productset-ids > ul > li {
  font-size: 12px;
}
@media (min-width: 750px) {
  .m-productsethead .productset-ids .a-heading,
  .m-productsethead .productset-ids > ul,
  .m-productsethead .productset-ids > ul > li {
    font-size: 13px;
  }
}
@media (min-width: 900px) {
  .m-productsethead .productset-ids .a-heading,
  .m-productsethead .productset-ids > ul,
  .m-productsethead .productset-ids > ul > li {
    font-size: 14px;
  }
}
.m-productsethead .thumbnails-separator .icon {
  color: #41aaaa;
  font-size: 10px;
}
.m-productsethead .m-productconversionarea .details .highlight {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-productsethead .promotion .m-firedmessage {
  padding: 20px;
}
.m-productsethead .promotion .m-firedmessage .content .list-unstyled li {
  line-height: 1;
}
.m-productsethead .promotion .m-firedmessage .content .a-heading {
  color: #2d373c;
  font-size: 14px;
  margin-bottom: 15px;
}
.m-productsethead .promotion .m-firedmessage .content-icon {
  color: #41aaaa;
  right: 18px;
  top: 18px;
}
@media (min-width: 750px) {
  .m-productsethead .thumbnails-separator .icon {
    font-size: 15px;
  }
  .m-productsethead .promotion .m-firedmessage {
    padding: 22px 24px;
  }
  .m-productsethead .promotion .m-firedmessage .content .a-heading {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .m-productsethead .promotion .m-firedmessage .content-icon {
    right: 20px;
    top: 20px;
  }
}
.m-productsethead .productset-calloutarea {
  display: block;
}
.m-productsethead .productset-calloutarea .callouts .a-callout {
  background: #e0173b;
}
.m-productsethead .productset-calloutarea .callouts .a-callout:first-child {
  background: #50bed7;
}
.m-productsethead .productset-calloutarea .product-thumbnail {
  display: none;
}
.m-productsethead .m-firedmessage.a-area {
  border: 1px solid #d4691b;
}
.m-productsethead .m-firedmessage.a-area.a-area-desktop,
.m-productsethead .m-firedmessage.a-area.a-area-mobile,
.m-productsethead .m-firedmessage.a-area.a-area-tablet {
  background-color: #ebf0f5;
  border: 1px solid #d4691b;
}
@media (max-width: 899px) {
  .m-productsethead .m-firedmessage.a-area.a-area-desktop,
  .m-productsethead .m-firedmessage.a-area.a-area-mobile,
  .m-productsethead .m-firedmessage.a-area.a-area-tablet,
  .m-productsethead .productset,
  .m-productsethead .productset-conversionarea {
    width: 100%;
  }
}
.m-productsetitemdetail .serviceArea .container .m-containerexpandable {
  margin-top: 0;
}
@media (min-width: 900px) {
  .m-productsethead .promotion .m-firedmessage {
    padding: 28px;
  }
  .m-productsethead .promotion .m-firedmessage .content .a-heading {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .m-productsethead .promotion .m-firedmessage .content-icon {
    right: 25px;
    top: 25px;
  }
  .m-productsetitemdetail .serviceArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-productsetitemdetail .serviceArea .ratingDownload {
    margin: 20px 0 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .m-productsetitemdetail .serviceArea .container {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.m-productset-thumbnails .productset-thumbnails {
  margin-bottom: 0 !important;
}
.m-productset-thumbnails .productset-thumbnail .thumbnails-separator .icon {
  color: #41aaaa;
}
.m-productteaser.sparepartlist-dot {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "image" "prodinfo" "prodconversion";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  height: auto;
  min-height: auto;
  margin: 0 !important;
  padding: 0;
}
.m-productteaser.sparepartlist-dot:after {
  display: none;
}
.m-productteaser.sparepartlist-dot .product-conversion {
  display: block;
  float: none;
  grid-area: prodconversion;
  height: auto;
  margin: 0 !important;
  padding: 0;
  width: 100%;
}
.m-productteaser.sparepartlist-dot
  .product-conversion
  .m-productconversionarea:after {
  display: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaser.sparepartlist-dot
  .product-conversion
  .m-productconversionarea
  > .a-link.a-button.a-link-secondary.a-button-link:last-child:not(
    .a-button-plain
  ),
.m-productteaser.sparepartlist-dot
  .product-conversion
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productconversionarea
  > .a-link.a-button.a-link-secondary.a-button-link:last-child:not(
    .a-button-plain
  ),
.m-productteaser.sparepartlist-dot
  .product-conversion
  .m-productconversionarea
  > .a-link.a-button.a-button-secondary:last-child,
.m-productteaser.sparepartlist-dot
  .product-conversion
  .m-productconversionarea
  > .a-link.a-button.a-link-secondary:last-child,
.m-productteaser.sparepartlist-dot
  .product-conversion
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productconversionarea
  > .a-link.a-button.a-link-secondary.a-button-link:last-child,
.m-productteaser.sparepartlist-dot
  .product-conversion
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productconversionarea
  > .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:last-child,
.m-productteaser.sparepartlist-dot
  .product-conversion
  .o-alternativeproduct
  .tile-description.m-productconversionarea
  > .a-link.a-button.a-link-secondary.a-link-primary:last-child:not(.a-button),
.m-productteaser.sparepartlist-dot
  .product-conversion
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productconversionarea
  > .a-link.a-button.a-link-secondary:last-child,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaser.sparepartlist-dot
  .product-conversion
  .m-productconversionarea
  > .a-link.a-button.a-link-secondary:last-child {
  margin-bottom: 0 !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .a-button.a-link-primary.a-button-link,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .a-button.a-button-primary,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .a-button.a-link-primary.a-link,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  a.a-button.a-link-primary.a-button-link,
.m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  button.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaser.sparepartlist-dot
  .product-conversion
  form.js-ajax-request
  .a-button.a-link-primary.a-link {
  margin-bottom: 0;
}
.m-productteaser.sparepartlist-dot .product-info {
  grid-area: prodinfo;
  margin: 0 !important;
  width: 100%;
}
.m-productteaser.sparepartlist-dot .product-info .a-link.product-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.m-productteaser.sparepartlist-dot
  .product-info
  .a-link.product-title
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
}
.m-productteaser.sparepartlist-dot
  .product-info
  .a-link.product-title
  .product-id {
  margin: 0 0 8px;
}
.m-productteaser.sparepartlist-dot
  .product-info
  .a-link.product-title
  .product-id,
.m-productteaser.sparepartlist-dot
  .product-info
  .a-link.product-title
  .product-id
  p {
  color: #7b89a1;
  font-size: 12px;
  line-height: 1;
}
.m-productteaser.sparepartlist-dot
  .product-info
  .a-link.product-title
  .product-id
  p {
  margin: 0;
}
.m-productteaser.sparepartlist-dot .product-images {
  float: none;
  grid-area: image;
  margin: 0;
  width: 100%;
  display: block;
  height: auto;
}
.m-productteaser.sparepartlist-dot .product-images:after,
.m-productteaser.sparepartlist-dot .product-images:before {
  display: none;
}
.m-productteaser.sparepartlist-dot .product-images .product-thumbnail {
  height: auto;
  width: auto;
}
.m-productteaser.sparepartlist-dot
  .product-images
  .product-thumbnail
  > .a-link:not(.slick-slide) {
  display: block;
  height: auto;
  width: auto;
}
.m-productteaser.sparepartlist-dot
  .product-images
  .product-thumbnail
  > .a-link:not(.slick-slide):after,
.m-productteaser.sparepartlist-dot
  .product-images
  .product-thumbnail
  > .a-link:not(.slick-slide):before {
  display: none;
}
.m-productteaser.sparepartlist-dot
  .product-images
  .product-thumbnail
  > .a-link:not(.slick-slide)
  .a-image {
  bottom: auto;
  left: auto;
  max-height: none;
  padding: 0;
  position: relative;
  top: auto;
  object-fit: unset;
  width: auto;
}
.m-productteaser.sparepartlist-dot
  .product-images
  .product-thumbnail
  > .a-link:not(.slick-slide)
  .a-image
  img {
  height: auto;
  max-width: none;
  min-width: auto;
  object-fit: unset;
  position: relative;
  width: auto;
}
.m-productteaser .product-info .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
.m-productteaser .product-info .m-producttitle > h2.a-heading {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.m-productteaser .product-info .m-producttitle .heading-link h2.a-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-productteaser
  .product-info
  .m-producttitle
  .heading-link
  h2.a-heading
  .fragment {
  font-size: 20px;
  font-family: var(--fontfamily-roman);
  line-height: 24px;
}
.m-productteaser
  .product-info
  .m-producttitle
  .heading-link
  h2.a-heading
  .fragment.std-header-1 {
  font-family: var(--fontfamily-roman);
}
.m-productteaser .product-images > .callouts {
  display: block;
}
.m-productteaser .product-images .callouts.onimage:nth-child(2) {
  top: 80px;
}
.m-productteaser .product-images .callouts.onimage .a-callout {
  margin-right: 0;
}
.m-productteaser
  .product-images
  .callouts
  .flexcampaign
  .a-image:nth-child(n + 4) {
  display: none;
}
.m-productteaser .product-images .callouts .a-callout:first-child {
  background-color: #e0173b;
}
.m-productteaser .product-images .product-thumbnail + .flexcampaign,
.m-productteaser
  .product-images
  .product-thumbnail
  + .product-awards
  + .flexcampaign {
  text-align: left !important;
}
.m-productteaser .product-images .product-thumbnail + .flexcampaign .a-image {
  margin-bottom: 5px;
}
.m-productteaser .product-images .image-container .home-connect-image {
  margin-top: 0;
}
.m-productteaser .product-conversion .js-price-wrapper {
  float: left;
}
.m-productteaser .product-conversion .js-price-wrapper .details > p strong {
  color: #d4691b;
  border-color: #d4691b;
}
.m-productteaser .product-conversion .js-price-wrapper .buttongroup .a-button {
  padding: 12px 40px !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  a.a-link-primary.a-button,
.m-oney-widget-section
  .m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .a-link-primary.a-button.oney-widget-link,
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .a-button-primary,
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link,
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .a-link-primary.a-button.a-link,
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaser
  .product-conversion
  .js-price-wrapper
  .buttongroup
  .a-link-primary.a-button.a-link {
  color: #fff;
}
.m-productteaser .product-conversion .buttongroup .a-button {
  padding: 12px 40px !important;
}
.m-productteaser .product-conversion .js-conversion-wrapper .salesprogram {
  margin-left: 0 !important;
}
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-class-range {
  float: left;
}
.m-productteaserbuyingmodule {
  --productteaserbuyingmodule--row-spacing: 16px;
  background: 0 0;
  height: auto !important;
  margin: 0;
  min-height: auto;
  padding: var(--element-margin) 0 0 0;
}
.m-productteaserbuyingmodule p {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.m-productteaserbuyingmodule p a.a-link {
  font-size: 12px;
  line-height: 18px;
  margin: 8px 0 0;
}
.m-productteaserbuyingmodule .m-producttitle .a-heading,
.m-productteaserbuyingmodule .m-producttitle > a .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
  font-size: 24px !important;
  line-height: 30px !important;
}
.m-productteaserbuyingmodule .a-rating,
.m-productteaserbuyingmodule .a-rating.rating {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-productteaserbuyingmodule .a-rating.rating:after,
.m-productteaserbuyingmodule .a-rating:after {
  display: none;
}
.m-productteaserbuyingmodule .a-rating .text,
.m-productteaserbuyingmodule .a-rating .text.number,
.m-productteaserbuyingmodule .a-rating.rating .text,
.m-productteaserbuyingmodule .a-rating.rating .text.number {
  color: #7b89a1 !important;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-productteaserbuyingmodule .a-rating .a-link.scale,
.m-productteaserbuyingmodule .a-rating.rating .a-link.scale {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.m-productteaserbuyingmodule .a-rating .a-link.reviews,
.m-productteaserbuyingmodule .a-rating.rating .a-link.reviews {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-productteaserbuyingmodule .m-ratingsummary {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.m-productteaserbuyingmodule .m-ratingsummary .a-link.questions,
.m-productteaserbuyingmodule .m-ratingsummary .a-link.reviews {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.m-productteaserbuyingmodule .m-ratingsummary .a-link.questions:before,
.m-productteaserbuyingmodule .m-ratingsummary .a-link.reviews:before {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-productteaserbuyingmodule .m-ratingsummary .a-link.questions::before {
  padding: 0;
}
.m-productteaserbuyingmodule .m-producttitle + p {
  font-size: 16px;
  line-height: 18px;
}
.m-productteaserbuyingmodule .m-productconversionarea .m-productsubscription {
  margin: var(--productteaserbuyingmodule--row-spacing) 0 0 0 !important;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.m-productteaserbuyingmodule .m-productconversionarea .localstock-text {
  margin: 4px 0 0 !important;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  color: #2b2f43;
  font-size: 12px;
  line-height: 18px;
}
.m-productteaserbuyingmodule .m-productconversionarea .details,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details.js-detail-wrapper {
  margin: 4px 0 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  width: 100%;
}
.m-productteaserbuyingmodule .m-productconversionarea .details p,
.m-productteaserbuyingmodule .m-productconversionarea .details p:first-child,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details.js-detail-wrapper
  p,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details.js-detail-wrapper
  p:first-child {
  margin: 0;
}
.m-productteaserbuyingmodule .m-productconversionarea .details p.highlight,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details.js-detail-wrapper
  p.highlight {
  color: #d4691b;
  border: none;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details
  .m-klarna-widget-section,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details.js-detail-wrapper
  .m-klarna-widget-section {
  background: 0 0;
  border: 1px solid #cfd0d6;
  border-radius: 2px;
  margin: 16px 0 0;
  -webkit-box-ordinal-group: 1001;
  -webkit-order: 1000;
  -ms-flex-order: 1000;
  order: 1000;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details
  .m-klarna-widget-section
  .container,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details.js-detail-wrapper
  .m-klarna-widget-section
  .container {
  background: 0 0 !important;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details
  .m-oney-widget-section,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details.js-detail-wrapper
  .m-oney-widget-section {
  background: 0 0;
  border: 1px solid #cfd0d6;
  border-radius: 2px;
  margin: 16px 0 0;
  -webkit-box-ordinal-group: 1002;
  -webkit-order: 1001;
  -ms-flex-order: 1001;
  order: 1001;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details
  .m-oney-widget-section
  .oney-widget-link:after,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .details.js-detail-wrapper
  .m-oney-widget-section
  .oney-widget-link:after {
  display: none;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-forminput.m-forminput-checkbox.wishlist
  .a-formlabel::before {
  background: 0 0;
  border-color: #007a7a;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-forminput.m-forminput-checkbox.wishlist
  .a-formlabel:after {
  color: #007a7a;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-forminput.m-forminput-checkbox.wishlist
  .a-formlabel
  .label-text {
  font-family: var(--fontfamily-bold);
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .m-forminput.m-forminput-checkbox.wishlist
  input:checked
  ~ .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
}
.m-productteaserbuyingmodule .m-productconversionarea .js-button-group-wrapper {
  margin: 40px 0 0 !important;
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary.a-button-link,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link {
  background: #3cc8be;
  border-color: #3cc8be;
  color: #000;
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: fit-content;
  width: 100% !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:focus,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:focus,
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:focus,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:focus,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-oney-widget-section
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-contenttextmedia
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-button-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:focus:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  button.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-button-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-button-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:focus:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:focus:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:focus,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  a.a-button.a-link-secondary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-primary.a-button-link:hover,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  button.a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaserbuyingmodule
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  form
  .a-button.a-link-secondary.a-link:hover {
  background: #007a7a;
  border-color: #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-productteaserbuyingmodule .m-productconversionarea .js-conversion-wrapper {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--productteaserbuyingmodule--row-spacing);
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-conversion-wrapper
  .data-sheet-energy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-conversion-wrapper
  .data-sheet-energy:after {
  display: none;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-conversion-wrapper
  .data-sheet-energy
  .a-link.download,
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-conversion-wrapper
  .data-sheet-energy
  .m-imagelist {
  margin: 0;
  padding: 0;
  width: auto;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-conversion-wrapper
  .data-sheet-energy
  .m-imagelist
  .a-link
  .a-image
  img {
  height: 31px;
  width: auto;
}
.m-productteaserbuyingmodule .m-productconversionarea .js-price-wrapper {
  margin: var(--productteaserbuyingmodule--row-spacing) 0 0 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
}
.m-productteaserbuyingmodule .m-productconversionarea .js-price-wrapper .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-price-wrapper
  .price:after {
  display: none;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-price-wrapper
  .price
  .previous {
  font-size: 14px;
  line-height: 18px;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-price-wrapper
  .price
  .current {
  font-size: 20px;
  color: #fff;
  line-height: 1;
}
.m-productteaserbuyingmodule
  .m-productconversionarea
  .js-price-wrapper
  .price
  .previous
  + .current {
  color: #d4691b;
}
.m-productteaserbuyingmodule .m-productconversionarea .stock-info-wrapper {
  margin: 5px 0 0 !important;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-productteaserbuyingmodule .m-productconversionarea .list-unstyled.warranty {
  margin: var(--productteaserbuyingmodule--row-spacing) 0 0 0 !important;
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.m-productteaserbuyingmodule .m-productconversionarea .m-forminput.wishlist {
  margin: 33px 0 0 !important;
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.m-productteaserbuyingmodule .m-productconversionarea .dealer-logos {
  margin: var(--productteaserbuyingmodule--row-spacing) 0 0 0 !important;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.m-productteaserbuyingmodule .productteaserbuyingmodule-wrapper {
  background: 0 0;
  overflow: visible;
  margin: 0;
  padding: 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-header
  .productteaserbuyingmodule-left-wrapper
  .productteaserbuyingmodule-callout,
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-header
  .productteaserbuyingmodule-left-wrapper
  .productteaserbuyingmodule-callout
  .a-callout {
  margin: 0;
  padding: 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-header
  .productteaserbuyingmodule-left-wrapper
  .productteaserbuyingmodule-callout
  .a-callout
  .callout-text {
  margin: 0;
  padding: 8px;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-header
  .productteaserbuyingmodule-left-wrapper
  .productteaserbuyingmodule-sales-program {
  margin: 0;
  min-width: auto;
  padding: 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-header
  .productteaserbuyingmodule-left-wrapper
  .productteaserbuyingmodule-sales-program
  .a-image {
  height: auto;
  width: auto;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-header
  .productteaserbuyingmodule-left-wrapper
  .productteaserbuyingmodule-sales-program
  .a-image
  img {
  height: 30px;
  width: auto;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  min-height: auto !important;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  margin: 0;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  padding: 30px;
  background: #f5f5f7;
  width: 100vw;
}
@media (min-width: 750px) {
  .m-productteaser .product-images .callouts.onimage .flexcampaign .a-image {
    margin-top: 0;
  }
  .m-productteaser .product-images .callouts.onimage .flexcampaign .a-image img,
  .m-productteaser .product-images .flexcampaign .a-image img {
    max-height: 60px;
    max-width: 60px;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-main
    .productteaserbuyingmodule-sidebar-wrap {
    margin-left: 0;
    padding: 40px;
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-productteaser.sparepartlist-dot {
    grid-template-areas: "image prodinfo ..." "image prodconversion ...";
    -ms-grid-columns: max-content 30% 1fr;
    grid-template-columns: max-content 30% 1fr;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-main
    .productteaserbuyingmodule-sidebar-wrap {
    width: 30%;
  }
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  max-width: 100%;
  width: 100%;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .g-layout-full.animate-out
  > :not(.m-producttitle) {
  margin: var(--productteaserbuyingmodule--row-spacing) 0 0 0 !important;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar.fixed,
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar[style*="absolute" i] {
  position: relative !important;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .img-with-text {
  font-size: 16px;
  line-height: 18px;
  margin: var(--productteaserbuyingmodule--row-spacing) 0 0 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .img-with-text
  .a-link {
  font-size: 16px;
  line-height: 18px;
  margin: 8px 0 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .a-heading.h2 {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
  margin: var(--heading-h6-margin);
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .thumbnails-logos {
  margin: 16px 0 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .thumbnails-logos
  .m-imagelist.imagelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .thumbnails-logos
  .m-imagelist.imagelist:after {
  display: none;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .thumbnails-logos
  .m-imagelist.imagelist
  > .a-link {
  margin: 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .thumbnails-logos
  .m-imagelist.imagelist
  .a-image {
  height: auto;
  margin: 0;
  width: 96px;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .thumbnails-logos
  .m-imagelist.imagelist
  .a-image
  img {
  height: auto;
  width: 100%;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .thumbnails-logos
  + p {
  margin: var(--productteaserbuyingmodule--row-spacing) 0 0 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-sidebar-wrap
  .productteaserbuyingmodule-sidebar
  .thumbnails-logos
  + p
  a.a-link {
  display: block;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-gallery {
  background: #fff;
  margin: 0;
  padding: 0;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-gallery
  .m-mediagalleryteaser
  .mediagalleryteaser-biglist
  .mediagalleryteaser-type {
  margin: 5px !important;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-gallery
  .m-productteasermediagallery
  .a-image
  img {
  vertical-align: middle;
}
.m-productteaserbuyingmodule
  .productteaserbuyingmodule-wrapper
  .productteaserbuyingmodule-main
  .productteaserbuyingmodule-gallery
  .mediagalleryteaser-type {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 750px) {
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-main
    .productteaserbuyingmodule-gallery {
    width: 65%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 65%;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-main
    .productteaserbuyingmodule-gallery
    .hidden-lg
    .mediagalleryteaser-biglist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .grid-view.m-productteaser .product-info {
    width: 90%;
  }
}
@media (min-width: 900px) {
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-main
    .productteaserbuyingmodule-gallery {
    margin-right: 24px;
  }
}
@media (max-width: 899px) {
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-left-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards
    .m-imagelist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards
    .m-imagelist:after {
    display: none;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards
    .m-imagelist
    .a-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 15px;
    width: auto;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards
    .m-imagelist
    .a-image
    img {
    height: auto;
    width: 56px;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards
    .m-imagelist
    .a-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
}
.grid-view.m-productteaser .product-images {
  margin-bottom: 15px;
}
@media (min-width: 900px) {
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .g-layout-full
    .g-col {
    position: relative;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 64%;
    position: absolute;
    pointer-events: none;
    z-index: 111;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards {
    width: auto;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards
    .m-imagelist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards
    .m-imagelist
    .a-image,
  .m-productteaserbuyingmodule
    .productteaserbuyingmodule-wrapper
    .productteaserbuyingmodule-header
    .productteaserbuyingmodule-awards
    .m-imagelist
    .a-link {
    margin: 0;
  }
  .grid-view.m-productteaser .product-images {
    margin-bottom: 33px;
  }
  .grid-view.m-productteaser
    .product-conversion
    .js-price-wrapper
    .price
    .current {
    font-size: 24px;
  }
}
.grid-view.m-productteaser .product-info {
  margin-bottom: 30px;
  margin-top: 0;
}
.grid-view.m-productteaser .product-info .benefit-list,
.grid-view.m-productteaser .product-info .m-forminput {
  display: none;
}
@media (max-width: 749px) {
  .grid-view.m-productteaser .product-images .product-thumbnail {
    margin: 0 -13.5px;
  }
  .grid-view.m-productteaser .product-conversion,
  .grid-view.m-productteaser .product-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.grid-view.m-productteaser .product-info .m-producttitle {
  margin-bottom: 5px;
}
.grid-view.m-productteaser .product-conversion {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 750px) {
  .grid-view.m-productteaser .product-info .m-producttitle {
    margin-bottom: 0;
  }
  .grid-view.m-productteaser .product-conversion {
    margin-top: 0;
    width: 90%;
  }
  .grid-view.m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy {
    width: 100%;
  }
}
.grid-view.m-productteaser .product-conversion .js-price-wrapper {
  float: none;
  margin-bottom: 5px;
  width: 100%;
}
.grid-view.m-productteaser .product-conversion .js-price-wrapper .price {
  margin-bottom: 20px;
}
.grid-view.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .data-sheet-energy
  .a-link-download {
  display: inline-block;
}
.grid-view.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .buttongroup
  .a-button:last-child {
  margin-bottom: 10px;
}
.grid-view .m-productteaser .product-images {
  padding-left: 0;
  padding-right: 0;
}
.grid-view .m-productteaser .product-images .callouts.onimage {
  position: relative;
}
.grid-view .m-productteaser .product-images .product-thumbnail {
  margin-bottom: 0;
}
.grid-view .m-productteaser .product-images .product-thumbnail.slick-slider {
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media (min-width: 750px) {
  .grid-view.m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .buttongroup
    .a-button,
  .grid-view.m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .buttongroup
    .a-button:last-child {
    margin-bottom: 25px;
  }
  .grid-view .m-productteaser .product-images .callouts.onimage {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
  }
  .grid-view .m-productteaser .product-images .callouts.onimage .flexcampaign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0;
  }
  .grid-view
    .m-productteaser
    .product-images
    .callouts.onimage
    .flexcampaign
    a.a-link:last-child,
  .grid-view
    .m-productteaser
    .product-images
    .callouts.onimage
    .flexcampaign
    a.a-link:only-child {
    margin-bottom: 0;
  }
  .grid-view .m-productteaser .product-images .product-thumbnail,
  .grid-view
    .m-productteaser
    .product-images
    .product-thumbnail
    a:not(.slick-slide) {
    height: 100%;
  }
  .grid-view .m-productteaser .product-images .product-awards {
    bottom: 0;
    margin: 0;
    position: absolute;
    right: 0;
    width: auto;
  }
  .grid-view
    .m-productteaser
    .product-images
    .product-awards
    .m-imagelist
    .a-image {
    float: right;
    max-width: 100px;
  }
}
.grid-view .m-productteaser .product-images .flexcampaign {
  margin-top: 25px;
  position: relative;
  top: auto !important;
  width: 100%;
}
.grid-view .m-productteaser .product-images .flexcampaign > .a-image,
.grid-view .m-productteaser .product-images .flexcampaign > a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  width: auto;
}
.grid-view
  .m-productteaser
  .product-images
  .flexcampaign
  > .a-image:nth-child(even),
.grid-view .m-productteaser .product-images .flexcampaign > a:nth-child(even) {
  margin-right: 0;
}
.grid-view .m-productteaser .product-images .flexcampaign a > .a-image {
  margin-bottom: 0;
}
.grid-view .m-productteaser .product-conversion,
.grid-view .m-productteaser .product-conversion .js-button-group-wrapper,
.grid-view .m-productteaser .product-conversion .js-conversion-wrapper,
.grid-view .m-productteaser .product-conversion .js-price-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.grid-view .m-productteaser .product-conversion .js-conversion-wrapper,
.grid-view .m-productteaser .product-conversion .js-price-wrapper,
.grid-view .m-productteaser .product-conversion .stock-info-wrapper {
  width: 100%;
}
.grid-view .m-productteaser .product-conversion > * {
  float: right;
  width: 100%;
}
.productlist-wrap .o-list.grid-view .m-productteaser {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 65%;
  grid-template-columns: 30% 65%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 18px;
  column-gap: 18px;
  grid-auto-flow: column;
}
@media all and (-ms-high-contrast: none) {
  .productlist-wrap .o-list.grid-view .m-productteaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.productlist-wrap .o-list.grid-view .m-productteaser .product-images {
  -ms-grid-column: 1;
  grid-column: 1;
  grid-row: 1/3;
  width: 100%;
}
.productlist-wrap
  .o-list.grid-view
  .m-productteaser
  .product-images
  .callouts.onimage {
  top: 0 !important;
  width: 100%;
}
.productlist-wrap .o-list.grid-view .m-productteaser .product-info {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: auto;
  grid-row: auto;
  padding: 0;
  width: 100%;
}
.productlist-wrap .o-list.grid-view .m-productteaser .product-conversion {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: auto;
  grid-row: auto;
  margin-top: 23px;
  padding: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .grid-view .m-productteaser .product-images .flexcampaign > .a-image,
  .grid-view .m-productteaser .product-images .flexcampaign > a {
    margin-right: 0;
  }
  .grid-view .m-productteaser .product-conversion > * {
    float: none;
  }
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-images
    .callouts.onimage {
    width: 60px;
  }
  .productlist-wrap .o-list.grid-view .m-productteaser {
    border-bottom: 1px solid #e2e3e4;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-bottom: 25px;
    padding-bottom: 0;
  }
  .productlist-wrap .o-list.grid-view .m-productteaser .product-conversion,
  .productlist-wrap .o-list.grid-view .m-productteaser .product-images,
  .productlist-wrap .o-list.grid-view .m-productteaser .product-info {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: auto;
    grid-row: auto;
  }
}
@media (max-width: 1114px) and (min-width: 900px) {
  .productlist-wrap .o-list.grid-view .list-layout .item {
    margin: 90px 0 0 !important;
    padding: 0 30px 40px 0;
    width: 50% !important;
  }
  .productlist-wrap .o-list.grid-view .list-layout .item .m-productteaser {
    border-right: 1px solid #e2e3e4 !important;
    padding-left: 0 !important;
  }
  .productlist-wrap
    .o-list.grid-view
    .list-layout
    .item:nth-child(even)
    .m-productteaser {
    border-right: none !important;
    padding-left: 30px !important;
    padding-right: 0;
  }
}
@media (min-width: 1115px) {
  .productlist-wrap .o-list.grid-view .list-layout .item {
    float: none !important;
    margin: 0 !important;
    padding: 0 4px !important;
    width: 33.3333% !important;
  }
}
.m-productteaseripg {
  height: auto !important;
}
.m-productteaseripg .a-image {
  display: none;
}
.m-productteaseripg .productteaseripg-container {
  padding-left: 0;
  padding-top: 60px;
  position: relative;
}
.m-productteaseripg .productteaseripg-container .a-image {
  display: block;
  margin: 20px 0 0;
}
@media (min-width: 750px) {
  .m-productteaseripg .productteaseripg-container .a-image {
    text-align: left;
    margin: 25px 0 0;
  }
}
@media (min-width: 900px) {
  .grid-view.m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .buttongroup
    .a-button,
  .grid-view.m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .buttongroup
    .a-button:last-child {
    margin-bottom: 15px;
  }
  .productlist-wrap .o-list.grid-view .m-productteaser {
    border-bottom: none;
    border-right: 1px solid #e2e3e4;
    height: 100%;
    margin-bottom: 0;
    padding: 20px 30px;
  }
  .productlist-wrap .o-list.grid-view .m-productteaser .product-conversion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    a.a-button.a-link-secondary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-form.oidc-registration
    .m-termsconditions
    .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    a.a-button.a-link-secondary,
  .m-oney-widget-section
    .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.oney-widget-link,
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .a-button.a-button-secondary,
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-button-link,
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-link,
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .productlist-wrap
    .o-list.grid-view
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-link {
    width: 100% !important;
  }
  .productlist-wrap .o-list.grid-view .list-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productlist-wrap .o-list.grid-view .list-layout .item {
    border-bottom: 1px solid #e2e3e4;
    padding: 0 !important;
  }
  .productlist-wrap
    .o-list.grid-view
    .list-layout
    .item:nth-child(3n)
    .m-productteaser {
    border-right: none;
  }
  .productlist-wrap
    .o-list.grid-view
    .list-layout
    .item
    .m-sparepartproductteaser {
    padding: 0 30px 40px 0;
  }
  .m-productteaseripg .productteaseripg-container .a-image {
    margin: 30px 0 0;
  }
}
.m-productteaseripg .productteaseripg-container .a-backlink {
  margin: 0 0 20px;
  padding: 0;
  position: relative;
}
@media (min-width: 750px) {
  .m-productteaseripg .productteaseripg-container .a-backlink {
    margin: 0 0 25px;
    position: absolute;
    top: 30px;
  }
}
@media (min-width: 900px) {
  .m-productteaseripg .productteaseripg-container .a-backlink {
    margin: 0 0 30px;
  }
}
.m-productteaseripg .productteaseripg-container .a-heading {
  padding: 0;
}
.m-productteaseripg .productteaseripg-container .productteaseripg-content {
  overflow: hidden;
  margin: 20px 0 0;
}
@media (min-width: 750px) {
  .m-productteaseripg .productteaseripg-container .productteaseripg-content {
    float: right;
    margin: 25px 0 20px;
    padding: 0 40px 0 0;
    width: 70%;
  }
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .m-producttitle
  .a-heading {
  padding: 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .a-rating {
  padding-bottom: 10px;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .data-sheet-energy {
  margin-bottom: 10px;
}
.m-productteaseripg .productteaseripg-container .productteaseripg-content ul {
  margin: 0;
  padding: 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  ul
  li {
  list-style: none;
  margin: 0 0 10px;
  padding-left: 25px;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  ul
  li:before {
  color: #50bed7;
  font-family: icons;
  margin-left: -25px;
  margin-right: 10px;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-info-text {
  padding-right: 40px;
}
@media (min-width: 900px) {
  .m-productteaseripg .productteaseripg-container .productteaseripg-content {
    float: none;
    margin: 30px 40px 20px;
    padding: 0;
  }
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-info-text {
    width: 75%;
  }
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-info-text
  .m-producttitle {
  margin-bottom: 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-info-text
  .container
  .m-containerexpandable {
  margin: 15px 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-info-text
  .container
  .m-containerexpandable
  .a-morecontenttogglelink
  .more-less-button.hidden
  + .content.is-open {
  padding: 10px 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea {
  width: 100%;
}
@media (min-width: 750px) {
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-conversionarea {
    width: 60%;
  }
}
@media (min-width: 900px) {
  .m-productteaseripg
    .productteaseripg-container
    .productteaseripg-content
    .productteaseripg-conversionarea {
    width: 50%;
  }
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .price {
  margin-bottom: 10px;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .productteaseripg-conversionarea
  .current {
  margin-top: 0;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .m-productconversionarea
  .a-button {
  margin-bottom: 8px;
}
.m-productteaseripg
  .productteaseripg-container
  .productteaseripg-content
  .m-productconversionarea
  .buttongroup
  .a-button
  + .a-button {
  float: none;
}
.m-productteaseripg .productteaseripg-container .a-link.a-button {
  display: inline-block;
  width: 48%;
}
.m-productteaser:after {
  clear: both;
  content: "";
  display: block;
}
.m-productteaser .product-images {
  position: relative;
  float: left;
  padding: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .m-productteaser .product-images {
    margin-right: 25px;
    width: 33.333%;
  }
}
@media (min-width: 900px) {
  .m-productteaseripg .productteaseripg-container .a-link.a-button {
    left: 0;
    width: 100%;
  }
  .m-productteaser .product-images {
    margin-right: 30px;
    width: 25%;
  }
}
.m-productteaser .product-images .product-awards {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.m-productteaser .product-images .product-thumbnail {
  margin-bottom: 20px;
}
.m-productteaser .product-images .product-thumbnail a {
  width: 100%;
}
.m-productteaser .product-images .product-thumbnail a:after {
  display: none;
}
.m-productteaser .product-images .product-thumbnail a .a-image {
  bottom: auto;
  height: auto;
  left: auto;
  min-height: unset;
  position: static;
  right: auto;
  text-align: center;
  top: auto;
  width: 100%;
}
.m-productteaser .product-images .product-thumbnail a .a-image picture {
  bottom: auto;
  height: auto;
  left: auto;
  min-height: unset;
  position: static;
  right: auto;
  top: auto;
  width: 100%;
}
.m-productteaser .product-images .product-thumbnail a .a-image img {
  bottom: auto;
  height: auto;
  left: auto;
  min-height: unset;
  position: static;
  right: auto;
  top: auto;
}
.m-productteaser .product-info {
  float: left;
  margin-top: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .m-productteaser .product-images .product-thumbnail {
    margin-bottom: 0;
  }
  .m-productteaser .product-info {
    width: -webkit-calc(66.666% - 25px);
    width: calc(66.666% - 25px);
  }
}
.m-productteaser .product-info .hook-line {
  margin-bottom: 28px;
  padding-right: 25px;
}
@media (min-width: 750px) {
  .m-productteaser .product-info .hook-line {
    margin-bottom: 22px;
  }
  .m-productteaser .product-info .m-producttitle .subtitle p {
    line-height: 1;
    margin-bottom: 8px;
  }
  .m-productteaser .product-info .m-producttitle .subtitle p:last-child {
    margin-bottom: 14px;
  }
}
.m-productteaser .product-info:after {
  clear: both;
  content: "";
  display: block;
}
.m-productteaser .product-info .m-producttitle {
  margin-bottom: 10px;
}
@media (min-width: 750px) and (min-width: 900px) {
  .m-productteaser .product-info .m-producttitle .subtitle p:last-child {
    margin-bottom: 24px;
  }
}
.m-productteaser .product-info .benefit-list {
  display: none;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.m-productteaser .product-info .benefit-list li {
  padding-left: 19px;
  position: relative;
}
@media (min-width: 750px) {
  .m-productteaser .product-info .benefit-list {
    display: none;
    margin-bottom: 0;
  }
  .m-productteaser .product-info .benefit-list li {
    margin-bottom: 17px;
    padding-left: 28px;
  }
}
@media (min-width: 900px) {
  .m-productteaser .product-info {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
  .m-productteaser .product-info .benefit-list {
    display: block;
    margin-bottom: 45px;
    padding-left: 1px;
  }
  .m-productteaser .product-info .benefit-list li {
    margin-bottom: 11px;
  }
}
.m-productteaser .product-info .benefit-list li:last-child {
  margin-bottom: 0;
}
.m-productteaser .product-info .benefit-list li:before {
  color: #63c5db;
  display: block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  left: 0;
  position: absolute;
  speak: none;
  top: 0;
}
.m-productteaser .product-info .m-forminput {
  display: none;
}
.m-productteaser
  .product-info
  .m-forminput.m-forminput-dropdown
  .select2-container--open
  .select2-selection {
  border: 1px solid #2d373c;
}
@media (min-width: 750px) {
  .m-productteaser .product-info .m-forminput {
    display: block;
    margin-bottom: 25px;
  }
}
@media (min-width: 900px) {
  .m-productteaser .product-info .m-forminput {
    margin-bottom: 50px;
  }
  .m-productteaser .product-info .m-forminput.m-forminput-dropdown {
    max-width: 60%;
  }
}
.m-productteaser .product-info .imagelist {
  display: none;
}
.m-productteaser .product-conversion {
  float: right;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .m-productteaser .product-info .imagelist {
    display: block;
    margin-bottom: 15px;
  }
  .m-productteaser .product-conversion {
    width: -webkit-calc(66.666% - 25px);
    width: calc(66.666% - 25px);
  }
}
.m-productteaser .product-conversion .js-conversion-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.m-productteaser .product-conversion .js-conversion-wrapper .a-rating {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .a-rating
  .a-link.scale {
  margin-right: 10px;
}
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .a-rating
  .a-link.reviews,
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .a-rating
  .text.number {
  line-height: 1;
  margin-top: -3px;
}
@media (min-width: 750px) {
  .m-productteaser .product-conversion .js-conversion-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-productteaser .product-conversion .js-conversion-wrapper .a-rating {
    margin: 0 25px 0 0;
    width: 100%;
  }
}
.m-productteaser .product-conversion .js-conversion-wrapper .salesprogram {
  margin-right: 0;
}
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .salesprogram
  .a-image {
  margin-left: 0;
  margin-right: 5px;
  max-width: 125px;
}
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .salesprogram
  + .data-sheet-energy {
  margin-left: 0 !important;
}
.m-productteaser .product-conversion .js-conversion-wrapper .data-sheet-energy {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: right;
  margin-bottom: 0;
  width: auto;
}
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .data-sheet-energy
  .m-imagelist {
  margin: 0 20px 5px 0;
}
@media (min-width: 900px) {
  .m-productteaser .product-conversion {
    margin-top: 0;
    padding-left: 1px;
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
  }
  .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy
    .m-imagelist {
    margin-right: 30px;
  }
}
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .data-sheet-energy
  .a-link {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  text-decoration: none;
}
.m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-class-range {
  display: inline-block;
}
.m-productteaser .product-conversion .js-price-wrapper {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.m-productteaser .product-conversion .js-price-wrapper .previous + .current {
  color: #d4691b !important;
}
.m-productteaser .product-conversion .js-price-wrapper .current.highlight {
  color: #2d373c;
}
@media (max-width: 749px) {
  .m-productteaser .product-conversion .js-detail-wrapper,
  .m-productteaser .product-conversion .js-price-wrapper {
    float: left;
  }
  .m-productteaser .product-conversion .js-detail-wrapper p:first-of-type {
    margin: 0;
  }
}
.m-productteaser .product-conversion .js-detail-wrapper p {
  display: none;
}
.m-productteaser .product-conversion .js-detail-wrapper p .a-link.has-icon {
  vertical-align: 0;
}
.m-productteaser .product-conversion .js-detail-wrapper p:not(.highlight) {
  display: none;
}
.m-productteaser
  .product-conversion
  .js-detail-wrapper
  p:not(.highlight):first-of-type {
  display: block;
}
@media (min-width: 750px) {
  .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy
    .m-imagelist {
    margin-right: 25px;
  }
  .m-productteaser .product-conversion .js-price-wrapper {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .m-productteaser .product-conversion .js-detail-wrapper p {
    display: block;
    margin-bottom: 5px;
  }
  .m-productteaser .product-conversion .js-detail-wrapper p.highlight {
    margin-bottom: 15px;
  }
  .m-productteaser .product-conversion .js-detail-wrapper p:not(.highlight) {
    display: block;
  }
  .m-productteaser
    .product-conversion
    .js-detail-wrapper
    p:not(.highlight):first-of-type {
    margin-bottom: 0;
  }
}
.m-productteaser .product-conversion .js-button-group-wrapper {
  height: auto !important;
}
.m-productteaser
  .product-conversion
  .js-button-group-wrapper
  .buttongroup
  .a-button {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 15px;
  width: 100% !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-productteaser
  .product-conversion
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-productteaser
  .product-conversion
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-productteaser
  .product-conversion
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-productteaser
  .product-conversion
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-productteaser
  .product-conversion
  .a-button.a-link-secondary.oney-widget-link,
.m-popover
  .popover-content
  .m-productteaser
  .product-conversion
  .a-button.a-link-secondary.a-button-link,
.m-productteaser .product-conversion .a-button.a-button-secondary,
.m-productteaser .product-conversion .a-button.a-link-secondary.a-button-link,
.m-productteaser .product-conversion .a-button.a-link-secondary.a-link,
.m-productteaser
  .product-conversion
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-productteaser
  .product-conversion
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-productteaser
  .product-conversion
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-productteaser
  .product-conversion
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-productteaser
  .product-conversion
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-productteaser
  .product-conversion
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.m-productteaser
  .product-conversion
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-productteaser
  .product-conversion
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-productteaser
  .product-conversion
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-productteaser
  .product-conversion
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-productteaser
  .product-conversion
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-productteaser .product-conversion a.a-button.a-link-secondary.a-button-link,
.m-productteaser
  .product-conversion
  button.a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-productteaser
  .product-conversion
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-productteaser
  .product-conversion
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-productteaser
  .product-conversion
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-productteaser
  .product-conversion
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-productteaser
  .product-conversion
  .a-button.a-link-secondary.a-link {
  width: 100% !important;
}
.m-productteaser .product-conversion .list-unstyled {
  display: block;
}
@media (min-width: 750px) {
  .m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .buttongroup
    .a-button {
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin: 0 10px 15px 0;
    max-width: none;
  }
  .list-view.m-productteaser .product-info {
    margin: 54px 0 0;
  }
}
@media (min-width: 900px) {
  .m-productteaser .product-conversion .js-detail-wrapper p {
    margin-bottom: 1px;
  }
  .m-productteaser .product-conversion .js-detail-wrapper p.highlight {
    margin-bottom: 22px;
  }
  .m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .buttongroup
    .a-button {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    max-width: none;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-productteaser
    .product-conversion
    a.a-button.a-link-secondary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-productteaser
    .product-conversion
    a.a-button.a-link-secondary,
  .m-oney-widget-section
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.oney-widget-link,
  .m-popover
    .popover-content
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-button-link,
  .m-productteaser .product-conversion .a-button.a-button-secondary,
  .m-productteaser .product-conversion .a-button.a-link-secondary.a-button-link,
  .m-productteaser .product-conversion .a-button.a-link-secondary.a-link,
  .m-productteaser
    .product-conversion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .m-productteaser
    .product-conversion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-productteaser
    .product-conversion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-productteaser
    .product-conversion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .m-productteaser
    .product-conversion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .m-productteaser
    .product-conversion
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link,
  .m-productteaser
    .product-conversion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-productteaser
    .product-conversion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .m-productteaser
    .product-conversion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .m-productteaser
    .product-conversion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-productteaser
    .product-conversion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link,
  .m-productteaser
    .product-conversion
    a.a-button.a-link-secondary.a-button-link,
  .m-productteaser
    .product-conversion
    button.a-button.a-link-secondary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-productteaser
    .product-conversion
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-productteaser
    .product-conversion
    .a-button.a-link-secondary.a-link {
    width: auto !important;
  }
  .list-view.m-productteaser .product-info {
    margin: 63px 30px 0 0;
  }
  .list-view.m-productteaser .product-conversion {
    margin-top: 57px;
  }
}
.productlist-wrap .o-list.list-view .list-layout .m-productteaser {
  border-bottom: 1px solid #e2e3e4;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser.productteaser-set-item:last-child,
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser.productteaser-set-item:only-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images {
  text-align: center;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .a-image {
  text-align: center !important;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .a-image
  img {
  height: auto;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .product-awards
  .m-imagelist
  .a-image {
  max-width: 100px;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .flexcampaign {
  margin-top: 25px;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .flexcampaign
  .a-image {
  text-align: left !important;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .flexcampaign
  > .a-image,
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .flexcampaign
  > a {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
  width: auto;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .callouts
  .a-callout {
  background-color: #d4691b !important;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .callouts.onimage {
  position: relative;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-images
  .callouts
  .flexcampaign
  .a-image:nth-child(n + 4) {
  display: none;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-conversion
  .a-rating {
  margin-bottom: 10px;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-conversion
  .data-sheet-energy
  .a-link,
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-conversion
  .data-sheet-energy
  .m-imagelist {
  margin-bottom: 3px !important;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-conversion
  .data-sheet-energy
  .a-link-download {
  float: left;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-conversion
  .data-sheet-energy
  .energy-class-range {
  width: auto !important;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-conversion
  .js-price-wrapper {
  width: 100%;
}
.productlist-wrap
  .o-list.list-view
  .list-layout
  .m-productteaser
  .product-conversion
  .js-price-wrapper
  .price {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .productlist-wrap .o-list.list-view .list-layout .m-productteaser {
    padding-bottom: 55px;
  }
  .productlist-wrap .o-list.list-view .m-productteaser {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 65%;
    grid-template-columns: 25% 65%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    grid-auto-flow: column;
  }
  .productlist-wrap .o-list.list-view .m-productteaser .product-images {
    -ms-grid-column: 1;
    grid-column: 1;
    grid-row: 1/3;
    margin: 0;
    width: 100%;
  }
}
@media all and (min-width: 900px) and (-ms-high-contrast: none) {
  .productlist-wrap .o-list.list-view .m-productteaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productlist-wrap .o-list.list-view .m-productteaser .product-images {
    width: 25%;
  }
}
@media (min-width: 900px) {
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-images
    .a-image {
    text-align: center;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-images
    .callouts
    .flexcampaign
    .a-image:nth-child(n + 3) {
    display: block;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-images
    .product-awards
    .m-imagelist
    .a-image {
    float: right;
  }
  .productlist-wrap .o-list.list-view .m-productteaser .product-info {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: auto;
    grid-row: auto;
    padding: 0;
    width: 100%;
  }
}
@media all and (min-width: 900px) and (-ms-high-contrast: none) {
  .productlist-wrap .o-list.list-view .m-productteaser .product-info {
    padding: 0 0 0 60px;
    width: 75%;
  }
}
@media (min-width: 900px) {
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-info
    .m-producttitle {
    margin-top: -4px;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-info
    .hook-line {
    padding-right: 25px;
  }
  .productlist-wrap .o-list.list-view .m-productteaser .product-conversion {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: auto;
    grid-row: auto;
    margin-top: 23px;
    padding: 0;
    width: 100%;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper {
    margin-bottom: 23px;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .a-rating {
    margin-bottom: 0 !important;
    margin-right: 30px;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy {
    margin-bottom: 0;
    margin-top: 20px !important;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy
    .a-link,
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy
    .m-imagelist {
    margin-bottom: 0 !important;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .data-sheet-energy
    .energy-class-range {
    width: auto !important;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .price {
    margin-right: 10px;
    padding-right: 0 !important;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .price
    .previous
    + .current {
    color: #e0173b;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .price
    .current {
    color: #2d373c;
    font-size: 27px;
    line-height: 31px;
    margin-bottom: 0;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-button-group-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .a-button {
    margin-bottom: 8px;
    min-width: 335px;
    width: auto;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-button-group-wrapper
    .a-button:first-of-type {
    margin-right: 10px;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .js-product-compare {
    float: left;
    margin-right: 50px;
  }
  .productlist-wrap
    .o-list.list-view
    .m-productteaser
    .product-conversion
    .wishlist {
    float: left;
    margin-top: 0;
  }
}
@media all and (min-width: 900px) and (-ms-high-contrast: none) {
  .productlist-wrap .o-list.list-view .m-productteaser .product-conversion {
    float: none;
    margin: 0;
    margin-left: -webkit-calc(25% + 60px);
    margin-left: calc(25% + 60px);
    padding: 0;
    width: 75%;
  }
}
.m-productteaserset {
  padding-bottom: 20px;
}
.m-productteaserset .m-productsethead .productset .m-producttitle > div p {
  color: #879baa;
  display: block;
  margin: 0;
  width: 100%;
}
.m-productteaserset
  .m-productsethead
  .productset
  .m-producttitle
  .a-link
  .a-heading {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
  margin-top: -3px;
}
.m-productteaserset .m-productsethead .productset .productset-calloutarea {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea:after {
  display: none;
}
@media (min-width: 750px) {
  .m-productteaserset {
    padding-bottom: 23px;
  }
  .m-productteaserset .m-productsethead .productset {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .m-productteaserset .m-productsethead .productset .productset-calloutarea {
    margin-bottom: 11px;
  }
  .m-productteaserset
    .m-productsethead
    .productset
    .productset-calloutarea:after {
    display: none;
  }
  .m-productteaserset
    .m-productsethead
    .productset
    .productset-calloutarea
    .callouts
    .a-callout {
    margin-right: 10px;
  }
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .callouts {
  display: inline-block;
  vertical-align: top;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .callouts
  .a-callout {
  background-color: #d4691b;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .callouts
  .a-callout:first-child {
  background: #af235f;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .callouts
  .flexcampaign {
  display: inline-block;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .callouts
  .flexcampaign
  .a-image {
  display: inline-block;
  margin-right: 10px;
  width: 75px;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .product-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 10px;
}
@media (min-width: 750px) {
  .m-productteaserset
    .m-productsethead
    .productset
    .productset-calloutarea
    .product-thumbnail {
    line-height: 1;
    margin-left: 0;
  }
}
@media (min-width: 900px) {
  .m-productteaserset {
    padding-bottom: 0;
  }
  .m-productteaserset .m-productsethead .productset {
    margin-right: 40px;
    width: 66.666667%;
  }
  .m-productteaserset
    .m-productsethead
    .productset
    .m-producttitle
    .a-link
    .a-heading {
    margin-bottom: 4px;
  }
  .m-productteaserset .m-productsethead .productset .productset-calloutarea {
    margin-bottom: 16px;
  }
  .m-productteaserset
    .m-productsethead
    .productset
    .productset-calloutarea
    .product-thumbnail {
    margin-left: 0;
  }
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .product-thumbnail
  a
  .a-image,
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .product-thumbnail
  a
  .a-image
  picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-calloutarea
  .product-thumbnail
  a
  .a-image
  img {
  display: block;
}
.m-productteaserset .m-productsethead .productset .productset-ids {
  display: none;
  width: 100%;
}
.m-productteaserset .m-productsethead .productset .productset-thumbnails {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-thumbnails
  .productset-thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  height: auto;
  margin: 0 0 3vw !important;
  padding-left: 15px;
  padding-right: 15px;
}
.m-productteaserset
  .m-productsethead
  .productset
  .productset-thumbnails
  .productset-thumbnail:first-child {
  padding-left: 0;
}
.m-productteaserset
  .m-productsethead
  .productset-conversionarea
  .m-productconversionarea
  .js-price-wrapper
  .price
  .current {
  font-size: 20px;
  margin-bottom: 2px;
}
@media (min-width: 750px) {
  .m-productteaserset
    .m-productsethead
    .productset
    .productset-thumbnails
    .productset-thumbnail {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 20%;
  }
  .m-productteaserset
    .m-productsethead
    .productset
    .productset-thumbnails
    .productset-thumbnail
    .thumbnails-separator {
    right: -15px;
  }
  .m-productteaserset .m-productsethead .productset-conversionarea {
    padding: 0;
    width: 100%;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea {
    position: relative;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-price-wrapper {
    float: left;
    margin: 0;
    width: 50%;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-price-wrapper
    .price
    .current {
    font-size: 30px;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .m-productteaserset
    .m-productsethead
    .productset
    .productset-thumbnails
    .productset-thumbnail {
    padding-left: 13px;
    padding-right: 13px;
  }
  .m-productteaserset
    .m-productsethead
    .productset
    .productset-thumbnails
    .productset-thumbnail
    .thumbnails-separator {
    right: -15.5px;
  }
  .m-productteaserset .m-productsethead .productset-conversionarea {
    margin-bottom: 82px;
    margin-top: 0;
    width: -webkit-calc(33.333333% - 40px);
    width: calc(33.333333% - 40px);
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-price-wrapper {
    float: none;
    width: 100%;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-price-wrapper
    .price
    .current {
    font-size: 35px;
    margin-bottom: 8px;
  }
}
.m-productteaserset
  .m-productsethead
  .productset-conversionarea
  .m-productconversionarea
  .details {
  margin-bottom: 0;
}
.m-productteaserset
  .m-productsethead
  .productset-conversionarea
  .m-productconversionarea
  .details
  p {
  display: none;
  margin-bottom: 9px;
}
.m-productteaserset
  .m-productsethead
  .productset-conversionarea
  .m-productconversionarea
  .details
  p:first-of-type {
  display: block;
}
.m-productteaserset
  .m-productsethead
  .productset-conversionarea
  .m-productconversionarea
  .stock-info-wrapper {
  display: none;
}
@media (min-width: 750px) {
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-price-wrapper
    .price
    .previous {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 7px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .details {
    float: left;
    margin: 0;
    width: 50%;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .details
    p {
    display: block;
    margin-bottom: 5px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .stock-info-wrapper {
    display: block;
    left: 0;
    position: absolute;
    top: 127px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-button-group-wrapper
    .buttongroup {
    margin-bottom: 20px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-button-group-wrapper
    .buttongroup
    .a-button {
    max-width: 300px;
  }
}
@media (min-width: 900px) {
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-price-wrapper
    .price
    .previous {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .details {
    float: none;
    margin-bottom: 25px;
    width: 100%;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .details
    p:nth-of-type(1),
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .details
    p:nth-of-type(2) {
    left: auto;
    position: static;
    top: auto;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .details
    p:nth-of-type(2) {
    margin-bottom: 21px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .details
    p:first-of-type {
    margin-bottom: 0;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .details
    p {
    margin-bottom: 2px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .stock-info-wrapper
    .a-productavailability {
    margin-bottom: 20px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .stock-info-wrapper {
    left: auto;
    position: static;
    top: auto;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-button-group-wrapper
    .buttongroup {
    margin-bottom: 10px;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-button-group-wrapper
    .buttongroup
    .a-button {
    max-width: none;
  }
}
.m-productteaserset
  .m-productsethead
  .productset-conversionarea
  .m-productconversionarea
  .m-forminput-checkbox {
  margin-bottom: 0;
}
.m-productteaserset
  .product-set-items
  .m-tabstogglebox
  .m-productteaser
  .product-images {
  position: relative;
}
.m-productteaserset
  .product-set-items
  .m-tabstogglebox
  .m-productteaser
  .product-images
  .callouts.onimage {
  width: auto;
}
@media (min-width: 750px) {
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-button-group-wrapper {
    float: left;
    margin-top: 40px;
    width: 100%;
  }
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .m-forminput-checkbox {
    float: left;
    width: 100%;
  }
  .m-productteaserset
    .product-set-items
    .m-tabstogglebox
    .m-productteaser
    .product-images
    .callouts.onimage {
    left: 0 !important;
  }
}
.m-productteaserset
  .product-set-items
  .m-tabstogglebox
  .m-productteaser
  .product-images
  .callouts.onimage
  .flexcampaign
  .a-image {
  display: inline-block;
  margin-right: 7px;
  text-align: left;
  width: auto;
}
.m-productteaserset
  .product-set-items
  .m-tabstogglebox
  .m-productteaser
  .product-teaser-container
  .product-info {
  margin: 0 !important;
}
.m-productteaserset
  .product-set-items
  .m-tabstogglebox
  .m-productteaser
  .product-teaser-container
  .product-conversion {
  margin-left: 60px !important;
}
@media (max-width: 749px) {
  .m-productteaserset
    .product-set-items
    .m-tabstogglebox
    .m-productteaser
    .product-images {
    margin-bottom: 6px;
  }
  .m-productteaserset
    .product-set-items
    .m-tabstogglebox
    .m-productteaser
    .product-teaser-container
    .product-info
    .hook-line {
    margin-bottom: 17px;
  }
  .m-productteaserset
    .product-set-items
    .m-tabstogglebox
    .m-productteaser
    .product-teaser-container
    .product-conversion
    .a-rating {
    margin-bottom: 22px;
  }
}
.m-productteaserset
  .product-set-items
  .m-tabstogglebox
  .m-productteaser
  .product-teaser-container
  .product-conversion
  .js-conversion-wrapper {
  display: block !important;
}
.m-productteaserset
  .product-set-items
  .m-tabstogglebox
  .m-productteaser
  .product-teaser-container
  .product-conversion
  .js-conversion-wrapper
  .a-rating {
  margin-bottom: 10px !important;
}
.m-productteaserset
  .product-set-items
  .m-tabstogglebox
  .m-productteaser
  .product-teaser-container
  .product-conversion
  .js-conversion-wrapper
  .data-sheet-energy {
  float: none !important;
}
.m-productteaserset .product-set-items .m-tabs {
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .m-productteaserset
    .m-productsethead
    .productset-conversionarea
    .m-productconversionarea
    .js-button-group-wrapper {
    margin-top: 10px;
  }
  .m-productteaserset
    .product-set-items
    .m-tabstogglebox
    .m-productteaser
    .product-images
    .callouts.onimage {
    text-align: left;
  }
  .m-productteaserset .product-set-items .m-tabs .tabs-wrapper .tab-panel {
    padding-top: 58px;
  }
  .m-productteaserset .product-set-items .m-productteaser .product-conversion {
    margin-top: 25px;
  }
}
.m-productteaserset .product-set-items .m-togglebox {
  margin-top: 0;
}
.m-productteaserset .product-set-items .m-togglebox .item:first-child {
  margin-top: 0 !important;
}
.m-productteaserset
  .product-set-items
  .m-productteaser
  .product-conversion
  .js-conversion-wrapper {
  margin-bottom: 15px;
}
.m-productteaserset
  .product-set-items
  .m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .m-productconversionarea {
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .m-productteaserset .product-set-items .m-togglebox .item .togglebox-title {
    padding: 22px 0;
  }
  .m-productteaserset .product-set-items .m-togglebox .item:first-child {
    border-top: none;
  }
  .m-productteaserset .product-set-items .m-productteaser .product-conversion {
    width: 100%;
  }
  .m-productteaserset
    .product-set-items
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper {
    margin-bottom: 25px;
  }
  .m-productteaserset
    .product-set-items
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .m-productconversionarea {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-productteaserset
    .product-set-items
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .m-productconversionarea
    .a-rating {
    margin-bottom: -3px;
  }
  .m-productteaserset
    .product-set-items
    .m-productteaser
    .product-teaser-container {
    float: right;
    padding: 0;
    position: relative;
    width: -webkit-calc(65% - 25px);
    width: calc(65% - 25px);
  }
  .m-productteaserset
    .product-set-items
    .m-productteaser
    .product-teaser-container
    .product-info {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .m-productteaserset
    .product-set-items
    .m-productteaser
    .product-teaser-container {
    float: left;
    width: -webkit-calc(66.666667% - 30px);
    width: calc(66.666667% - 30px);
  }
  .m-productteaserset
    .product-set-items
    .m-productteaser
    .product-teaser-container
    .product-info
    .benefit-list {
    margin-bottom: 32px;
  }
}
.m-productteaserset
  .product-set-items
  .m-productteaser
  .product-images
  .product-thumbnail
  a {
  width: auto !important;
}
.m-productteaserset
  .product-set-items
  .m-productteaser
  .product-images
  .product-thumbnail
  a
  .a-image
  img {
  display: block;
  max-width: 100%;
  width: auto !important;
}
.m-producttitle > .a-heading,
.m-producttitle > a .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
  color: #000028;
}
.m-producttitle .m-productcode,
.m-producttitle .m-productcode .a-heading {
  font-size: 12px;
  line-height: 1.2;
}
.m-prominentdata {
  margin-left: auto !important;
  margin-left: -webkit-calc(-50vw + 50%) !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 0;
  padding-right: 0;
  width: 100vw !important;
  background-color: #c2c2cc;
}
.m-prominentdata .g-layout-full {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 13px;
}
@media (min-width: 750px) {
  .m-productteaserset .product-set-items .m-productteaser .product-images {
    display: inline-block !important;
    float: left !important;
    margin-right: 25px;
    padding: 0;
    width: 35%;
  }
  .m-prominentdata .g-layout-full {
    padding: 0 23px;
  }
}
@media (min-width: 900px) {
  .m-productteaserset .product-set-items .m-productteaser .product-images {
    margin-right: 30px;
    width: 33.333333%;
  }
  .m-prominentdata .g-layout-full {
    padding: 0 40px;
  }
}
@media (min-width: 1600px) {
  .m-prominentdata .g-layout-full {
    padding: 0;
  }
}
.m-prominentdata .a-heading {
  display: none;
  margin: 0 auto;
  padding: 40px 13px 0;
}
.m-prominentdata .prominent-info {
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
.m-prominentdata .prominent-info .info-item {
  border-bottom: 1px solid #879baa;
  border-right: 1px solid #879baa;
  padding: 26px 0;
  width: 50%;
}
.m-prominentdata .prominent-info .info-item:nth-child(even) {
  border-right: none;
  padding-left: 15px;
}
.m-prominentdata .prominent-info .info-item:nth-child(odd) {
  padding-right: 15px;
}
.m-prominentdata .prominent-info .info-item:first-child,
.m-prominentdata .prominent-info .info-item:nth-child(2) {
  padding-bottom: 30px;
  padding-top: 0;
}
.m-prominentdata .prominent-info .info-item:last-child,
.m-prominentdata .prominent-info .info-item:nth-last-of-type(2) {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 750px) {
  .m-prominentdata .prominent-info {
    padding-bottom: 71px;
    padding-top: 71px;
  }
  .m-prominentdata .prominent-info .info-item {
    border-bottom: none;
    padding: 55px 30px 0;
    width: 25%;
  }
  .m-prominentdata .prominent-info .info-item:nth-child(even) {
    border-right: 1px solid #879baa;
    padding-left: 30px;
  }
  .m-prominentdata .prominent-info .info-item:nth-child(odd) {
    padding-right: 30px;
  }
  .m-prominentdata .prominent-info .info-item:first-child,
  .m-prominentdata .prominent-info .info-item:nth-child(5n) {
    padding-left: 0;
  }
  .m-prominentdata .prominent-info .info-item:nth-child(2) {
    border-right: 1px solid #879baa;
  }
  .m-prominentdata .prominent-info .info-item:nth-child(-n + 4) {
    border-bottom: 1px solid #879baa;
    padding-bottom: 55px;
    padding-top: 0;
  }
  .m-prominentdata .prominent-info .info-item:last-child,
  .m-prominentdata .prominent-info .info-item:nth-child(4n),
  .m-prominentdata .prominent-info .info-item:nth-child(8n) {
    border-right: none;
  }
  .m-prominentdata .prominent-info .info-item:only-child {
    border-bottom: none;
    border-right: none;
    padding-bottom: 0;
  }
}
.m-prominentdata .prominent-info .info-item .basic-info {
  margin: 0;
  padding: 0;
}
.m-prominentdata .prominent-info .info-item .basic-info .basic-info-bold {
  color: #879baa;
  display: block;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  line-height: 14px;
  min-height: 35px;
}
.m-prominentdata
  .prominent-info
  .info-item
  .basic-info
  span:not(.basic-info-bold) {
  display: block;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.m-prominentdata .prominent-info .basic-info-icons {
  padding-left: 0;
}
.m-prominentdata .more-info {
  margin: 0;
  padding-bottom: 35px;
  padding-top: 0;
}
.m-prominentdata .more-info .btn-center:nth-of-type(4n + 1) {
  margin-left: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  a.a-link.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  a.a-link.a-link-primary.a-button,
.m-oney-widget-section
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button.oney-widget-link,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-button-primary,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button.a-button-link,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-link-primary.a-button,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-link-primary.a-button,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .m-oney-widget-section
  .a-link.a-link-primary.a-button.oney-widget-link,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary.a-button:not(.a-button),
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button,
.o-alternativeproduct
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .tile-description
  > .a-link.a-link-primary.a-button:not(.a-button),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button {
  background: 0 0;
  border: none;
  color: #41aaaa;
  font-family: SiemensSans-Bold, sans-serif;
  letter-spacing: 0;
  padding: 0;
  text-transform: unset;
  width: auto;
}
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-button-primary:hover,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button:hover,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button:hover {
  color: #a5e1e1;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button.a-button-link:not(
    .a-button-plain
  ):hover:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-button-primary:hover:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button:hover:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:not(
    .a-button-plain
  ):hover:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button:hover:before {
  -webkit-animation: none;
  animation: none;
  color: #a5e1e1;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain):before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-button-primary:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-link-primary.a-button.a-button-link:not(.a-button-plain):before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:before,
.m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-link-primary.a-button:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button.a-button-link.a-button-primary:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-prominentdata
  .more-info
  .btn-center:nth-of-type(4n + 1)
  .a-link.a-link-primary.a-button:before {
  display: inline-block;
  color: #41aaaa;
  font-family: icons;
  font-style: normal;
  speak: none;
}
.m-promotionbundle.m-firedmessage,
.m-promotionbundle.m-firedmessage .content {
  width: 100%;
}
.m-promotionbundle.m-firedmessage .content > p:last-of-type {
  margin-bottom: 0;
}
.m-promotionbundle.m-firedmessage .content .a-morecontenttogglelink {
  margin-top: 20px;
}
.m-promotionbundle.m-firedmessage
  .content
  .a-morecontenttogglelink
  .bundle
  .product-conversion-area
  .details {
  margin: 0;
}
.m-promotionbundle.m-firedmessage
  .content
  .a-morecontenttogglelink
  .bundle
  .product-conversion-area
  .a-button {
  margin: 16px 0 0;
}
.m-promotionbundle.m-firedmessage
  .content
  .a-morecontenttogglelink
  .more-less-button {
  display: block;
  margin: 0;
}
.m-promotionbundle.m-firedmessage
  .content
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
}
.m-promotionbundle.m-firedmessage
  .content
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink
  .a-link {
  display: block;
}
.m-promotionbundle.m-firedmessage
  .content
  .a-morecontenttogglelink
  .containerexpandable-togglelink
  .m-productpromotion {
  margin-top: 0;
}
.m-promotionbundle.m-firedmessage .content .a-heading {
  width: 80%;
}
@media (min-width: 750px) {
  .m-prominentdata
    .prominent-info
    .info-item
    .basic-info
    span:not(.basic-info-bold) {
    font-size: 24px;
    line-height: 33px;
  }
  .m-prominentdata .more-info {
    padding-bottom: 71px;
    padding-top: 0;
  }
  .m-promotionbundle.m-firedmessage .content .a-morecontenttogglelink {
    margin-top: 25px;
  }
  .m-promotionbundle.m-firedmessage
    .content
    .a-morecontenttogglelink
    .bundle
    .product-conversion-area
    .a-button {
    margin: 24px 0 0;
  }
  .m-promotionbundle.m-firedmessage .content .a-heading {
    margin-top: -4px;
  }
}
@media (min-width: 900px) {
  .m-prominentdata .prominent-info .info-item .basic-info .basic-info-bold {
    height: auto;
    min-height: none;
  }
  .m-promotionbundle.m-firedmessage .content .a-heading {
    margin-top: -2px;
  }
}
.m-promotionbundle .a-heading.h3,
.m-promotionbundle h3.a-heading {
  font-size: 18px;
  line-height: 21px;
}
.m-promotionbundle .more-less-button {
  margin-bottom: 15px;
}
.m-promotionbundle .a-morecontenttogglelink {
  margin: 0;
}
.m-promotionbundle .a-morecontenttogglelink .content {
  margin: 0;
  padding: 0;
}
.m-promotionbundleTeaser {
  background-color: #f5f5f7;
  margin: 0;
  position: relative;
  padding: 0 0 40px;
}
.m-promotionbundleTeaser .teaser-heading-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 40px 0;
}
.m-promotionbundleTeaser .teaser-heading-wrapper .teaser-icon {
  display: none;
  margin: 0;
}
.m-promotionbundleTeaser .teaser-heading-wrapper .teaser-heading {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .content-wrapper
  .promotion-seperator-wrapper {
  margin: 20px 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .content-wrapper
  .promotion-seperator-wrapper
  .content-promotion-separator
  .icon {
  font-size: 16px;
}
.m-promotionbundleTeaser .teaser-content-wrapper .conent-section {
  -webkit-box-shadow: 1px 0 25px 0 #e0e3e7;
  box-shadow: 1px 0 25px 0 #e0e3e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.m-promotionbundleTeaser .teaser-content-wrapper .teaser-product-image {
  padding: 53px 22px 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  > .a-link {
  margin: 0 0 19px;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  > .a-link
  .callout {
  left: -21px;
  top: -56px;
  margin: 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  > .a-link
  .callout
  .a-callout {
  margin: 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  > .a-link
  .callout
  .a-callout
  .callout-text {
  font-size: 12px;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 1;
  padding: 4px 11px;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  .teaser-energylabel-wrapper {
  margin: 0 0 19px;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  .teaser-energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist
  .a-link
  .a-image
  img {
  height: 30px;
  max-width: none;
  width: auto;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  .teaser-energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link,
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  .teaser-energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  font-weight: 400;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 18px;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  .teaser-energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link {
  text-decoration: none;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-image
  .teaser-energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link::before {
  display: none;
}
.m-promotionbundleTeaser .teaser-content-wrapper .teaser-product-title {
  padding: 0 22px 22px;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .m-producttitle
  .a-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .m-producttitle
  .a-link
  .m-productcode {
  margin: 0 0 4px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .m-producttitle
  .a-link
  .m-productcode
  .a-heading {
  color: #7b89a1;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 1;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .m-producttitle
  .a-link
  .m-productcode
  .a-heading
  .fragment {
  display: inline;
  font-family: SiemensSans-Roman, sans-serif;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .m-producttitle
  .a-link
  .a-heading.product-name {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .m-producttitle
  .a-link
  .a-heading.product-name
  .fragment {
  display: inline;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information {
  margin: 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .js-price-wrapper {
  margin: 0 0 17px;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .js-price-wrapper
  .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .js-price-wrapper
  .price
  .price-info-wrapper {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .js-price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper {
  display: none;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .js-price-wrapper
  .price
  .price-info-wrapper
  .current {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .js-price-wrapper
  .price
  .previous {
  color: #7b89a1;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .additional-info,
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .eco-fee {
  font-size: 12px;
  color: #7b89a1;
  line-height: 18px;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .price-information
  .eco-fee {
  color: #7b89a1;
  margin: 0;
}
.m-promotionbundleTeaser
  .teaser-content-wrapper
  .teaser-product-title
  .m-producttitle
  + .price-information {
  margin-top: 17px;
}
.m-promotionbundleTeaser .promotion-tile-seperator {
  border-top: 1px solid #7b89a1;
  margin: 40px 0 0;
}
.m-promotionbundleTeaser .promotion-price-section {
  margin: 40px 0 0;
}
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .price-information
  .price {
  display: block !important;
}
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .price-information
  .price
  .previous {
  color: #7b89a1;
  font-size: 14px;
  line-height: 26px;
}
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .price-information
  .price
  .price-info-wrapper
  .current.highlight {
  color: #2b2f43;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .price-information
  .price
  .price-info-wrapper
  .additional-info {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .price-information
  .discount.highlight {
  font-size: 14px;
  line-height: 26px;
}
.m-promotionbundleTeaser
  .promotion-price-section
  .price-section-wrapper
  .price-information
  .eco-fee {
  color: #7b89a1;
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 750px) {
  .m-promotionbundleTeaser .teaser-heading-wrapper {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .m-promotionbundleTeaser .teaser-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 31px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-promotionbundleTeaser .teaser-content-wrapper .content-wrapper {
    -webkit-box-shadow: 1px 0 25px 0 #e0e3e7;
    box-shadow: 1px 0 25px 0 #e0e3e7;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0;
    position: relative;
    width: 30%;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper
    .conent-section {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper
    .promotion-seperator-wrapper {
    left: 100%;
    top: 50%;
    z-index: 1;
    position: absolute;
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
  }
  .m-promotionbundleTeaser
    .teaser-content-wrapper
    .content-wrapper
    .promotion-seperator-wrapper
    .content-promotion-separator {
    display: block;
  }
  .m-promotionbundleTeaser .teaser-content-wrapper .promotion-separator {
    display: none;
  }
  .m-promotionbundleTeaser .promotion-price-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .m-promotionbundleTeaser .promotion-price-section .price-section-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information {
    display: -ms-grid !important;
    display: grid !important;
    grid-auto-rows: auto;
    grid-template-areas: "price discount" "eco-fee eco-fee";
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information
    .price-info-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-area: price;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information
    .price {
    display: block !important;
    margin-bottom: 0;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information
    .price
    .previous {
    color: #7b89a1;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information
    .price
    .price-info-wrapper {
    display: block !important;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information
    .price
    .price-info-wrapper
    .current.highlight {
    color: #2b2f43;
    font-family: SiemensSans-Bold, sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information
    .price
    .price-info-wrapper
    .additional-info {
    color: #7b89a1;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information
    .discount.highlight {
    font-family: SiemensSans-Roman, sans-serif;
    font-size: 14px;
    grid-area: discount;
    line-height: 26px;
    margin-top: 26px;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .price-information
    .eco-fee {
    color: #7b89a1;
    font-size: 12px;
    grid-area: eco-fee;
    line-height: 18px;
    margin-bottom: 0;
  }
  .m-promotionbundleTeaser
    .promotion-price-section
    .price-section-wrapper
    .promotion-bundle-button {
    margin: 0;
  }
}
.m-quantityselector {
  background: 0 0;
  border: thin solid #000;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 106px;
}
.m-quantityselector:after {
  content: unset;
}
.m-quantityselector .a-button {
  background-color: transparent;
  border: none !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 100%;
  min-width: auto;
  padding: 0 !important;
  position: relative;
}
.m-quantityselector .a-button.js-quantityselector-button-minus {
  border-right: none !important;
}
.m-quantityselector .a-button.js-quantityselector-button-plus {
  border-left: none !important;
}
.m-quantityselector .a-button .icon {
  color: #000;
  font-size: 16px;
  height: 16px;
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
}
.m-quantityselector .a-button .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-quantityselector .a-button .icon:hover {
  color: inherit;
}
.m-quantityselector .a-button:active,
.m-quantityselector .a-button:focus,
.m-quantityselector .a-button:hover {
  background-color: inherit !important;
  border-color: inherit !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.m-quantityselector .a-button:active .icon,
.m-quantityselector .a-button:focus .icon,
.m-quantityselector .a-button:hover .icon {
  color: inherit !important;
}
.m-quantityselector .a-button:focus {
  outline: 0 !important;
}
.m-quantityselector .a-button:disabled {
  background-color: transparent !important;
}
.m-quantityselector .a-button:disabled .icon {
  color: #dfe6ed;
}
.m-quantityselector input.m-forminput.input {
  background: 0 0 !important;
  border: none !important;
  color: #2b2f43;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 25px;
}
.m-questiondisplay {
  margin-top: 0;
}
.m-questiondisplay .question-item-container .average-rating-container {
  border: 0;
  display: block;
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .notice-buttons-container {
  padding: 0;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-column: span 3;
  grid-column: span 3;
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .notice-buttons-container
  .legal-notice-container {
  padding: 0;
  display: inline-block;
  -ms-grid-column: span 3;
  grid-column: span 3;
  margin-top: 30px;
}
@media (min-width: 600px) {
  .m-questiondisplay .question-item-container .average-rating-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 40px;
  }
  .m-questiondisplay
    .question-item-container
    .average-rating-container
    .notice-buttons-container {
    gap: 40px;
    margin-top: 0;
  }
  .m-questiondisplay
    .question-item-container
    .average-rating-container
    .notice-buttons-container
    .legal-notice-container {
    -ms-grid-column: span 2;
    grid-column: span 2;
    margin-top: 0;
  }
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .notice-buttons-container
  .legal-notice-container
  .a-link {
  display: inline;
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .notice-buttons-container
  .review-header-buttons {
  display: inline-block;
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .notice-buttons-container
  .review-header-buttons
  .a-button,
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .notice-buttons-container
  .review-header-buttons
  .a-link {
  min-width: 240px;
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .m-averageproductrating {
  margin: 0;
  text-align: left;
  width: 100%;
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .m-averageproductrating
  .a-heading.avg-rating {
  line-height: 60px;
  padding-bottom: 0;
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .m-averageproductrating
  .totalReviews {
  font-family: SiemensSans-Roman, sans-serif;
  margin-top: 0;
  text-align: left;
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .m-product-questions {
  margin-left: 0;
  text-align: center;
}
@media (max-width: 599px) {
  .m-questiondisplay
    .question-item-container
    .average-rating-container
    .m-averageproductrating {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
  }
  .m-questiondisplay
    .question-item-container
    .average-rating-container
    .m-product-questions {
    width: 48% !important;
  }
  .m-questiondisplay
    .question-item-container
    .average-rating-container
    .a-button {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
    margin-top: 20px;
  }
}
.m-questiondisplay
  .question-item-container
  .average-rating-container
  .a-button {
  display: inline-block;
  max-width: 250px;
  min-width: 100%;
  width: 100%;
}
@media (min-width: 750px) {
  .m-questiondisplay
    .question-item-container
    .average-rating-container
    .a-button {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
  }
  .m-questionsearchbox {
    float: right;
    margin-bottom: 10px;
    width: 75%;
  }
}
@media (min-width: 900px) {
  .m-questiondisplay
    .question-item-container
    .average-rating-container
    .a-button {
    -ms-grid-column: unset;
    grid-column: unset;
    margin-top: 0;
  }
}
.m-questiondisplay .question-answer-container {
  margin: 0;
}
.m-questiondisplay
  .question-answer-container
  .m-questionitemdisplay:first-of-type {
  margin-top: 0;
}
.m-questionfilterbar {
  margin-top: 30px;
}
.m-questionfilterbar .questionfilterbar {
  background-color: transparent !important;
  color: #000;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 10px;
  padding: 0;
}
.m-questionfilterbar .questionfilterbar .questionCount {
  font-size: 12px;
  white-space: nowrap;
}
.m-questionfilterbar .questionfilterbar .sort-container {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 0 10px;
}
.m-questionfilterbar .questionfilterbar .sort-container span {
  font-size: 12px;
}
.m-questionfilterbar
  .questionfilterbar
  .sort-container
  .reviewfilterbar-sort-text {
  margin-right: 10px;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection
  span {
  color: #000;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection {
  border: 0;
  height: 20px;
  padding: 0 !important;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  height: 20px;
  width: 20px;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection
  .select2-selection__arrow
  b:before {
  font-size: 12px;
  height: 18px;
  width: 12px;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  > .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option {
  border: 0 !important;
  font-size: 12px;
  padding: 5px 10px !important;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  > .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  background: 0 0 !important;
  color: #000 !important;
  font-family: var(--fontfamily-bold);
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  > .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted:after {
  display: none;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  > .select2-container
  .select2-dropdown
  .select2-results
  .select2-results__options
  .select2-results__option[aria-selected="true"] {
  background: 0 0 !important;
  color: #000 !important;
  font-family: var(--fontfamily-bold);
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  > .select2-container {
  margin-top: 1px !important;
}
.m-questionfilterbar
  .questionfilterbar-dropdown
  .m-forminput-dropdown
  > .select2-container
  .select2-dropdown {
  border: 0 !important;
}
.m-questionsearchbox .questionsearchbox-inputbox {
  width: 90%;
}
.m-questionsearchbox .questionsearchbox-inputbox > input {
  padding-left: 0;
  padding-right: 35px;
}
.m-questionsearchbox .questionsearchbox-inputbox .questionsearchbox-close-icon {
  top: 5px;
}
.m-questionsearchbox
  .questionsearchbox-inputbox
  .questionsearchbox-close-icon
  .icon {
  font-size: 16px;
}
.m-questionsearchbox .questionsearchbox-submit {
  right: 21px;
  top: 5px;
}
.m-questionsearchbox .questionsearchbox-submit .question-search-button,
.m-questionsearchbox .questionsearchbox-submit .question-search-button:hover {
  border: none !important;
}
.m-questionsearchbox
  .questionsearchbox-submit
  .a-button.question-search-button {
  min-width: 0;
  padding: 0 !important;
  width: 0;
}
.m-questionsearchbox
  .questionsearchbox-submit
  .a-button.question-search-button
  .icon {
  display: inline-block;
}
.m-quicklinkmessages {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 2px solid #000028;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0;
  padding: 15px 24px;
}
.m-quicklinkmessages .a-heading {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000028;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  gap: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
.m-quicklinkmessages .a-heading .text {
  display: inline-block;
}
.m-quicklinkmessages .a-heading .icon {
  height: 24px;
  margin: 0;
  padding: 0;
  width: 24px;
}
.m-quicklinkmessages .a-heading .icon:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  color: #000028;
}
.m-rangeslider .a-button {
  border: none;
  color: #41aaaa;
  font-size: 20px;
  height: auto;
  letter-spacing: 0;
  margin-left: 3px;
  min-width: 0;
  padding: 0;
}
.m-rangeslider .a-button:hover {
  border: none;
  color: #3cc8be;
  outline: 0;
}
.m-rangeslider .rangeslider {
  background: #96a0aa;
  margin: 30px 1px 38px 4px;
}
.m-rangeslider .rangeslider .noUi-handle:before {
  font-size: 17px;
  top: -8px;
}
.m-rangeslider .rangeslider-heading {
  font-weight: 400;
  line-height: 30px;
}
.m-rangeslider .rangeslider-value-lower,
.m-rangeslider .rangeslider-value-upper {
  background-color: #fff;
}
.m-ratingdistribution .average-distribution-container h1.a-heading,
.m-ratingdistribution .rating-distribution-container h1.a-heading {
  font-size: 30px;
  line-height: 33px;
}
.m-ratingdistribution .rating-distribution-container .instruction {
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .m-ratingdistribution .average-distribution-container {
    margin: 0;
  }
}
.m-ratingdistribution .average-distribution-container .secondary-instruction {
  margin-bottom: 10px;
}
.m-ratingrow .ratingrow-label {
  color: #2d373c;
  -webkit-box-flex: 0.8;
  -webkit-flex: 0.8;
  -ms-flex: 0.8;
  flex: 0.8;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  margin-right: 5px;
}
.m-ratingrow .ratingrow-label .icon {
  color: #ffb902;
  font-size: 17px;
  margin: 0 0 0 5px;
}
.m-ratingrow .ratingrow-label:hover .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-ratingrow .ratingrow-value {
  margin-left: 5px;
}
.m-ratingsummary {
  margin-bottom: 23px;
}
.m-ratingsummary .a-rating.rating-summary {
  margin-bottom: 5px !important;
}
.m-ratingsummary
  .a-rating.rating-summary
  .a-link
  span:last-child:not(.sr-only) {
  color: #7b89a1;
  font-family: SiemensSans-Roman, sans-serif;
  margin-top: 4px;
  padding-left: 8px;
}
.m-recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px 0;
}
.m-recaptcha .recaptcha-content-wrapper .text {
  margin-bottom: 0;
}
.m-retailer-reviews {
  padding: 0;
  width: 100%;
}
.m-retailer-reviews .retailer-rating-value {
  font-weight: 400;
}
.m-retailer-reviews .rating .ratings {
  display: block;
}
#pl-returns-plugin,
#pl-returns-plugin.parcellab-return-process,
.parcellab-return-process.parcellab-return-process {
  margin: -webkit-calc(var(--element-margin)) 0 0 0;
  margin: calc(var(--element-margin)) 0 0 0;
}
#pl-returns-plugin a,
#pl-returns-plugin.parcellab-return-process a,
.parcellab-return-process.parcellab-return-process a {
  color: #007a7a;
}
#pl-returns-plugin .pl-toggle-section .pl-toogle-title h3,
#pl-returns-plugin.parcellab-return-process
  .pl-toggle-section
  .pl-toogle-title
  h3,
.parcellab-return-process.parcellab-return-process
  .pl-toggle-section
  .pl-toogle-title
  h3 {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  margin-bottom: 20px !important;
}
#pl-returns-plugin .pl-toggle-section .pl-toogle-title h3 + p,
#pl-returns-plugin.parcellab-return-process
  .pl-toggle-section
  .pl-toogle-title
  h3
  + p,
.parcellab-return-process.parcellab-return-process
  .pl-toggle-section
  .pl-toogle-title
  h3
  + p {
  padding-top: 20px;
}
#pl-returns-plugin
  .pl-toggle-section
  .pl-toggle-section-header
  .pl-toogle-title:not(.pl-edit-form-header),
#pl-returns-plugin.parcellab-return-process
  .pl-toggle-section
  .pl-toggle-section-header
  .pl-toogle-title:not(.pl-edit-form-header),
.parcellab-return-process.parcellab-return-process
  .pl-toggle-section
  .pl-toggle-section-header
  .pl-toogle-title:not(.pl-edit-form-header) {
  padding-left: 0;
}
#pl-returns-plugin .pl-toggle-section .pl-toggle-section-header .pl-toggle-icon,
#pl-returns-plugin.parcellab-return-process
  .pl-toggle-section
  .pl-toggle-section-header
  .pl-toggle-icon,
.parcellab-return-process.parcellab-return-process
  .pl-toggle-section
  .pl-toggle-section-header
  .pl-toggle-icon {
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#pl-returns-plugin
  .pl-style-compact.pl-page-return
  .pl-article-list
  .pl-card-article
  .pl-article-details
  .pl-article-select-toggle-wrapper
  .pl-checkbox
  .pl-checkbox-icon,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact.pl-page-return
  .pl-article-list
  .pl-card-article
  .pl-article-details
  .pl-article-select-toggle-wrapper
  .pl-checkbox
  .pl-checkbox-icon,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact.pl-page-return
  .pl-article-list
  .pl-card-article
  .pl-article-details
  .pl-article-select-toggle-wrapper
  .pl-checkbox
  .pl-checkbox-icon {
  border-color: #000 !important;
}
#pl-returns-plugin .pl-page-registered h1,
#pl-returns-plugin.parcellab-return-process .pl-page-registered h1,
.parcellab-return-process.parcellab-return-process .pl-page-registered h1 {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
#pl-returns-plugin .pl-page-registered .pl-space-top > div b,
#pl-returns-plugin.parcellab-return-process
  .pl-page-registered
  .pl-space-top
  > div
  b,
.parcellab-return-process.parcellab-return-process
  .pl-page-registered
  .pl-space-top
  > div
  b {
  display: inline-block;
  margin-bottom: 20px;
}
#pl-returns-plugin .pl-card.pl-card-no-padding .pl-card-section--bottom,
#pl-returns-plugin.parcellab-return-process
  .pl-card.pl-card-no-padding
  .pl-card-section--bottom,
.parcellab-return-process.parcellab-return-process
  .pl-card.pl-card-no-padding
  .pl-card-section--bottom {
  padding: 0 30px 30px;
}
#pl-returns-plugin
  .pl-card.pl-card-no-padding
  .pl-card-section--center
  .pl-order-information,
#pl-returns-plugin.parcellab-return-process
  .pl-card.pl-card-no-padding
  .pl-card-section--center
  .pl-order-information,
.parcellab-return-process.parcellab-return-process
  .pl-card.pl-card-no-padding
  .pl-card-section--center
  .pl-order-information {
  line-height: 1.6;
}
#pl-returns-plugin
  .pl-card.pl-card-no-padding
  .pl-card-section--center
  .pl-order-information
  h3,
#pl-returns-plugin.parcellab-return-process
  .pl-card.pl-card-no-padding
  .pl-card-section--center
  .pl-order-information
  h3,
.parcellab-return-process.parcellab-return-process
  .pl-card.pl-card-no-padding
  .pl-card-section--center
  .pl-order-information
  h3 {
  margin-top: 0;
}
@media (max-width: 749px) {
  #pl-returns-plugin .pl-card.pl-card-no-padding .pl-card-section--bottom,
  #pl-returns-plugin.parcellab-return-process
    .pl-card.pl-card-no-padding
    .pl-card-section--bottom,
  .parcellab-return-process.parcellab-return-process
    .pl-card.pl-card-no-padding
    .pl-card-section--bottom {
    padding: 0 20px 20px;
  }
  #pl-returns-plugin .pl-card.pl-card-no-padding .pl-card-section--center,
  #pl-returns-plugin.parcellab-return-process
    .pl-card.pl-card-no-padding
    .pl-card-section--center,
  .parcellab-return-process.parcellab-return-process
    .pl-card.pl-card-no-padding
    .pl-card-section--center {
    padding: 20px;
  }
}
#pl-returns-plugin #pwrd-by-pl,
#pl-returns-plugin.parcellab-return-process #pwrd-by-pl,
.parcellab-return-process.parcellab-return-process #pwrd-by-pl {
  padding: 0;
}
#pl-returns-plugin .pl-space-top--double .pl-button.pl-button--primary,
#pl-returns-plugin.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary,
.parcellab-return-process.parcellab-return-process
  .pl-space-top--double
  .pl-button.pl-button--primary {
  min-width: auto;
  padding: 11px !important;
}
#pl-returns-plugin .pl-register-button .pl-button,
#pl-returns-plugin.parcellab-return-process .pl-register-button .pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-register-button
  .pl-button {
  width: 100%;
}
#pl-returns-plugin .pl-input,
#pl-returns-plugin.parcellab-return-process .pl-input,
.parcellab-return-process.parcellab-return-process .pl-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: thin solid #000;
  padding: 9px 9px 9px 0;
}
#pl-returns-plugin
  form[data-testid="signin-form"]
  .pl-space-top.pl-text-center
  .pl-button,
#pl-returns-plugin.parcellab-return-process
  form[data-testid="signin-form"]
  .pl-space-top.pl-text-center
  .pl-button,
.parcellab-return-process.parcellab-return-process
  form[data-testid="signin-form"]
  .pl-space-top.pl-text-center
  .pl-button {
  min-width: 240px;
}
#pl-returns-plugin .pl-page-signin.pl-page--narrow.pl-style-compact,
#pl-returns-plugin .pl-style-compact,
#pl-returns-plugin div[class^="pl-page-"].pl-page--narrow,
#pl-returns-plugin.parcellab-return-process
  .pl-page-signin.pl-page--narrow.pl-style-compact,
#pl-returns-plugin.parcellab-return-process .pl-style-compact,
#pl-returns-plugin.parcellab-return-process
  div[class^="pl-page-"].pl-page--narrow,
.parcellab-return-process.parcellab-return-process
  .pl-page-signin.pl-page--narrow.pl-style-compact,
.parcellab-return-process.parcellab-return-process .pl-style-compact,
.parcellab-return-process.parcellab-return-process
  div[class^="pl-page-"].pl-page--narrow {
  margin: 0;
}
#pl-returns-plugin .pl-page-signin.pl-page--narrow.pl-style-compact .pl-header,
#pl-returns-plugin .pl-style-compact .pl-header,
#pl-returns-plugin div[class^="pl-page-"].pl-page--narrow .pl-header,
#pl-returns-plugin.parcellab-return-process
  .pl-page-signin.pl-page--narrow.pl-style-compact
  .pl-header,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-header,
#pl-returns-plugin.parcellab-return-process
  div[class^="pl-page-"].pl-page--narrow
  .pl-header,
.parcellab-return-process.parcellab-return-process
  .pl-page-signin.pl-page--narrow.pl-style-compact
  .pl-header,
.parcellab-return-process.parcellab-return-process .pl-style-compact .pl-header,
.parcellab-return-process.parcellab-return-process
  div[class^="pl-page-"].pl-page--narrow
  .pl-header {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: 0 0 24px;
  text-align: left;
}
#pl-returns-plugin
  .pl-page-signin.pl-page--narrow.pl-style-compact
  .pl-header-text,
#pl-returns-plugin .pl-style-compact .pl-header-text,
#pl-returns-plugin div[class^="pl-page-"].pl-page--narrow .pl-header-text,
#pl-returns-plugin.parcellab-return-process
  .pl-page-signin.pl-page--narrow.pl-style-compact
  .pl-header-text,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-header-text,
#pl-returns-plugin.parcellab-return-process
  div[class^="pl-page-"].pl-page--narrow
  .pl-header-text,
.parcellab-return-process.parcellab-return-process
  .pl-page-signin.pl-page--narrow.pl-style-compact
  .pl-header-text,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-header-text,
.parcellab-return-process.parcellab-return-process
  div[class^="pl-page-"].pl-page--narrow
  .pl-header-text {
  text-align: left;
}
#pl-returns-plugin
  .pl-page-signin.pl-page--narrow.pl-style-compact
  .pl-header-text
  a,
#pl-returns-plugin .pl-style-compact .pl-header-text a,
#pl-returns-plugin div[class^="pl-page-"].pl-page--narrow .pl-header-text a,
#pl-returns-plugin.parcellab-return-process
  .pl-page-signin.pl-page--narrow.pl-style-compact
  .pl-header-text
  a,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-header-text a,
#pl-returns-plugin.parcellab-return-process
  div[class^="pl-page-"].pl-page--narrow
  .pl-header-text
  a,
.parcellab-return-process.parcellab-return-process
  .pl-page-signin.pl-page--narrow.pl-style-compact
  .pl-header-text
  a,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-header-text
  a,
.parcellab-return-process.parcellab-return-process
  div[class^="pl-page-"].pl-page--narrow
  .pl-header-text
  a {
  color: #007a7a;
  font-weight: var(--fontfamily-bold);
}
#pl-returns-plugin .pl-page-signin,
#pl-returns-plugin.parcellab-return-process .pl-page-signin,
.parcellab-return-process.parcellab-return-process .pl-page-signin {
  max-width: none !important;
}
@media (max-width: 749px) {
  #pl-returns-plugin .pl-card,
  #pl-returns-plugin.parcellab-return-process .pl-card,
  .parcellab-return-process.parcellab-return-process .pl-card {
    padding: 20px;
  }
  #pl-returns-plugin .pl-card .pl-article-details .pl-article-desc-list,
  #pl-returns-plugin.parcellab-return-process
    .pl-card
    .pl-article-details
    .pl-article-desc-list,
  .parcellab-return-process.parcellab-return-process
    .pl-card
    .pl-article-details
    .pl-article-desc-list {
    padding-right: 0;
  }
  #pl-returns-plugin .pl-card:not(.pl-card-no-padding) .pl-article-details,
  #pl-returns-plugin.parcellab-return-process
    .pl-card:not(.pl-card-no-padding)
    .pl-article-details,
  .parcellab-return-process.parcellab-return-process
    .pl-card:not(.pl-card-no-padding)
    .pl-article-details {
    padding: 0;
  }
  #parcellab-track-and-trace
    .parcellab-styles
    .pl-main
    .pl-spaced-list.pl-space-top,
  #parcellab-track-and-trace .pl-main .pl-spaced-list.pl-space-top {
    margin-top: 32px;
  }
}
@media (min-width: 750px) {
  #pl-returns-plugin .pl-card.pl-customer-info,
  #pl-returns-plugin.parcellab-return-process .pl-card.pl-customer-info,
  .parcellab-return-process.parcellab-return-process .pl-card.pl-customer-info {
    overflow-wrap: anywhere;
  }
  #pl-returns-plugin .pl-card.pl-customer-info .pl-button.pl-is-full-width,
  #pl-returns-plugin.parcellab-return-process
    .pl-card.pl-customer-info
    .pl-button.pl-is-full-width,
  .parcellab-return-process.parcellab-return-process
    .pl-card.pl-customer-info
    .pl-button.pl-is-full-width {
    width: auto;
  }
  #pl-returns-plugin
    .pl-card.pl-customer-info
    .pl-card-section--center
    .pl-order-information
    h3,
  #pl-returns-plugin.parcellab-return-process
    .pl-card.pl-customer-info
    .pl-card-section--center
    .pl-order-information
    h3,
  .parcellab-return-process.parcellab-return-process
    .pl-card.pl-customer-info
    .pl-card-section--center
    .pl-order-information
    h3 {
    font-size: var(--heading-h5-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h5-line-height);
  }
}
#pl-returns-plugin .pl-style-compact .pl-button,
#pl-returns-plugin .pl-style-compact .pl-button--primary,
#pl-returns-plugin.parcellab-return-process .pl-style-compact .pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-style-compact
  .pl-button--primary,
.parcellab-return-process.parcellab-return-process .pl-style-compact .pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-style-compact
  .pl-button--primary {
  min-width: auto;
  padding: 11px !important;
}
#pl-returns-plugin .pl-modal-wrapper .pl-modal .pl-modal-close,
#pl-returns-plugin.parcellab-return-process
  .pl-modal-wrapper
  .pl-modal
  .pl-modal-close,
.parcellab-return-process.parcellab-return-process
  .pl-modal-wrapper
  .pl-modal
  .pl-modal-close {
  opacity: 1;
}
#pl-returns-plugin
  .pl-modal-wrapper
  .pl-modal-buttons
  .pl-row
  .pl-columns.six
  .pl-button,
#pl-returns-plugin.parcellab-return-process
  .pl-modal-wrapper
  .pl-modal-buttons
  .pl-row
  .pl-columns.six
  .pl-button,
.parcellab-return-process.parcellab-return-process
  .pl-modal-wrapper
  .pl-modal-buttons
  .pl-row
  .pl-columns.six
  .pl-button {
  width: 100%;
}
#parcellab-track-and-trace,
#parcellab-track-and-trace .parcellab-styles {
  margin: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  margin: calc(var(--element-margin) / 2) 0 0 0;
}
#parcellab-track-and-trace .parcellab-styles .pl-alert,
#parcellab-track-and-trace .pl-alert {
  background-color: transparent;
}
#parcellab-track-and-trace .parcellab-styles .pl-alert.pl-alert-danger,
#parcellab-track-and-trace .pl-alert.pl-alert-danger {
  border-color: #e0173b;
  color: #e0173b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
#parcellab-track-and-trace .parcellab-styles .pl-alert.pl-alert-danger::before,
#parcellab-track-and-trace .pl-alert.pl-alert-danger::before {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #e0173b;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-spaced-list.pl-space-top
  .pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-spaced-list.pl-space-top
  .pl-button.pl-is-fullwidth {
  background: #3cc8be !important;
  color: #000 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  font-family: var(--fontfamily-bold);
  font-size: 16px !important;
  line-height: 20px !important;
  text-align: left;
  padding: 40px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-spaced-list.pl-space-top
  .pl-button.pl-is-fullwidth
  div,
#parcellab-track-and-trace
  .pl-main
  .pl-spaced-list.pl-space-top
  .pl-button.pl-is-fullwidth
  div {
  color: #000 !important;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px !important;
  line-height: 24px;
  margin-bottom: 16px;
  opacity: 1 !important;
}
#parcellab-track-and-trace .parcellab-styles .pl-main .pl-box.pl-box-trace,
#parcellab-track-and-trace .pl-main .pl-box.pl-box-trace {
  background: #f5f5f7 !important;
  border: none;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body,
#parcellab-track-and-trace .pl-main .pl-box.pl-box-trace .pl-box-body {
  background: 0 0;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container {
  max-width: none;
  margin-bottom: 30px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-icon-hr,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-icon-hr {
  border-bottom: thin solid #d8d8d8;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon {
  background: #f5f5f7;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon.pl-hr-icon-left
  img,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon.pl-hr-icon-left
  img {
  margin-left: 0;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon.pl-hr-icon-right
  img,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon.pl-hr-icon-right
  img {
  margin-right: 0;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon
  img,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon
  img {
  -webkit-filter: invert(0) sepia(96%) saturate(7442%) hue-rotate(8deg)
    brightness(107%) contrast(88%);
  filter: invert(0) sepia(96%) saturate(7442%) hue-rotate(8deg) brightness(107%)
    contrast(88%);
  opacity: 1;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon
  img.pl-state-icon-active,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-icon-hr-container
  .pl-hr-icon
  img.pl-state-icon-active {
  -webkit-filter: invert(96%) sepia(44%) saturate(2697%) hue-rotate(137deg)
    brightness(81%) contrast(88%);
  filter: invert(96%) sepia(44%) saturate(2697%) hue-rotate(137deg)
    brightness(81%) contrast(88%);
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-checkpoint,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-checkpoint {
  border: none;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-checkpoint
  small,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-checkpoint
  small {
  color: #2b2f43;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--fontfamily-roman);
  line-height: 26px;
  margin: 0;
  opacity: 1;
  padding: 0 0 8px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-checkpoint
  .pl-checkpoint-status-details,
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-checkpoint
  b,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-checkpoint
  .pl-checkpoint-status-details,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  .pl-checkpoint
  b {
  color: #2b2f43;
  line-height: 26px;
  font-size: 16px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth,
#parcellab-track-and-trace
  .pl-main
  .pl-box.pl-box-trace
  .pl-box-body
  #pl-show-more-button.pl-button.pl-is-fullwidth {
  border-radius: 2px;
  padding: 10px;
  width: 100%;
  font-family: var(--fontfamily-bold);
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom,
#parcellab-track-and-trace .pl-box-aside-left .pl-space-bottom {
  margin: 0;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box {
  background: 0 0 !important;
  border: 0;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-heading.pl-box-cal-heading,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-heading.pl-box-cal-heading {
  background: 0 0 !important;
  color: #2b2f43;
  font-size: 16px !important;
  line-height: 26px;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
}
@media (min-width: 750px) {
  #parcellab-track-and-trace
    .parcellab-styles
    .pl-main
    .pl-box.pl-box-trace
    .pl-box-body
    #pl-show-more-button.pl-button.pl-is-fullwidth,
  #parcellab-track-and-trace
    .pl-main
    .pl-box.pl-box-trace
    .pl-box-body
    #pl-show-more-button.pl-button.pl-is-fullwidth {
    width: auto;
    min-width: 240px;
  }
  #parcellab-track-and-trace
    .parcellab-styles
    .pl-box-aside-left
    .pl-space-bottom
    .pl-spaced-list
    .pl-action-box
    .pl-box-heading.pl-box-cal-heading,
  #parcellab-track-and-trace
    .pl-box-aside-left
    .pl-space-bottom
    .pl-spaced-list
    .pl-action-box
    .pl-box-heading.pl-box-cal-heading {
    margin-top: -34px;
  }
  .m-reviewfilterbar .filterbar .reviewCount {
    workd-break: unset;
  }
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-body,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-body {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f5f7 !important;
  border: none;
  border-radius: 2px 2px 0 0;
  color: #2b2f43;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 56px 20px;
  row-gap: 24px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-body
  .pl-cal-week-day,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-body
  .pl-cal-week-day {
  color: #000 !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 20px !important;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-body
  .pl-cal-day,
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-body
  .pl-cal-month,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-body
  .pl-cal-day,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-action-box
  .pl-box-body
  .pl-cal-month {
  font-size: 36px !important;
  font-weight: 400 !important;
  font-family: var(--fontfamily-bold);
  line-height: 1 !important;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-box.pl-box-time,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-box.pl-box-time {
  background: #f5f5f7 !important;
  border: none;
  border-top: thin solid #cfd0d6;
  border-radius: 0 0 2px 2px;
  margin: 0;
  text-align: center;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-box.pl-box-time
  .pl-time-data,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-box.pl-box-time
  .pl-time-data {
  font-size: 20px;
  line-height: 1.2;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-box.pl-box-time
  .pl-time-data
  img,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-box.pl-box-time
  .pl-time-data
  img {
  display: none !important;
  font-size: 16px;
  line-height: 26px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-prediction-caption,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-space-bottom
  .pl-spaced-list
  .pl-prediction-caption {
  color: #2b2f43;
  margin: 32px 0 0;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom {
  background: 0 0;
  border: thin solid #d8d8d8;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 32px 0;
  padding: 40px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div {
  font-size: 16px !important;
  font-family: var(--fontfamily-roman);
  line-height: 1 !important;
  text-align: left !important;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div
  img,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div
  img {
  display: none;
  -webkit-filter: invert(29%) sepia(85%) saturate(6853%) hue-rotate(171deg)
    brightness(94%) contrast(103%);
  filter: invert(29%) sepia(85%) saturate(6853%) hue-rotate(171deg)
    brightness(94%) contrast(103%);
  height: auto;
  margin: 0 0 0 16px !important;
  width: 16px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(1),
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(2),
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(2) {
  color: #007a7a;
  font-family: var(--fontfamily-bold);
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(2)::before,
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(2)::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #007a7a;
}
#parcellab-track-and-trace
  .parcellab-styles
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(3),
#parcellab-track-and-trace
  .pl-box-aside-left
  .pl-button.pl-is-fullwidth.pl-space-bottom
  > div:nth-child(3) {
  font-family: var(--fontfamily-roman);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-top: 10px;
}
.m-reviewfilterbar .filterbar .reviewCount {
  word-break: break-all;
  margin-right: 10px;
}
.m-reviewfilterbar
  .reviewfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container {
  margin-left: 5px;
}
.m-reviewfilterbar
  .reviewfilterbar-dropdown
  .m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection
  span {
  color: #2d373c;
}
.m-reviewfilterbar .filter-options {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 20px;
}
.m-reviewfilterbar .filter-options .m-forminput-dropdown {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-reviewfilterbar
  .filter-options
  .m-forminput-dropdown
  .select2-selection
  .select2-selection__arrow {
  left: auto;
  right: 0;
}
.m-reviewfilterbar .filter-options .m-chips-group .m-forminput-checkbox {
  max-width: none !important;
}
.m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips
  .chips-content
  .chips-content-inner {
  color: #000;
}
.m-reviewfilterbar .filter-options .m-forminput-checkbox {
  margin: 16px 13px 0;
  width: 100%;
}
@media (min-width: 750px) {
  .m-reviewfilterbar .filter-options .m-forminput-checkbox {
    margin: 16px 23px 0;
  }
  .m-reviewitem .reviewitem-footer {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
@media (min-width: 900px) {
  .m-retailer-reviews .rating .ratings {
    display: inline-block;
  }
  #pl-returns-plugin .pl-page-return,
  #pl-returns-plugin.parcellab-return-process .pl-page-return,
  .parcellab-return-process.parcellab-return-process .pl-page-return {
    padding: 0;
  }
  #pl-returns-plugin .pl-page-signin,
  #pl-returns-plugin .pl-page-signin ~ #pwrd-by-pl,
  #pl-returns-plugin.parcellab-return-process .pl-page-signin,
  #pl-returns-plugin.parcellab-return-process .pl-page-signin ~ #pwrd-by-pl,
  .parcellab-return-process.parcellab-return-process .pl-page-signin,
  .parcellab-return-process.parcellab-return-process
    .pl-page-signin
    ~ #pwrd-by-pl {
    padding: 0 22% 0 17%;
  }
  .m-reviewfilterbar .filterbar .sort-container .icon.icon-info {
    height: 16px;
    width: 16px;
  }
  .m-reviewfilterbar .filterbar .sort-container .icon.icon-info:before {
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    height: 16px;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    width: 16px;
  }
  .m-reviewfilterbar .filter-options .m-forminput-checkbox {
    width: auto;
  }
}
.m-review-FilterBar-Layer {
  margin: 0 0 0 -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin: 0 0 0 calc(var(--max-pagewidth-padding) * -1);
  width: 100vw;
}
.m-review-FilterBar-Layer .filterbar-layer {
  padding: 0 15px;
}
.m-review-FilterBar-Layer .m-chips {
  height: auto;
}
.m-review-FilterBar-Layer .m-chips .chips-content {
  border: none;
}
.m-review-FilterBar-Layer .m-chips .chips-content .chips-content-inner {
  color: #007a7a;
}
.m-review-FilterBar-Layer
  .m-chips
  .chips-content
  .chips-content-inner
  div
  .sort-modal-chip-text {
  margin: 0;
}
.m-review-FilterBar-Layer .m-review-filter-modal .icon.icon-configure {
  color: #007a7a;
}
.m-review-FilterBar-Layer .m-review-filter-modal .review-filter-modal.open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-review-FilterBar-Layer
  .m-review-filter-modal
  .review-filter-modal.open
  .modal-filter-reviews-button-container {
  margin-top: auto;
  padding-top: 10px;
}
.m-review-FilterBar-Layer
  .m-review-filter-modal
  .review-filter-modal.open
  .review-filter-modal
  .general-filter {
  height: auto;
}
@media (max-width: 899px) and (min-width: 750px) {
  .m-review-FilterBar-Layer {
    margin-left: -20px;
  }
}
.m-reviewitem {
  background: #fff;
  border: 0;
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  margin: 0;
  padding: 40px;
}
@media (max-width: 899px) {
  .m-reviewitem {
    margin-bottom: 40px;
  }
}
.m-reviewitem .js-content .reviewitem-content {
  min-height: auto;
}
.m-reviewitem .reviewitem-header .a-rating .scale {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.m-reviewitem .reviewitem-header .a-rating .icon-wishlist {
  font-size: 12px;
}
.m-reviewitem .reviewitem-header .a-rating .icon-wishlist.is-active,
.m-reviewitem .reviewitem-header .a-rating .icon-wishlist:not(.is-active) {
  color: #ffb902;
}
.m-reviewitem .reviewitem-header .date {
  color: #879baa;
}
.m-reviewitem .reviewitem-header .product-family {
  margin-bottom: 10px;
  margin-top: 0;
}
.m-reviewitem .reviewitem-header .product-family .a-link {
  color: #41aaaa;
  text-decoration: none;
  word-break: break-word;
  font-size: 12px;
  font-family: var(--fontfamily-roman);
  line-height: 18px;
}
.m-reviewitem .reviewitem-header .product-family .a-link:hover {
  color: #a5e1e1;
}
.m-reviewitem .reviewitem-inner {
  padding: 0;
}
.m-reviewitem .reviewitem-inner.is-cropped {
  max-height: 180px !important;
}
.m-reviewitem
  .reviewitem-inner.is-cropped
  .reviewitem-footer
  .more-less-container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(20%, rgba(255, 255, 255, 0.5)),
    color-stop(50%, rgba(255, 255, 255, 0.6)),
    color-stop(90%, #fff)
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.5) 20%,
    rgba(255, 255, 255, 0.6) 50%,
    #fff 90%
  );
  height: 50px;
}
.m-reviewitem
  .reviewitem-inner.is-cropped
  .reviewitem-footer
  .more-less-container
  .a-morelesslink {
  padding-top: 30px !important;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(1%, rgba(255, 255, 255, 0.3)),
    color-stop(5%, rgba(255, 255, 255, 0.5)),
    color-stop(30%, rgba(255, 255, 255, 0.8)),
    color-stop(30%, #fff),
    color-stop(40%, #fff),
    to(white)
  ) !important;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 1%,
    rgba(255, 255, 255, 0.5) 5%,
    rgba(255, 255, 255, 0.8) 30%,
    #fff 30%,
    #fff 40%,
    #fff 100%
  ) !important;
}
.m-reviewitem .reviewitem-inner .reviewitem-product-content {
  padding-bottom: 30px !important;
  padding: 0;
}
.m-reviewitem
  .reviewitem-inner
  .reviewitem-product-content
  .reviewitem-content {
  padding-bottom: 10px;
  padding-top: 10px;
}
.m-reviewitem
  .reviewitem-inner:not(.is-cropped):not([style=""]):not(
    [style*="max-height"]
  ) {
  background: 0 0;
}
.m-reviewitem
  .reviewitem-inner:not(.is-cropped):not([style=""]):not([style*="max-height"])
  .reviewitem-product-content {
  padding-bottom: 0 !important;
}
.m-reviewitem
  .reviewitem-inner
  .reviewitem-product-content
  .reviewitem-content
  .a-heading {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 16px;
}
.m-reviewitem
  .reviewitem-inner
  .reviewitem-product-content
  .reviewitem-content
  p {
  font-size: 12px;
  font-family: var(--fontfamily-roman);
  line-height: 20px;
}
.m-reviewitem
  .reviewitem-inner
  .reviewitem-product-content
  .reviewitem-content
  p:last-child,
.m-reviewitem
  .reviewitem-inner
  .reviewitem-product-content
  .reviewitem-content
  p:only-child {
  margin-bottom: 0;
}
.m-reviewitem .reviewitem-footer {
  overflow: auto;
  display: block;
  margin-left: auto;
}
.m-reviewitem .reviewitem-footer:after {
  clear: both;
  content: "";
  display: table;
}
.m-reviewitem .reviewitem-footer .more-less-container {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 750px) {
  .m-reviewitem .reviewitem-footer .more-less-container {
    left: 50%;
    margin-left: auto;
    right: unset;
    -webkit-transform: translateX(-webkit-calc(-50% + 65px));
    -ms-transform: translateX(calc(-50% + 65px));
    transform: translateX(calc(-50% + 65px));
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
.m-reviewitem .reviewitem-footer .more-less-container .a-link {
  margin: 0;
  opacity: 1 !important;
}
.m-reviewitem .reviewitem-footer .more-less-container .a-link.a-button {
  border: none;
  padding: 0;
}
.m-reviewitem .reviewitem-footer .more-less-container .a-link.a-button .icon {
  border: none !important;
  display: block;
  margin: 0;
  padding-left: 3px;
}
.m-reviewitem .reviewitem-footer .more-less-container .a-link.a-morelesslink {
  background: 0 0;
  color: #000;
  padding: 0 !important;
  height: auto !important;
  max-width: unset !important;
  min-height: auto !important;
}
.m-reviewitem
  .reviewitem-footer
  .more-less-container
  .a-link.a-morelesslink:hover {
  -webkit-tap-highlight-color: #fff !important;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(1%, rgba(255, 255, 255, 0.3)),
    color-stop(5%, rgba(255, 255, 255, 0.5)),
    color-stop(30%, rgba(255, 255, 255, 0.8)),
    color-stop(30%, #fff),
    color-stop(40%, #fff),
    to(white)
  ) !important;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 1%,
    rgba(255, 255, 255, 0.5) 5%,
    rgba(255, 255, 255, 0.8) 30%,
    #fff 30%,
    #fff 40%,
    #fff 100%
  ) !important;
  outline: 0 !important;
}
.m-reviewitem .reviewitem-footer .button-container {
  max-width: -webkit-calc(100% - 60px);
  max-width: calc(100% - 60px);
  width: auto;
}
.m-reviewitem .reviewitem-footer .button-container .a-link.a-button:hover {
  color: #fff !important;
}
.m-reviewitem .reviewitem-footer .reviewitem-footer .more-less-container {
  bottom: 15px;
  right: 15px;
}
@media (min-width: 750px) {
  .m-reviewitem .reviewitem-header {
    padding: 0 0 0 20px;
  }
  .m-reviewitem .reviewitem-header .product-family .a-link {
    font-size: 12px;
    font-family: var(--fontfamily-roman);
    line-height: 18px;
  }
  .m-reviewitem
    .reviewitem-inner
    .reviewitem-product-content
    .reviewitem-content {
    padding-left: 140px;
  }
  .m-reviewitem .reviewitem-footer .button-container {
    max-width: -webkit-calc(100% - 64px);
    max-width: calc(100% - 64px);
    width: auto;
  }
  .m-reviewitemreviewdisplay .m-review-imagegallery .gallerylist {
    -webkit-column-gap: 24px;
    column-gap: 24px;
    row-gap: 40px;
  }
}
@media (min-width: 900px) {
  .m-reviewitem {
    min-height: 260px;
  }
  .m-reviewitem .reviewitem-header .product-family {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.m-reviewitemreviewdisplay .m-reviewerdemographics {
  margin-bottom: 0;
  margin-top: 24px;
}
.m-reviewitemreviewdisplay .m-reviewerdemographics > p {
  color: #2b2f43;
  margin-bottom: 8px;
}
.m-reviewitemreviewdisplay .m-reviewerdemographics > p .user-demograph-title {
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
  font-weight: 400;
}
.m-reviewitemreviewdisplay .reviewratingcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.m-reviewitemreviewdisplay .reviewratingcontainer .badge-container {
  color: #2b2f43;
  width: 50%;
}
.m-reviewitemreviewdisplay .reviewratingcontainer .badge-container .icon-badge {
  color: #2b2f43;
}
.m-reviewitemreviewdisplay
  .reviewratingcontainer
  .badge-container
  .icon-badge:before {
  content: "\e09c";
}
.m-reviewitemreviewdisplay .reviewratingcontainer .review-rating {
  margin-bottom: 16px;
  width: 50%;
}
.m-reviewitemreviewdisplay .reviewratingcontainer .flag-image-wrapper {
  margin: 0;
}
.m-reviewitemreviewdisplay
  .reviewratingcontainer
  .flag-image-wrapper
  .nickname {
  color: #2b2f43;
  font-family: var(--fontfamily-bold);
  font-weight: 400;
}
.m-reviewitemreviewdisplay .review-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin: 24px 0 16px;
}
.m-reviewitemreviewdisplay .review-text {
  color: #2b2f43;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
@media (min-width: 900px) {
  .m-reviewitemreviewdisplay .review-text {
    margin-bottom: 32px;
  }
}
.m-reviewitemreviewdisplay .show-more-a-link {
  margin-bottom: 24px;
}
.m-reviewitemreviewdisplay .show-truncated-text {
  font-size: 16px;
  line-height: 26px;
  max-height: -webkit-calc(26px * 5);
  max-height: calc(26px * 5);
}
.m-reviewitemreviewdisplay .reviewitem-reply {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.m-reviewitemreviewdisplay .m-review-imagegallery .gallerylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  padding: 0;
}
.m-reviewitemreviewdisplay .m-review-imagegallery .listitem .a-image img {
  max-height: 90px;
}
.m-reviewitemreviewdisplay .m-review-imagegallery .listitem:before {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(123, 137, 161, 0.8);
  border-radius: 2px;
  bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 8px;
  -webkit-transition: width 0.5s, font-size 0.5s, height 0.5s, margin-top 0.5s,
    background-color 0.5s;
  transition: width 0.5s, font-size 0.5s, height 0.5s, margin-top 0.5s,
    background-color 0.5s;
  width: 40px;
}
.m-reviewitemreviewdisplay .m-review-imagegallery .listitem:hover:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
@media (min-width: 900px) {
  .m-reviewitemreviewdisplay .m-review-imagegallery .listitem:hover:before {
    background-color: rgba(60, 200, 190, 0.8);
    height: 80px;
    font-size: 24px;
    width: 80px;
  }
}
.m-reviewitemreviewdisplay .rating-dimension-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 0;
}
.m-reviewitemreviewdisplay .rating-dimension-container .a-ratingdimension {
  margin: 10px 0 0;
  width: auto !important;
}
.m-reviewitemreviewdisplay
  .rating-dimension-container
  .a-ratingdimension
  .scale
  .icon {
  color: #ececf0;
}
.m-reviewitemreviewdisplay
  .rating-dimension-container
  .a-ratingdimension
  .scale
  .icon.is-active {
  color: #3cc8be;
}
.m-reviewitemreviewdisplay
  .rating-dimension-container
  .a-ratingdimension
  .unclickable-rating {
  margin-bottom: 5px;
}
@media (max-width: 749px) {
  .m-reviewitemreviewdisplay .m-review-imagegallery .listitem:before {
    display: none;
  }
  .m-reviewitemreviewdisplay .rating-dimension-container .a-ratingdimension {
    max-width: -webkit-calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
  }
}
.m-reviewitemreviewdisplay .reviewitem-helpfull-logo-wrap {
  border-bottom: none;
  padding-bottom: 0;
}
.m-reviewitemreviewdisplay .reviewitem-helpfull-logo-wrap .m-helpfulnessvoting {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  width: auto;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-right: 0;
  gap: 32px;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .js-ajax-request:hover {
  border: none;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback,
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 0;
  padding: 0 !important;
  width: auto;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback:hover,
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback.js-positive-feedback:before,
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback.js-positive-feedback:before {
  content: "\e078";
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  color: #007a7a;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback.js-negative-feedback:before,
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback.js-negative-feedback:before {
  content: "\e077";
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  color: #007a7a;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-negative-feedback
  .text,
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .m-helpful-button-container
  .a-button.js-positive-feedback
  .text {
  font-family: SiemensSans-Roman, sans-serif;
  color: #000028 !important;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .a-button.m-review-report-button {
  background: 0 0;
  border: 0;
  display: inline;
  font-family: var(--fontfamily-bold);
  margin: 0;
  min-width: 0;
  padding: 0 !important;
  text-align: left;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: auto;
}
.m-reviewitemreviewdisplay
  .reviewitem-helpfull-logo-wrap
  .m-helpfulnessvoting
  .a-button.m-review-report-button:hover {
  background: 0 0 !important;
  border: 0 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.m-reviewitemreviewdisplay .recommendation {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 32px 0;
}
.m-reviewitemreviewdisplay .recommendation .recommendation-text {
  font-family: var(--fontfamily-bold);
}
@media (min-width: 750px) {
  .m-reviewitemreviewdisplay .m-review-imagegallery .listitem .a-image img {
    max-height: 210px;
  }
  .m-reviewsearchbox {
    float: right;
    margin-bottom: 10px;
    width: 75%;
  }
}
.m-reviewsearchbox .reviewsearchbox-inputbox {
  width: 90%;
}
.m-reviewsearchbox .reviewsearchbox-inputbox > input {
  padding-left: 0;
  padding-right: 35px;
}
.m-reviewsearchbox .reviewsearchbox-inputbox .reviewsearchbox-close-icon {
  top: 5px;
}
.m-reviewsearchbox .reviewsearchbox-inputbox .reviewsearchbox-close-icon .icon {
  font-size: 16px;
}
.m-reviewsearchbox .reviewsearchbox-close-icon {
  top: 10px;
}
.m-reviewsearchbox .reviewsearchbox-submit {
  right: 21px;
  top: 5px;
}
.m-reviewsearchbox .reviewsearchbox-submit .review-search-button,
.m-reviewsearchbox .reviewsearchbox-submit .review-search-button:hover {
  border: none !important;
}
.m-reviewsearchbox .reviewsearchbox-submit .a-button.review-search-button {
  min-width: 0;
  padding: 0 !important;
  width: 0;
}
.m-reviewsearchbox
  .reviewsearchbox-submit
  .a-button.review-search-button
  .icon {
  display: inline-block;
}
.m-reviews-question.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  .bv-content-list-container
  .bv-header
  .bv-action-bar {
  padding-bottom: 0 !important;
}
.m-reviews-question.m-reviews-question
  #BVQAContainer
  .bv-cleanslate
  .bv-content-list-container
  .bv-header
  .bv-action-bar
  h2.bv-action-bar-header {
  font-family: SiemensProgress, sans-serif !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  line-height: 44px !important;
  margin-bottom: 0 !important;
}
.m-scrolldown {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  height: auto;
  opacity: 0;
  padding: 0;
  width: auto;
}
.m-scrolldown.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.m-scrolldown:after {
  display: none;
}
.m-scrolldown .scrolldown-arrow {
  background: 0 0;
  border: none;
  left: auto;
  position: relative;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: auto;
  width: auto;
}
.m-scrolldown .scrolldown-arrow:after {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  content: "\e094";
  display: inline-block;
  font-size: 35px;
  font-family: icons;
  height: 37px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  width: 19px;
  bottom: auto;
  left: auto;
  position: relative;
}
.m-scrolldown .scrolldown-text {
  font-size: 12px;
  line-height: 1;
}
.m-scrolldown_scrollytelling {
  background: 0 0;
}
.m-scrolldown_scrollytelling .scrolldownicon-without-text {
  margin-left: 0;
}
.m-scrolldown_scrollytelling .scrolldownicon-with-text > div {
  display: none;
}
.m-scrolldown_scrollytelling .icon.icon-scrolldown::before {
  content: "\e094";
  display: inline-block;
  font-size: 50px;
  font-family: icons;
  height: 50px;
  line-height: 64px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}
.m-scrollytelling {
  padding: var(--element-margin) 0 0 0;
}
.m-scrollytellingchapter .text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
}
.m-scrollytellingchapter .text-block.visible .list-unstyled,
.m-scrollytellingchapter .text-block.visible p.h1.a-heading,
.m-scrollytellingchapter .text-block.visible p:not(.h1.a-heading) {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m-scrollytellingchapter .text-block p {
  color: #fff;
}
.m-scrollytellingchapter .text-block p.h1.a-heading {
  font-size: var(--heading-h1-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h1-line-height);
  font-family: var(--fontfamily-headlinesfont);
  margin-bottom: 20px;
  opacity: 0;
  padding-top: 0;
  -webkit-transform: translateY(500%);
  -ms-transform: translateY(500%);
  transform: translateY(500%);
  -webkit-transition: opacity 1s ease-out 0.95s,
    -webkit-transform 1s ease-out 0.5s;
  transition: transform 1s ease-out 0.5s, opacity 1s ease-out 0.95s,
    -webkit-transform 1s ease-out 0.5s;
}
.m-scrollytellingchapter .text-block p.h2,
.m-scrollytellingchapter .text-block p.h3 {
  display: none;
}
.m-scrollytellingchapter .text-block p:not(.h1.a-heading) {
  font-size: 16px;
  line-height: 26px;
  opacity: 0;
  -webkit-transform: translateY(500%);
  -ms-transform: translateY(500%);
  transform: translateY(500%);
  -webkit-transition: opacity 1s ease-out 1.1s,
    -webkit-transform 1s ease-out 0.8s;
  transition: transform 1s ease-out 0.8s, opacity 1s ease-out 1.1s,
    -webkit-transform 1s ease-out 0.8s;
}
.m-scrollytellingchapter .text-block .list-unstyled {
  margin: 40px 0 0;
  opacity: 0;
  -webkit-transform: translateY(500%);
  -ms-transform: translateY(500%);
  transform: translateY(500%);
  -webkit-transition: opacity 1s ease-out 1.3s,
    -webkit-transform 1s ease-out 1.3s;
  transition: transform 1s ease-out 1.3s, opacity 1s ease-out 1.3s,
    -webkit-transform 1s ease-out 1.3s;
}
.m-scrollytellingchapter .text-block .list-unstyled .a-button {
  margin-bottom: 10px;
}
.m-scrollytellingchapter .text-block.top-right {
  left: 0;
  right: auto;
}
.m-scrollytellingchapter .text-block .a-heading {
  font-size: var(--heading-h1-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h1-line-height);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  margin-bottom: 24px;
}
.m-scrollytellingchapter .text-block p:not(.a-heading) {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.m-scrollytellingchapter .text-block .list-unstyled .a-link:not(.a-button),
.m-scrollytellingchapter
  .text-block
  .list-unstyled
  .a-link:not(.a-button)::before {
  color: #fff;
}
@media only screen and (min-width: 1920px) {
  .m-scrollytelling {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-left: calc(var(--max-pagewidth-padding) * -1);
    width: var(--max-pagewidth);
  }
  .m-scrollytellingchapter {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.m-searchfield {
  --searchfield--color-icon: #000;
  --searchfield--color-border: #000;
  --searchfield--color-text: #000;
  --searchfield--color-placeholder: #2d373c;
  margin: 0;
}
.m-searchfield .m-form .searchfield-fieldset {
  max-width: 100%;
}
.m-searchfield .m-form .searchfield-fieldset .a-formlabel {
  display: block !important;
}
.m-searchfield .m-form .searchfield-fieldset .submit-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: unset !important;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px !important;
}
.m-searchfield .m-form .searchfield-fieldset .submit-wrap .a-button {
  background-color: transparent;
  border: none;
  margin: 0 !important;
  min-width: auto;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.m-searchfield
  .m-form
  .searchfield-fieldset
  .submit-wrap
  .a-button
  .icon-search {
  color: var(--searchfield--color-icon);
  font-size: 25px;
}
.m-searchfield .m-form .searchfield-fieldset .submit-wrap .a-button .text {
  display: none;
}
.m-searchfield
  .m-form
  .searchfield-fieldset
  .submit-wrap
  .a-button
  span:only-child {
  color: #222;
  display: block !important;
  font-size: 0;
}
.m-searchfield
  .m-form
  .searchfield-fieldset
  .submit-wrap
  .a-button
  span:only-child:before {
  display: inline-block;
  font-size: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  font-family: icons;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.m-searchfield .m-form .searchfield-fieldset .input-wrap {
  padding: 0;
  width: 100%;
}
.m-searchfield .m-form .searchfield-fieldset .input-wrap .searchfield-input {
  padding: 10px 75px 10px 0;
  background-color: transparent !important;
}
.m-searchfield
  .m-form
  .searchfield-fieldset
  .input-wrap
  .searchfield-input:focus {
  outline-offset: -1px;
}
.m-searchfield
  .m-form
  .searchfield-fieldset
  .input-wrap
  .searchfield-icon-remove {
  color: #000;
  font-size: 20px;
  line-height: 15px;
  right: 45px;
  top: 4px;
}
.m-searchfield
  .m-form
  .searchfield-fieldset
  .input-wrap
  .searchfield-icon-remove:hover {
  color: #000;
}
.m-searchfield.m-searchfield-dob + .m-forminput {
  margin-top: 10px;
}
.m-searchfield.m-searchfield-dob .m-searchinput {
  border-top: none;
  padding: 0;
}
.m-searchfield .m-form .form-row > .a-formlabel + .searchinput {
  margin: 0;
}
.m-searchfield .searchfield-suggestlayer {
  background: #fff;
  border: 1px solid #cdd9e1;
  margin-top: -10px;
  overflow: visible !important;
  position: relative;
  width: 100%;
}
.m-searchfield .searchfield-suggestlayer:after,
.m-searchfield .searchfield-suggestlayer:before {
  content: unset !important;
}
.m-searchfield .searchfield-suggestlayer:not(.hidden) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.m-searchfield
  .searchfield-suggestlayer
  .suggestlayer-results-container
  .m-forminput.m-forminput-radio {
  float: none;
}
.m-searchfield.m-searchfield-enumber
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .m-forminput {
  color: var(--searchfield--color-placeholder) !important;
  border-color: var(--searchfield--color-border) !important;
}
.m-searchfield.m-searchfield-enumber
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .m-forminput.is-empty {
  border-color: red !important;
}
.m-searchfield.m-searchfield-enumber
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .searchfield-suggestlayer
  .suggestlayer-results-container
  .suggestlayer-no-results,
.m-searchfield.m-searchfield-enumber
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .searchfield-suggestlayer
  .suggestlayer-results-container
  .suggestlayer-results-row
  .suggestlayer-results-item
  .m-forminput
  .a-formlabel
  .label-text {
  color: var(--searchfield--color-text) !important;
}
.m-searchfield.m-searchfield-sparepart .searchinput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-searchfield.m-searchfield-sparepart .searchinput::after {
  display: none;
}
.m-searchfield.m-searchfield-sparepart .searchinput .input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 100% !important;
  -ms-flex: 1 1 100% !important;
  flex: 1 1 100% !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto !important;
}
.m-searchfield.m-searchfield-sparepart .searchinput .input-wrap .m-forminput {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
  margin: 0;
}
.m-searchfield.m-searchfield-sparepart .searchinput .submit-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.m-searchfield-dealerlocator .a-button.a-button-plain.a-button-geo-location {
  border: none;
  color: #41aaaa;
  right: 8.5%;
}
@media (min-width: 750px) {
  .m-searchfield .input-wrap {
    width: 66.6%;
  }
  .m-searchfield .submit-wrap {
    float: left;
  }
  .m-searchfield .submit-wrap .a-button {
    margin: 0;
  }
  .m-searchfield .submit-wrap .a-button .icon {
    font-size: 13px;
  }
  .m-searchfield-dealerlocator .a-button.a-button-plain.a-button-geo-location {
    right: 4.5%;
  }
}
.m-searchfield-dealerlocator .a-button .icon {
  margin-top: -2px;
}
@media (min-width: 750px) {
  .m-searchfield-dealerlocator .a-button .icon {
    margin-top: -5px;
  }
}
@media (min-width: 900px) {
  .m-scrollytellingchapter .text-block {
    padding: 0 64px;
    padding: 0 0 0 var(--max-pagewidth-padding);
  }
  .m-scrollytellingchapter .text-block p:not(.h1.a-heading) {
    font-size: 20px;
    line-height: 30px;
  }
  .m-searchfield .submit-wrap .a-button .icon {
    font-size: 14px;
  }
  .m-searchfield .searchfield-suggestlayer {
    margin-top: -10px;
  }
  .m-searchfield-dealerlocator .a-button.a-button-plain.a-button-geo-location {
    right: 3.5%;
  }
  .m-searchfield-dealerlocator .a-button .icon {
    margin-top: -3px;
  }
}
.m-searchfield-dealerlocator .submit-wrap {
  padding-left: 12px;
}
.m-searchfield-dealerlocator .m-searchinput {
  padding: 20px 0;
}
.m-searchfield-dealerlocator .has-geo-location .searchfield-input {
  padding-right: 60px;
}
.m-searchfield-enumberocr .searchfield-icon-camera {
  color: #41aaaa;
  font-size: 25px;
  right: 30px;
  top: 11px;
}
.m-searchfield-enumberocr .searchfield-icon-remove {
  right: 10px;
  top: -1px;
}
.m-searchheader {
  --searchheader--fieldbackground: transparent;
  margin: var(--element-margin) 0 0 0;
  max-width: 60%;
}
.m-searchheader .m-search-input-rebrush {
  padding: 0;
}
.m-searchheader .m-search-input-rebrush.inline .suggest-layer {
  margin: 0;
}
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-input-wrapper {
  background: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-button-primary,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link,
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link {
  right: 12px;
}
.m-searchheader
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput {
  background: var(--searchheader--fieldbackground) !important;
  padding-left: 12px;
}
.m-searchheader .m-search-input-rebrush.inline .suggest-layer .search-content {
  position: absolute;
  width: 100%;
}
.m-searchheader .search-wrapper {
  margin: 0;
}
.m-searchheader .search-wrapper .headlines {
  margin: 0 0 40px;
}
.m-searchheader .search-wrapper .headlines .a-heading,
.m-searchheader .search-wrapper .headlines .main-headline {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: 0;
}
.m-searchheader .search-wrapper .headlines .sub-headline {
  margin-top: 24px;
}
.m-searchheader .search-wrapper .original-search-term {
  margin-top: 7px;
  margin-left: 0;
  margin-right: 0;
}
.m-searchheader .search-result-categories-wrapper {
  margin: 56px 0 0;
  padding: 0;
}
.m-searchinput {
  border-top: 1px solid #3c464c;
  margin: 0;
  padding: 10px 0;
}
.m-searchinput .search-input {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}
.m-searchinput .search-input input {
  background-color: transparent;
  border-bottom: 1px solid #96a0aa;
  color: #fff;
  margin-bottom: 16px;
  padding: 5px;
}
.m-searchinput .search-input input:focus {
  outline: 0;
}
.m-searchinput .search-input input::-ms-clear {
  margin-right: 20px;
}
.m-searchinput .search-input input:hover {
  border-color: #96a0aa !important;
}
.m-searchinput .reset-button .a-button {
  border: none;
  color: #879baa;
  padding: 0;
}
.m-searchinput .reset-button .a-button:hover {
  color: #3cc8be;
}
.m-searchinput .search-button {
  padding-left: 5px;
  width: 40px;
}
.m-searchinput .search-button .a-button {
  width: 40px;
}
.m-searchinput .search-button .a-button .icon {
  font-size: 12px;
}
.m-searchinput .suggest-layer {
  border: none;
  margin-bottom: 16px;
}
.m-searchinput .suggest-layer:before {
  border-bottom: 15px solid #fff;
  top: -15px;
}
.m-searchinput .suggest-layer .category-content .products-item .icon {
  line-height: 20px;
}
.m-searchinput .suggest-layer .close {
  margin: 0;
}
.m-searchinput .suggest-layer .close .a-button {
  border: none;
  color: #879baa;
  height: 20px;
  min-width: 0;
  padding: 0;
}
.m-searchinput .suggest-layer .close .a-button:hover {
  color: #3cc8be;
}
.m-searchinput .no-suggestions {
  padding-top: 10px;
}
@media (min-width: 750px) {
  .m-searchinput {
    padding: 27px 0 20px;
  }
  .m-searchinput .search-input {
    width: -webkit-calc(100% - 117px);
    width: calc(100% - 117px);
  }
  .m-searchinput .search-input input {
    margin-bottom: 27px;
  }
  .m-searchinput .search-button {
    padding-left: 9px;
    width: auto;
  }
  .m-searchinput .search-button .a-button {
    width: auto;
  }
  .m-searchinput .search-button .a-button .icon {
    font-size: 13px;
  }
  .m-searchinput .suggest-layer {
    margin-bottom: 22px;
  }
  .m-searchinput .reset-button {
    margin-left: -35px;
  }
}
@media (min-width: 900px) {
  .m-searchinput .suggest-layer .close .a-button {
    margin-top: 50%;
  }
  .m-searchinput {
    border-top: none;
    margin-top: 0;
    padding: 0;
  }
  .m-searchinput .search-input {
    margin-right: 30px;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
  .m-searchinput .search-input input {
    background-color: transparent;
    color: #fff;
    float: right;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 116px;
  }
  .m-searchinput .search-input input:focus {
    width: 100%;
  }
  .m-searchinput .search-input input::-webkit-input-placeholder {
    color: #fff;
  }
  .m-searchinput .search-input input:-ms-input-placeholder {
    color: #fff;
  }
  .m-searchinput .search-input input::placeholder {
    color: #fff;
  }
  .m-searchinput .search-button {
    top: -2px;
    width: 30px;
  }
  .m-searchinput .search-button .a-button {
    color: #fff;
    min-width: 0;
    padding: 4px;
    width: 30px;
  }
  .m-searchinput .search-button .a-button .icon {
    font-size: 14px;
  }
  .m-searchinput .search-button .a-button .text {
    display: none;
  }
  .m-searchinput .search-button .a-button:hover {
    border: none;
    color: #3cc8be;
  }
  .m-searchinput .suggest-layer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    margin-top: 60px;
  }
}
.x .x-modal * {
  font-family: SiemensSans-Roman, sans-serif;
}
.x .x-modal .x-desktop.x-base-scroll.x-background--neutral-10,
.x .x-modal .x-mobile .x-layout__main .x-base-scroll {
  background-color: #f5f5f7 !important;
}
.x .x-modal .x-font-color--lead {
  color: #000 !important;
}
.x .x-modal .x-font-color--enable {
  color: #53b044 !important;
}
.x .x-modal .x-font-color--warning {
  color: #d4691b !important;
}
.x .x-modal .x-background--lead {
  background-color: #000028 !important;
}
.x .x-modal .x-background--accent {
  background-color: #d4691b !important;
}
.x .x-modal .x-grid__item .x-result-link,
.x .x-modal .x-grid__item article {
  background-color: #fff;
  padding: 16px;
}
.x .x-modal header.x-layout__header.x-list {
  background: 0 0;
}
.x .x-modal header.x-layout__header.x-list .x-search-box-container {
  background-color: #fff !important;
}
.x
  .x-modal
  header.x-layout__header.x-list
  .x-search-box-container:focus-within {
  background-color: #fff !important;
}
.x
  .x-modal
  header.x-layout__header.x-list
  .x-search-box-container
  .x-search-button {
  padding-right: 16px !important;
}
.x
  .x-modal
  header.x-layout__header.x-list
  .x-search-box-container
  .x-search-button
  .icon.icon-search {
  color: #000 !important;
}
.x .x-modal header.x-layout__header.x-list .x-button--ghost {
  padding-left: 16px;
}
.x .x-modal .x-mobile header.x-layout__header.x-list .x-input-group {
  border: none;
}
.x
  .x-modal
  .x-mobile
  header.x-layout__header.x-list
  .x-input-group
  .x-search-button {
  background-color: transparent;
  border: none;
}
.x
  .x-modal
  .x-mobile
  header.x-layout__header.x-list
  .x-input-group
  .x-search-button
  .icon.icon-search {
  color: #000;
}
.x .x-modal .x-mobile header.x-layout__header.x-list .x-button--ghost {
  padding-left: 8px;
}
.x .x-modal .x-search-input {
  border-bottom: 1px solid;
}
.x .x-modal .x-search-input:focus {
  outline: 0;
  border-bottom: 2px solid #007a7a !important;
}
.x .x-modal .x-list--gap-07.x-list {
  gap: 16px;
}
.x .x-modal .x-border-width--bottom-01 {
  border: none !important;
}
.x .x-modal .x-suggestion:hover {
  font-weight: 400 !important;
  color: #007a7a !important;
}
.x .x-modal .x-result-link h1.x-text,
.x .x-modal .x-result-link h2.x-text {
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  color: #7b89a1;
  margin: 0;
  font-weight: 400;
}
.x .x-modal .x-title2 {
  font-size: 20px;
  font-family: SiemensProgress, sans-serif;
  margin: 0;
  line-height: 24px;
}
.x .x-modal .x-layout__predictive .x-predictive-layer__content h1,
.x .x-modal .x-predictive-layer__container .x-predictive-layer__content h1 {
  font-size: 12px;
  font-weight: 400 !important;
  font-family: var(--fontfamily-headlinesfont);
  padding: 0;
  color: #000;
}
.x .x-modal .x-layout__predictive .x-predictive-layer__content .x-suggestion,
.x
  .x-modal
  .x-predictive-layer__container
  .x-predictive-layer__content
  .x-suggestion {
  color: #000;
  font-weight: 400;
}
.x
  .x-modal
  .x-layout__predictive
  .x-predictive-layer__content
  .x-suggestion
  > :hover,
.x
  .x-modal
  .x-predictive-layer__container
  .x-predictive-layer__content
  .x-suggestion
  > :hover {
  text-decoration: none !important;
}
.x
  .x-modal
  .x-layout__predictive
  .x-predictive-layer__content
  .x-suggestion
  .x-identifier-result__matching-part,
.x
  .x-modal
  .x-predictive-layer__container
  .x-predictive-layer__content
  .x-suggestion
  .x-identifier-result__matching-part {
  font-family: SiemensSans-Roman, sans-serif;
}
.x
  .x-modal
  .x-layout__predictive
  .x-predictive-layer__content
  .x-suggestion
  .x-identifier-result__matching-part,
.x
  .x-modal
  .x-layout__predictive
  .x-predictive-layer__content
  .x-suggestion
  .x-suggestion__matching-part,
.x
  .x-modal
  .x-predictive-layer__container
  .x-predictive-layer__content
  .x-suggestion
  .x-identifier-result__matching-part,
.x
  .x-modal
  .x-predictive-layer__container
  .x-predictive-layer__content
  .x-suggestion
  .x-suggestion__matching-part {
  color: #000;
  font-weight: 600;
}
.x .x-modal .x-layout__toolbar {
  background-color: #fff;
}
.x .x-modal .x-layout__toolbar .x-content-types-selector__item {
  margin: 0;
}
.x .x-modal .x-layout__toolbar .x-content-types-selector__item .x-button {
  color: #000;
  padding-bottom: 16px !important;
  font-size: 16px;
}
.x
  .x-modal
  .x-layout__toolbar
  .x-content-types-selector__item.x-option-list__item--is-selected {
  border-bottom-color: #000;
}
.x
  .x-modal
  .x-layout__toolbar
  .x-content-types-selector__item.x-option-list__item--is-selected
  .x-button
  span {
  font-family: SiemensSans-Bold, sans-serif;
}
.x .x-modal .x-layout__main .x-title1 {
  font-family: SiemensProgress, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0;
  text-transform: uppercase;
}
.x .x-modal .x-layout__main .x-result-rating .x-rating {
  color: #ffb902;
}
.x .x-modal .x-layout__main .x-result-rating span:not(.x-rating) {
  color: #2b2f43 !important;
  font-weight: 400 !important;
  font-size: 12px;
}
.x .x-modal .x-layout__main .x-currency {
  letter-spacing: normal;
}
.x .x-modal .x-layout__main .x-result-current-price {
  font-size: 20px;
  line-height: 26px;
  color: #000028 !important;
}
.x .x-modal .x-layout__main .x-result-current-price .x-currency {
  font-family: SiemensSans-Bold, sans-serif;
}
.x .x-modal .x-layout__main .x-result-previous-price {
  font-size: 14px !important;
  line-height: 20px;
  color: #d4691b !important;
}
.x .x-modal .x-layout__main .x-result-previous-price .x-currency {
  font-family: SiemensSans-Roman, sans-serif;
}
.x .x-modal .x-layout__main .x-small {
  font-weight: 400 !important;
}
.x .x-modal .x-layout__main article .x-button.x-button--tertiary,
.x .x-modal .x-layout__main article .x-button.x-result-add-to-cart {
  background-color: #3cc8be;
  border-color: #3cc8be;
  color: #000;
  font-size: 16px;
}
.x
  .x-modal
  .x-layout__main
  article
  .x-button.x-button--tertiary:not(:disabled):hover,
.x
  .x-modal
  .x-layout__main
  article
  .x-button.x-result-add-to-cart:not(:disabled):hover {
  background-color: #007a7a;
  border-color: #007a7a;
  color: #fff;
}
.x .x-modal .x-layout__main article .x-button.x-button--tertiary .x-icon,
.x .x-modal .x-layout__main article .x-button.x-result-add-to-cart .x-icon {
  height: 22px;
  width: 22px;
}
.x .x-modal .x-layout__main article .x-button.x-button--tertiary span,
.x .x-modal .x-layout__main article .x-button.x-result-add-to-cart span {
  font-family: SiemensSans-Bold, sans-serif;
}
.x .x-modal .x-button.x-button--secondary,
.x .x-modal .x-button.x-button--tertiary {
  color: #007a7a;
  background-color: transparent;
  border: 2px solid #007a7a;
  font-size: 16px;
  font-weight: 400;
}
.x .x-modal .x-button.x-button--secondary:hover,
.x .x-modal .x-button.x-button--tertiary:hover {
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
}
.x .x-modal .x-button.x-button--primary:not(.x-result-add-to-cart) {
  background-color: #000028;
  border: none;
}
.x .x-modal .x-button.x-events-modal-id-close-button:not(.x-button--ghost),
.x .x-modal .x-button.x-events-modal-id-open-button:not(.x-button--ghost) {
  font-size: 16px;
  background-color: #000028;
  border-color: #000028;
  color: #fff;
}
.x
  .x-modal
  .x-button.x-events-modal-id-close-button:not(.x-button--ghost):hover,
.x
  .x-modal
  .x-button.x-events-modal-id-open-button:not(.x-button--ghost):hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.x
  .x-modal
  .x-button.x-events-modal-id-close-button:not(.x-button--ghost)
  .x-icon,
.x
  .x-modal
  .x-button.x-events-modal-id-open-button:not(.x-button--ghost)
  .x-icon {
  width: 28px;
  height: 28px;
}
.x .x-modal .x-button.x-events-modal-id-close-button.x-button--ghost,
.x .x-modal .x-button.x-events-modal-id-open-button.x-button--ghost {
  color: #000 !important;
}
.x .x-modal .x-button.x-sliding-panel__button {
  background: 0 0;
  color: #000;
  border: none;
}
.x .x-modal .x-button.x-sliding-panel__button .x-icon {
  width: 28px;
  height: 28px;
}
.x .x-modal .x-button.x-scroll-to-top {
  background-color: #000028;
  border-color: #000028;
}
.x .x-modal .x-button.x-button--animated:not(:disabled) {
  background-image: none;
  -webkit-transition: none;
  transition: none;
}
.x .x-modal .x-button.x-clear-filters {
  color: #fff;
  background-color: #000028;
  border: none;
}
.x .x-modal .x-badge {
  background-color: #3cc8be;
}
.x .x-modal .x-tag,
.x .x-modal .x-tag.x-tag--is-curated {
  color: #007a7a;
  border-color: #007a7a;
}
.x .x-modal .x-sliding-panel {
  background-color: transparent;
}
.m-search-input-rebrush,
.m-search-input-rebrush.inline,
.m-search-input-rebrush:not(.inline) {
  height: auto;
}
.m-search-input-rebrush .suggest-layer,
.m-search-input-rebrush.inline .suggest-layer,
.m-search-input-rebrush:not(.inline) .suggest-layer {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.m-search-input-rebrush .suggest-layer::after,
.m-search-input-rebrush.inline .suggest-layer::after,
.m-search-input-rebrush:not(.inline) .suggest-layer::after {
  display: none !important;
}
.m-search-input-rebrush .suggest-layer::before,
.m-search-input-rebrush.inline .suggest-layer::before,
.m-search-input-rebrush:not(.inline) .suggest-layer::before {
  display: none;
}
.m-search-input-rebrush .suggest-layer.active,
.m-search-input-rebrush.inline .suggest-layer.active,
.m-search-input-rebrush:not(.inline) .suggest-layer.active {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}
.m-search-input-rebrush
  .suggest-layer.active
  .search-section
  .search-input-layer
  .m-forminput,
.m-search-input-rebrush.inline
  .suggest-layer.active
  .search-section
  .search-input-layer
  .m-forminput,
.m-search-input-rebrush:not(.inline)
  .suggest-layer.active
  .search-section
  .search-input-layer
  .m-forminput {
  border-bottom: 2px solid #007a7a !important;
}
@media (max-width: 899px) {
  .m-search-input-rebrush .suggest-layer.active .search-input-wrapper,
  .m-search-input-rebrush.inline .suggest-layer.active .search-input-wrapper,
  .m-search-input-rebrush:not(.inline)
    .suggest-layer.active
    .search-input-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 33px;
    padding: 30px 30px 0;
  }
  .m-search-input-rebrush
    .suggest-layer.active
    .search-input-wrapper
    .search-section,
  .m-search-input-rebrush.inline
    .suggest-layer.active
    .search-input-wrapper
    .search-section,
  .m-search-input-rebrush:not(.inline)
    .suggest-layer.active
    .search-input-wrapper
    .search-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .m-search-input-rebrush
    .suggest-layer.active
    .search-input-wrapper
    .layer-close,
  .m-search-input-rebrush.inline
    .suggest-layer.active
    .search-input-wrapper
    .layer-close,
  .m-search-input-rebrush:not(.inline)
    .suggest-layer.active
    .search-input-wrapper
    .layer-close {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
  }
}
.m-search-input-rebrush .suggest-layer .search-section,
.m-search-input-rebrush.inline .suggest-layer .search-section,
.m-search-input-rebrush:not(.inline) .suggest-layer .search-section {
  padding: 0;
  position: relative;
}
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput {
  background: #fff !important;
  border-color: #000;
  border-radius: 0;
  height: 45px;
  margin-bottom: 0;
  max-height: 45px;
  padding: 10px 70px 10px 0;
}
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput:focus,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput:focus,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput:focus {
  border-bottom: 2px solid #007a7a !important;
}
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input.had-focus.is-empty
  + .clear-button,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input.is-empty
  + .clear-button,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input:placeholder-shown
  + .clear-button,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input.had-focus.is-empty
  + .clear-button,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input.is-empty
  + .clear-button,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input:placeholder-shown
  + .clear-button,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input.had-focus.is-empty
  + .clear-button,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input.is-empty
  + .clear-button,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer
  .m-forminput.input.normal.js-search-input:placeholder-shown
  + .clear-button {
  display: none;
}
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .search-input-layer
  .clear-button,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .clear-button,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer
  .clear-button {
  height: 45px;
  border-radius: 0;
  left: unset;
  line-height: 15px;
  max-height: 45px;
  padding: 0 !important;
  right: 45px;
  top: 0;
}
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .search-input-layer
  .clear-button
  .icon.icon-close,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .search-input-layer
  .clear-button
  .icon.icon-close,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .search-input-layer
  .clear-button
  .icon.icon-close {
  font-size: 25px;
  height: 25px;
  line-height: 18px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-button-primary,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-button-primary,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-button-primary,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link {
  background: 0 0;
  border: 0;
  border-radius: 0;
  height: 24px;
  min-width: auto;
  min-height: auto;
  max-height: none;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 8px;
  width: 24px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon.icon-search,
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search,
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search,
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search,
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search,
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search,
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search,
.m-oney-widget-section
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search,
.m-oney-widget-section
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search,
.m-oney-widget-section
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search,
.m-popover
  .popover-content
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-popover
  .popover-content
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-popover
  .popover-content
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-button-primary
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-button-primary
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-button-primary
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link
  .icon.icon-search,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link
  .icon.icon-search,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search {
  color: #000;
  font-size: 24px;
  height: 24px;
  width: 24px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon.icon-search::before,
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search::before,
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search::before,
.m-contenttextmedia
  .m-productconversionarea
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search::before,
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-form.oidc-registration
  .m-termsconditions
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-oney-widget-section
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search::before,
.m-oney-widget-section
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search::before,
.m-oney-widget-section
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search::before,
.m-popover
  .popover-content
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-popover
  .popover-content
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-popover
  .popover-content
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-button-primary
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-button-primary
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-button-primary
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  a.a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  button.a-button.a-link-primary.a-button-link
  .icon.icon-search::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush.inline
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-section
  .a-button.a-link-primary.a-link
  .icon.icon-search::before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-search-input-rebrush .suggest-layer .search-input-wrapper .layer-close,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-input-wrapper
  .layer-close,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-input-wrapper
  .layer-close {
  padding: 20px 30px 70px;
}
.m-search-input-rebrush
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button {
  padding: 0 !important;
}
.m-search-input-rebrush
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button
  .icon.icon-close,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button
  .icon.icon-close,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button
  .icon.icon-close {
  color: #000;
  font-size: 24px;
  height: 24px;
  width: 24px;
}
.m-search-input-rebrush
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button
  .icon.icon-close::before,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button
  .icon.icon-close::before,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-input-wrapper
  .layer-close
  .a-button
  .icon.icon-close::before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-search-input-rebrush .suggest-layer .search-content,
.m-search-input-rebrush.inline .suggest-layer .search-content,
.m-search-input-rebrush:not(.inline) .suggest-layer .search-content {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 70vh;
  overflow: auto;
  padding: 30px;
}
@media (min-width: 750px) {
  .m-search-input-rebrush .suggest-layer .search-content,
  .m-search-input-rebrush.inline .suggest-layer .search-content,
  .m-search-input-rebrush:not(.inline) .suggest-layer .search-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 900px) {
  .m-search-input-rebrush .suggest-layer .search-content,
  .m-search-input-rebrush.inline .suggest-layer .search-content,
  .m-search-input-rebrush:not(.inline) .suggest-layer .search-content {
    -webkit-box-shadow: 1px 0 25px #e0e3e7 !important;
    box-shadow: 1px 0 25px #e0e3e7 !important;
    padding: 40px;
  }
}
.m-search-input-rebrush .suggest-layer .search-content *,
.m-search-input-rebrush.inline .suggest-layer .search-content *,
.m-search-input-rebrush:not(.inline) .suggest-layer .search-content * {
  font-family: SiemensSans-Roman, sans-serif;
}
.m-search-input-rebrush .suggest-layer .search-content .a-link,
.m-search-input-rebrush.inline .suggest-layer .search-content .a-link,
.m-search-input-rebrush:not(.inline) .suggest-layer .search-content .a-link {
  border: 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  padding: 7px 0;
}
.m-search-input-rebrush .suggest-layer .search-content .a-link .icon,
.m-search-input-rebrush.inline .suggest-layer .search-content .a-link .icon,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-content
  .a-link
  .icon {
  display: none;
}
.m-search-input-rebrush .suggest-layer .search-content .a-link:hover,
.m-search-input-rebrush.inline .suggest-layer .search-content .a-link:hover,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-content
  .a-link:hover {
  color: #007a7a;
  font-weight: 600;
}
.m-search-input-rebrush .suggest-layer .search-content h3.category,
.m-search-input-rebrush.inline .suggest-layer .search-content h3.category,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-content
  h3.category {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding: 7px 0;
}
.m-search-input-rebrush .suggest-layer .search-content .search-history-minwidth,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-content
  .search-history-minwidth,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-content
  .search-history-minwidth {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
@media (min-width: 750px) {
  .m-search-input-rebrush
    .suggest-layer
    .search-content
    .search-history-minwidth,
  .m-search-input-rebrush.inline
    .suggest-layer
    .search-content
    .search-history-minwidth,
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .search-history-minwidth {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.m-search-input-rebrush
  .suggest-layer
  .search-content
  .search-history-minwidth
  + div,
.m-search-input-rebrush.inline
  .suggest-layer
  .search-content
  .search-history-minwidth
  + div,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .search-content
  .search-history-minwidth
  + div {
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
}
@media (min-width: 750px) {
  .m-search-input-rebrush
    .suggest-layer
    .search-content
    .search-history-minwidth
    + div,
  .m-search-input-rebrush.inline
    .suggest-layer
    .search-content
    .search-history-minwidth
    + div,
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .search-history-minwidth
    + div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.m-search-input-rebrush .suggest-layer .category-content .spellcheck-label,
.m-search-input-rebrush.inline
  .suggest-layer
  .category-content
  .spellcheck-label,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .category-content
  .spellcheck-label {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--fontfamily-bold);
  line-height: 30px;
  padding: 20px 0 0;
}
.m-search-input-rebrush
  .suggest-layer
  .category-content
  .spellcheck-label
  .spellcheck-highlight,
.m-search-input-rebrush.inline
  .suggest-layer
  .category-content
  .spellcheck-label
  .spellcheck-highlight,
.m-search-input-rebrush:not(.inline)
  .suggest-layer
  .category-content
  .spellcheck-label
  .spellcheck-highlight {
  font-weight: 400;
  font-family: var(--fontfamily-headlinesfont-bold);
}
@media (max-width: 899px) {
  .m-search-input-rebrush .suggest-layer,
  .m-search-input-rebrush.inline .suggest-layer,
  .m-search-input-rebrush:not(.inline) .suggest-layer {
    overflow: visible;
  }
  .m-search-input-rebrush,
  .m-search-input-rebrush.inline,
  .m-search-input-rebrush:not(.inline) {
    border: none;
  }
}
.m-search-input-rebrush.inline
  .suggest-layer
  .search-content
  .flyout-wrapper
  .category-content.without-pictures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 900px) {
  .m-search-input-rebrush .suggest-layer .category-content .spellcheck-label,
  .m-search-input-rebrush.inline
    .suggest-layer
    .category-content
    .spellcheck-label,
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .category-content
    .spellcheck-label {
    padding-top: 0;
  }
  .m-search-input-rebrush:not(.inline) .suggest-layer {
    padding-bottom: 30px;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-section
    .search-input-layer
    .clear-button {
    margin-right: 0;
    width: 25px;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-section
    .search-input-layer
    .clear-button
    .icon.icon-close {
    color: #000;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-section
    .search-input-layer
    .clear-button
    .icon.icon-close::before {
    display: inline-block;
    font-size: 20px;
    font-family: icons;
    height: 20px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
  }
  .m-search-input-rebrush:not(.inline) .suggest-layer .search-content {
    gap: 20px;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .search-history-minwidth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    width: auto;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    div[data-replace-container="searchheader_flyout"] {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .flyout-wrapper {
    gap: 20px;
  }
  .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .flyout-wrapper
    .flyout-product-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    width: 33%;
  }
}
.m-searchresultcategories {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}
.m-searchresultcategories .searchresultcategory-item {
  border: none;
  margin: 0;
  padding: 0;
}
.m-searchresultcategories .searchresultcategory-item .icon {
  display: none;
}
.m-searchresultcategories
  .searchresultcategory-item
  .searchresultcategory-link {
  color: #007a7a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-searchresultcategories
  .searchresultcategory-item
  .searchresultcategory-link::after {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 5px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(6px) translateX(4px);
  -ms-transform: translateY(6px) translateX(4px);
  transform: translateY(6px) translateX(4px);
  margin-left: 10px;
}
.m-searchresultcategories
  .searchresultcategory-item
  .searchresultcategory-link:hover {
  background-color: transparent;
}
.m-searchresultcategories
  .searchresultcategory-item
  .searchresultcategory-link:hover::after {
  -webkit-transform: translateY(8px) translateX(4px);
  -ms-transform: translateY(8px) translateX(4px);
  transform: translateY(8px) translateX(4px);
}
.m-searchresultcontentcard {
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  height: auto !important;
  margin: 20px;
  padding: 24px;
  width: 100%;
}
@media (min-width: 750px) {
  .m-searchresultcontentcard {
    width: -webkit-calc(100%/2 - 40px);
    width: calc(100% / 2 - 40px);
  }
}
@media (min-width: 900px) {
  .m-searchresultcontentcard {
    width: -webkit-calc(100%/3 - 40px);
    width: calc(100% / 3 - 40px);
  }
}
.m-searchresultcontentcard .sub-heading {
  color: #3cc8be;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.m-searchresultcontentcard .item-heading {
  color: #000;
  font-size: 20px;
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.m-searchresultcontentcard .item-heading em {
  font-style: normal;
}
.m-searchresultcontentcard .item-text {
  color: #0b0f12;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 18px;
  margin-top: 15px;
}
.m-searchresultcontentcard .item-text em {
  background-color: transparent;
  font-family: SiemensSans-Bold, sans-serif;
  font-style: normal;
}
.m-searchResultContentCardSpareParts {
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  height: auto !important;
  margin: 20px;
  padding: 24px;
  width: 100%;
}
.m-searchResultContentCardSpareParts .top-wrapper {
  gap: 24px;
}
.m-searchResultContentCardSpareParts .top-wrapper .image-wrapper {
  margin: 0;
}
.m-searchResultContentCardSpareParts
  .top-wrapper
  .headline-wrapper
  .item-text:first-child {
  color: #000;
  font-size: 20px;
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
}
.m-searchResultContentCardSpareParts
  .top-wrapper
  .headline-wrapper
  .item-heading {
  color: #3cc8be;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  margin: 0 0 8px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
}
.m-searchResultContentCardSpareParts
  .top-wrapper
  .headline-wrapper
  .item-heading
  + .item-text,
.m-searchResultContentCardSpareParts
  .top-wrapper
  .headline-wrapper
  .item-text:last-child {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 1.2;
  margin: 15px 0 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.m-searchResultContentCardSpareParts
  .top-wrapper
  .headline-wrapper
  .item-heading
  + .item-text:after,
.m-searchResultContentCardSpareParts
  .top-wrapper
  .headline-wrapper
  .item-text:last-child:after {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  padding-left: 10px;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe) {
  --searchresultpromotionteaser--bg: #000028;
  --searchresultpromotionteaser-headline: #fff;
  --searchresultpromotionteaser-text: #a3acbd;
  --searchresultpromotionteaser-highlight-bg: #3cc8be;
  --searchresultpromotionteaser-highlight-headline: #000;
  --searchresultpromotionteaser-highlight-text: #2b2f43;
  margin: 0;
  padding: var(--element-margin) 0 0 0;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight {
  background: var(--searchresultpromotionteaser--bg);
  border: none;
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-template-areas: "image" "text" "button";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  position: relative;
  padding: 0 0 40px;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .image-wrap,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .image-wrap,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .image-wrap {
  grid-area: image;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .image-wrap
  .a-image
  img,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .image-wrap
  .a-image
  img,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .image-wrap
  .a-image
  img {
  border-radius: 0;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .text-wrap,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .text-wrap,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .text-wrap {
  grid-area: text;
  position: static;
  padding: 30px 30px 0;
  width: 100%;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .text-wrap
  .teaser-label,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .text-wrap
  .teaser-label,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .text-wrap
  .teaser-label {
  font-size: 12px;
  line-height: 1.2;
  z-index: 1;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .text-wrap
  .teaser-headline,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .text-wrap
  .teaser-headline,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .text-wrap
  .teaser-headline {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: var(--searchresultpromotionteaser-headline);
  margin: 0;
  padding: 0;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .text-wrap
  .teaser-paragraph,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .text-wrap
  .teaser-paragraph,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .text-wrap
  .teaser-paragraph {
  margin: 16px 0 0;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .text-wrap
  .teaser-label,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .text-wrap
  .teaser-paragraph,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .text-wrap
  .teaser-label,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .text-wrap
  .teaser-paragraph,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .text-wrap
  .teaser-label,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .text-wrap
  .teaser-paragraph {
  color: var(--searchresultpromotionteaser-text);
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button {
  grid-area: button;
  justify-self: start;
  margin: 40px 30px 0;
  min-width: auto;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button
  .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button
  .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button
  .text {
  color: inherit;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap
  .a-button:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended
  .a-button:hover,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight
  .a-button:hover {
  background: #007a7a;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended {
  background: var(--searchresultpromotionteaser-highlight-bg);
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .image-wrap
  .a-image {
  text-align: right;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .text-wrap
  .teaser-headline {
  color: var(--searchresultpromotionteaser-highlight-headline);
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .text-wrap
  .teaser-label,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .text-wrap
  .teaser-paragraph {
  color: var(--searchresultpromotionteaser-highlight-text);
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button:active
  .text,
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-highlight.teaser-extended
  .a-button:hover
  .text {
  color: #000;
}
@media (min-width: 750px) {
  .m-searchResultContentCardSpareParts {
    width: -webkit-calc(100%/2 - 40px);
    width: calc(100% / 2 - 40px);
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-extended,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight {
    -webkit-column-gap: 40px;
    column-gap: 40px;
    grid-template-areas: "image text" "image button ";
    -ms-grid-columns: 1fr 35%;
    grid-template-columns: 1fr 35%;
    -ms-grid-rows: auto minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    padding: 0 40px 0 0;
    row-gap: 0;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap
    .image-wrap
    .a-image,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-extended
    .image-wrap
    .a-image,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight
    .image-wrap
    .a-image {
    height: 100%;
    text-align: left;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap
    .image-wrap
    .a-image
    img,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-extended
    .image-wrap
    .a-image
    img,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight
    .image-wrap
    .a-image
    img {
    min-height: 100%;
    object-fit: cover;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap
    .text-wrap,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-extended
    .text-wrap,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight
    .text-wrap {
    margin: 40px 0;
    padding: 0;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap
    .text-wrap
    .teaser-headline,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-extended
    .text-wrap
    .teaser-headline,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight
    .text-wrap
    .teaser-headline {
    padding: 0;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap
    .text-wrap
    .teaser-paragraph,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-extended
    .text-wrap
    .teaser-paragraph,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight
    .text-wrap
    .teaser-paragraph {
    margin: 16px 0 0;
    padding: 0;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap
    .a-button,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-extended
    .a-button,
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight
    .a-button {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin: 0 0 40px;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight.teaser-extended {
    grid-template-areas: "text image" "button image";
    -ms-grid-columns: 35% 1fr;
    grid-template-columns: 35% 1fr;
    padding: 0 0 0 40px;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap.teaser-highlight.teaser-extended
    .text-wrap
    .teaser-label {
    left: auto;
    right: 0;
  }
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended.mobile-layout {
  gap: 0;
  grid-template-areas: "image" "text" "button";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  position: relative;
  padding: 0 0 40px;
  max-width: 440px;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended.mobile-layout
  .text-wrap {
  padding: 30px 30px 0;
}
.m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap.teaser-extended.mobile-layout
  .a-button {
  grid-area: button;
  justify-self: start;
  margin: 40px 30px 0;
}
@media (max-width: 749px) {
  .m-searchheader,
  .m-searchheader .m-search-input-rebrush.inline {
    max-width: none;
  }
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .promotion-teaser-wrap {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-left: calc(var(--max-pagewidth-padding) * -1);
    width: 100vw;
  }
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount {
  background: 0 0;
  border: 1px solid #7b89a1;
  margin-top: 32px;
  padding: 24px !important;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-teaser-wrap {
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .text-wrap {
  margin: 0 !important;
  padding: 0;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .text-wrap
  h3.teaser-headline {
  font-size: 24px;
  line-height: 30px;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
  padding: 0;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .a-button {
  margin-right: 0;
  min-width: 0;
  padding: 0;
  width: 100%;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout {
  padding: 0;
  width: 100%;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout
  .a-button {
  width: 100%;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button {
  background: #3cc8be;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #000;
  outline: 0 !important;
}
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  .m-form.logout:only-child
  .a-button:hover {
  background: #007a7a;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-myproducts
  > .myproducts-controls
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link {
  background: #3cc8be;
  border-color: #3cc8be;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:hover,
.m-oney-widget-section
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover,
.m-popover
  .popover-content
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-secondary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-button-tertiary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > a.a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > button.a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover:not(.a-button-plain),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-contenttextmedia
  .m-productconversionarea
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover[data-popover-id],
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-primary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-form.oidc-registration
  .m-termsconditions
  .buttons-wrap
  > a.a-link-secondary.a-button:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-primary.a-button.oney-widget-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-oney-widget-section
  .buttons-wrap
  > .a-link-secondary.a-button.oney-widget-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-popover
  .popover-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .buttons-wrap
  > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-primary.a-button.a-link:hover:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .o-alternativeproduct
  .tile-description.buttons-wrap
  > .a-link-secondary.a-button.a-link.a-link-primary:hover:not(.a-button),
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-primary.a-button.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-searchresultpromotionteaser:not(
    .m-searchresultpromotionteaser-gc-wpe
  ).m-searchresultpromotionteaser-myaccount
  .buttons-wrap
  > .a-link-secondary.a-button.a-link:hover {
  background: #007a7a;
  border-color: #007a7a;
  color: #fff;
}
@media (min-width: 900px) {
  .m-searchResultContentCardSpareParts {
    width: -webkit-calc(100%/3 - 40px);
    width: calc(100% / 3 - 40px);
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-primary.a-button:only-child,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-secondary.a-button:only-child,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link:only-child:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link:only-child:not(
      .a-button-plain
    ),
  .m-form.oidc-registration
    .m-termsconditions
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-primary.a-button:only-child,
  .m-form.oidc-registration
    .m-termsconditions
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > a.a-link-secondary.a-button:only-child,
  .m-oney-widget-section
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.oney-widget-link:only-child,
  .m-oney-widget-section
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.oney-widget-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    .m-form.logout:only-child
    .a-button,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-button-primary:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-button-secondary:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-button-tertiary:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .buttons-wrap
    > a.a-link-primary.a-button:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .buttons-wrap
    > a.a-link-secondary.a-button:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link:only-child:not(
      .a-button-plain
    ),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link:only-child:not(
      .a-button-plain
    ),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-form.oidc-registration
    .m-termsconditions
    .buttons-wrap
    > a.a-link-primary.a-button:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-form.oidc-registration
    .m-termsconditions
    .buttons-wrap
    > a.a-link-secondary.a-button:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-oney-widget-section
    .buttons-wrap
    > .a-link-primary.a-button.oney-widget-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-oney-widget-section
    .buttons-wrap
    > .a-link-secondary.a-button.oney-widget-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .buttons-wrap
    > .a-link-primary.a-button.a-button-link.a-link.a-button-primary:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .buttons-wrap
    > .a-link-secondary.a-button.a-button-link.a-link.a-button-primary:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .o-alternativeproduct
    .tile-description.buttons-wrap
    > .a-link-primary.a-button.a-link:only-child:not(.a-button),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .o-alternativeproduct
    .tile-description.buttons-wrap
    > .a-link-secondary.a-button.a-link.a-link-primary:only-child:not(
      .a-button
    ),
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .buttons-wrap
    > .a-link-primary.a-button.a-link:only-child,
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .buttons-wrap
    > .a-link-secondary.a-button.a-link:only-child,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-primary.a-button.a-link:only-child,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount
    .buttons-wrap
    > .a-link-secondary.a-button.a-link:only-child {
    width: -webkit-fit-content;
    width: fit-content;
  }
}
@media (min-width: 750px) {
  .m-searchresultpromotionteaser:not(
      .m-searchresultpromotionteaser-gc-wpe
    ).m-searchresultpromotionteaser-myaccount {
    margin-top: 40px;
    padding: 32px !important;
  }
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe {
  --searchresultpromotionteaser--bg: #000028;
  --searchresultpromotionteaser-headline: #fff;
  --searchresultpromotionteaser-text: #a3acbd;
  --searchresultpromotionteaser-highlight-bg: #3cc8be;
  --searchresultpromotionteaser-highlight-headline: #000;
  --searchresultpromotionteaser-highlight-text: #2b2f43;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  position: relative;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe > .callout {
  position: absolute;
  top: 0;
  left: 0;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  > .callout
  .callout {
  top: 0;
  left: 0;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  > .callout
  .a-callout {
  border-radius: 0;
  width: auto;
  position: relative;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap {
  background: #000028;
  border: none;
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  gap: 0;
  grid-template-areas: "image" "text" "button";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  position: relative;
  padding: 0 0 40px;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .image-wrap {
  grid-area: image;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .image-wrap
  .a-image
  img {
  border-radius: 0;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap {
  grid-area: text;
  position: static;
  padding: 30px 30px 0;
  width: 100%;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .teaser-label {
  color: #a3acbd;
  font-size: 12px;
  line-height: 1.2;
  z-index: 1;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .teaser-headline {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #fff;
  height: auto;
  margin: 0;
  padding: 0;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .teaser-paragraph {
  color: #a3acbd;
  height: auto;
  margin: 16px 0 0;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link {
  color: #3cc8be;
  width: auto;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link:hover {
  background-color: transparent;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link:hover::after {
  -webkit-transform: translateY(-2px) translateX(9px);
  -ms-transform: translateY(-2px) translateX(9px);
  transform: translateY(-2px) translateX(9px);
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-link.read-more-link
  .icon {
  display: none;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .cta-button.js-cta-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 40px 0 0;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:not(.a-button-plain) {
  border-color: #3cc8be;
  background: 0 0;
  grid-area: none;
  justify-self: start;
  margin: 0;
  min-width: auto !important;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:not(.a-button-plain)
  .text {
  color: #3cc8be;
}
.m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .promotion-teaser-wrap
  .text-wrap
  .a-button:not(.a-button-plain):hover {
  background-color: transparent;
  border: 1px solid #3cc8be;
  -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
  box-shadow: inset 0 0 0 1px #3cc8be;
}
@media (min-width: 750px) {
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
    .promotion-teaser-wrap {
    -webkit-column-gap: 40px;
    column-gap: 40px;
    grid-template-areas: "image text" "image button ";
    -ms-grid-columns: 1fr 35%;
    grid-template-columns: 1fr 35%;
    -ms-grid-rows: auto minmax(0, 1fr);
    grid-template-rows: auto minmax(0, 1fr);
    padding: 0 40px 0 0;
    row-gap: 0;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
    .promotion-teaser-wrap
    .image-wrap
    .a-image {
    height: 100%;
    text-align: left;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
    .promotion-teaser-wrap
    .image-wrap
    .a-image
    img {
    min-height: 100%;
    object-fit: cover;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
    .promotion-teaser-wrap
    .text-wrap {
    margin: 40px 0;
    padding: 0;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
    .promotion-teaser-wrap
    .text-wrap
    .teaser-headline {
    padding: 0;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
    .promotion-teaser-wrap
    .text-wrap
    .teaser-paragraph {
    margin: 16px 0 0;
    padding: 0;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
    .promotion-teaser-wrap
    .text-wrap
    .a-button:not(.a-button-plain) {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin: 0;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe:nth-child(
      odd
    )
    > .callout {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "text callout" "button callout ";
    -ms-grid-columns: 35% 1fr;
    grid-template-columns: 35% 1fr;
    padding: 0 0 0 40px;
    width: 100%;
    gap: 40px;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe:nth-child(
      odd
    )
    > .callout
    .a-callout,
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe:nth-child(
      odd
    )
    > .callout
    .callout {
    grid-area: callout;
    top: 0;
    left: 0;
  }
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe:nth-child(
      odd
    )
    .promotion-teaser-wrap {
    grid-template-areas: "text image" "button image ";
    -ms-grid-columns: 35% 1fr;
    grid-template-columns: 35% 1fr;
    padding: 0 0 0 40px;
  }
}
.a-selectedfilter-chip .a-rating.chips-rating .unclickableRating {
  margin-top: 5px;
}
.a-selectedfilter-chip
  .a-rating.chips-rating
  .unclickableRating
  .icon.is-active {
  color: #ffb902 !important;
}
.m-selfhelpcontroller {
  padding: var(--element-margin) 0 0 0;
}
.m-selfhelpcontroller .m-linklist {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.m-selfhelpcontroller .m-linklist .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
}
.m-selfhelpcontroller .m-linklist:after,
.m-selfhelpcontroller .m-linklist:before {
  display: none;
}
.m-selfhelpcontroller .m-linklist .list-unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 749px) {
  .m-selfhelpcontroller .m-linklist.m-article-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.m-selfhelpcontroller
  .m-selfhelp-teaser
  .selfhelp-teaser-content
  .selfhelp-teaser-links {
  margin-top: 40px;
}
.m-serviceteaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.m-serviceteaser .image {
  display: block;
  float: none;
  margin: 0;
  width: 100%;
}
.m-serviceteaser .a-image {
  text-align: left;
}
.m-serviceteaser .a-image img {
  width: 100%;
}
.m-serviceteaser .content {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
  left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 20px 30px 30px;
}
.m-serviceteaser .content .a-link {
  color: #fff;
}
.m-serviceteaser .content .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
  height: auto !important;
  margin-bottom: 0;
  min-width: 146px;
  width: 60%;
}
.m-serviceteaser .content .infotext {
  margin-bottom: 5px;
}
.m-serviceteaser .content .content-inner {
  display: none;
  height: 100% !important;
  margin-bottom: 12px;
  overflow: hidden;
  visibility: hidden;
}
.m-serviceteaser .content .content-inner p {
  color: #fff;
  margin-bottom: 0;
}
.m-serviceteaser .content .content-inner p:last-child .infotext {
  margin-bottom: 0;
}
.m-serviceteaser .content .content-inner .link {
  display: none;
}
.m-serviceteaser .content .content-inner .link a {
  margin-bottom: 10px;
}
.m-serviceteaser .content .list-unstyled {
  margin-bottom: 5px;
  width: 100%;
}
.m-serviceteaser .content .list-unstyled .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  font-family: SiemensSans-Roman, sans-serif;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}
.m-serviceteaser .content .list-unstyled .a-link:before {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #3cc8be;
  font-size: 24px;
  position: relative;
  right: 0;
}
.m-serviceteaser .content .list-unstyled .a-link .text {
  display: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 0;
  max-width: 200px;
}
.m-serviceteaser .content .list-unstyled li:last-child {
  margin-bottom: 0;
}
@media (max-width: 899px) {
  .m-serviceteaser .content {
    height: auto;
  }
  .m-serviceteaser .content:after {
    content: "";
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(67%, rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 67%,
      rgba(0, 0, 0, 0) 100%
    );
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .m-serviceteaser .content:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    background-image: none;
    mix-blend-mode: unset;
    z-index: 2;
    height: 100%;
    -webkit-mask-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(black),
      color-stop(50%, rgba(0, 0, 0, 0))
    );
    -webkit-mask-image: linear-gradient(to top, #000 0, rgba(0, 0, 0, 0) 50%);
  }
  .m-serviceteaser .content .a-heading,
  .m-serviceteaser .content .list-unstyled {
    z-index: 11;
  }
}
@media (min-width: 900px) {
  .m-serviceteaser {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 554px;
    -ms-flex: 0 1 554px;
    flex: 0 1 554px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto !important;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    margin: 0 0 50px;
    padding: 0;
  }
  .m-serviceteaser::after {
    background-color: #000028;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
  }
  .m-serviceteaser .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .m-serviceteaser .content {
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    background-color: transparent;
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: auto;
    padding-bottom: 33px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    top: auto;
    z-index: 2;
  }
  .m-serviceteaser .content .teaser-links,
  .m-serviceteaser .content p,
  .m-serviceteaser .content ul,
  .m-serviceteaser .content > .content-inner {
    display: none;
    height: 0 !important;
    opacity: 0;
  }
  .m-serviceteaser .content .content-inner {
    color: #a3acbd;
    display: none;
    margin-bottom: 19px;
    -webkit-transition: 0.1s ease-in 0.2s;
    transition: 0.1s ease-in 0.2s;
    visibility: visible;
    width: 83.3333%;
  }
  .m-serviceteaser .content .a-heading {
    margin-bottom: 0;
  }
  .m-serviceteaser .content .list-unstyled {
    display: none;
    position: absolute;
  }
  .m-serviceteaser:hover::after {
    height: 100%;
  }
  .m-serviceteaser:hover .image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .m-serviceteaser:hover .content {
    background-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto !important;
    max-height: 100%;
    padding-bottom: 33px;
  }
  .m-serviceteaser:hover .content .a-heading,
  .m-serviceteaser:hover .content .teaser-links,
  .m-serviceteaser:hover .content p,
  .m-serviceteaser:hover .content ul,
  .m-serviceteaser:hover .content > .content-inner {
    display: block;
    height: auto !important;
    opacity: 1;
  }
  .m-serviceteaser:hover .content .a-heading {
    margin-bottom: 16px;
    position: relative;
  }
  .m-serviceteaser:hover .content .content-inner {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    width: 80.16%;
  }
  .m-serviceteaser:hover .content .list-unstyled {
    background-color: transparent;
    bottom: 0;
    margin-bottom: 41px;
    position: absolute;
    right: 40px;
    top: auto;
    width: 100%;
  }
  .m-serviceteaser:not(:hover) .content:after {
    content: "";
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(67%, rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.5) 67%,
      rgba(0, 0, 0, 0) 100%
    );
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }
  .m-serviceteaser:not(:hover) .content .a-heading {
    position: relative;
  }
  .m-serviceteaser:not(:hover) .content .a-heading:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 150%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      #000 0,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0) 70%
    );
    background-image: none;
    mix-blend-mode: unset;
    z-index: -1;
  }
}
@media (min-width: 1400px) {
  .m-navmeta {
    right: 0;
  }
  .m-serviceteaser .content .list-unstyled .a-link .text {
    font-size: 34px;
  }
}
.m-sidedrawer-fly-in-layer:not(.simple) {
  position: relative;
  z-index: 1000;
}
.m-sidedrawer-fly-in-layer:not(.simple) .fly-in-layer-content {
  max-width: 699px;
  max-height: 100%;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .fly-in-layer-content-wrap
  .fly-in-layer-content-top {
  background: 0 0;
  height: 24px;
  left: auto;
  padding: 0;
  position: absolute;
  right: 26px;
  top: 25px;
  width: auto;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .fly-in-layer-content-wrap
  .fly-in-layer-content-top
  .a-button.close-button {
  color: #fff;
  height: 24px;
  padding: 0 !important;
  width: 24px;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .fly-in-layer-content-wrap
  .fly-in-layer-content-top
  .a-button.close-button
  .icon.icon-close {
  font-size: 24px;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .fly-in-layer-content-wrap
  .fly-in-layer-content-inner {
  padding: 0;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-sidedrawerrelatedproducts:not(:last-child) {
  border-bottom: thin solid #ececf0;
  border-radius: 0;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-sidedrawerrelatedproducts:not(:first-of-type) {
  margin-top: 30px;
  padding-bottom: 30px;
}
.m-sidedrawer-fly-in-layer:not(.simple) .m-productaddedtocart {
  background: #000028;
  border-radius: 0;
  padding: 30px;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .image-title-container {
  gap: 24px;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .image-title-container
  .product-image-wrapper {
  margin: 0;
  max-width: 70px;
  padding-top: 35px;
}
@media (min-width: 750px) {
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .image-title-container
    .product-image-wrapper {
    max-width: 200px;
  }
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .image-title-container
  .product-image-wrapper
  .a-link
  .a-image {
  margin: 0;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .image-title-container
  .product-image-wrapper
  .a-link
  .a-image
  img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: auto;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .image-title-container
  .tile-description {
  border-radius: 0;
  max-width: none;
  margin: 0;
  padding: 0;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .a-heading.sidedrawer-cart-header,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .highlight.sidedrawer-cart-header {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  color: #fff;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .m-producttitle
  .a-link.heading-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .m-producttitle
  .a-heading.product-name,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .m-producttitle
  .heading-link
  .a-heading {
  color: #fff;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .m-producttitle
  .a-heading.product-name
  .fragment,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .m-producttitle
  .heading-link
  .a-heading
  .fragment {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  font-size: 20px;
}
@media (min-width: 750px) {
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .m-producttitle
    .a-heading.product-name
    .fragment,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .m-producttitle
    .heading-link
    .a-heading
    .fragment {
    font-size: 24px;
  }
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .m-producttitle
  .product-code {
  color: #7b89a1;
}
.m-sidedrawer-fly-in-layer:not(.simple) .m-productaddedtocart .m-productcode {
  margin: 0 0 8px;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .m-productcode
  .a-heading.product-code {
  color: #7b89a1;
  margin: 0;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .m-productcode
  .a-heading.product-code
  .fragment {
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 900px) {
  .m-sidedrawer-fly-in-layer:not(.simple)
    .fly-in-layer-content-wrap
    .fly-in-layer-content-top
    .a-button.close-button {
    padding: 0 99px 0 0 !important;
  }
  .m-sidedrawer-fly-in-layer:not(.simple)
    .fly-in-layer-content-wrap
    .fly-in-layer-content-top {
    height: auto;
    left: 0;
    right: auto;
    width: 100%;
  }
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .image-title-container
    .product-image-wrapper
    .a-link
    .a-image {
    margin: 0;
    width: 200px;
  }
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .a-heading.sidedrawer-cart-header,
  .m-sidedrawer-fly-in-layer:not(.simple)
    .m-productaddedtocart
    .highlight.sidedrawer-cart-header {
    width: 100%;
  }
  .m-sidedrawer-fly-in-layer:not(.simple) .m-productaddedtocart .m-productcode {
    margin-bottom: 0;
  }
  .m-sidedrawer-fly-in-layer:not(.simple) .m-productaddedtocart .cta-area {
    max-width: -webkit-calc(100% - 224px);
    max-width: calc(100% - 224px);
    min-width: -webkit-calc(100% - 224px);
    min-width: calc(100% - 224px);
    margin-left: auto;
  }
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link {
  border-radius: 2px;
  padding-left: 11px;
  padding-right: 11px;
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary
  .icon,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link
  .icon,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link
  .icon {
  display: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-button-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-button-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  a.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  button.a-button.a-link-primary.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  .cta-area
  .a-button.a-link-primary.a-link:hover {
  background: #007a7a;
  border-color: #007a7a;
  color: #fff;
}
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  + .m-sidedrawerrelatedproducts
  .a-heading.related-product-header,
.m-sidedrawer-fly-in-layer:not(.simple)
  .m-productaddedtocart
  + .m-sidedrawerrelatedproducts
  .related-product-header {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: 0 0 40px;
}
@media (min-width: 900px) {
  .m-sidedrawer-fly-in-layer:not(.simple) .m-productaddedtocart {
    padding: 80px;
  }
}
.m-sidedrawer-fly-in-layer.simple .fly-in-layer-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-sidedrawer-fly-in-layer.simple .fly-in-layer-content {
  padding: 30px;
}
.m-sidedrawer-fly-in-layer.simple
  .fly-in-layer-content
  .fly-in-layer-content-top {
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: relative;
  right: unset;
  top: unset;
}
.m-sidedrawer-fly-in-layer.simple
  .fly-in-layer-content
  .fly-in-layer-content-top
  .a-heading {
  font-size: 28px;
  line-height: 34px;
  margin: 24px 0 0;
  padding: 0;
}
@media (min-width: 900px) {
  .m-sidedrawer-fly-in-layer.simple
    .fly-in-layer-content
    .fly-in-layer-content-top
    .a-heading {
    font-size: 40px;
    line-height: 44px;
    margin: 40px 0 0;
  }
}
.m-sidedrawer-fly-in-layer.simple
  .fly-in-layer-content
  .fly-in-layer-content-top
  .a-button.a-button-plain.close-button,
.m-sidedrawer-fly-in-layer.simple
  .fly-in-layer-content
  .fly-in-layer-content-top
  .close-button {
  color: #000;
  margin-left: 0;
  padding: 0 !important;
}
.m-sidedrawer-fly-in-layer.simple .fly-in-layer-content-inner-invoice {
  margin-top: 40px;
  padding: 0;
}
.m-sidedrawer-fly-in-layer.simple
  .fly-in-layer-content-inner-area-wrap
  .g-container {
  padding: 0;
}
.m-sidedrawer-fly-in-layer.simple
  .fly-in-layer-content-inner-area-wrap
  .fly-in-layer-text {
  margin: 0;
}
.m-sidedrawer-fly-in-layer.simple .filelist-invoice {
  margin-top: 24px;
}
.m-sidedrawer-fly-in-layer.simple
  .filelist-invoice
  .file-tile:not(:last-child) {
  margin-bottom: 24px;
}
.m-sidedrawer-fly-in-layer.simple
  .filelist-invoice
  .file-tile
  .file-tile-wrapper {
  padding: 24px;
}
.m-sidedrawer-fly-in-layer.simple
  .filelist-invoice
  .file-tile
  .file-tile-wrapper
  > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
  margin-right: 0;
  width: 100%;
}
.m-sidedrawer-fly-in-layer.simple
  .filelist-invoice
  .file-tile
  .file-tile-wrapper
  > p
  .file-tile-heading {
  max-width: none;
  padding: 0;
  width: auto;
}
.m-sidedrawer-fly-in-layer.simple
  .filelist-invoice
  .file-tile
  .file-tile-wrapper
  > p
  .icon-download {
  position: relative;
  right: unset;
  top: unset;
}
.m-sidedrawer-fly-in-layer.simple
  .filelist-invoice
  .file-tile
  .file-tile-wrapper
  > p
  .icon-download:before {
  content: "\e025";
  color: #007a7a;
  line-height: 10px;
}
.m-sidedrawer-fly-in-layer.simple
  .filelist-invoice
  .file-tile
  .file-tile-wrapper
  .file-tile-list {
  margin: 0;
  padding: 0;
}
.m-sidedrawer-fly-in-layer.simple
  .filelist-invoice
  .file-tile
  .file-tile-wrapper
  .file-tile-list
  li.file-tile-list-item {
  color: #2b2f43;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
  list-style-type: none;
  margin-bottom: 0;
}
.m-sidedrawer-fly-in-layer.simple .alert-error {
  background: #fdf3f5;
  border: none;
  color: #e0173b;
  margin-bottom: 40px;
}
.m-sidedrawer-fly-in-layer.simple .alert-error .icon-clear:before {
  content: "\e05c";
}
.m-sidedrawer-fly-in-layer.simple .alert-error .a-link {
  color: #007a7a;
}
.m-sidedrawerrelatedproducts {
  border-radius: 0;
  margin: 80px 30px 0;
  overflow: visible;
  padding: 0 0 40px;
}
.m-sidedrawerrelatedproducts
  .m-subscriptionselection
  .radio-border
  .m-forminput.m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  background: 0 0;
  pointer-events: none;
  z-index: 1;
}
.m-sidedrawerrelatedproducts .image-title-container {
  gap: 15px;
}
.m-sidedrawerrelatedproducts .image-title-container .product-image-wrapper {
  max-width: none;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
  top: 0;
  gap: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .callout
  > .a-callout {
  margin: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .callout
  > .a-callout:first-child {
  background: #000028 !important;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .callout
  > .callout
  .a-callout {
  background: #d4691b !important;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .callout
  > .callout:first-child
  .a-callout {
  background: #000028 !important;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .a-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .a-link
  .a-image {
  width: auto;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .product-image-wrapper
  .a-link
  .a-image
  img {
  height: auto;
  object-fit: contain;
  width: 60px;
}
@media (min-width: 900px) {
  .m-sidedrawer-fly-in-layer.simple .fly-in-layer-content {
    padding: 80px;
  }
  .m-sidedrawerrelatedproducts .m-subscriptionselection {
    max-width: -webkit-calc(100% - 224px);
    max-width: calc(100% - 224px);
    min-width: -webkit-calc(100% - 224px);
    min-width: calc(100% - 224px);
    margin-left: auto;
  }
  .m-sidedrawerrelatedproducts
    .image-title-container
    .product-image-wrapper
    .a-link
    .a-image
    img {
    max-width: 100%;
    width: auto;
  }
  .m-sidedrawerrelatedproducts
    .image-title-container
    .product-image-wrapper
    .a-link
    .a-image {
    margin: 0;
    width: 200px;
  }
  .m-sidedrawerrelatedproducts
    .image-title-container
    .tile-description
    .energylabel-wrapper
    .data-sheet-energy
    .energy-label-wrapper
    .m-imagelist
    .a-link.a-link-inline {
    margin-right: 0;
  }
}
.m-sidedrawerrelatedproducts .image-title-container .tile-description {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "headline" "energy" "price";
  max-width: none;
  padding: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper {
  grid-area: energy;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .js-conversion-wrapper {
  margin-bottom: 20px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .a-link {
  margin-right: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .additional-energy-labels-repair-index
  .a-image
  img {
  max-height: 40px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-image
  img {
  max-height: 33px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-label-text-wrapper {
  text-align: left;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link.a-link-download.download {
  font-size: 12px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link.a-link-download.download::before {
  font-size: 13px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link.a-link-download.download:hover::before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-label-text-wrapper
  .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
@media (min-width: 900px) {
  .m-sidedrawerrelatedproducts
    .image-title-container
    .tile-description
    .energylabel-wrapper
    .data-sheet-energy
    .energy-label-wrapper
    .energy-label-text-wrapper
    .energy-class-range {
    text-align: right;
  }
  .m-sidedrawerrelatedproducts
    .image-title-container
    .tile-description
    .energylabel-wrapper
    .data-sheet-energy
    .energy-label-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .m-sidedrawerrelatedproducts
    .image-title-container
    .tile-description
    .energylabel-wrapper {
    margin-bottom: 0;
    text-align: right;
  }
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information {
  grid-area: price;
  gap: 10px;
  margin-top: 16px;
  text-align: left;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .details {
  display: none;
}
@media (min-width: 750px) {
  .m-sidedrawerrelatedproducts
    .image-title-container
    .tile-description
    .price-information
    .details {
    display: block;
  }
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .previous {
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .previous:empty
  + .price-info-wrapper
  .current.highlight {
  color: #000;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .price-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .price-info-wrapper
  .current.highlight {
  color: #d4691b;
  font-size: 20px;
  line-height: 1;
  margin-left: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .price-info-wrapper
  .stock-info-wrapper {
  margin-top: 15px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability::before {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .price-info-wrapper
  .stock-info-wrapper:hover
  .a-productavailability
  .text {
  display: none;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .price
  .details
  p {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .additional-info {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .price-information
  .eco-fee {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle {
  grid-area: headline;
  padding: 0;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .a-heading.product-code
  .fragment,
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .a-heading.product-code
  [testing_id="productTitle-code"] {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .m-productcode {
  display: none;
}
@media (min-width: 750px) {
  .m-sidedrawerrelatedproducts
    .image-title-container
    .tile-description
    .m-producttitle
    .m-productcode {
    display: block;
  }
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .a-link.heading-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .a-link.heading-link
  .a-heading.product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-sidedrawerrelatedproducts
  .image-title-container
  .tile-description
  .m-producttitle
  .a-link.heading-link
  .a-heading.product-name
  .fragment {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
}
.m-sidedrawerrelatedproducts .cta-area {
  margin: 24px 0 0;
  padding: 0;
}
.m-sidedrawerrelatedproducts .cta-area .js-ajax-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-button-link,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.m-sidedrawerrelatedproducts .cta-area a.a-button.a-link-primary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  padding-left: 11px;
  padding-right: 11px;
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain):before,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[data-popover-id]:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:before,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:before,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id]:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[data-popover-id]:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain):before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link:before,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:before,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button):before,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button):before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain):before,
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain):before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link:hover,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:hover {
  background: #007a7a;
  border-color: #007a7a;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary:hover:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link:hover:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:hover:before,
.m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:hover:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link:hover:before {
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-popover
  .popover-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-sidedrawerrelatedproducts
  .cta-area
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-alternativeproduct
  .m-sidedrawerrelatedproducts
  .cta-area
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled=""]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="true"]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled=""]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="true"]:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled=""]:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled="disabled"]:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled="true"]:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled=""]:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled="disabled"]:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled="true"]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled=""]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="disabled"]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-primary[disabled="true"]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled=""]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="disabled"]:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  .m-sidedrawerrelatedproducts
  .cta-area
  a.a-button.a-link-secondary[disabled="true"]:hover:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover:before,
.m-oney-widget-section
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-primary[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-button-secondary[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .a-button.add-to-basket[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(
    .a-button-plain
  )[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover:before,
.m-sidedrawerrelatedproducts
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled=""]:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-primary.a-link[disabled="true"]:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled=""]:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-sidedrawerrelatedproducts
  .cta-area
  .a-button.a-link-secondary.a-link[disabled="true"]:hover:before {
  color: #000;
}
@media (min-width: 900px) {
  .m-sidedrawerrelatedproducts
    .image-title-container
    .tile-description
    .price-information {
    margin-top: 0;
  }
  .m-sidedrawerrelatedproducts .image-title-container .tile-description {
    margin-top: 0;
    grid-template-areas: "headline headline" "price energy";
  }
  .m-sidedrawerrelatedproducts .image-title-container {
    gap: 24px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-secondary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-secondary,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.oney-widget-link,
  .m-popover
    .popover-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link,
  .m-popover
    .popover-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link,
  .m-sidedrawerrelatedproducts .cta-area .a-button.a-button-primary,
  .m-sidedrawerrelatedproducts .cta-area .a-button.a-button-secondary,
  .m-sidedrawerrelatedproducts .cta-area .a-button.a-link-primary.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link,
  .m-sidedrawerrelatedproducts .cta-area .a-button.a-link-secondary.a-link,
  .m-sidedrawerrelatedproducts .cta-area .a-button.add-to-basket,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .m-sidedrawerrelatedproducts
    .cta-area
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .m-sidedrawerrelatedproducts
    .cta-area
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-secondary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.a-button.a-link-primary.a-button-link,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.a-button.a-link-secondary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-sidedrawerrelatedproducts
    .cta-area
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-secondary.a-link {
    max-width: -webkit-calc(100% - 224px);
    max-width: calc(100% - 224px);
    min-width: -webkit-calc(100% - 224px);
    min-width: calc(100% - 224px);
    margin-left: auto;
  }
  .m-sidedrawerrelatedproducts {
    margin: 80px 80px 0;
  }
}
.m-sidedrawerrelatedproducts .cta-area form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 899px) {
  .m-sidedrawerrelatedproducts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .m-sidedrawerrelatedproducts > .a-heading.related-product-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .m-sidedrawerrelatedproducts .image-title-container {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
  .m-sidedrawerrelatedproducts .image-title-container .product-image-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
  }
  .m-sidedrawerrelatedproducts .cta-area {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-form.oidc-registration
    .m-termsconditions
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary:not(.a-button-plain),
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    ),
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )[data-popover-id],
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-button-primary:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.add-to-basket:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    ),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )[data-popover-id],
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
      .a-button-plain
    ),
  .m-sidedrawerrelatedproducts
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:not(.a-button-plain),
  .m-sidedrawerrelatedproducts
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-link:not(
      .a-button-plain
    ),
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-button-secondary:not(
      .a-button-plain
    ),
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-button-secondary:not(
      .a-button-plain
    )[data-popover-id],
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-button-link:not(
      .a-button-plain
    ),
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-button-link:not(
      .a-button-plain
    )[data-popover-id],
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-link:not(
      .a-button-plain
    ),
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-link:not(
      .a-button-plain
    )[data-popover-id],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
      .a-button-plain
    ),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-link:not(
      .a-button-plain
    ) {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin-left: auto;
    padding: 0 !important;
    width: 50px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary:not(.a-button-plain)
    .icon,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary:not(.a-button-plain)
    .text,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
    .icon,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
    .text,
  .m-form.oidc-registration
    .m-termsconditions
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary:not(.a-button-plain)
    .icon,
  .m-form.oidc-registration
    .m-termsconditions
    .m-sidedrawerrelatedproducts
    .cta-area
    a.a-button.a-link-primary:not(.a-button-plain)
    .text,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.oney-widget-link:not(.a-button-plain)
    .icon,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.oney-widget-link:not(.a-button-plain)
    .text,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )
    .icon,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )
    .text,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )[data-popover-id]
    .icon,
  .m-oney-widget-section
    .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )[data-popover-id]
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-button-primary:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-button-primary:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-link:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-link:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.add-to-basket:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.add-to-basket:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )[data-popover-id]
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-oney-widget-section
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.oney-widget-link:not(
      .a-button-plain
    )[data-popover-id]
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
      .a-button-plain
    )
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
      .a-button-plain
    )
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:not(.a-button-plain)
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:not(.a-button-plain)
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-button-secondary:not(
      .a-button-plain
    )
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-button-secondary:not(
      .a-button-plain
    )
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-button-secondary:not(
      .a-button-plain
    )[data-popover-id]
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-button-secondary:not(
      .a-button-plain
    )[data-popover-id]
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-button-link:not(
      .a-button-plain
    )
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-button-link:not(
      .a-button-plain
    )
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-button-link:not(
      .a-button-plain
    )[data-popover-id]
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-button-link:not(
      .a-button-plain
    )[data-popover-id]
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-link:not(
      .a-button-plain
    )
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-link:not(
      .a-button-plain
    )
    .text,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-link:not(
      .a-button-plain
    )[data-popover-id]
    .icon,
  .m-sidedrawerrelatedproducts
    .cta-area
    button.js-add-to-basket.a-button.a-button.a-button.a-link-secondary.a-link:not(
      .a-button-plain
    )[data-popover-id]
    .text,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
      .a-button-plain
    )
    .icon,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:not(
      .a-button-plain
    )
    .text,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-link:not(.a-button-plain)
    .icon,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-sidedrawerrelatedproducts
    .cta-area
    .a-button.a-link-primary.a-link:not(.a-button-plain)
    .text {
    display: none;
  }
  .m-sidedrawerrelatedproducts .cta-area .m-subscriptionselection {
    margin-top: 23px;
  }
  .m-sidedrawerrelatedproducts
    .cta-area
    .m-subscriptionselection
    ~ .a-button.add-to-basket {
    position: absolute;
    right: 0;
    top: 0;
  }
  .m-stage
    .m-video.m-video-cliplister
    .video-wrapper
    .video-content
    .cliplister-viewer
    > div:first-child {
    height: 100% !important;
  }
  .m-stage
    .m-video.m-video-cliplister
    .video-wrapper
    .video-content
    .cliplister-viewer
    video {
    object-fit: cover;
  }
}
.m-signin {
  padding: 50px 0 0;
}
.m-signin.signin_ciam {
  margin-top: 80px;
  padding: 0;
  width: 100%;
}
.m-signin.signin_ciam > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.m-signin.signin_ciam .form-actions {
  margin-top: 40px;
}
.m-signin.signin_grid .account-login.show-separator {
  border-color: transparent;
}
.m-signin h2.a-heading {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
}
.m-signin .account-login.show-separator {
  border-color: transparent;
}
@media (min-width: 750px) {
  .m-signin.signin_grid .account-login.show-separator {
    border-color: #879baa;
  }
  .m-signin .account-login.show-separator {
    border-color: #ebf0f5;
  }
}
.m-signin .account-login .m-form {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.m-signin .account-login .m-form fieldset.form-row .a-button,
.m-signin .account-login .m-form fieldset.form-row .a-link.a-button {
  margin-top: 25px;
}
.m-signin .account-login .m-form fieldset.form-row .a-button .text,
.m-signin .account-login .m-form fieldset.form-row .a-link.a-button .text {
  font-size: 14px;
  line-height: 20px;
}
.m-signin .account-login .m-form .form-row:nth-child(3) {
  color: #879baa;
  position: static;
}
.m-signin .account-login .m-form ul,
.m-signin .account-login .m-form ul .a-link,
.m-signin .account-login .m-form ul li {
  margin: 0;
}
.m-signin .account-login .m-form ul.list-unstyled li .a-link {
  color: #879baa;
}
.m-signin .account-login .m-form ul.list-unstyled li .a-link .text {
  font-size: 14px;
  line-height: 20px;
}
.m-signin .account-login .m-form ul.list-unstyled li .a-link:hover {
  color: #3cc8be;
}
.m-signin .account-login .m-form .form-actions {
  display: block;
  margin: 35px 0 0;
}
.m-signin .account-login .m-form .form-actions .form-action {
  margin-bottom: 15px !important;
}
.m-signin .account-login .m-form .form-actions .form-action-secondary {
  margin-bottom: 0 !important;
}
.m-signin .account-login .m-form .form-actions .form-action-secondary .a-link {
  background: 0 0;
  border: none;
  color: #41aaaa;
  display: inline-block;
  height: auto;
  letter-spacing: inherit;
  padding: 0;
  text-transform: inherit;
  width: auto;
  font-family: SiemensSans-Roman, sans-serif;
}
.m-signin
  .account-login
  .m-form
  .form-actions
  .form-action-secondary
  .a-link:before {
  display: inline-block;
  left: auto;
  content: none;
}
.m-signin
  .account-login
  .m-form
  .form-actions
  .form-action-secondary
  .a-link:hover {
  color: #a5e1e1;
}
.m-signin
  .account-login
  .m-form
  .form-actions
  .form-action-secondary
  .a-link
  .text {
  vertical-align: inherit;
}
.m-signin .account-login .email .label-text,
.m-signin .account-login .password .label-text {
  padding: 0;
}
.m-signin .account-create .form-action .a-button {
  width: 100%;
}
.m-signin .social-media > p:first-child {
  display: blovk;
}
.m-signin .social-media .a-button {
  border: none;
  height: 50px;
  margin: 0 20px 0 0;
  padding: 0;
  width: auto;
}
.m-signin .social-media .a-button .icon {
  color: #879baa;
  font-size: 30px;
}
.m-signin .social-media .a-button:hover .icon {
  color: #3cc8be;
}
#janrainEngageEmbed .janrainHeader {
  border-radius: 0 !important;
  color: #2d373c !important;
  width: auto !important;
}
#janrainEngageEmbed .janrainHeader div {
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 14px;
}
#janrainEngageEmbed .janrainContent {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  display: block !important;
  height: auto !important;
  overflow: inherit !important;
  padding: 0 !important;
  position: static !important;
  width: auto !important;
}
#janrainEngageEmbed .janrainContent #janrainAuthReturnExperience {
  position: relative !important;
}
#janrainEngageEmbed
  .janrainContent
  #janrainAuthReturnExperience
  .janrain-provider-text-color-googleplus {
  color: #2d373c !important;
}
#janrainEngageEmbed .janrainContent #janrainAuthReturnExperience > div {
  text-align: left;
  top: 0 !important;
}
#janrainEngageEmbed
  .janrainContent
  #janrainAuthReturnExperience
  span.janrain-provider-icon-googleplus {
  display: inline-block;
}
#janrainEngageEmbed
  .janrainContent
  #janrainAuthReturnExperience
  span.janrain-provider-icon-googleplus:before {
  color: #2d373c;
  font-size: 21px;
}
#janrainEngageEmbed
  .janrainContent
  #janrainAuthReturnExperience
  a[id*="janrain-"] {
  float: none;
  padding: 10px 20px !important;
  width: 50% !important;
}
#janrainEngageEmbed
  .janrainContent
  #janrainAuthReturnExperience
  a[id*="janrain-"]
  span {
  letter-spacing: 0.2em;
  margin-top: 0 !important;
  padding-top: 4px !important;
  text-transform: uppercase;
}
#janrainEngageEmbed
  .janrainContent
  #janrainAuthReturnExperience
  a[id*="janrain-"]:hover {
  background-color: #a5e1e1 !important;
}
#janrainEngageEmbed
  .janrainContent
  #janrainAuthReturnExperience
  .janrain-provider-icon-24.janrain-provider-icon-wechat {
  display: inline-block !important;
  font-size: 20px !important;
  margin-top: 0 !important;
}
#janrainEngageEmbed
  .janrainContent
  #janrainAuthReturnExperience
  .janrainSwitchAccountLink {
  display: block !important;
  float: none;
  margin-left: 0;
}
#janrainEngageEmbed .janrainContent #janrainView #janrainProviderPages {
  left: auto !important;
  margin-top: 15px !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  top: auto !important;
}
@media (min-width: 750px) {
  .m-signin {
    float: none;
    padding: 90px 0 0;
    width: 100%;
  }
  .m-signin.two-column .account {
    float: none;
    margin: 0;
    width: 100%;
  }
  .m-signin.two-column .social-media {
    margin-top: 0;
    width: 100%;
  }
  .m-signin h2.a-heading {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .m-signin .form-actions.layout-half .form-action {
    width: 60%;
  }
  .m-signin .account .m-form {
    margin-bottom: 40px;
    padding-bottom: 45px;
  }
  .m-signin .account .m-form ul {
    margin: 0;
    width: 100%;
  }
  .m-signin .account .m-form ul li .text {
    font-size: 13px;
    line-height: 19px;
  }
  .m-signin .account .m-form fieldset.form-row {
    float: left;
    margin-right: 4px;
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
  .m-signin .account .m-form fieldset.form-row + fieldset.form-row {
    margin-left: 4px;
    margin-right: 0;
  }
  .m-signin .account .m-form fieldset.form-row .a-button,
  .m-signin .account .m-form fieldset.form-row .a-link.a-button {
    margin-top: 25px;
  }
  .m-signin .account .m-form fieldset.form-row .a-button .text,
  .m-signin .account .m-form fieldset.form-row .a-link.a-button .text {
    font-size: 13px;
    line-height: 19px;
  }
  .m-signin .account .m-form .form-actions {
    margin: 20px 0 0;
  }
  .m-signin .account .m-form .form-actions .form-action {
    padding: 0;
  }
  .m-signin .account .m-form .form-actions .form-action-primary {
    margin-bottom: 20px !important;
  }
  .m-signin .account .m-form .form-actions .form-action-primary .a-button {
    min-width: 200px;
    width: auto;
  }
  #janrainEngageEmbed .janrainContent #janrainView #janrainProviderPages {
    margin-top: 20px !important;
  }
}
@media (min-width: 900px) {
  .m-signin.signin_ciam {
    width: 50%;
  }
  .m-signin {
    float: left;
    padding: 90px 0 0;
    width: 33.3333%;
  }
  .m-signin.two-column {
    width: 100%;
  }
  .m-signin.two-column .account {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0 30px 0 0;
    width: 50%;
  }
  .m-signin.two-column .account .m-form {
    border-bottom: none;
  }
  .m-signin.two-column .social-media {
    float: right;
    margin-top: 0;
    width: 50%;
  }
  .m-signin h2.a-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .m-signin .account .m-form {
    margin-bottom: 0;
    padding-bottom: 55px;
  }
  .m-signin .account .m-form fieldset.form-row {
    float: none;
    margin: 0;
    width: 100%;
  }
  .m-signin .account .m-form fieldset.form-row + fieldset.form-row {
    margin: 0;
  }
  .m-signin .account .m-form fieldset.form-row .a-button,
  .m-signin .account .m-form fieldset.form-row .a-link.a-button {
    margin-top: 25px;
    min-width: 320px;
  }
  .m-signin .account .m-form fieldset.form-row .a-button:nth-child(3),
  .m-signin .account .m-form fieldset.form-row .a-link.a-button:nth-child(3) {
    margin-top: 8px;
  }
  .m-signin .account .m-form .form-actions {
    margin-top: 25px;
  }
  .m-signin .account .m-form .form-actions .form-action {
    padding: 0;
    width: 100%;
  }
  .m-signin .account .m-form .form-actions .form-actions-primary {
    float: left;
    margin-bottom: 25px !important;
  }
  .m-signin .social-media {
    float: none;
    margin-top: 0;
    width: 100%;
  }
  #janrainEngageEmbed .janrainContent #janrainView #janrainProviderPages {
    margin-top: 25px !important;
  }
}
#janrainEngageEmbed
  .janrainContent
  #janrainView
  #janrainProviderPages
  .janrainPage {
  height: 30px !important;
}
#janrainEngageEmbed .janrainContent #janrainView .providers,
#janrainEngageEmbed .janrainContent #janrainView .providers.last-child {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  float: left !important;
  height: 30px !important;
  margin: 0 !important;
}
#janrainEngageEmbed .janrainContent #janrainView .providers li {
  background: 0 0 !important;
  border: none !important;
  cursor: default !important;
  float: none !important;
  height: auto !important;
  list-style: none !important;
  margin: 0 20px 0 0 !important;
  overflow: inherit !important;
  position: static !important;
  width: auto !important;
}
#janrainEngageEmbed .janrainContent #janrainView .providers li a {
  display: block !important;
  font-family: icons !important;
  -webkit-font-smoothing: antialiased !important;
  font-style: normal !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  speak: none !important;
}
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  a:hover
  span[class*="janrain-provider-icon-"] {
  color: #3cc8be !important;
}
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  span[class*="janrain-provider-icon-"] {
  background-image: none !important;
  color: #879baa !important;
  display: block !important;
  font-size: 28px !important;
  height: 30px !important;
  margin-top: 0 !important;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  vertical-align: initial !important;
  width: 30px !important;
}
#janrainEngageEmbed
  .janrainContent
  #janrainView
  .providers
  li
  span[class*="janrain-provider-icon-"]:before {
  vertical-align: middle;
}
.m-sparepartproductteaser .image {
  margin: 40px auto 0;
  max-width: 300px;
}
.m-sparepartproductteaser .content > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.m-sparepartproductteaser .content > a > .a-heading,
.m-sparepartproductteaser .content > a > .product-name {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  color: #000028;
  margin: 0 !important;
}
.m-sparepartproductteaser .content > a > .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-st4instruction .instruction-list {
  margin: 0;
  padding: 0;
}
.st4-search-container-fullwidth-centered {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 40px 0;
}
.st4-search-container-fullwidth-centered .st4-search-input {
  color: #2d373c;
}
.st4-search-container-fullwidth-centered
  .st4-search-input
  input::-webkit-input-placeholder {
  color: #879baa;
}
.st4-search-container-fullwidth-centered
  .st4-search-input
  input:-ms-input-placeholder {
  color: #879baa;
}
.st4-search-container-fullwidth-centered .st4-search-input input::placeholder {
  color: #879baa;
}
.m-st4search
  .st4-search-wrap
  .st4-search-input
  input::-webkit-input-placeholder {
  color: #000;
}
.m-st4search .st4-search-wrap .st4-search-input input:-ms-input-placeholder {
  color: #000;
}
.m-st4search .st4-search-wrap .st4-search-input input::placeholder {
  color: #000;
}
.m-st4search .st4-search-wrap .st4-search-button button {
  border: none;
  color: #2d373c;
  height: 43px;
  padding: 0 !important;
  min-height: auto;
  min-width: auto;
  width: 49px;
}
.m-st4search .st4-search-wrap .st4-search-button button:hover {
  border: none;
}
.m-stage.m-stage-campaign {
  margin-bottom: 0;
}
.m-stage.m-stage-campaign .m-video {
  height: 100%;
}
.m-stage.m-stage-campaign .m-video .video-wrapper {
  height: 100%;
  padding: 0;
}
@supports (object-fit: cover) {
  .m-stage {
    height: 100vh;
    height: 100dvh;
  }
  .m-stage .m-slider {
    height: 100% !important;
  }
  .m-stage .slick-slider {
    height: 100vh;
  }
  .m-stage .a-image,
  .m-stage .image-video-wrapper,
  .m-stage .slick-list,
  .m-stage .slick-track,
  .m-stage .slide {
    height: 100% !important;
  }
  .m-stage .a-image img {
    height: 100%;
    object-fit: cover;
  }
}
.m-stage .m-video .video-wrapper {
  background: 0 0;
}
.m-stage .m-video .video-wrapper .video-content {
  height: 100vh;
}
.m-stage .m-video .video-wrapper .play-layer .icon.icon-play {
  z-index: 2;
}
.m-stage .slide .image-video-wrapper {
  width: 100%;
  z-index: 1;
}
.m-stage .slide .image-video-wrapper .a-image > * {
  z-index: 3;
}
.m-stage .slide .image-video-wrapper .a-image > picture,
.m-stage .slide .image-video-wrapper .a-image > picture img {
  z-index: 1;
}
.m-stage .slide .image-video-wrapper .a-image:after {
  content: "";
  background: linear-gradient(
    353deg,
    rgba(0, 0, 0, 0.6) 0,
    rgba(0, 0, 0, 0) 60%
  );
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.m-stage .slide .image-video-wrapper .a-image img {
  width: 100%;
}
.m-stage .slide .teaser {
  bottom: 0;
  position: absolute;
  padding-bottom: 24px;
  pointer-events: none;
  z-index: 2;
}
.m-stage .slide .teaser a {
  pointer-events: all;
}
.m-stage .slide .teaser .a-heading {
  font-size: var(--heading-h1-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h1-line-height);
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
  margin: 0 0 24px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
}
.m-stage .slide .teaser p {
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (min-width: 900px) {
  .m-sparepartproductteaser .image {
    margin-top: 0;
  }
  .list-view .m-sparepartproductteaser .m-producttitle {
    margin-top: -6px;
  }
  .m-stage .slide .image-video-wrapper .a-image:after {
    background: linear-gradient(
      61deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 60%
    );
  }
  .m-stage .slide .teaser .a-heading {
    font-size: var(--heading-h1-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h1-line-height);
    margin: var(--heading-h1-margin);
    font-size: clamp(20px, -webkit-calc(8vh), 80px);
    font-size: clamp(20px, calc(8vh), 80px);
    line-height: 1.2;
    text-shadow: 0 0 60px #000;
  }
  .m-stage .slide .teaser p {
    font-size: 20px;
    line-height: 30px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  }
}
.m-stage .slide .teaser .a-button {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.m-stage .slide .teaser .a-button:active,
.m-stage .slide .teaser .a-button:hover,
.no-touchevents .m-stage .slide .teaser .a-button:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-stage .slide .teaser .a-button:active {
  color: #000;
}
.m-stage .slide .teaser .a-button[disabled=""],
.m-stage .slide .teaser .a-button[disabled=""]:hover,
.m-stage .slide .teaser .a-button[disabled="disabled"],
.m-stage .slide .teaser .a-button[disabled="disabled"]:hover,
.m-stage .slide .teaser .a-button[disabled="true"],
.m-stage .slide .teaser .a-button[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link,
.m-stage .slide .teaser .a-button.a-button-primary,
.m-stage .slide .teaser .a-button.a-link-primary.a-link,
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-stage
  .slide
  .teaser
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-stage
  .slide
  .teaser
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-stage
  .slide
  .teaser
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-stage
  .slide
  .teaser
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-stage .slide .teaser a.a-button.a-link-primary.a-button-link,
.m-stage .slide .teaser button.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link:hover,
.m-stage .slide .teaser .a-button.a-button-primary:active,
.m-stage .slide .teaser .a-button.a-button-primary:hover,
.m-stage .slide .teaser .a-button.a-link-primary.a-button-link:active,
.m-stage .slide .teaser .a-button.a-link-primary.a-link:active,
.m-stage .slide .teaser .a-button.a-link-primary.a-link:hover,
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-stage
  .slide
  .teaser
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-stage
  .slide
  .teaser
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-stage
  .slide
  .teaser
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-stage
  .slide
  .teaser
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-stage .slide .teaser a.a-button.a-link-primary.a-button-link:hover,
.m-stage .slide .teaser button.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents .m-stage .slide .teaser .a-button.a-button-primary:hover,
.no-touchevents .m-stage .slide .teaser .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-stage
  .slide
  .teaser
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-stage
  .slide
  .teaser
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-stage
  .slide
  .teaser
  button.a-button.a-link-primary.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary:active,
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link:active,
.m-stage .slide .teaser .a-button.a-button-primary:active,
.m-stage .slide .teaser .a-button.a-link-primary.a-button-link:active,
.m-stage .slide .teaser .a-button.a-link-primary.a-link:active,
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-stage
  .slide
  .teaser
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-stage .slide .teaser .a-button.a-button-primary[disabled=""],
.m-stage .slide .teaser .a-button.a-button-primary[disabled="disabled"],
.m-stage .slide .teaser .a-button.a-button-primary[disabled="true"],
.m-stage .slide .teaser .a-button.a-link-primary.a-button-link[disabled=""],
.m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-stage .slide .teaser .a-button.a-link-primary.a-button-link[disabled="true"],
.m-stage .slide .teaser .a-button.a-link-primary.a-link[disabled=""],
.m-stage .slide .teaser .a-button.a-link-primary.a-link[disabled="disabled"],
.m-stage .slide .teaser .a-button.a-link-primary.a-link[disabled="true"],
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-stage
  .slide
  .teaser
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-stage
  .slide
  .teaser
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-stage
  .slide
  .teaser
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-stage
  .slide
  .teaser
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-stage .slide .teaser .a-button.a-button-primary[disabled=""]:hover,
.m-stage .slide .teaser .a-button.a-button-primary[disabled="disabled"]:hover,
.m-stage .slide .teaser .a-button.a-button-primary[disabled="true"]:hover,
.m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-stage .slide .teaser .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-stage .slide .teaser .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-stage
  .slide
  .teaser
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-stage
  .slide
  .teaser
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-stage
  .slide
  .teaser
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-stage
  .slide
  .teaser
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-stage
  .slide
  .teaser
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-stage
  .slide
  .teaser
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-stage
  .slide
  .teaser
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-stage
  .slide
  .teaser
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-stage
  .slide
  .teaser
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-stage
  .slide
  .teaser
  .a-button.a-link-primary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-stage .slide .teaser .a-link:not(.a-button) {
  color: #3cc8be;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
.m-stage .slide .teaser .a-link:not(.a-button)::after {
  content: "\e008";
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #3cc8be;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-stage .slide .teaser .a-link:not(.a-button):active::after,
.m-stage .slide .teaser .a-link:not(.a-button):focus::after,
.m-stage .slide .teaser .a-link:not(.a-button):hover::after {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
@media (max-width: 899px) {
  .m-stage .slide .teaser:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      #000 0,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0) 70%
    );
    background-image: none;
    mix-blend-mode: unset;
    z-index: -1;
  }
}
.m-stage .m-slider .paginationarrows {
  display: none;
}
.m-stage .m-slider .a-paginationdots {
  bottom: 15px !important;
  display: none !important;
  top: auto !important;
}
.m-stage .m-slider .a-paginationdots .slick-dots {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-stage .m-slider .a-paginationdots li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
}
@media (min-width: 750px) {
  .m-stage {
    --teaser-width: 450px;
    --teaser-padding: 13%;
  }
  .m-stage .slide {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .m-stage .slide .teaser > :not(.a-heading) {
    margin-left: 60px;
  }
  .m-stage .slide .teaser,
  .m-stage .slide .teaser.bottom-left,
  .m-stage .slide .teaser.bottom-right,
  .m-stage .slide .teaser.top-left,
  .m-stage .slide .teaser.top-right {
    bottom: auto;
    top: 50%;
    right: auto;
    left: var(--max-pagewidth-padding);
    padding: 0;
    -webkit-transform: translateY(-webkit-calc(-50%));
    -ms-transform: translateY(calc(-50%));
    transform: translateY(calc(-50%));
    --teaserstage-width: -webkit-calc(100% - var(--max-pagewidth-padding-x2));
    --teaserstage-width: calc(100% - var(--max-pagewidth-padding-x2));
    --teaserstage-width-2: -webkit-calc(
      -webkit-calc(69 * var(--teaserstage-width)) / 100
    );
    --teaserstage-width-2: calc(calc(69 * var(--teaserstage-width)) / 100);
    width: -webkit-calc(var(--teaserstage-width-2));
    width: calc(var(--teaserstage-width-2));
  }
  .m-stage .slide .teaser p {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .m-stage .m-slider .paginationarrows {
    bottom: 36px;
    display: none;
    right: 13%;
  }
  .m-stage .m-slider .paginationarrows .a-paginationarrows {
    color: #fff !important;
  }
  .m-stage .m-slider .a-paginationdots {
    bottom: 23px !important;
  }
}
@media (min-width: 900px) {
  .m-stage {
    --teaser-width: 820px;
  }
  .m-stage .m-slider .slide .teaser {
    bottom: 18%;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .m-stage .m-slider .teaser {
    width: var(--teaser-width);
  }
  .m-stage .m-slider .teaser .m-productconversionarea .a-button {
    margin-top: 0;
    width: -webkit-max-content;
    width: max-content;
  }
  .m-stage .m-slider .teaser:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 117%;
    height: 134%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      #000 0,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0) 70%
    );
    background-image: none;
    mix-blend-mode: unset;
    z-index: -1;
    -webkit-transform: translateX(-12%) translateY(14%);
    -ms-transform: translateX(-12%) translateY(14%);
    transform: translateX(-12%) translateY(14%);
  }
  .m-stage .m-slider .image-video-wrapper .a-image::after {
    background: linear-gradient(
      18deg,
      rgba(0, 0, 0, 0.9) 0,
      rgba(0, 0, 0, 0) 60%
    );
  }
  .m-stage .m-slider .image-video-wrapper .a-image::before {
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .m-stage {
    margin-left: -webkit-calc(
      calc(-webkit-calc(100vw - var(--max-pagewidth)) / 2) * -1
    ) !important;
    margin-left: calc(
      calc(calc(100vw - var(--max-pagewidth)) / 2) * -1
    ) !important;
    width: 100vw !important;
  }
  .m-stage .image-video-wrapper,
  .m-stage .slick-list,
  .m-stage .slick-track,
  .m-stage .slide {
    overflow: visible !important;
  }
  .m-stage .slide .teaser,
  .m-stage .slide .teaser.bottom-left,
  .m-stage .slide .teaser.bottom-right,
  .m-stage .slide .teaser.top-left,
  .m-stage .slide .teaser.top-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: -webkit-calc(-webkit-calc(100vw - var(--max-pagewidth)) / 2);
    left: calc(calc(100vw - var(--max-pagewidth)) / 2);
    margin: 0;
    padding: 0 72px !important;
    width: -webkit-calc(
      calc(
        var(--max-pagewidth) - -webkit-calc(var(--max-pagewidth-padding) * 2)
      )
    ) !important;
    width: calc(
      calc(var(--max-pagewidth) - calc(var(--max-pagewidth-padding) * 2))
    ) !important;
  }
  .m-stage .a-image {
    top: 0;
    width: 100vw;
  }
}
.m-stepbystepaccordion {
  margin-left: auto !important;
  margin-left: -webkit-calc(-50vw + 50%) !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 0;
  padding-right: 0;
  width: 100vw !important;
  background-color: #000028 !important;
  margin: var(--element-margin) 0 0;
}
.m-stepbystepaccordion .accordion-container {
  height: 600px;
}
.m-stepbystepaccordion .accordion-container .accordion-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 65px;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  width: 100vw;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:not(.is-active) {
  border-bottom: 1px solid #879baa;
  border-top: 1px solid #879baa;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step:not(.is-active)
  + .step:not(.is-active) {
  border-top: none;
}
.m-stepbystepaccordion .accordion-container .accordion-steps .step:first-child {
  padding: 0;
}
.m-stepbystepaccordion .accordion-container .accordion-steps .step.is-active {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(35%, transparent),
    to(#2d373c)
  );
  background: linear-gradient(180deg, transparent 35%, #2d373c 100%);
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 0;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step.is-active
  .step-white-wrap {
  padding: 30px 20px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap::-webkit-scrollbar {
  width: 12px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap::-webkit-scrollbar-track {
  background: #0f0f31;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap::-webkit-scrollbar-thumb {
  background-color: #3cc8be;
  border-radius: 0;
  border: 3px solid #0f0f31;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-header {
  background: rgba(45, 55, 60, 0.75);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-header
  .step-headline {
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
  left: 50%;
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-header
  .icon-plus {
  border: 1px solid #41aaaa;
  color: #41aaaa;
  font-size: 16px;
  margin: 0 15px 0 0;
  padding: 9px 13px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content {
  background: 0 0;
  padding: 0;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .content-headline-step,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .content-headline-topic,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  p {
  color: #a3acbd;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .content-headline-step:last-child,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .content-headline-topic:last-child,
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  p:last-child {
  margin-bottom: 0;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .content-headline-topic {
  display: none;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .content-headline-step {
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 17px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  p {
  line-height: 26px;
  margin-bottom: 20px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  li:nth-child(2)
  .a-button {
  background: 0 0;
  border: none;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  min-width: auto;
  padding: 0 !important;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-steps
  .step
  .step-white-wrap
  .step-content
  .list-unstyled
  li:nth-child(2)
  .a-button:after {
  color: #3cc8be;
  content: "\e008";
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
}
@media (min-width: 900px) {
  .m-stepbystepaccordion .accordion-container .accordion-steps {
    padding: 65px 0;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps .step {
    background-color: #000028 !important;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    height: 470px;
    min-width: 100px !important;
    position: absolute;
    width: 100px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:not(.is-active) {
    border-bottom: none;
    border-left: 1px solid #879baa;
    border-right: 1px solid #879baa;
    border-top: none;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:not(.is-active)
    + .step:not(.is-active) {
    border-left: none;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:not(.is-active):last-child {
    border-right: none;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="1"] {
    z-index: 1;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="2"] {
    z-index: 2;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="3"] {
    z-index: 3;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="4"] {
    z-index: 4;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="5"] {
    z-index: 5;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="6"] {
    z-index: 6;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="7"] {
    z-index: 7;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="8"] {
    z-index: 8;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="9"] {
    z-index: 9;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="10"] {
    z-index: 10;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="11"] {
    z-index: 11;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="12"] {
    z-index: 12;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="13"] {
    z-index: 13;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="14"] {
    z-index: 14;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="15"] {
    z-index: 15;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="16"] {
    z-index: 16;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="17"] {
    z-index: 17;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="18"] {
    z-index: 18;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="19"] {
    z-index: 19;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="20"] {
    z-index: 20;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="21"] {
    z-index: 21;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="22"] {
    z-index: 22;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="23"] {
    z-index: 23;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="24"] {
    z-index: 24;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="25"] {
    z-index: 25;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="26"] {
    z-index: 26;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="27"] {
    z-index: 27;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="28"] {
    z-index: 28;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="29"] {
    z-index: 29;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="30"] {
    z-index: 30;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="31"] {
    z-index: 31;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="32"] {
    z-index: 32;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="33"] {
    z-index: 33;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="34"] {
    z-index: 34;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="35"] {
    z-index: 35;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="36"] {
    z-index: 36;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="37"] {
    z-index: 37;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="38"] {
    z-index: 38;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="39"] {
    z-index: 39;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="40"] {
    z-index: 40;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="41"] {
    z-index: 41;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="42"] {
    z-index: 42;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="43"] {
    z-index: 43;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="44"] {
    z-index: 44;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="45"] {
    z-index: 45;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="46"] {
    z-index: 46;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="47"] {
    z-index: 47;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="48"] {
    z-index: 48;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="49"] {
    z-index: 49;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="50"] {
    z-index: 50;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="51"] {
    z-index: 51;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="52"] {
    z-index: 52;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="53"] {
    z-index: 53;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="54"] {
    z-index: 54;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="55"] {
    z-index: 55;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="56"] {
    z-index: 56;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="57"] {
    z-index: 57;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="58"] {
    z-index: 58;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="59"] {
    z-index: 59;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="60"] {
    z-index: 60;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="61"] {
    z-index: 61;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="62"] {
    z-index: 62;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="63"] {
    z-index: 63;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="64"] {
    z-index: 64;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="65"] {
    z-index: 65;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="66"] {
    z-index: 66;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="67"] {
    z-index: 67;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="68"] {
    z-index: 68;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="69"] {
    z-index: 69;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="70"] {
    z-index: 70;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="71"] {
    z-index: 71;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="72"] {
    z-index: 72;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="73"] {
    z-index: 73;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="74"] {
    z-index: 74;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="75"] {
    z-index: 75;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="76"] {
    z-index: 76;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="77"] {
    z-index: 77;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="78"] {
    z-index: 78;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="79"] {
    z-index: 79;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="80"] {
    z-index: 80;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="81"] {
    z-index: 81;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="82"] {
    z-index: 82;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="83"] {
    z-index: 83;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="84"] {
    z-index: 84;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="85"] {
    z-index: 85;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="86"] {
    z-index: 86;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="87"] {
    z-index: 87;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="88"] {
    z-index: 88;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="89"] {
    z-index: 89;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="90"] {
    z-index: 90;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="91"] {
    z-index: 91;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="92"] {
    z-index: 92;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="93"] {
    z-index: 93;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="94"] {
    z-index: 94;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="95"] {
    z-index: 95;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="96"] {
    z-index: 96;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="97"] {
    z-index: 97;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="98"] {
    z-index: 98;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="99"] {
    z-index: 99;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="100"] {
    z-index: 100;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step[data-step-id="101"] {
    z-index: 101;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps .step.is-active {
    background: 0 0 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 -webkit-calc(100vw - 100px) !important;
    -ms-flex: 1 1 calc(100vw - 100px) !important;
    flex: 1 1 calc(100vw - 100px) !important;
    margin-left: 100px !important;
    position: relative !important;
    z-index: 99999 !important;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active[data-step-id="1"] {
    margin-left: 0 !important;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step {
    position: relative !important;
    width: 100px !important;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step {
    display: none;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 60px 0 100px;
    max-height: 470px !important;
    max-width: -webkit-calc(100% - 800px);
    max-width: calc(100% - 800px);
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: auto;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap::-webkit-scrollbar {
    width: 12px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap::-webkit-scrollbar-track {
    background: #0f0f31;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap::-webkit-scrollbar-thumb {
    background-color: #3cc8be;
    border-radius: 0;
    border: 3px solid #0f0f31;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap
    .step-content {
    margin: auto;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-header {
    background: 0 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-header
    .step-headline {
    bottom: 15px;
    font-size: 18px;
    left: 50%;
    line-height: 30px;
    position: absolute;
    right: auto;
    top: auto;
    -webkit-transform: rotate(-90deg) translate(0, -50%);
    -ms-transform: rotate(-90deg) translate(0, -50%);
    transform: rotate(-90deg) translate(0, -50%);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 500px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-header
    .icon-plus {
    border: none !important;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .content-headline-step {
    font-size: 54px;
    font-weight: 400;
    line-height: 60px;
    margin: 0 0 17px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    a.a-link-primary.a-button,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    a.a-link-primary.a-button,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .a-link-primary.a-button.oney-widget-link,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .a-button-primary,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .a-link-primary.a-button.a-button-link,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .a-link-primary.a-button.a-link,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-link-primary.a-button,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .m-form.oidc-registration
    .m-termsconditions
    a.a-link-primary.a-button,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .m-oney-widget-section
    .a-link-primary.a-button.oney-widget-link,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link-primary.a-button.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .a-link-primary.a-button.a-link {
    padding-left: 50px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    p {
    line-height: 26px;
    margin-bottom: 25px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .list-unstyled
    li:nth-child(2)
    .a-button {
    background: 0 0;
    border: none;
    color: #fff;
    font-weight: 700;
    min-width: auto;
    padding: 0 !important;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-content
    .list-unstyled
    li:nth-child(2)
    .a-button:after {
    content: "\e008";
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    height: 16px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
  }
}
.m-stepbystepaccordion .accordion-container .accordion-medias .accordion-media {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 427px;
  width: -webkit-calc(100% - 233px);
  width: calc(100% - 233px);
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-medias
  .accordion-media
  .a-image,
.m-stepbystepaccordion
  .accordion-container
  .accordion-medias
  .accordion-media
  .m-video {
  height: 470px;
  width: 470px;
}
.m-stepbystepaccordion
  .accordion-container
  .accordion-medias
  .accordion-media
  .a-image
  picture
  img,
.m-stepbystepaccordion
  .accordion-container
  .accordion-medias
  .accordion-media
  .m-video
  picture
  img {
  background: 0 0;
  object-fit: contain;
  height: 100% !important;
}
@media (max-width: 749px) and (max-width: 749px) {
  .m-stepbystepaccordion .a-button {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .m-stepbystepaccordion .a-area.a-area-mobile.a-area-primary .a-link,
  .m-stepbystepaccordion .a-link {
    --alink-color-text: #007a7a;
    --alink-color-icon: #007a7a;
    --alink-color-text: #3cc8be;
    --alink-color-icon: #3cc8be;
  }
  .m-stepbystepaccordion .a-button {
    font-size: 16px;
    line-height: 25px;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 11px 40px !important;
    text-align: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-decoration: none;
  }
  .m-stepbystepaccordion .a-button.a-button-padding-sml {
    min-width: auto;
    padding: 11px !important;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link,
  .m-stepbystepaccordion .a-button.a-button-primary,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-primary.a-link:not(.a-button),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-stepbystepaccordion a.a-button.a-link-primary.a-button-link,
  .m-stepbystepaccordion button.a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-primary.a-link:not(.a-button),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link {
    min-height: 50px;
  }
  .m-stepbystepaccordion .a-button .text {
    font-size: inherit;
    line-height: inherit;
  }
  .m-stepbystepaccordion .a-button:focus {
    outline: 0;
  }
  .m-stepbystepaccordion .a-button .a-loader {
    -webkit-transform: translate(8px, -3px);
    -ms-transform: translate(8px, -3px);
    transform: translate(8px, -3px);
  }
}
@media (max-width: 749px) and (min-width: 750px) {
  .m-stepbystepaccordion .a-button:not(.a-button-plain) {
    min-width: 240px;
    width: -webkit-max-content;
    width: max-content;
  }
}
@media (max-width: 749px) {
  .m-stepbystepaccordion .a-button:not(.a-button-plain) {
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 40px !important;
    text-align: center;
    background: #3cc8be;
    border: 1px solid #3cc8be;
    color: #000;
  }
  .m-stepbystepaccordion .a-button:not(.a-button-plain) .text {
    font-family: SiemensSans-Bold, sans-serif;
  }
  .m-stepbystepaccordion .a-button:not(.a-button-plain) .icon {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .m-stepbystepaccordion .a-button:not(.a-button-plain) .icon + .text {
    margin-left: 12px;
  }
  .m-stepbystepaccordion .a-button:not(.a-button-plain):active,
  .m-stepbystepaccordion .a-button:not(.a-button-plain):hover,
  .no-touchevents .m-stepbystepaccordion .a-button:not(.a-button-plain):hover {
    -webkit-tap-highlight-color: #007a7a;
    -webkit-tap-highlight-color: #007a7a;
    background: #007a7a;
    border: 1px solid #007a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .m-stepbystepaccordion .a-button:not(.a-button-plain)[disabled=""],
  .m-stepbystepaccordion .a-button:not(.a-button-plain)[disabled=""]:hover,
  .m-stepbystepaccordion .a-button:not(.a-button-plain)[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button:not(.a-button-plain)[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button:not(.a-button-plain)[disabled="true"],
  .m-stepbystepaccordion .a-button:not(.a-button-plain)[disabled="true"]:hover {
    opacity: 0.4;
    border: 1px solid #3cc8be;
    background: #3cc8be;
    color: #000;
    opacity: 0.4;
  }
  .m-stepbystepaccordion .a-button:not(.a-button-plain):active {
    color: #000;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary:active,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-primary:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:active[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:hover[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:hover[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary:active,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-primary:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link:active,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link:hover,
  .m-oney-widget-section
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link:hover,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:active,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:hover,
  .m-popover
    .popover-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:hover,
  .m-stepbystepaccordion .a-button.a-button-primary:active,
  .m-stepbystepaccordion .a-button.a-button-primary:hover,
  .m-stepbystepaccordion .a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link:active,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:active,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link:active[data-popover-id],
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link:hover[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:active,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:active,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:hover,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-primary.a-link:active:not(.a-button),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:active,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:hover,
  .m-stepbystepaccordion a.a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion a.a-button.a-link-primary.a-button-link:hover,
  .m-stepbystepaccordion button.a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion button.a-button.a-link-primary.a-button-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents .m-stepbystepaccordion .a-button.a-button-primary:hover,
  .no-touchevents .m-stepbystepaccordion .a-button.a-link-primary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
  .no-touchevents
    .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link:hover[data-popover-id],
  .no-touchevents
    .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-primary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    button.a-button.a-link-primary.a-button-link:hover,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-primary.a-link:active:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link:active,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link:hover {
    -webkit-tap-highlight-color: #2b2f43;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ),
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link,
  .m-stepbystepaccordion .a-button.a-button-primary.a-link-download,
  .m-stepbystepaccordion .a-button.a-link-download.a-link-primary.a-button-link,
  .m-stepbystepaccordion .a-button.a-link-download.a-link-primary.a-link,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link {
    background: #3cc8be;
    border: 1px solid #3cc8be;
    color: #000;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:active,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
      .a-button-plain
    ),
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:active,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link:active,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link:hover,
  .m-oney-widget-section
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link:hover,
  .m-stepbystepaccordion .a-button.a-button-primary.a-link-download:active,
  .m-stepbystepaccordion .a-button.a-button-primary.a-link-download:hover,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link:hover,
  .m-stepbystepaccordion .a-button.a-link-download.a-link-primary.a-link:active,
  .m-stepbystepaccordion .a-button.a-link-download.a-link-primary.a-link:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary:active,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary:active,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link:active,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link:active,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
      .a-button-plain
    ),
  .no-touchevents
    .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:active,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:hover {
    -webkit-tap-highlight-color: #007a7a;
    background: #007a7a;
    border: 1px solid #007a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:active,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
      .a-button-plain
    ),
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:active,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link:active,
  .m-stepbystepaccordion .a-button.a-button-primary.a-link-download:active,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion .a-button.a-link-download.a-link-primary.a-link:active,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary:active,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary:active,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link:active,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:active {
    color: #000;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled=""],
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled=""]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled="disabled"],
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled="true"],
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
      .a-button-plain
    ),
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled=""],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled=""]:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled="disabled"],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled="true"],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download[disabled="true"],
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download[disabled="true"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link[disabled="true"],
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled="true"],
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary[disabled=""],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary[disabled="true"],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary[disabled=""],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary[disabled="true"],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""],
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"],
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link[disabled=""],
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link[disabled="true"],
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled=""],
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled="true"],
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover {
    border: 1px solid #3cc8be;
    background: #3cc8be;
    color: #000;
    opacity: 0.4;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:before,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ):before,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:before,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link:before,
  .m-stepbystepaccordion .a-button.a-button-primary.a-link-download:before,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link:before,
  .m-stepbystepaccordion .a-button.a-link-download.a-link-primary.a-link:before,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary:before,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ):before,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary:before,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link:before,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link:before,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:before {
    color: #000;
    display: block;
    margin: 0;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:active:before,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:focus:before,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:hover:before,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ):active:before,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ):focus:before,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ):hover:before,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:active:before,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:focus:before,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-download.a-link-primary:hover:before,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download:active:before,
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download:focus:before,
  .m-stepbystepaccordion
    .a-button.a-button-primary.a-link-download:hover:before,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link:active:before,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link:focus:before,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link:hover:before,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:active:before,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:focus:before,
  .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:hover:before,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary:active:before,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary:focus:before,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-download.a-link-primary:hover:before,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ):active:before,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ):focus:before,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
      .a-button-plain
    ):hover:before,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary:active:before,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary:focus:before,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-download.a-link-primary:hover:before,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active:before,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:focus:before,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:before,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link:active:before,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link:focus:before,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-download.a-link-primary.a-link:hover:before,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:active:before,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:focus:before,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:before,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:active:before,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:focus:before,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-download.a-link-primary.a-link:hover:before {
    color: #fff;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link,
  .m-stepbystepaccordion .a-button.a-button-primary,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-primary.a-link:not(.a-button),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .m-stepbystepaccordion a.a-button.a-link-primary.a-button-link,
  .m-stepbystepaccordion button.a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-primary.a-link:not(.a-button),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link {
    background: #3cc8be;
    border: 1px solid #3cc8be;
    color: #000;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary:active,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-primary:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:active[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:hover[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:hover[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary:active,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-primary:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link:active,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link:hover,
  .m-oney-widget-section
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link:hover,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:active,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:hover,
  .m-popover
    .popover-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:hover,
  .m-stepbystepaccordion .a-button.a-button-primary:active,
  .m-stepbystepaccordion .a-button.a-button-primary:hover,
  .m-stepbystepaccordion .a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link:active,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:active,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link:active[data-popover-id],
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link:hover[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:active,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:active,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:hover,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-primary.a-link:active:not(.a-button),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:active,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:hover,
  .m-stepbystepaccordion a.a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion a.a-button.a-link-primary.a-button-link:hover,
  .m-stepbystepaccordion button.a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion button.a-button.a-link-primary.a-button-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents .m-stepbystepaccordion .a-button.a-button-primary:hover,
  .no-touchevents .m-stepbystepaccordion .a-button.a-link-primary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
  .no-touchevents
    .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link:hover[data-popover-id],
  .no-touchevents
    .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-primary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    button.a-button.a-link-primary.a-button-link:hover,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-primary.a-link:active:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link:active,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link:hover {
    -webkit-tap-highlight-color: #007a7a;
    background: #007a7a;
    border: 1px solid #007a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary:active,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:active[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary:active,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link:active,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion .a-button.a-button-primary:active,
  .m-stepbystepaccordion .a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link:active,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary:active,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link:active[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary:active,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link:active,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-primary.a-link:active:not(.a-button),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link:active,
  .m-stepbystepaccordion a.a-button.a-link-primary.a-button-link:active,
  .m-stepbystepaccordion button.a-button.a-link-primary.a-button-link:active,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-primary.a-link:active:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link:active {
    color: #000;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled=""],
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled="disabled"],
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled="true"],
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
      .a-button-plain
    ),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled=""][data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="disabled"][data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="true"][data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled=""],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled="disabled"],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled="true"],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link[disabled=""],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link[disabled="true"],
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled=""],
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="disabled"],
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="true"],
  .m-stepbystepaccordion .a-button.a-button-primary[disabled=""],
  .m-stepbystepaccordion .a-button.a-button-primary[disabled="disabled"],
  .m-stepbystepaccordion .a-button.a-button-primary[disabled="true"],
  .m-stepbystepaccordion .a-button.a-link-primary.a-button-link[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="true"],
  .m-stepbystepaccordion .a-button.a-link-primary.a-link[disabled=""],
  .m-stepbystepaccordion .a-button.a-link-primary.a-link[disabled="disabled"],
  .m-stepbystepaccordion .a-button.a-link-primary.a-link[disabled="true"],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary[disabled=""],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary[disabled="true"],
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[disabled=""][data-popover-id],
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[disabled="disabled"][data-popover-id],
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[disabled="true"][data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary[disabled=""],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary[disabled="true"],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link[disabled=""],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link[disabled="true"],
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link[disabled=""],
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link[disabled="disabled"],
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link[disabled="true"],
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link[disabled=""],
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-primary.a-link[disabled=""]:not(.a-button),
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button),
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link[disabled=""],
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link[disabled="disabled"],
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link[disabled="true"],
  .m-stepbystepaccordion a.a-button.a-link-primary.a-button-link[disabled=""],
  .m-stepbystepaccordion
    a.a-button.a-link-primary.a-button-link[disabled="disabled"],
  .m-stepbystepaccordion
    a.a-button.a-link-primary.a-button-link[disabled="true"],
  .m-stepbystepaccordion
    button.a-button.a-link-primary.a-button-link[disabled=""],
  .m-stepbystepaccordion
    button.a-button.a-link-primary.a-button-link[disabled="disabled"],
  .m-stepbystepaccordion
    button.a-button.a-link-primary.a-button-link[disabled="true"],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled=""],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-primary.a-link[disabled=""]:not(.a-button),
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button),
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
      .a-button-plain
    ),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
      .a-button-plain
    ),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
      .a-button-plain
    ),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link[disabled=""],
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link[disabled="disabled"],
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link[disabled="true"] {
    border: 1px solid #3cc8be;
    background: #3cc8be;
    color: #000;
    opacity: 0.4;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled=""]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled="disabled"]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled="true"]:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
      .a-button-plain
    ),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled=""]:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled="disabled"]:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-primary[disabled="true"]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button.a-button-primary[disabled=""]:hover,
  .m-stepbystepaccordion .a-button.a-button-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button.a-button-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button.a-link-primary.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link[disabled=""]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-primary.a-link[disabled="true"]:hover {
    border: 1px solid #3cc8be;
    background: #3cc8be;
    color: #000;
    opacity: 0.4;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link:hover,
  .m-oney-widget-section
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link:hover,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover,
  .m-popover
    .popover-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover,
  .m-stepbystepaccordion .a-button.a-button-secondary:hover,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-button-link:hover,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-button.a-link-secondary:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link:hover,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link:hover,
  .m-stepbystepaccordion a.a-button.a-link-secondary.a-button-link:hover,
  .m-stepbystepaccordion button.a-button.a-link-secondary.a-button-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents .m-stepbystepaccordion .a-button.a-button-secondary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-button.a-link-secondary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .no-touchevents
    .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
  .no-touchevents
    .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
  .no-touchevents
    .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .no-touchevents
    .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-secondary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    button.a-button.a-link-secondary.a-button-link:hover,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
  .o-alternativeproduct
    .no-touchevents
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .o-myproducts
    > .myproducts-controls
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:hover {
    background-color: transparent;
    border: 1px solid #007a7a;
    -webkit-box-shadow: inset 0 0 0 1px #007a7a;
    box-shadow: inset 0 0 0 1px #007a7a;
    color: #007a7a;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:active,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:active,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link:active,
  .m-stepbystepaccordion .a-button.a-button-secondary:active,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-button-link:active,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link:active,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary:active,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary:active,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link:active,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:active,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:active {
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled=""]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="true"]:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
      .a-button-plain
    ),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled=""]:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="true"]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button.a-button-secondary[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button.a-button-secondary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
      .a-button
    ),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
      .a-button
    ),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled=""]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="true"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.4;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link,
  .m-stepbystepaccordion .a-button.a-button-secondary,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-button-link,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link,
  .m-stepbystepaccordion a.a-button.a-link-secondary.a-button-link,
  .m-stepbystepaccordion button.a-button.a-link-secondary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link {
    background: 0 0;
    border: 1px solid #3cc8be;
    color: #3cc8be;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:active,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
  .m-contenttextmedia
    .m-productconversionarea
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:active,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link:active,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link:hover,
  .m-oney-widget-section
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link:hover,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover,
  .m-popover
    .popover-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover,
  .m-stepbystepaccordion .a-button.a-button-secondary:active,
  .m-stepbystepaccordion .a-button.a-button-secondary:hover,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-button-link:active,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-button-link:hover,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link:active,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-button.a-link-secondary:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary:active,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary:active,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link:active,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link:hover,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link:active,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link:hover,
  .m-stepbystepaccordion a.a-button.a-link-secondary.a-button-link:hover,
  .m-stepbystepaccordion button.a-button.a-link-secondary.a-button-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:active,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents .m-stepbystepaccordion .a-button.a-button-secondary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-button.a-link-secondary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .no-touchevents
    .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
  .no-touchevents
    .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
  .no-touchevents
    .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .no-touchevents
    .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    a.a-button.a-link-secondary.a-button-link:hover,
  .no-touchevents
    .m-stepbystepaccordion
    button.a-button.a-link-secondary.a-button-link:hover,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
  .o-alternativeproduct
    .no-touchevents
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .o-myproducts
    > .myproducts-controls
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:active,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:hover {
    background: 0 0;
    border: 1px solid #3cc8be;
    -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
    box-shadow: inset 0 0 0 1px #3cc8be;
    color: #3cc8be;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:active,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary:active,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link:active,
  .m-stepbystepaccordion .a-button.a-button-secondary:active,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-button-link:active,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link:active,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary:active,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary:active,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link:active,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link:active,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link:active,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link:active {
    background: 0 0;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled=""],
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="disabled"],
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="true"],
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
      .a-button-plain
    ),
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled=""],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="disabled"],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="true"],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled=""],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled="true"],
  .m-stepbystepaccordion .a-button.a-button-secondary[disabled=""],
  .m-stepbystepaccordion .a-button.a-button-secondary[disabled="disabled"],
  .m-stepbystepaccordion .a-button.a-button-secondary[disabled="true"],
  .m-stepbystepaccordion .a-button.a-link-secondary.a-button-link[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="true"],
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link[disabled=""],
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link[disabled="disabled"],
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link[disabled="true"],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled=""],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled="true"],
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled=""],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled="true"],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled=""],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled="true"],
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled=""],
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled="disabled"],
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled="true"],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled=""],
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="disabled"],
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="true"] {
    opacity: 0.4;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    opacity: 0.4;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled=""]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="true"]:hover,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
      .a-button-plain
    ),
  .m-contenttextmedia
    .m-productconversionarea
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled=""]:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-form.oidc-registration
    .m-termsconditions
    .m-stepbystepaccordion
    a.a-button.a-link-secondary[disabled="true"]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
  .m-oney-widget-section
    .m-stepbystepaccordion
    .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
  .m-popover
    .popover-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button.a-button-secondary[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button.a-button-secondary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
  .m-stepbystepaccordion .a-button.a-link-secondary.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .introtext
    p
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
  .m-stepbystepaccordion
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
      .a-button
    ),
  .m-stepbystepaccordion
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled=""]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link[disabled="true"]:hover,
  .m-stepbystepaccordion
    a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
  .o-alternativeproduct
    .m-stepbystepaccordion
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
      .a-button
    ),
  .o-myproducts
    > .myproducts-controls
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
      .a-button-plain
    ),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled=""]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .m-stepbystepaccordion
    .a-button.a-link-secondary.a-link[disabled="true"]:hover {
    background: 0 0;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    opacity: 0.4;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-plusIcon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 17px !important;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-plusIcon:active,
  .m-stepbystepaccordion .a-button.a-button-secondary-plusIcon:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon:hover {
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
  }
  .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon[disabled="true"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-plusIcon:before {
    font-size: 16px;
    height: 16px;
    line-height: 11px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    display: inline-block;
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    margin-right: 17px;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-plusIcon:active,
  .m-stepbystepaccordion .a-button.a-button-secondary-plusIcon:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon:hover {
    background: 0 0;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-plusIcon[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon[disabled="true"] {
    background: 0 0;
    border: 1px solid #7b89a1;
    color: #7b89a1;
  }
  .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary-plusIcon[disabled="true"]:hover {
    background: 0 0;
    border: 1px solid #7b89a1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7b89a1;
  }
  .m-stepbystepaccordion .a-button.a-button-plusIcon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    padding: 0 !important;
  }
  .m-stepbystepaccordion .a-button.a-button-plusIcon:before {
    display: none;
  }
  .m-stepbystepaccordion .a-button.a-button-plusIcon:after {
    -webkit-font-smoothing: antialiased;
    speak: none;
    font-size: 16px;
    height: 16px;
    line-height: 11px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    color: #3cc8be;
    display: inline-block;
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    margin-left: 17px;
  }
  .m-stepbystepaccordion .a-button.a-button-plusIcon:active,
  .m-stepbystepaccordion .a-button.a-button-plusIcon:hover,
  .no-touchevents .m-stepbystepaccordion .a-button.a-button-plusIcon:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .m-stepbystepaccordion .a-button.a-button-plusIcon[disabled=""],
  .m-stepbystepaccordion .a-button.a-button-plusIcon[disabled="disabled"],
  .m-stepbystepaccordion .a-button.a-button-plusIcon[disabled="true"] {
    background: 0 0;
    border: none;
    color: #c2c2c2;
  }
  .m-stepbystepaccordion .a-button.a-button-plusIcon[disabled=""]:hover,
  .m-stepbystepaccordion .a-button.a-button-plusIcon[disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button.a-button-plusIcon[disabled="true"]:hover {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c2c2c2;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-downloadIcon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 17px !important;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-downloadIcon:active,
  .m-stepbystepaccordion .a-button.a-button-secondary-downloadIcon:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon:hover {
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
  }
  .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon[disabled="true"]:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-downloadIcon:before {
    font-size: 16px;
    height: 16px;
    line-height: 11px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    display: inline-block;
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    speak: none;
    margin-right: 17px;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-downloadIcon:active,
  .m-stepbystepaccordion .a-button.a-button-secondary-downloadIcon:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon:hover {
    background: 0 0;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary-downloadIcon[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon[disabled="true"] {
    background: 0 0;
    border: 1px solid #7b89a1;
    color: #7b89a1;
  }
  .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary-downloadIcon[disabled="true"]:hover {
    background: 0 0;
    border: 1px solid #7b89a1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7b89a1;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--toLink {
    background-color: transparent;
    border: none;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--toLink:active,
  .m-stepbystepaccordion .a-button.a-button-secondary--toLink:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-button-secondary--toLink:hover {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--toLink[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-button-secondary--toLink[disabled="disabled"],
  .m-stepbystepaccordion .a-button.a-button-secondary--toLink[disabled="true"] {
    background: 0 0;
    border: none;
    color: #c2c2c2;
  }
  .m-stepbystepaccordion
    .a-button.a-button-secondary--toLink[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary--toLink[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary--toLink[disabled="true"]:hover {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c2c2c2;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--vibrant {
    background: 0 0;
    border: 1px solid #3cc8be;
    color: #3cc8be;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--vibrant:active,
  .m-stepbystepaccordion .a-button.a-button-secondary--vibrant:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-button-secondary--vibrant:hover {
    background: 0 0;
    border: 1px solid #3cc8be;
    -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
    box-shadow: inset 0 0 0 1px #3cc8be;
    color: #3cc8be;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--vibrant[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-button-secondary--vibrant[disabled="disabled"],
  .m-stepbystepaccordion
    .a-button.a-button-secondary--vibrant[disabled="true"] {
    background: 0 0;
    border: 1px solid #7b89a1;
    color: #7b89a1;
  }
  .m-stepbystepaccordion
    .a-button.a-button-secondary--vibrant[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary--vibrant[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary--vibrant[disabled="true"]:hover {
    background: 0 0;
    border: 1px solid #7b89a1;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #7b89a1;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--black {
    background: 0 0;
    border: 1px solid #000;
    color: #000;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--black:active,
  .m-stepbystepaccordion .a-button.a-button-secondary--black:hover,
  .no-touchevents
    .m-stepbystepaccordion
    .a-button.a-button-secondary--black:hover {
    background: 0 0;
    border: 1px solid #000;
    -webkit-box-shadow: inset 0 0 0 1px #000;
    box-shadow: inset 0 0 0 1px #000;
    color: #000;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--black[disabled=""],
  .m-stepbystepaccordion
    .a-button.a-button-secondary--black[disabled="disabled"],
  .m-stepbystepaccordion .a-button.a-button-secondary--black[disabled="true"] {
    background: 0 0;
    border: 1px solid #000;
    color: #000;
    opacity: 0.25;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--black[disabled=""]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary--black[disabled="disabled"]:hover,
  .m-stepbystepaccordion
    .a-button.a-button-secondary--black[disabled="true"]:hover {
    background: 0 0;
    border: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    opacity: 0.25;
  }
  .m-stepbystepaccordion .a-button.a-button-link--toSecondaryButton {
    border-radius: 2px;
    font-size: 16px;
    line-height: 25px;
    display: block;
    padding: 11px 40px !important;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .m-stepbystepaccordion .a-button.a-button-link--toSecondaryButton .text {
    font-size: inherit;
    line-height: inherit;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--petroldark {
    border: 1px solid #007a7a;
    color: #007a7a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 40px;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--petroldark .icon {
    border-color: #007a7a;
    display: inline-block;
    height: 16px;
    width: 16px;
  }
  .m-stepbystepaccordion
    .a-button.a-button-secondary--petroldark
    .icon::before {
    display: inline-block;
    font-size: 16px;
    font-family: icons;
    height: 16px;
    line-height: 23px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
  }
  .m-stepbystepaccordion .a-button.a-button-secondary--petroldark:active,
  .m-stepbystepaccordion .a-button.a-button-secondary--petroldark:focus,
  .m-stepbystepaccordion .a-button.a-button-secondary--petroldark:hover {
    background-color: transparent;
    border: 1px solid #007a7a !important;
    -webkit-box-shadow: inset 0 0 0 1px #007a7a !important;
    box-shadow: inset 0 0 0 1px #007a7a !important;
    color: #007a7a;
  }
  .m-stepbystepaccordion .a-button[data-popover-id] {
    background: #3cc8be;
    border: 1px solid #3cc8be;
    color: #000;
  }
  .m-stepbystepaccordion .a-button[data-popover-id]:active,
  .m-stepbystepaccordion .a-button[data-popover-id]:hover,
  .no-touchevents .m-stepbystepaccordion .a-button[data-popover-id]:hover {
    -webkit-tap-highlight-color: #007a7a;
    background: #007a7a;
    border: 1px solid #007a7a;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .m-stepbystepaccordion .a-button[data-popover-id]:active {
    color: #000;
  }
  .m-stepbystepaccordion .a-button[data-popover-id][disabled=""],
  .m-stepbystepaccordion .a-button[data-popover-id][disabled=""]:hover,
  .m-stepbystepaccordion .a-button[data-popover-id][disabled="disabled"],
  .m-stepbystepaccordion .a-button[data-popover-id][disabled="disabled"]:hover,
  .m-stepbystepaccordion .a-button[data-popover-id][disabled="true"],
  .m-stepbystepaccordion .a-button[data-popover-id][disabled="true"]:hover {
    border: 1px solid #3cc8be;
    background: #3cc8be;
    color: #000;
    opacity: 0.4;
  }
  .m-stepbystepaccordion .a-button[data-popover-id] .icon {
    display: none !important;
  }
  .m-stepbystepaccordion .a-button[data-popover-id] .text {
    margin: 0 !important;
  }
  .m-stepbystepaccordion .accordion-container {
    height: 100vh;
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps {
    width: 100%;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps .step {
    background: 0 0 !important;
    border: none !important;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps .step.is-active {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: visible;
    position: relative;
    z-index: -99999;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap {
    margin-bottom: 20px;
    max-height: 235px;
    min-height: 235px !important;
    overflow-y: auto;
    padding: 0 20px 0 0;
    width: 100%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap::-webkit-scrollbar {
    width: 12px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap::-webkit-scrollbar-track {
    background: #0f0f31;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    .step-white-wrap::-webkit-scrollbar-thumb {
    background-color: #3cc8be;
    border-radius: 0;
    border: 3px solid #0f0f31;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step {
    position: relative !important;
    width: 100% !important;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step,
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step
    + .step {
    display: none;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step.is-active:last-child
    .step-white-wrap {
    margin-bottom: 98px;
    max-height: 235px;
    min-height: 235px !important;
    overflow-y: auto;
    padding: 0;
    width: 100%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:not(.is-active) {
    height: auto;
    min-height: auto !important;
    overflow: visible;
    position: absolute;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:not(.is-active)
    .step-white-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step:not(.is-active)
    .step-white-wrap
    .step-header {
    position: relative;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-header {
    background: #000028;
    border: thin solid #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
    padding: 16px 20px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-header
    .step-headline {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-steps
    .step
    .step-white-wrap
    .step-header
    .icon {
    border: none;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .m-stepbystepaccordion .accordion-container .accordion-medias {
    padding: 84px 0 0;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-medias
    .accordion-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    width: 100%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-medias
    .accordion-media
    .m-video {
    margin-top: 30px;
    min-height: 223px;
    max-height: 223px;
    width: 100%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-medias
    .accordion-media
    .m-video
    .video-wrapper
    .video-content {
    width: 100%;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-medias
    .accordion-media
    .a-image {
    margin-top: 30px;
    width: 100%;
    min-height: 223px;
    max-height: 223px;
  }
  .m-stepbystepaccordion
    .accordion-container
    .accordion-medias
    .accordion-media
    .a-image
    img {
    min-height: 223px !important;
    object-fit: contain;
    width: 100%;
  }
  .m-table {
    overflow: visible;
  }
}
@media (max-width: 760px) {
  .m-stepbystepaccordion .accordion-medias .accordion-media .a-image img {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .m-stepbystepaccordion {
    width: var(--max-pagewidth) !important;
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps {
    width: var(--max-pagewidth) !important;
  }
  .m-stepbystepaccordion .accordion-container .accordion-steps .step.is-active {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 -webkit-calc(var(--max-pagewidth) - 100px) !important;
    -ms-flex: 1 1 calc(var(--max-pagewidth) - 100px) !important;
    flex: 1 1 calc(var(--max-pagewidth) - 100px) !important;
  }
}
.m-stepper {
  width: 100%;
  margin: 0;
  position: relative;
  background: 0 0;
  padding: 57px 0;
}
.m-stepper::before {
  content: "";
  position: absolute;
  background: #f5f5f7;
  top: 0;
  margin-left: -webkit-calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  height: 100%;
  width: 100vw;
  z-index: -1;
}
.m-stepper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.m-stepper ul::before {
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
  border-radius: 10px;
}
.m-stepper ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: auto;
  padding: 5px 0 0;
  text-align: left;
  width: auto;
}
.m-stepper ul li .no-format {
  margin-top: 16px;
  width: auto;
}
.m-stepper ul li .step-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}
.m-stepper ul li .step-content .icon::before {
  color: #7b89a1;
}
.m-stepper ul li .step-content .text {
  color: #7b89a1;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--fontfamily-roman);
  line-height: 1;
}
.m-stepper ul li .icon {
  width: 16px;
  height: 16px;
}
.m-stepper ul li .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 6px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #000028;
}
.m-stepper ul li:nth-child(1)::before {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.m-stepper ul li:nth-child(2) .icon::before {
  display: inline-block;
  font-size: 21px;
  font-family: icons;
  height: 16px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-stepper ul li:nth-child(2) .text {
  margin-left: 7px;
}
.m-stepper ul li:nth-child(5)::before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-stepper ul li:last-child.is-active::before {
  width: 100%;
}
.m-stepper ul li.is-active,
.m-stepper ul li.is-done {
  border-bottom: 0;
  position: relative;
}
.m-stepper ul li.is-active::before,
.m-stepper ul li.is-done::before {
  background: #3cc8be;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 2;
}
.m-stepper ul li.is-active .step-content .icon:before {
  color: #000;
}
.m-stepper ul li.is-active .step-content .text {
  color: #000;
  font-family: var(--fontfamily-bold);
}
.m-stepper ul li.is-active::before {
  width: 50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.m-stepper ul li.is-done .step-content .icon:before {
  font-size: 16px !important;
  line-height: 2px !important;
  color: #007a7a;
}
.m-stepper ul li.is-done .step-content .text {
  color: #000;
}
.m-stepper ul li.is-not-active {
  border-bottom: 0;
}
@media (min-width: 900px) {
  .m-stepper ul li .step-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .m-stepper ul li .step-content .text {
    font-size: 16px;
  }
  .m-stepper {
    width: 100%;
  }
  .m-stepper::before {
    left: -50vw;
    margin: 0;
    width: 200vw;
  }
  .m-stepper ul {
    width: 100%;
    margin-left: 0;
  }
  .m-stepper ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .m-stepper ul li:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.m-subscriptiondetailitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-subscriptiondetailitem .form-action.form-action-secondary {
  margin: 0;
  padding: 0;
  width: 100%;
}
.m-subscriptiondetailitem .a-toggleSwitch {
  height: 30px;
  margin: 0;
  padding: 0;
  width: 50px;
}
.m-subscriptiondetailitem .a-toggleSwitch .control {
  border-radius: 15px;
  height: 30px;
  width: 50px;
}
.m-subscriptiondetailitem .a-toggleSwitch .control:after {
  border-radius: 100px;
  -webkit-box-shadow: 1px 1px 2px 0 #000;
  box-shadow: 1px 1px 2px 0 #000;
  height: 25px;
  width: 25px;
}
.m-subscriptiondetailitem .message-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-area: message;
  margin-bottom: 40px;
}
.m-subscriptiondetailitem .message-section p.cancellation-error-msg {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e0173b;
  color: #e0173b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 16px 24px;
  width: 100%;
}
.m-subscriptiondetailitem .message-section p.cancellation-error-msg:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-subscriptiondetailitem .delete-subscription {
  grid-area: delete;
  margin-bottom: 16px;
  padding: 0;
}
.m-subscriptiondetailitem .delete-subscription .icon-delete {
  padding-right: 0;
}
.m-subscriptiondetailitem .media {
  grid-area: media;
}
.m-subscriptiondetailitem .media .callouts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-subscriptiondetailitem .media .callouts > .a-callout {
  margin: 0;
  background-color: #d4691b;
}
.m-subscriptiondetailitem .media .callouts > .a-callout:first-child {
  background-color: #000028 !important;
}
.m-subscriptiondetailitem .media .callouts > .callout {
  margin: 0;
}
.m-subscriptiondetailitem .media .callouts > .callout:first-child .a-callout {
  background-color: #000028 !important;
}
.m-subscriptiondetailitem .media .callouts > .callout .a-callout {
  background-color: #d4691b;
}
.m-subscriptiondetailitem .description > p {
  display: -ms-grid;
  display: grid;
  font-family: var(--fontfamily-bold);
  -ms-grid-columns: 50% min-content auto;
  grid-template-columns: 50% min-content auto;
  max-width: 350px;
}
.m-subscriptiondetailitem .description > p span {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
  grid-column: 2/3;
  -ms-grid-row: 1;
  grid-row: 1;
  justify-self: flex-start;
}
.m-subscriptiondetailitem .description > p span b {
  font-weight: 400;
}
.m-subscriptiondetailitem .description > p .a-link {
  justify-self: flex-start;
  padding-left: 8px;
  padding-right: 0;
}
.m-subscriptiondetailitem .description > p .a-link .icon {
  padding-right: 0;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.m-subscriptiondetailitem .content-wrap {
  grid-area: content;
  padding: 0;
}
.m-subscriptiondetailitem .content-wrap .content-left {
  display: block;
}
.m-subscriptiondetailitem .content-wrap .m-productcode .a-heading.product-code {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-subscriptiondetailitem .content-wrap .m-producttitle {
  margin-bottom: 40px;
}
.m-subscriptiondetailitem .content-wrap .m-producttitle .subtitle,
.m-subscriptiondetailitem .content-wrap .m-producttitle .subtitle p {
  color: #7b89a1;
  font-size: 12px;
  line-height: 16px;
}
.m-subscriptiondetailitem .content-wrap .m-producttitle .a-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 0;
}
.m-subscriptiondetailitem .content-wrap .m-producttitle .a-heading .fragment {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 900px) {
  .m-subscriptiondetailitem .content-wrap .m-producttitle .a-heading .fragment {
    font-size: 24px;
    line-height: 30px;
  }
}
.m-subscriptiondetailitem .content-wrap .m-producttitle .a-heading.brand {
  color: #7b89a1;
  font-family: var(--fontfamily-roman);
  font-size: 12px;
  line-height: 18px;
}
.m-subscriptiondetailitem
  .content-wrap
  div[data-replace-container*="subscription-pause" i]
  h3.a-heading {
  font-size: 20px;
  line-height: 24px;
  width: 100%;
}
.m-subscriptiondetailitem .price-details {
  grid-area: price;
}
.m-subscriptiondetailitem .price-details .label {
  border-bottom: 0.5px solid #a3acbd;
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.m-subscriptiondetailitem .price-details .label p {
  color: #a3acbd;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  letter-spacing: 0.5px;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .price {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .previous {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .previous
  + .current {
  color: #d4691b;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .current {
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .a-link.has-icon {
  bottom: unset;
  left: unset;
  margin: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  position: relative;
  top: unset;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .a-link.has-icon
  .icon {
  margin: 0;
  padding: 0;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .details {
  width: 100%;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .details
  p {
  text-align: right;
}
.m-subscriptiondetailitem
  .price-details
  .price-information
  .m-productconversionarea.price
  .details
  .highlight {
  border: none;
  color: #d4691b;
  font-family: var(--fontfamily-bold);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 0;
  text-align: right;
}
.m-subscriptiondetailitem .price-details .hidden-desktop {
  display: block !important;
}
.m-subscriptiondetailitem .address-details {
  grid-area: address;
  padding: 0;
}
.m-subscriptiondetailitem .address-details .delivery-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 56px;
}
.m-subscriptiondetailitem .address-details .delivery-info .billing-adress,
.m-subscriptiondetailitem .address-details .delivery-info .shipping-adress {
  -webkit-box-shadow: 0 0 20px 0 #ececf0;
  box-shadow: 0 0 20px 0 #ececf0;
  max-width: 320px;
  width: 100%;
  padding: 24px;
  position: relative;
}
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .billing-adress
  .address-headline,
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .shipping-adress
  .address-headline {
  margin-bottom: 16px;
}
.m-subscriptiondetailitem .address-details .delivery-info .billing-adress .edit,
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .shipping-adress
  .edit {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 24px;
  top: 24px;
}
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .billing-adress
  h2.a-heading,
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .shipping-adress
  h2.a-heading {
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  line-height: 20px;
  padding-right: 0;
  width: 100%;
}
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .billing-adress
  address,
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .shipping-adress
  address {
  margin: 0;
}
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .billing-adress
  address
  strong,
.m-subscriptiondetailitem
  .address-details
  .delivery-info
  .shipping-adress
  address
  strong {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
}
@media (min-width: 900px) {
  .m-subscriptiondetailitem .address-details .delivery-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}
.m-subscriptiondetailitem .m-subscription-pause {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.m-subscriptiondetailitem .a-morecontenttogglelink {
  margin: 40px 0;
}
.m-subscriptiondetailitem .a-morecontenttogglelink .content {
  margin-top: 24px;
}
.m-subscriptiondetailitem .a-morecontenttogglelink .orders-head {
  background: #f5f5f7;
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 17px;
}
.m-subscriptiondetailitem .a-morecontenttogglelink .orders-head th {
  padding: 24px;
}
.m-subscriptiondetailitem .a-morecontenttogglelink tr:not(.orders-head) {
  border-bottom: 0.5px solid #a3acbd;
}
.m-subscriptiondetailitem .a-morecontenttogglelink tr:not(.orders-head) td {
  padding: 24px;
}
.m-subscriptiondetailitem
  .a-morecontenttogglelink
  tr:not(.orders-head)
  .orders-number
  .a-link {
  color: #007a7a;
  font-weight: 400;
}
.m-subscriptiondetailitem
  .a-morecontenttogglelink
  .more-less-button
  .a-link.is-open
  .icon:before {
  content: "\e009";
}
.m-subscriptiondetailitem
  .a-morecontenttogglelink
  .more-less-button
  .a-link
  .icon:before {
  content: "\e006";
}
.m-subscriptiondetailitem hr.a-horizontalrule:before {
  height: 0.5px;
}
@media (min-width: 900px) {
  .m-subscriptiondetailitem {
    -webkit-column-gap: 40px;
    column-gap: 40px;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "message message message" "delete delete delete" "media content price" "none address address";
    -ms-grid-columns: 25% auto 25%;
    grid-template-columns: 25% auto 25%;
  }
  .m-subscriptiondetailitem .address-details,
  .m-subscriptiondetailitem .content-wrap,
  .m-subscriptiondetailitem .delete-subscription,
  .m-subscriptiondetailitem .media,
  .m-subscriptiondetailitem .message-section,
  .m-subscriptiondetailitem .price-details {
    width: 100%;
  }
  .m-subscriptiondetailitem .message-section {
    margin-bottom: 80px;
  }
  .m-subscriptiondetailitem .delete-subscription {
    margin-bottom: 32px;
  }
  .m-subscriptiondetailitem .m-subscription-pause {
    margin-bottom: 56px;
  }
  .m-subscriptiondetailitem .a-morecontenttogglelink {
    margin: 56px 0;
  }
  .m-subscriptiondetailitem .m-producttitle {
    max-width: 350px;
  }
  .m-subscriptiondetailitem .media {
    max-width: 320px;
  }
}
.m-subscriptionselection .radio-border {
  border: none;
  margin-bottom: 15px;
  position: relative;
  padding: 15px;
}
.m-subscriptionselection
  .radio-border:hover
  .m-forminput.m-forminput-radio
  label.a-formlabel:after {
  outline: #2b2f43 solid 1px;
}
.m-subscriptionselection .radio-border > .percent,
.m-subscriptionselection .radio-border > .price {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-subscriptionselection .radio-border .m-forminput.m-forminput-radio {
  border: none;
  margin-bottom: 2px;
  position: revert;
}
.m-subscriptionselection
  .radio-border
  .m-forminput.m-forminput-radio
  label.a-formlabel {
  padding: 0;
}
.m-subscriptionselection
  .radio-border
  .m-forminput.m-forminput-radio
  label.a-formlabel
  .label-text {
  font-size: 16px;
}
.m-subscriptionselection
  .radio-border
  .m-forminput.m-forminput-radio
  label.a-formlabel:before {
  display: none;
}
.m-subscriptionselection
  .radio-border
  .m-forminput.m-forminput-radio
  label.a-formlabel:after {
  border-radius: 1px;
  content: "";
  height: 100%;
  left: 0;
  outline: #a3acbd solid 1px;
  position: absolute;
  top: 0;
  width: 100%;
}
.m-subscriptionselection
  .radio-border
  .m-forminput.m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  background: #fff;
  outline: #3cc8be solid 3px;
  z-index: -1;
}
.m-subscriptionselection
  .radio-border
  .m-forminput.m-forminput-radio
  input:checked
  ~ .a-formlabel
  .label-text {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-subscriptionselection .radio-border .expand {
  margin-top: 15px;
}
.m-subscriptionselection .radio-border .expand .a-link.a-link-external {
  font-family: SiemensSans-Roman, sans-serif;
  margin-bottom: 24px;
  text-decoration: underline;
}
.m-subscriptionselection .radio-border .expand label.a-formlabel .label-text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: unset;
}
.m-subscriptionselection .radio-border .expand .m-forminput-dropdown {
  margin: 10px 0 0;
}
.m-subscriptionselection
  .radio-border
  .expand
  .m-forminput-dropdown
  .select-wrap
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered {
  font-family: SiemensSans-Bold, sans-serif !important;
}
.m-subscriptionselection .radio-border .price,
.m-subscriptionselection .radio-border .price-subscription {
  color: #000;
}
.m-subscriptionselection .radio-border .original-price-subscription {
  color: #000;
  font-size: 14px;
}
.m-subscriptionselection
  .radio-border
  .original-price-subscription
  + .price-subscription {
  color: #d4691b;
  font-family: var(--fontfamily-bold);
}
.m-subscriptionselection .radio-border .percent,
.m-subscriptionselection .radio-border .percent-price-subscription {
  color: #d4691b;
}
.m-subtotalamount {
  border-top: 1px solid #7b89a1;
  margin-bottom: 0 !important;
  margin-top: 80px;
  padding: 40px 0;
  margin-left: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}
.m-subtotalamount .list {
  margin-bottom: 0;
}
.m-subtotalamount .list li:first-child {
  font-size: 16px;
  margin-bottom: 16px;
}
.m-subtotalamount .list li:first-child .label,
.m-subtotalamount .list li:first-child .value {
  font-family: var(--fontfamily-bold);
}
.m-subtotalamount .list li:not(:first-child):not(.highlight) {
  margin-bottom: 8px;
}
.m-subtotalamount .list li .a-link.has-icon {
  float: left;
  margin-left: 5px;
  vertical-align: -1px;
}
.m-subtotalamount .list li.highlight {
  font-family: var(--fontfamily-roman);
  margin-bottom: 3px;
}
.m-subtotalamount .list li.highlight .value {
  color: #d4691b !important;
}
.m-subtotalamount .list .label,
.m-subtotalamount .list .value {
  font-size: 16px;
  padding: 0;
}
.m-subtotalamount .list .label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.m-subtotalamount .list .label .a-link.info {
  float: none;
  margin-left: 10px;
  margin-right: 0;
}
.m-subtotalamount .list .label .a-link.info .icon-info {
  font-size: 15px;
}
.m-subtotalamount .list .value .current + .previous {
  margin-left: 5px;
}
.m-subtotalamount .shipping {
  margin-top: 10px;
  padding: 0;
}
.m-subtotalamount .a-horizontalrule {
  display: none;
}
@media (min-width: 750px) {
  .m-subtotalamount .a-horizontalrule {
    display: none;
  }
  .m-subtotalamount .list {
    width: 100%;
  }
  .m-subtotalamount .list li:first-child {
    margin-bottom: 17px;
  }
  .m-subtotalamount .shipping {
    margin-top: 15px;
  }
  .m-subtotalamount .voucher {
    width: 40%;
  }
  .m-tabs .tab-panel .m-teaserslider .slick-list .o-teasercontainer {
    padding-top: 0 !important;
  }
}
@media (min-width: 900px) {
  .m-subtotalamount .a-horizontalrule {
    display: none;
  }
  .m-subtotalamount .list {
    width: 100%;
  }
  .m-subtotalamount .list li:first-child {
    margin-bottom: 28px;
  }
  .m-subtotalamount .list li.highlight,
  .m-subtotalamount .list li:not(:first-child):not(.highlight) {
    margin-bottom: 3px;
  }
  .m-subtotalamount .shipping {
    margin-top: 12px;
  }
  .m-subtotalamount .voucher {
    width: 66.6666666667%;
  }
}
.m-subtotalamount + .a-horizontalrule {
  display: none;
}
.m-table {
  color: #2b2f43;
  margin: 50px 0 0;
}
.m-table a:not(.a-link):not(.a-link-external) {
  color: #000 !important;
  font-family: SiemensSans-Bold, sans-serif !important;
  text-decoration: underline !important;
}
.m-table a.a-link {
  width: auto;
}
@media (max-width: 749px) {
  .m-table .scrollable {
    width: 100vw;
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-left: calc(var(--max-pagewidth-padding) * -1);
  }
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .m-multioptionbutton
    .a-button {
    width: 100%;
  }
}
.m-table table.table-stripes-vertical thead th {
  color: #000;
}
.m-table table.table-stripes-horizontal thead th {
  color: #3cc8be;
}
.m-table table.table-stripes-horizontal tbody:first-child tr {
  display: table;
}
.m-table table.table-stripes-horizontal tbody:first-child tr:nth-child(even) {
  background: #f5f5f7;
}
.m-table table.table-stripes-horizontal tbody:first-child tr:nth-child(even) td,
.m-table
  table.table-stripes-horizontal
  tbody:first-child
  tr:nth-child(even)
  th {
  background: 0 0 !important;
}
.m-table
  table.table-stripes-horizontal
  tbody:not(:first-child)
  tr:nth-child(even),
.m-table
  table.table-stripes-horizontal
  tbody:not(:first-child)
  tr:nth-child(even)
  td,
.m-table
  table.table-stripes-horizontal
  tbody:not(:first-child)
  tr:nth-child(even)
  th {
  background: #fff;
}
.m-table
  table.table-stripes-horizontal
  tbody:not(:first-child)
  tr:nth-child(odd),
.m-table
  table.table-stripes-horizontal
  tbody:not(:first-child)
  tr:nth-child(odd)
  td,
.m-table
  table.table-stripes-horizontal
  tbody:not(:first-child)
  tr:nth-child(odd)
  th {
  background: #f5f5f7;
}
.m-table table thead th {
  font-weight: 700;
  width: 18%;
  background: #000028;
  color: #3cc8be;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  letter-spacing: 0.3em;
  padding: 23px;
}
.m-table table thead th.left-col {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-table table td.highlight {
  font-family: SiemensSans-Roman, sans-serif;
}
.m-table .scrollable .fixed-head {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.m-tabs {
  --color-bg: #fff;
  --color-border--bottom: #000;
  --color-links: #000;
  --color-links--activeborder: 4px solid #000;
  --color-links--active: #3cc8be;
  padding-top: 50px;
}
.m-tabs.m-tabs .tabs-wrapper:only-child .tabs-nav:after {
  bottom: 1px !important;
}
.m-tabs:before {
  background: var(--color-bg);
  content: "";
  left: -100vw;
  top: 0;
  position: absolute;
  height: 100%;
  width: 200vw;
  z-index: -1;
}
.m-tabs .tab-panel.sparepartlist .o-list.o-list-sparepart .m-filterbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  margin: calc(var(--element-margin) / 2) 0 0 0;
}
.m-tabs
  .tab-panel.sparepartlist
  .o-list.o-list-sparepart
  .m-filterbar
  .filterbar-item.js-filterbar-sorting {
  background: 0 0;
  width: auto !important;
}
.m-tabs
  .tab-panel.sparepartlist
  .o-list.o-list-sparepart
  .m-filterbar
  .filterbar-buttons {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.m-tabs .tab-panel.sparepartlist .m-togglebox {
  padding: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  padding: calc(var(--element-margin) / 2) 0 0 0;
}
.m-tabs .tab-panel .m-teaserslider .slick-list .o-teasercontainer {
  margin: 40px 0 0 !important;
}
.m-tabs .tab-panel .m-teaserslider .slick-list .o-teasercontainer .teaser-100 {
  margin-left: 0 !important;
  width: 100% !important;
}
.m-tabs li a {
  color: var(--color-links);
}
.m-tabs .tabs-wrapper {
  background: var(--color-bg);
  height: 74px;
  padding: 0;
}
.m-tabs .tabs-wrapper:only-child .tabs-nav:after {
  background: var(--color-border--bottom);
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: -webkit-calc(100% + var(--max-pagewidth-padding));
  width: calc(100% + var(--max-pagewidth-padding));
}
.m-tabs .tabs-wrapper:only-child .tabs-nav li.tab-more a {
  margin-right: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-right: calc(var(--max-pagewidth-padding) * -1);
  padding: 24px 30px;
}
.m-tabs .tabs-nav {
  height: 100%;
  position: relative;
}
.m-tabs .tabs-nav.tab-more-visible > li > a {
  padding-left: 0;
}
.m-tabs .tabs-nav li {
  background: var(--color-bg);
  margin: 0;
}
.m-tabs .tabs-nav li:hover {
  background: var(--color-bg);
}
.m-tabs .tabs-nav li:hover > a {
  color: var(--color-links);
}
.m-tabs .tabs-nav li a {
  color: var(--color-links);
  display: block;
  font-weight: 400;
  position: relative;
  text-align: left;
  z-index: 1;
}
.m-tabs .tabs-nav li.is-active {
  background: var(--color-bg);
}
.m-tabs .tabs-nav li.is-active.tab-more-pane-item {
  border-left: var(--color-links--activeborder);
}
.m-tabs .tabs-nav li.is-active.tab-more-pane-item a {
  border-bottom: none;
  margin: 0;
}
.m-tabs .tabs-nav li.is-active a {
  border-bottom: var(--color-links--activeborder);
  font-family: SiemensSans-Bold, sans-serif;
}
.m-tabs .tabs-nav li.is-active > a {
  color: var(--color-links);
}
.m-tabs .tabs-nav li.tab-more {
  height: 71px;
}
.m-tabs .tabs-nav li.tab-more.is-active a {
  border-bottom: none;
  color: #000;
}
.m-tabs .tabs-nav li.tab-more a {
  font-size: 0;
  margin: 0;
  padding: 25px 15px;
}
.m-tabs .tabs-nav li.tab-more a .icon {
  font-size: 16px;
  vertical-align: text-top;
}
.m-tabs .tabs-nav > li:not(.tab-more-pane-item).is-active {
  border-left: none;
}
.m-tabs .tabs-nav > li:not(.tab-more-pane-item).is-active > a {
  color: var(--color-links);
}
.m-tabs .tabs-nav:after {
  background: var(--color-border--bottom);
  bottom: -1px;
  content: "";
  display: none;
  height: 1px;
  left: 0;
  position: absolute;
  width: -webkit-calc(100% + var(--max-pagewidth-padding));
  width: calc(100% + var(--max-pagewidth-padding));
}
.m-tabs .tab-more {
  float: right;
  margin-right: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-right: calc(var(--max-pagewidth-padding) * -1);
}
.m-tabs .tab-more.is-open + .tab-more-pane {
  background: #fff;
  margin: 2px 0 0;
  position: relative;
  width: 100%;
}
.m-tabs .tab-more-pane {
  top: -2px;
}
.m-tabs .tab-more-pane li {
  background: #fff;
}
.m-tabs .tab-more-pane li a {
  color: #000;
  padding: 11px 30px;
}
.m-tabs .tab-more-pane li.is-active {
  background: #fff;
}
.m-tabs .tab-more-pane li.is-active a {
  color: #000;
  padding: 11px 30px 11px 26px;
}
.m-tabs .tab-more-pane li:hover {
  background: #fff;
}
.m-tabs .tab-more-pane li:hover a {
  color: #000;
}
.m-tabs ul.js-tab-more-pane-list.tab-more-pane-list {
  padding-bottom: 13px;
  padding-top: 13px;
}
.m-tabs ul.js-tab-more-pane-list.tab-more-pane-list:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 30px;
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.m-tabs .tabs-sticky {
  background: var(--color-bg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper {
  margin: 0 30px 0 20px;
  width: auto;
}
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper:after {
  background: #fff;
  bottom: -1px;
  content: "";
  display: block;
  height: 1px;
  left: 30px;
  position: absolute;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper .m-productconversionarea form {
  margin-bottom: 0 !important;
}
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
  height: 40px;
  padding: 11px !important;
  position: relative;
  width: 40px;
}
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button:active,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button:active {
  color: #000;
}
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled=""]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button
  .icon {
  display: block !important;
  font-size: 16px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  vertical-align: bottom;
}
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-productconversionarea
  form
  .a-button
  span {
  display: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link,
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper .a-button.a-button-primary,
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper .a-button.a-link-primary.a-link,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary.a-button-link,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  button.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
  height: auto;
  min-width: unset;
  padding: 11px 48px !important;
  width: -webkit-max-content;
  width: max-content;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper .a-button.a-button-primary:active,
.m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper .a-button.a-button-primary:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link:active,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link:active,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary.a-button-link:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  button.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-button-primary:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  button.a-button.a-link-primary.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link:hover {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-button-primary[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-button-primary[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-button-primary[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"] {
  background: 0 0;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-button-primary[disabled=""]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-button-primary[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-button-primary[disabled="true"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs
  .tabs-sticky
  .tabs-sticky-ctc-wrapper
  .a-button.a-link-primary.a-link[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
}
.m-tabs .tabs-sticky .tabs-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-tabs .tabs-sticky .tabs-wrapper .tabs-nav {
  width: 100%;
}
.m-tabs .tabs-sticky .tabs-wrapper .tabs-nav li.tab-more {
  float: right;
}
.m-tabs .tabs-sticky.is-fixed {
  top: 55px;
}
.m-tabs .tabs-sticky.is-fixed .tabs-wrapper:only-child .tabs-nav:after {
  background: 0 0;
  left: 0;
  width: 100%;
}
.m-tabs .tabs-sticky.is-fixed:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.m-tabs .tabs-sticky.is-fixed .tabs-sticky-ctc-wrapper:after {
  display: none;
}
.m-tabs .tabs-static {
  background: var(--color-bg);
  z-index: 104;
}
.m-tabs #press-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.m-tabs #press-content > .a-heading {
  margin-top: 21px;
  margin-bottom: 36px;
}
@media (min-width: 900px) {
  .m-tabs #press-content > .a-heading {
    margin-top: 43px;
    margin-bottom: 73px;
  }
  .m-tabs #press-content .m-filter .m-filterbar .filterbar-buttons {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.m-tabs #press-content .m-pressdateselection .a-heading {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.m-tabs #press-content .m-pressdateselection .m-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 0;
}
.m-tabs #press-content .m-pressdateselection .m-form .action {
  bottom: auto;
  float: none;
  margin: 0 0 0 auto;
  padding: 0;
  position: relative;
  right: auto;
  width: auto;
}
.m-tabs
  #press-content
  .m-pressdateselection
  .m-form
  .action
  .button-wrapper
  .a-button {
  min-width: 200px;
  padding: 11px;
}
@media (max-width: 899px) {
  .m-tabs #press-content .m-pressdateselection .m-form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-tabs #press-content .m-pressdateselection .m-form .action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .m-tabs #press-content .m-pressdateselection .m-form .action .button-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.m-tabs #press-content .m-filter {
  background: 0 0;
  margin: 0;
  padding: 0 !important;
  width: 100%;
}
.m-tabs #press-content .m-filter::after,
.m-tabs #press-content .m-filter::before {
  display: none;
}
.m-tabs #press-content .m-filter .m-filterbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-tabs #press-content .m-filter .m-filterbar .filterbar-results {
  color: #000;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-results
  .filterbar-title-label {
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.5px;
}
.m-tabs #press-content .m-filter .m-filterbar .filterbar-nav {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}
.m-tabs #press-content .m-filter .m-filterbar .filterbar-nav:after {
  display: none;
}
.m-tabs #press-content .m-filter .m-filterbar .filterbar-nav .filterbar-item {
  background: 0 0;
  padding: 0;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item
  .a-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: SiemensSans-Roman, sans-serif;
  min-width: auto !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item
  .a-button
  .text {
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item
  .a-button
  .icon {
  height: 16px;
  margin-left: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 16px;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item
  .a-button
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 5px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item
  .a-button:active,
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item
  .a-button:focus,
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item
  .a-button:hover {
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  color: #000;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 180px !important;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting
  .m-forminput-dropdown
  .select2-container
  .select2-selection {
  border: thin solid #000;
  padding: 11px !important;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-tabs #press-content .m-filter .m-filterbar .filterbar-selected-filters {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterbar
  .filterbar-selected-filters
  .selected-filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (min-width: 900px) {
  .m-tabs #press-content .m-filter .m-filterbar {
    margin-top: 10px;
  }
}
.m-tabs #press-content .m-filter .m-filterlayer {
  border: none;
  margin: 0;
}
.m-tabs
  #press-content
  .m-filter
  .m-filterlayer
  .filter-block-outer
  .filter-group-wrapper {
  margin: 0;
}
@media (max-width: 899px) {
  .m-tabs #press-content .m-filter .filterbar-nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-tabs #press-content .m-filter .filterbar-nav .filterbar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .teaser-links.teaser-links
    li
    > .a-link:not(.a-button) {
    max-width: 100%;
    min-width: auto;
  }
}
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout {
  margin-top: 70px;
}
.m-tabs
  #press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel::before {
  margin-top: -3px;
}
.m-tabs #press-content .o-list-press #listRequestData {
  background: #f5f7fc;
  padding: 48px 0 72px;
  position: relative;
}
.m-tabs #press-content .o-list-press #listRequestData::before {
  background: #f5f7fc;
  content: "";
  display: inline;
  height: 100%;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 0;
}
.m-tabs #press-content .o-list-press #listRequestData .margin-xl {
  margin-bottom: 0;
}
.m-tabs #press-content .o-list-press .m-downloadbaskettop {
  margin: 0;
  padding: 0;
}
.m-tabs #press-content .o-list-press .m-downloadbaskettop .js-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-tabs #press-content .o-list-press .m-downloadbaskettop .m-multioptionbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  opacity: 1 !important;
  padding: 0;
  position: relative;
  width: 100%;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: none;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  min-height: auto;
  min-width: auto;
  padding: 0 !important;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button
  .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button
  .icon {
  display: inline-block !important;
  height: 16px;
  margin-left: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 16px;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button
  .icon:before {
  content: "\e062";
  font-size: 16px;
  height: 16px;
  line-height: 7px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:active,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:focus,
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:hover {
  background: 0 0;
  border: none;
  color: #000;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-selectedpresspicture {
  -webkit-column-gap: 10px;
  column-gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-selectedpresspicture
  .wrap-unselect {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-selectedpresspicture
  .wrap-unselect
  .a-button {
  color: #000;
  padding: 0 !important;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .m-selectedpresspicture
  .a-image {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 749px) {
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .m-selectedpresspicture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .m-selectedpresspicture
    .wrap-unselect {
    margin-top: 15px;
  }
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .downloadbaskettop-inner
    .resetSelection
    .a-button {
    width: 100%;
  }
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  width: 100%;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button {
  margin-left: auto;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .resetSelection
  .a-button::before {
  color: #fff;
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .downloadbaskettop-inner
  .calendar-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  width: 100%;
}
@media (min-width: 750px) {
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .downloadbaskettop-inner
    .calendar-wrapper {
    margin-top: -45px;
  }
}
.m-tabs
  #press-content
  .o-list-press
  .m-downloadbaskettop
  .calendar-wrapper
  .m-carousel {
  margin: 0;
  padding: 0;
}
@media (max-width: 749px) {
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .calendar-wrapper
    .m-carousel {
    width: 100%;
  }
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .calendar-wrapper
    .m-carousel
    .slide {
    padding: 0 20px;
  }
}
.m-tabs #press-content .o-list-press .a-loadmore {
  margin-top: 80px;
}
@media (min-width: 750px) {
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .downloadbaskettop-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .downloadbaskettop-inner
    .resetSelection {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    width: 30%;
  }
  .m-tabs
    #press-content
    .o-list-press
    .m-downloadbaskettop
    .downloadbaskettop-inner
    .calendar-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    width: 70%;
  }
  .m-tabs
    #press-content
    .o-list-press.o-list-press-pictures.press-pictures-flexbox
    .list-layout {
    margin-top: 136px;
  }
}
.m-tabs #press-content > .margin-xls:nth-child(2) {
  margin-bottom: 0;
}
.m-tabs #press-content > .margin-xls:nth-child(2) .o-list-press {
  border: none;
}
.m-tabs #press-content > .margin-xxL:nth-child(3) {
  background: #3cc8be;
  margin-bottom: 0;
  padding: 40px;
  position: relative;
}
.m-tabs #press-content > .margin-xxL:nth-child(3):before {
  background: #3cc8be;
  content: "";
  height: 100%;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.m-tabs #press-content > .margin-xxL:nth-child(3) .m-downloadbasketbottom,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .element-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .element-wrapper
  .a-link,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .element-wrapper
  .a-link::before {
  color: #000;
}
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary,
.m-oney-widget-section
  .m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-button-primary,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .a-button.a-link-primary.a-link,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  a.a-button.a-link-primary.a-button-link,
.m-tabs
  #press-content
  > .margin-xxL:nth-child(3)
  .m-downloadbasketbottom
  .m-multioptionbutton
  button.a-button.a-link-primary.a-button-link {
  border-color: #000 !important;
}
.m-tabs .o-list.grid-view,
.m-tabs .o-list.grid-view .m-filter {
  margin-top: 0;
}
@media (min-width: 750px) {
  .m-tabs .tabs-wrapper:only-child .tabs-nav li.tab-more a {
    padding: 24px 64px 24px 30px;
  }
  .m-tabs ul.js-tab-more-pane-list.tab-more-pane-list:after {
    background: #000;
    left: 64px;
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
  }
  .m-tabs .tabs-nav li a {
    border-bottom: 4px solid transparent;
    margin: 0 40px;
    padding: 25px 0;
  }
  .m-tabs .tabs-nav li.tab-more a {
    margin: 0;
    padding: 25px 40px;
  }
  .m-tabs .tabs-nav li.is-active:not(.tab-more) {
    border-left: none;
  }
  .m-tabs .tabs-nav li.is-active:not(.tab-more) a {
    border-bottom: var(--color-links--activeborder);
  }
  .m-tabs .tabs-nav > li:first-child a {
    margin-left: 0;
  }
  .m-tabs .tab-more-pane {
    top: -1px;
  }
  .m-tabs .tab-more-pane li a {
    margin: 0;
    padding: 24px 64px;
  }
  .m-tabs .tab-more-pane li.is-active a {
    border-bottom: none !important;
    border-left: var(--color-links--activeborder);
    padding: 24px 64px 24px 28px;
  }
  .m-tabs .tabs-sticky.is-fixed:after,
  .m-tabs .tabs-sticky.is-fixed:before {
    border-bottom: 1px solid #fff;
    background: var(--color-bg);
    content: "";
    display: inline;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .m-tabs .tabs-sticky.is-fixed:before {
    left: -100%;
  }
  .m-tabs .tabs-sticky.is-fixed:after {
    bottom: auto;
    left: auto;
    right: -100%;
  }
  .m-tabs .tabs-sticky.is-fixed .tabs-sticky-ctc-wrapper:after,
  .m-tabs .tabs-sticky.is-fixed .tabs-wrapper:after {
    background: #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper {
    margin-right: 64px;
    width: auto;
  }
  .m-tabs
    .tabs-sticky
    .tabs-sticky-ctc-wrapper
    .m-productconversionarea
    form
    .a-button {
    height: auto;
    min-width: unset;
    padding: 11px 48px !important;
    width: -webkit-max-content;
    width: max-content;
  }
  .m-tabs
    .tabs-sticky
    .tabs-sticky-ctc-wrapper
    .m-productconversionarea
    form
    .a-button
    .icon {
    display: none !important;
  }
  .m-tabs
    .tabs-sticky
    .tabs-sticky-ctc-wrapper
    .m-productconversionarea
    form
    .a-button
    span {
    display: block;
    margin-left: 0;
  }
  .m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper:after {
    left: 64px;
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
  }
  .m-tabs .tabs-sticky .tabs-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}
@media (min-width: 900px) {
  .m-tabs {
    padding-top: 90px;
    width: 100%;
  }
  .m-tabs .tabs-wrapper {
    height: 104px;
  }
  .m-tabs .tabs-wrapper:only-child .tabs-nav:after {
    background: var(--color-border--bottom);
  }
  .m-tabs .tabs-wrapper:only-child .tabs-nav li.tab-more a {
    padding: 55px 64px 24px 40px;
  }
  .m-tabs .tabs-static.is-fixed:after {
    background: #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 64px;
    position: absolute;
    width: -webkit-calc(100% - 64px);
    width: calc(100% - 64px);
  }
  .m-tabs .tabs-nav:after {
    display: none;
  }
  .m-tabs .tabs-nav li a,
  .m-tabs .tabs-nav li.is-active a {
    padding: 55px 0 25px;
  }
  .m-tabs .tabs-nav li.tab-more {
    float: left;
  }
  .m-tabs .tabs-nav li.tab-more a {
    padding: 55px 64px 24px 40px;
  }
  .m-tabs .tabs-nav li.tab-more a .icon {
    vertical-align: bottom;
  }
  .m-tabs .tab-more.is-open + .tab-more-pane {
    border: 1px solid #000;
    position: absolute;
    right: 0;
    top: 96%;
    width: auto;
  }
  .m-tabs .tab-more-pane {
    width: 100%;
  }
  .m-tabs .tab-more-pane li:first-child a {
    padding-top: 39px;
  }
  .m-tabs .tab-more-pane li:last-child a {
    padding-bottom: 32px;
  }
  .m-tabs .tab-more-pane li a {
    margin: 0;
    padding: 15px 76px 15px 32px;
  }
  .m-tabs .tab-more-pane li.is-active a {
    padding: 24px 64px 24px 28px;
  }
  .m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper {
    padding: 38px 0 19px;
  }
  .m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper:after {
    background: 0 0;
  }
  .m-tabs .tabs-sticky .tabs-wrapper .tabs-nav li.tab-more {
    float: left;
  }
  .m-tabs .tabs-sticky.is-fixed {
    top: 83px;
  }
  .m-tabs .tabs-sticky.is-fixed:after,
  .m-tabs .tabs-sticky.is-fixed:before {
    border-bottom: 1px solid #fff;
    background: var(--color-bg);
    content: "";
    display: inline;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  .m-tabs .tabs-sticky.is-fixed:before {
    left: -100%;
  }
  .m-tabs .tabs-sticky.is-fixed:after {
    bottom: auto;
    left: auto;
    right: -100%;
  }
  .m-tabs .tabs-sticky.is-fixed .tabs-sticky-ctc-wrapper,
  .m-tabs .tabs-sticky.is-fixed .tabs-wrapper {
    height: auto;
  }
  .m-tabs .tabs-sticky.is-fixed .tabs-sticky-ctc-wrapper:after,
  .m-tabs .tabs-sticky.is-fixed .tabs-wrapper:after {
    background: #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .m-tabs .tabs-sticky.is-fixed .tab-more.is-open + .tab-more-pane {
    top: 99%;
  }
  .m-tabs .tabs-sticky.is-fixed .tabs-nav:after {
    display: none;
  }
  .m-tabs .tabs-sticky.is-fixed .tabs-nav li a,
  .m-tabs .tabs-sticky.is-fixed .tabs-nav li.is-active a {
    padding-top: 30px;
  }
  .m-tabs .tabs-sticky.is-fixed .tabs-nav li.tab-more {
    float: left;
  }
  .m-tabs .tabs-sticky.is-fixed .tabs-nav li.tab-more a {
    padding-top: 30px;
  }
  .m-tabs ul.js-tab-more-pane-list.tab-more-pane-list {
    padding-bottom: 0;
    padding-top: 0;
  }
  .m-tabs ul.js-tab-more-pane-list.tab-more-pane-list:after {
    background-color: transparent;
  }
}
@media (min-width: 1400px) {
  .m-tabs {
    background: 0 0;
    position: relative;
  }
  .m-tabs .tabs-wrapper {
    position: relative;
  }
  .m-tabs .tabs-nav > li:first-child a {
    margin-left: 0;
  }
  .m-tabs .tabs-static {
    margin: 0 auto;
    max-width: 1400px;
  }
  .m-tabs .tabs-static .tabs-nav {
    margin: auto;
    max-width: none;
  }
  .m-tabs .tabs-static:after {
    display: none;
  }
  .m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper {
    margin-right: 0;
  }
  .m-tabs .tabs-sticky .tabs-sticky-ctc-wrapper:after {
    background: #fff;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .m-tabs #press-content .o-list-press #listRequestData::before {
    left: -webkit-calc(
      -webkit-calc(calc(100vw - var(--max-pagewidth)) / 2) * -1 - -webkit-calc(var(--max-pagewidth-padding))
    );
    left: calc(
      calc(calc(100vw - var(--max-pagewidth)) / 2) * -1 -
        calc(var(--max-pagewidth-padding))
    );
  }
  .m-tabs .tabs-sticky.is-fixed::after,
  .m-tabs .tabs-sticky.is-fixed:before {
    width: 260px !important;
  }
  .m-tabs .tabs-sticky.is-fixed:before {
    left: -260px !important;
  }
  .m-tabs .tabs-sticky.is-fixed::after {
    right: -260px !important;
  }
}
body.no-scroll .m-tabs .tabs-static {
  z-index: 102;
}
.m-tabs-rebrush .tabs-rebrush-mobile {
  margin-left: auto !important;
  margin-left: -webkit-calc(-50vw + 50%) !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 0;
  padding-right: 0;
  width: 100vw !important;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab:not(.current-tab) {
  font-family: SiemensSans-Roman, sans-serif;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab.current-tab {
  background: #f5f5f7;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab.current-tab .current-tab-text {
  font-family: SiemensSans-Bold, sans-serif;
}
.m-tabs-rebrush .tabs-rebrush-mobile .tab.current-tab .dropdown-toggle-icon {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.m-tabs-rebrush .tabs-rebrush-desktop:before {
  background: #fff;
  border: none;
  content: "";
  height: 100%;
  left: -120px;
  position: absolute;
  top: 0;
  width: -webkit-calc(100% + 240px);
  width: calc(100% + 240px);
  z-index: -1;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows {
  bottom: 16px;
  background: #f5f5f7 !important;
  color: #000 !important;
  top: auto;
  display: none !important;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows:before {
  bottom: 17px;
  color: inherit;
  position: absolute;
  top: auto;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.next {
  right: -30px;
}
.m-tabs-rebrush .tabs-rebrush-desktop .tabs-slider {
  background: #fff;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide {
  border-right: 2px solid #fff;
  color: #2b2f43;
  font-size: 16px;
  font-weight: 400;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.2;
  padding: 16px 16px 6px;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide:after {
  background-color: #a3acbd !important;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  width: 0;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide.slick-current.slick-active:after {
  background-color: #3cc8be !important;
}
.m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide:hover:after {
  width: 100%;
}
.m-tabs-rebrush .tab-rebrush-panel {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 60px;
}
.m-tabs-rebrush .tab-rebrush-panel > .a-heading {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 23px 0;
}
.m-tabs-rebrush .tab-rebrush-panel .a-heading + .m-togglebox {
  padding-top: 0;
}
.m-tabs-rebrush .tab-rebrush-panel .marketing-information {
  position: relative;
}
.m-tabs-rebrush .tab-rebrush-panel .marketing-information:after {
  background-color: #f5f5f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  z-index: -1;
  width: 100vw;
  height: 100%;
}
@media (min-width: 750px) {
  .m-tabs-rebrush .tab-rebrush-panel .marketing-information:after {
    left: -120px;
    width: -webkit-calc(100% + (120px * 2));
    width: calc(100% + (120px * 2));
  }
}
.m-tabs-rebrush .tab-rebrush-panel[data-replace-id="section-awards"] {
  margin-top: 20px;
}
.m-tabs-rebrush .tab-rebrush-panel .feature-stories {
  --color-featurestories-bg: #fff;
  --color-featurestories-text: #000;
  --color-featurestories-icon: #fff;
  --color-featurestories-bg: #000028;
  --color-featurestories-text: #fff;
  --color-featurestories-icon: #fff;
  margin: 0 !important;
  position: relative;
  width: 100%;
}
.m-tabs-rebrush .tab-rebrush-panel .feature-stories .a-morecontenttogglelink {
  --morecontenttogglelink-color-text: #007a7a;
  --morecontenttogglelink-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --morecontenttogglelink-color-text: #3cc8be;
  --morecontenttogglelink-gradient: linear-gradient(
    180deg,
    rgba(0, 0, 40, 0) 0%,
    #000028 100%
  );
}
.m-tabs-rebrush .tab-rebrush-panel .feature-stories .button-wrapper .a-button {
  background: 0 0;
  border: 1px solid #3cc8be;
  color: #3cc8be;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button:hover,
.no-touchevents
  .m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button:hover {
  background: 0 0;
  border: 1px solid #3cc8be;
  -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
  box-shadow: inset 0 0 0 1px #3cc8be;
  color: #3cc8be;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button:active {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button[disabled="true"] {
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.4;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .feature-stories
  .button-wrapper
  .a-button[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.4;
}
.m-tabs-rebrush .tab-rebrush-panel .feature-stories:after {
  background-color: #000028;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  z-index: -1;
  width: 100vw;
  height: 100%;
}
.m-tabs-rebrush .tab-rebrush-panel .feature-stories > .a-heading {
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
  padding-top: 40px;
}
@media (min-width: 750px) {
  .m-tabs-rebrush .tab-rebrush-panel .feature-stories:after {
    left: -120px;
    width: -webkit-calc(100% + (120px * 2));
    width: calc(100% + (120px * 2));
  }
  .m-tabs-rebrush .tab-rebrush-panel .feature-stories .m-layer .layer-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-tabs-rebrush .tab-rebrush-panel .feature-stories .m-layer .layer-content {
    margin: auto;
  }
}
.m-tabs-rebrush .tab-rebrush-panel .feature-stories .container {
  padding-bottom: 60px;
}
.m-tabs-rebrush .tab-rebrush-panel.similar-content {
  position: relative;
}
.m-tabs-rebrush .tab-rebrush-panel.similar-content > .a-heading {
  margin-top: 55px;
}
.m-tabs-rebrush .tab-rebrush-panel.similar-content:after {
  background-color: #f5f5f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  z-index: -1;
  width: 100vw;
  height: 100%;
}
.m-tabs-rebrush .tab-rebrush-panel .a-heading ~ .o-reviewdisplay {
  padding-top: 0;
}
.m-tabs-rebrush .tab-rebrush-panel .o-producttilesslider {
  padding-top: 42px !important;
}
.m-tabs-rebrush .tab-rebrush-panel .o-producttilesslider .o-producttilesslider {
  padding-top: 0 !important;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .o-producttilesslider
  > .tiles-slider-heading {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 42px !important;
  margin-top: 0;
  padding: 0 !important;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .o-producttilesslider
  .tiles-slider.slick-slider
  .slick-list
  .slick-track
  .o-producttile {
  margin-top: 0 !important;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .o-producttilesslider
  .tiles-slider.slick-slider
  .slick-list
  .slick-track
  .o-producttile
  .tile-description
  .cta-area
  form
  .a-button {
  margin: 0;
  padding: 11px !important;
}
@media (max-width: 749px) {
  .m-tabs-rebrush
    .tab-rebrush-panel
    .o-producttilesslider
    > .tiles-slider-heading {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
  }
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-togglebox
    .togglebox-content
    .a-alert.alert-info {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px !important;
  }
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-togglebox
    .togglebox-content
    .a-alert.alert-info
    .alert-text
    .alert-link {
    text-decoration: none;
  }
}
@media (min-width: 750px) {
  .m-tabs-rebrush .tab-rebrush-panel.similar-content:after {
    left: -120px;
    width: -webkit-calc(100% + (120px * 2));
    width: calc(100% + (120px * 2));
  }
  .m-tabs-rebrush .tab-rebrush-panel .o-producttilesslider {
    margin: 0 !important;
    position: initial;
    padding: 0;
    width: -webkit-calc(100% + 5px) !important;
    width: calc(100% + 5px) !important;
  }
  .m-tabs-rebrush .tab-rebrush-panel .o-producttilesslider:after {
    background-color: #f5f5f7;
    content: "";
    left: -120px;
    height: 100%;
    position: absolute;
    top: 0;
    width: -webkit-calc(100% + (120px * 2));
    width: calc(100% + (120px * 2));
    z-index: -1;
  }
  .m-tabs-rebrush .tab-rebrush-panel .o-producttilesslider > .a-heading {
    padding-left: 0;
  }
  .m-tabs-rebrush .tab-rebrush-panel .o-producttilesslider > .tiles-slider {
    margin-left: 0;
  }
  .m-tabs-rebrush
    .tab-rebrush-panel
    .o-producttilesslider
    .producttile-slider-arrows {
    bottom: 0;
  }
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist,
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist-rebrush {
    display: block !important;
    grid-template-areas: unset;
  }
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist-rebrush::after,
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist-rebrush::before,
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist::after,
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist::before {
    display: none;
  }
}
@media (min-width: 900px) {
  .m-tabs-rebrush .tab-rebrush-panel .o-producttilesslider {
    width: -webkit-calc(100% + 20px) !important;
    width: calc(100% + 20px) !important;
  }
}
@media (min-width: 1400px) {
  .m-tabs-rebrush .tab-rebrush-panel .o-producttilesslider {
    width: -webkit-calc(100% + 60px) !important;
    width: calc(100% + 60px) !important;
  }
}
.m-tabs-rebrush .tab-rebrush-panel .m-togglebox {
  margin-top: 0;
  padding-bottom: 0;
}
.m-tabs-rebrush .tab-rebrush-panel .m-togglebox .item .togglebox-wrapper .icon {
  display: none;
}
.m-tabs-rebrush .tab-rebrush-panel .m-togglebox .togglebox-content {
  position: relative;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-togglebox
  .togglebox-content
  > .o-producttilesslider
  .slick-track {
  margin: 0;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-togglebox
  .togglebox-content
  > .o-producttilesslider
  > .a-heading {
  margin-bottom: 20px;
  padding-top: 27px;
  padding-left: 0;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-togglebox
  .togglebox-content
  > .o-producttilesslider
  > .o-producttilesslider
  > .a-heading {
  padding: 0;
}
.m-tabs-rebrush .tab-rebrush-panel .m-togglebox + .m-togglebox {
  padding-top: 0;
}
.m-tabs-rebrush .tab-rebrush-panel .m-linklist,
.m-tabs-rebrush .tab-rebrush-panel .m-linklist-rebrush {
  margin: 80px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.m-tabs-rebrush .tab-rebrush-panel .m-linklist-rebrush > .a-heading,
.m-tabs-rebrush .tab-rebrush-panel .m-linklist > .a-heading {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px !important;
}
.m-tabs-rebrush .tab-rebrush-panel .m-linklist .list-unstyled,
.m-tabs-rebrush .tab-rebrush-panel .m-linklist-rebrush .list-unstyled {
  display: -ms-grid;
  display: grid;
  gap: 35px;
  -ms-grid-columns: (minmax(200px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (min-width: 750px) {
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist,
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist-rebrush {
    margin-top: 80px;
  }
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist-rebrush > .a-heading,
  .m-tabs-rebrush .tab-rebrush-panel .m-linklist > .a-heading {
    margin-bottom: 10px;
  }
}
.m-tabs-rebrush .tab-rebrush-panel .m-fitstoappliance form {
  margin-top: 0;
}
.m-tabs-rebrush .tab-rebrush-panel .g-col > .m-togglebox {
  padding-top: 0;
}
.m-tabs-rebrush .tab-rebrush-panel .g-col > .m-fitstoappliance > .m-form {
  padding-top: 0;
  padding-bottom: 0;
}
.m-tabs-rebrush .tab-rebrush-panel .m-contenttextmedia {
  background: 0 0;
  margin: 0 !important;
  padding-top: 0;
  width: 100% !important;
}
@media (max-width: 749px) {
  .m-tabs-rebrush .tab-rebrush-panel .m-contenttextmedia .media {
    margin: 0 -30px 40px;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100vw;
  }
}
.m-tabs-rebrush .tab-rebrush-panel .m-contenttextmedia .content {
  padding: 0;
  width: 100%;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .text {
  padding: 0;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link:before {
  display: none;
}
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .js-moreless
  .text.is-cropped[style*="height"]:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#f5f5f7)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #f5f5f7 100%);
}
.m-tabs-rebrush .tab-rebrush-panel .m-contenttextmedia + .m-contenttextmedia {
  padding-top: 40px;
}
@media (min-width: 750px) {
  .m-tabs-rebrush .tab-rebrush-panel .m-contenttextmedia {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 !important;
    padding-top: 160px;
    padding-bottom: 160px;
    width: -webkit-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
  }
  .m-tabs-rebrush .tab-rebrush-panel .m-contenttextmedia .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 0;
    width: 55%;
  }
  .m-tabs-rebrush .tab-rebrush-panel .m-contenttextmedia .content {
    padding: 0 9.5% 0 0;
    width: 35%;
  }
  .m-tabs-rebrush .tab-rebrush-panel .m-contenttextmedia + .m-contenttextmedia {
    padding-top: 0;
  }
}
.m-tabs-rebrush .tab-rebrush-panel .m-technical-info-rebrush {
  margin-top: 40px;
}
.m-tabs-rebrush.my-pdp {
  margin: 0;
}
.m-tabs-rebrush.my-pdp .a-alert {
  margin-left: var(--max-pagewidth-padding);
  margin-right: var(--max-pagewidth-padding);
}
.m-tabs-rebrush.my-pdp .form-action .a-alert {
  margin-left: 0;
  margin-right: 0;
}
.m-tabs-rebrush.my-pdp .o-filelist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(240px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.m-tabs-rebrush.my-pdp .o-filelist .file-tile-wrapper p,
.m-tabs-rebrush.my-pdp .o-filelist .file-tile-wrapper p:not(:first-child) {
  font-size: 16px;
}
.m-tabs-rebrush.my-pdp .o-filelist .file-tile {
  width: 100% !important;
  min-width: 240px;
  margin: 0;
}
.m-tabs-rebrush.my-pdp .o-filelist .file-tile .icon {
  color: var(--alink-color-text);
}
.m-tabs-rebrush.my-pdp .gc-wpe-promotionteaser-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0;
}
.m-tabs-rebrush.my-pdp
  .gc-wpe-promotionteaser-wrapper
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe {
  margin: 0;
  padding: 0;
}
.m-tabs-rebrush.my-pdp
  .gc-wpe-promotionteaser-wrapper
  .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe
  .callout {
  position: absolute;
}
@media (min-width: 750px) {
  .m-tabs-rebrush.my-pdp .a-alert {
    margin-left: 0;
    margin-right: 0;
  }
  .m-tabs-rebrush.my-pdp .o-filelist {
    gap: 40px;
  }
  .m-tabs-rebrush.my-pdp
    .gc-wpe-promotionteaser-wrapper
    .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe:nth-child(
      even
    )
    .callout {
    left: auto;
    right: 0;
  }
  .m-tabs-rebrush.my-pdp
    .gc-wpe-promotionteaser-wrapper
    .m-searchresultpromotionteaser.m-searchresultpromotionteaser-gc-wpe:nth-child(
      even
    )
    .promotion-teaser-wrap {
    grid-template-areas: "text image" "button image";
    -ms-grid-columns: 35% 1fr;
    grid-template-columns: 35% 1fr;
    padding: 0 0 0 40px;
  }
}
.m-tabs-rebrush.my-pdp .m-promotionteaser-gc-wpe-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 30px;
  margin: 0;
  overflow: hidden;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider {
  background: 0 0;
  padding: 56px 0 !important;
  width: 100vw !important;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider > .o-producttilesslider {
  padding: 0 !important;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .a-heading {
  margin-bottom: 24px;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .o-producttile {
  -webkit-box-shadow: 1px 0 10px #e0e3e7;
  box-shadow: 1px 0 10px #e0e3e7;
  margin-right: 0 !important;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .m-producttitle
  .a-link
  .a-heading
  .fragment {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
  margin-bottom: 24px;
  color: #000;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .m-producttitle
  .m-productcode {
  color: #7b89a1;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .product-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .product-image-wrapper
  .callout {
  top: 0;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .product-image-wrapper
  .a-image,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .product-image-wrapper
  .a-link
  .a-image {
  padding: 30px;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .product-image-wrapper
  .a-image
  img,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .product-image-wrapper
  .a-link
  .a-image
  img {
  height: auto;
  max-height: 300px;
  object-fit: scale-down;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .price-information
  .previous {
  color: #000 !important;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .price-information
  .price-info-wrapper
  .highlight {
  color: #d4691b;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .price-information
  .additional-info {
  padding-top: 16px;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .o-producttile .cta-area {
  gap: 16px;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  .details-button {
  color: #007a7a;
  max-width: none;
  width: 100%;
}
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  .details-button:hover {
  background-color: transparent;
  border: 1px solid #007a7a;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  a.a-link-primary.a-button,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-button-primary,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-button-link,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-link,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  a.a-link-primary.a-button:hover,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  a.a-link-primary.a-button:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  a.a-link-primary.a-button.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  button.a-link-primary.a-button.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-link:hover {
  background: #007a7a;
  border: 1px solid #007a7a;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  a.a-link-primary.a-button:hover
  .icon,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-button-link:hover[data-popover-id]
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  a.a-link-primary.a-button:hover
  .icon,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.oney-widget-link:hover
  .icon,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-button-link:hover
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-button-primary:hover
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .a-link-primary.a-button.a-link:hover
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button:hover
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-primary.a-button.a-button-link:hover[data-popover-id]
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button:hover
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link:hover
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  .m-popover
  .popover-content
  .a-link-primary.a-button.a-button-link:hover
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  a.a-link-primary.a-button.a-button-link:hover
  .icon,
.m-tabs-rebrush.my-pdp
  .o-producttilesslider
  .o-producttile
  .cta-area
  form
  button.a-link-primary.a-button.a-button-link:hover
  .icon {
  color: #fff;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .o-producttile .cta-area .icon {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 23px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  font-weight: 400;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .tiles-slider {
  margin: 0 var(--max-pagewidth-padding);
  overflow: hidden;
  width: -webkit-calc(100% - -webkit-calc(var(--max-pagewidth-padding) * 2));
  width: calc(100% - calc(var(--max-pagewidth-padding) * 2));
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .tiles-slider .slick-list {
  width: -webkit-calc(100% + -webkit-calc(var(--element-margin)));
  width: calc(100% + calc(var(--element-margin)));
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .tiles-slider .slick-dots {
  padding: 32px 0 0;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .producttile-slider-arrows {
  bottom: 60px;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #000028;
  border-radius: 2px;
  color: #000028;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 0 0 20px;
  padding: 15px 24px;
  width: 100%;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text:before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link {
  color: #007a7a;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 15px;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link .icon,
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link::before {
  display: none;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link:after,
.m-tabs-rebrush.my-pdp .o-producttilesslider .info-text .a-link:hover {
  color: #007a7a;
}
.m-tabs-rebrush.my-pdp .o-producttilesslider::after {
  background: #f5f5f7;
  border: none;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100vw;
  left: 0;
  z-index: -1;
}
@media (max-width: 749px) {
  .m-tabs-rebrush.my-pdp .o-producttilesslider .text.info-text {
    margin-left: 30px;
    margin-right: 30px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
}
@media (min-width: 750px) {
  .m-tabs-rebrush.my-pdp .o-producttilesslider {
    width: 100% !important;
  }
  .m-tabs-rebrush.my-pdp .o-producttilesslider::after {
    left: -50vw;
    width: 200vw;
  }
  .m-tabs-rebrush.my-pdp .o-producttilesslider .tiles-slider {
    margin: 0;
    width: 100%;
  }
  .m-tabs-rebrush.my-pdp .o-producttilesslider .tiles-slider .slick-list {
    width: 100%;
  }
}
.m-tabs-rebrush.my-pdp .m-togglebox {
  background: 0 0;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-mobile {
  margin-left: auto !important;
  margin-left: -webkit-calc(-50vw + 50%) !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 0;
  padding-right: 0;
  width: 100vw !important;
  top: 48px !important;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-desktop {
  top: 80px !important;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-desktop .tabs-slider {
  background: #f5f5f7;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-desktop .tabs-slider .slick-list {
  margin: 0 20px;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-desktop .tabs-slider .slick-track {
  margin: 0;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide {
  font-size: 14px;
  padding: 20px 16px 17px;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide.slick-current {
  font-family: var(--fontfamily-bold) !important;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-track
  .tab.slick-slide:last-child {
  border-right: none;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-desktop::before {
  background: #f5f5f7;
  border: none;
  content: "";
  height: 100%;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media (min-width: 1920px) {
  .m-tabs-rebrush.my-pdp .tabs-rebrush-desktop::before {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: 0;
    padding-right: 0;
    width: 100vw !important;
    left: 0;
  }
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows {
  background: #f5f5f7 !important;
  bottom: 0;
  color: #000 !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: auto;
  width: 35px;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows:before {
  bottom: unset;
  height: auto;
  color: inherit;
  position: absolute;
  top: auto;
  line-height: normal;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.next {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  right: 0;
  opacity: 1;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.prev {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 1;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-content .tab-rebrush-panel {
  margin: 0;
  padding: 56px 0 0;
}
.m-tabs-rebrush.my-pdp .tabs-rebrush-content .tab-rebrush-panel > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin-left: 0;
  padding-bottom: 24px;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel:nth-child(odd)
  .m-teaser.teaser-100 {
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  right: unset;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel:nth-child(odd)
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media {
  width: -webkit-calc(100% + var(--max-pagewidth-padding));
  width: calc(100% + var(--max-pagewidth-padding));
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel:nth-child(odd)
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content {
  padding: 0 0 0 var(--max-pagewidth-padding);
  width: -webkit-calc(100% + var(--max-pagewidth-padding));
  width: calc(100% + var(--max-pagewidth-padding));
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel:nth-child(even)
  .m-teaser.teaser-100 {
  right: 0;
  left: unset;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel:nth-child(even)
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media {
  width: -webkit-calc(100% + var(--max-pagewidth-padding));
  width: calc(100% + var(--max-pagewidth-padding));
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel:nth-child(even)
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content {
  padding: 0;
}
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-link.a-link-secondary,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-link.a-link-secondary:hover {
  color: var(--alink-color-text);
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  a.a-button.a-link-primary:hover,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-link-primary.a-link:hover,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  a.a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  button.a-button.a-link-primary.a-button-link:hover {
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  a.a-button.a-link-primary:hover
  .text,
.m-contenttextmedia
  .m-productconversionarea
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-link-primary.a-button-link:hover[data-popover-id]
  .text,
.m-form.oidc-registration
  .m-termsconditions
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  a.a-button.a-link-primary:hover
  .text,
.m-oney-widget-section
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-link-primary.oney-widget-link:hover
  .text,
.m-popover
  .popover-content
  .m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-link-primary.a-button-link:hover
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-button-primary:hover
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .a-button.a-link-primary.a-link:hover
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id]
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  a.a-button.a-link-primary.a-button-link:hover
  .text,
.m-tabs-rebrush.my-pdp
  .tabs-rebrush-content
  .tab-rebrush-panel
  .m-teaser.teaser-100
  .teaser-links
  button.a-button.a-link-primary.a-button-link:hover
  .text {
  color: #fff;
}
@media (min-width: 900px) {
  .m-tabs-rebrush.my-pdp .m-promotionteaser-gc-wpe-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px;
  }
  .m-tabs-rebrush.my-pdp .tabs-rebrush-content .tab-rebrush-panel {
    padding: 120px 0 0;
  }
  .m-tabs-rebrush.my-pdp .tabs-rebrush-content .tab-rebrush-panel > .a-heading {
    padding-bottom: 56px;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(odd)
    .m-teaser.teaser-100 {
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    right: unset;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(odd)
    .m-teaser.teaser-100
    .teaser-wrap {
    grid-template-areas: "media content";
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 65% 35%;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(odd)
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-media {
    width: 100%;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(odd)
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content {
    padding: 0 var(--max-pagewidth-padding) 0 56px;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(even)
    .m-teaser.teaser-100 {
    right: 0;
    left: unset;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(even)
    .m-teaser.teaser-100
    .teaser-wrap {
    grid-template-areas: "content media";
    -ms-grid-columns: 35% 65%;
    grid-template-columns: 35% 65%;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(even)
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-media {
    width: 100%;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(even)
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content {
    padding: 0 56px 0 0;
  }
}
@media (min-width: 1920px) {
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(even)
    .m-teaser.teaser-100,
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(odd)
    .m-teaser.teaser-100 {
    width: 100% !important;
    left: 0;
    right: unset;
  }
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(even)
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-media,
  .m-tabs-rebrush.my-pdp
    .tabs-rebrush-content
    .tab-rebrush-panel:nth-child(odd)
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-media {
    width: 100%;
  }
}
.m-tabs-rebrush.my-pdp .m-teaser.teaser-100 {
  width: 100% !important;
  left: 0;
  padding: 0;
}
.m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}
.m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap .teaser-media {
  display: block;
  width: 100%;
  height: 100%;
}
.m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap .teaser-media .a-image,
.m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap .teaser-media .a-link,
.m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap .teaser-media a,
.m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap .teaser-media img {
  width: 100%;
  height: 100%;
}
.m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap .teaser-media img {
  object-fit: cover;
}
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin-top: 24px;
}
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner {
  margin-top: 16px;
}
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled {
  margin-top: 32px;
}
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button,
.m-tabs-rebrush.my-pdp
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary.a-button,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-links
  li
  .teaser-content
  .a-link.a-link-primary.a-button {
  margin: 32px 0;
}
@media (min-width: 900px) {
  .m-tabs-rebrush.my-pdp .m-teaser.teaser-100 {
    width: -webkit-calc(100vw - var(--max-pagewidth-padding)) !important;
    width: calc(100vw - var(--max-pagewidth-padding)) !important;
  }
  .m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap .teaser-content {
    grid-area: content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 56px;
  }
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    > .a-heading {
    grid-area: 1/2 / auto/auto;
    margin-top: 0;
  }
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .content-inner {
    margin-top: 24px;
    padding: 0;
  }
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .teaser-links.list-unstyled {
    padding: 0;
  }
  .m-tabs-rebrush.my-pdp .m-teaser.teaser-100 .teaser-wrap .teaser-media {
    grid-area: media;
  }
}
.m-tabstogglebox .m-togglebox .item .togglebox-title .text {
  max-width: 90%;
  padding-left: 0;
}
.m-tabstogglebox .m-togglebox .item .togglebox-title::before {
  color: #007a7a;
}
@media (min-width: 750px) {
  .m-tabstogglebox .m-tabs {
    margin: 0 !important;
    width: 100% !important;
  }
  .m-tabstogglebox .m-tabs .tabs-wrapper .tab-panel .own-stage {
    margin: 0 !important;
    width: 100%;
  }
  .m-tabstogglebox .m-tabs .tabs-wrapper .tab-panel .m-contenttextmedia {
    margin: 0 !important;
    padding: -webkit-calc(var(--element-margin) / 4) 0 0 0;
    padding: calc(var(--element-margin) / 4) 0 0 0;
    width: 100% !important;
  }
  .m-tabstogglebox
    .m-tabs
    .tabs-wrapper
    .tab-panel
    .m-contenttextmedia
    .content {
    margin: 0;
    padding: 0;
  }
}
.m-tagcloud {
  --m-tagcloud-color-heading: #fff;
  --m-tagcloud-color-link: #fff;
  --m-tagcloud-color-text: #3cc8be;
  --m-tagcloud-color-button: #3cc8be;
  margin-top: 50px;
}
.m-tagcloud .available-tags > .a-heading {
  color: var(--m-tagcloud-color-heading);
  font-size: 20px;
  line-height: 24px;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-tagcloud .available-tags .list > li.item button {
  background: 0 0 !important;
  border-color: var(--m-tagcloud-color-button) !important;
  color: var(--m-tagcloud-color-button) !important;
  border-radius: 8px !important;
  min-height: unset !important;
  padding: 7px 40px !important;
}
.m-tagcloud .available-tags .list > li.item button:hover {
  border-color: var(--m-tagcloud-color-link) !important;
  color: var(--m-tagcloud-color-link) !important;
}
.m-tagcloud .available-tags .list > li .a-link,
.m-tagcloud .available-tags .list > li .a-link .icon,
.m-tagcloud .available-tags .list > li .a-link span {
  color: var(--m-tagcloud-color-link) !important;
}
.m-tagcloud .selected-tags > .a-heading {
  color: var(--m-tagcloud-color-heading);
  font-size: 20px;
  line-height: 24px;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-tagcloud .selected-tags .list > li.item button {
  border-radius: 8px !important;
  min-height: unset !important;
  padding: 7px 40px !important;
}
.m-tagcloud .selected-tags .list > li .a-link,
.m-tagcloud .selected-tags .list > li .a-link .icon,
.m-tagcloud .selected-tags .list > li .a-link span {
  color: var(--m-tagcloud-color-link) !important;
}
.m-teaser .teaser-wrap .teaser-media {
  padding: 0;
}
.m-teaser .teaser-wrap .teaser-content {
  width: 100%;
}
.m-teaser .teaser-wrap .teaser-content .a-heading {
  font-family: var(--fontfamily-headlinesfont);
}
.m-teaser .teaser-wrap .teaser-content .content-inner > p > sub,
.m-teaser .teaser-wrap .teaser-content .content-inner > p > sup:first-child {
  bottom: auto;
  display: inline-block;
  line-height: 1.3;
  position: relative;
  top: auto;
}
.m-teaser:not(.teaser-100) .teaser-wrap .teaser-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:not(.a-button) {
  display: inline-block;
  min-width: 100%;
  max-width: 100%;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap
  .teaser-links
  li
  > .a-link:not(.a-button):before {
  content: unset;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links {
  margin-top: auto;
  margin-bottom: 0;
}
.m-teaser:not(.teaser-100) .teaser-wrap.teaser-wrap.a-area.a-area-primary {
  --color-teaser-primary-bg: #3cc8be;
  --color-teaser-heading: #000;
  --color-teaser-content: #2b2f43;
  --color-teaser-link: #000;
  --color-teaser-link-icon: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #3cc8be;
  padding: 0 0 32px;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 32px;
  padding-right: 32px;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-content
  .content-inner
  + p {
  margin-top: auto;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links {
  margin-top: auto;
  margin-bottom: 0;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links.teaser-links
  li:last-child {
  margin-bottom: 0;
}
.m-teaser:not(.teaser-100):not(:first-child) {
  padding-top: 50px;
}
.m-teaser:not(.teaser-100) .teaser-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.m-teaser:not(.teaser-100) .teaser-wrap .teaser-number {
  display: none;
}
.m-teaser:not(.teaser-100) .teaser-wrap .teaser-content {
  padding: 0;
}
.m-teaser:not(.teaser-100) .teaser-wrap .teaser-content .a-heading {
  color: var(--color-teaser-heading);
}
.m-teaser:not(.teaser-100) .teaser-wrap .teaser-content .content-inner {
  color: var(--color-teaser-content);
  height: auto !important;
}
.m-teaser:not(.teaser-100) .teaser-wrap .teaser-content p .a-button {
  border-radius: 2px;
}
.m-teaser:not(.teaser-100) .teaser-wrap:not(.a-area) .teaser-media {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin: 0 0 24px;
  padding: 0;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap:not(.a-area)
  .teaser-media
  .a-image
  img {
  width: 100%;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap:not(.a-area)
  .teaser-media
  .a-link.has-video-play {
  display: block;
}
.m-teaser:not(.teaser-100)
  .teaser-wrap:not(.a-area)
  .teaser-media
  .a-link.has-video-play:before {
  -webkit-animation: none;
  animation: none;
  height: 3em;
  line-height: 46px;
  padding: 0;
  width: 3em;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-teaser:not(.teaser-100)
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
}
.m-teaser:not(.teaser-100)
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-heading
  ~ .teaser-links.list-unstyled,
.m-teaser:not(.teaser-100)
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-heading
  ~ p:first-of-type {
  margin-top: 24px;
}
.m-teaser:not(.teaser-100) .teaser-wrap.a-area {
  padding: 0;
}
.m-teaser:not(.teaser-100) .teaser-wrap.a-area .teaser-media {
  margin-bottom: 0;
}
.m-teaser:not(.teaser-100) .teaser-wrap.a-area .teaser-media .a-image img {
  width: 100%;
}
.m-teaser:not(.teaser-100) .teaser-wrap.a-area .teaser-content {
  margin-top: 24px;
}
.m-teaser:not(.teaser-100) .teaser-wrap.a-area .teaser-content .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
}
.m-teaser:not(.teaser-100) .a-textpictogram {
  margin-bottom: 30px;
}
.m-teaser:not(.teaser-100) .a-textpictogram .a-image {
  margin-top: 20px;
}
.m-teaser.teaser-100 .teaser-wrap {
  height: 100%;
}
.m-teaser.teaser-100 .teaser-wrap .teaser-media {
  display: none;
}
.m-teaser.teaser-100 .teaser-wrap .teaser-content {
  margin: 0 auto;
  max-width: 1400px;
  padding: 50px 30px;
  width: 100%;
}
.m-teaser.teaser-100 .teaser-wrap .teaser-content .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  font-family: var(--fontfamily-headlinesfont);
}
.m-teaser.teaser-100 .teaser-wrap .teaser-content .teaser-links.list-unstyled {
  margin-top: 30px;
}
.m-teaser.teaser-100 .teaser-wrap .teaser-content .content-inner p:last-child,
.m-teaser.teaser-100 .teaser-wrap .teaser-content .content-inner p:only-child {
  margin-bottom: 0;
}
.m-teaser.teaser-100 .teaser-wrap:not(.a-area) {
  background-color: var(--color-teaser-bg);
}
.m-teaser.teaser-100 .teaser-wrap:not(.a-area) .teaser-content .a-heading {
  color: var(--color-teaser-heading);
}
.m-teaser.teaser-100
  .teaser-wrap:not(.a-area)
  .teaser-content
  .content-inner
  p {
  color: var(--color-teaser-content);
}
.m-teaser.teaser-100 .teaser-wrap.a-area.a-area-primary {
  background-color: var(--color-teaser-100-primary-bg);
}
.m-teaser.teaser-100
  .teaser-wrap.a-area.a-area-primary.a-area
  .teaser-content
  .a-heading,
.m-teaser.teaser-100
  .teaser-wrap.a-area.a-area-primary.a-area
  .teaser-content
  .content-inner
  p {
  color: var(--color-teaser-100-primary-color);
}
.m-teaser.teaser-100 .teaser-wrap.a-area:not(.a-area-primary) {
  background-color: var(--color-teaser-100-secondary-bg);
}
.m-teaser.teaser-100 .teaser-wrap.a-area {
  padding-top: 0;
}
.m-teaser.teaser-100 .teaser-wrap.a-area .teaser-content .a-heading,
.m-teaser.teaser-100 .teaser-wrap.a-area .teaser-content .content-inner p {
  color: var(--color-teaser-100-secondary-color);
}
.m-teaser.teaser-200-2 .teaser-wrap:not(.a-area) .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.m-teaser.teaser-200-2 .teaser-wrap:not(.a-area) .teaser-content .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
}
.m-teaser.teaser-200-2 .teaser-wrap:not(.a-area) .teaser-content .a-button {
  max-width: 100%;
  min-width: auto;
  width: 100%;
}
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .content-inner
  + p {
  margin-top: auto !important;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .a-link.a-button.a-link-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-button-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .a-link.a-button.a-link-primary,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-links
  li
  .teaser-content
  .a-link.a-button.a-link-primary {
  height: auto;
  width: -webkit-fit-content;
  width: fit-content;
}
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li,
.m-teaser.teaser-200-2
  .teaser-wrap.a-area:not(.a-area-primary)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li,
.m-teaser.teaser-200-2
  .teaser-wrap:not(.a-area)
  .teaser-content
  .list-unstyled.teaser-links
  li
  .a-link {
  width: 100%;
}
.m-teaser.teaser-200-2 .m-video.m-video-cliplister .video-wrapper {
  background: 0 0;
  padding: 0;
}
.m-teaser.teaser-200-2 .m-video.m-video-cliplister .cliplister-viewer > div {
  height: 100% !important;
  width: 100% !important;
}
.m-teaser.teaser-200-2 .m-video.m-video-cliplister .play-layer {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.m-teaser.teaser-200-2 .m-video.m-video-cliplister .play-layer.hidden {
  display: block !important;
  opacity: 0;
  z-index: -1;
}
.m-teaser.teaser-200-2 .m-video.m-video-cliplister .play-layer .icon.icon-play {
  position: absolute;
}
.m-teaser.teaser-200-2 .m-video.m-video-cliplister .play-layer .a-image {
  background: var(--color-teaser-bg-video);
  bottom: auto;
  height: 100% !important;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}
.m-teaser.teaser-200-2
  .m-video.m-video-cliplister
  .play-layer
  .a-image
  picture {
  bottom: auto;
  height: 100%;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}
.m-teaser.teaser-200-2
  .m-video.m-video-cliplister
  .play-layer
  .a-image
  picture
  img {
  height: auto;
  max-height: none;
  margin: auto;
  width: 100%;
}
@media (min-width: 750px) {
  .m-teaser .a-textpictogram {
    margin-bottom: 30px;
  }
  .m-teaser .a-textpictogram .a-image {
    margin-top: 20px;
  }
  .m-teaser.teaser-200-2:not(.first-child),
  .m-teaser.teaser-300:not(.first-child) {
    padding-top: 0;
  }
  .m-teaser.teaser-200-2 .teaser-media,
  .m-teaser.teaser-300 .teaser-media {
    width: 100%;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content {
    padding: 90px 64px;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content .a-heading {
    font-family: var(--fontfamily-headlinesfont);
  }
}
@media (min-width: 900px) {
  .m-teaser.teaser-200-2 .teaser-wrap:not(.a-area) .teaser-content .a-button {
    width: -webkit-fit-content;
    width: fit-content;
  }
  .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .teaser-links.list-unstyled,
  .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .teaser-links.list-unstyled {
    margin-top: auto !important;
  }
  .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .list-unstyled.teaser-links,
  .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .list-unstyled.teaser-links {
    width: -webkit-fit-content;
    width: fit-content;
  }
  .m-teaser .a-link.a-button {
    max-width: 400px;
  }
  .m-teaser .teaser-content .a-heading,
  .m-teaser .teaser-media ~ .teaser-content .a-heading {
    margin-bottom: 16px;
  }
  .m-teaser .teaser-content .a-heading ~ .teaser-links.list-unstyled,
  .m-teaser .teaser-content .a-heading ~ p:first-of-type,
  .m-teaser
    .teaser-media
    ~ .teaser-content
    .a-heading
    ~ .teaser-links.list-unstyled,
  .m-teaser .teaser-media ~ .teaser-content .a-heading ~ p:first-of-type {
    margin-top: 20px;
  }
  .m-teaser .teaser-content .content-inner,
  .m-teaser .teaser-media ~ .teaser-content .content-inner {
    margin-bottom: 40px;
  }
  .m-teaser .teaser-content p:last-of-type,
  .m-teaser .teaser-media ~ .teaser-content p:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .m-teaser .teaser-content p:last-of-type .a-button,
  .m-teaser .teaser-media ~ .teaser-content p:last-of-type .a-button {
    width: 100%;
    max-width: none;
  }
  .m-teaser
    .teaser-content
    p:last-of-type
    ~ ul.teaser-links.list-unstyled
    li:not(:empty):first-child,
  .m-teaser
    .teaser-media
    ~ .teaser-content
    p:last-of-type
    ~ ul.teaser-links.list-unstyled
    li:not(:empty):first-child {
    margin-top: 20px;
  }
  .m-teaser .teaser-wrap::after {
    display: none;
  }
  .m-teaser:not(.teaser-100)
    .teaser-wrap:not(.a-area)
    .teaser-content:only-child {
    padding: 24px 0 32px;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-content
    .teaser-links {
    margin-top: auto;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-content
    .a-heading {
    height: auto !important;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-content
    .content-inner
    p:last-child {
    margin-bottom: 0;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    .teaser-links,
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    p,
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    ul,
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-media
    ~ .teaser-content
    > .content-inner {
    display: none;
    opacity: 0;
    height: 0 !important;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area)
    .teaser-media
    + .teaser-content
    .content-inner {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area):not(:hover)
    .teaser-content
    .a-heading,
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area):not(:hover)
    .teaser-content
    .content-inner {
    margin-bottom: 0;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area):hover
    .teaser-media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: auto !important;
  }
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    .teaser-links,
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    p,
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    ul,
  .m-teaser:not(.teaser-100):not(.teaser-200-2):not(.teaser-200-4)
    .teaser-wrap:not(.a-area):hover
    .teaser-media
    ~ .teaser-content
    > .content-inner {
    display: block;
    opacity: 1;
    height: auto !important;
  }
  .m-teaser.teaser-100 .teaser-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "headline text" "headline buttons";
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: minmax(0, auto) minmax(0, 1fr);
    grid-template-rows: minmax(0, auto) minmax(0, 1fr);
    padding: 90px 64px;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content .a-heading {
    font-family: var(--fontfamily-headlinesfont);
    grid-area: headline;
    margin-bottom: 0;
    padding-right: 40px;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content .content-inner {
    grid-area: text;
    margin-bottom: 0;
    padding-left: 40px;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content .content-inner:last-child,
  .m-teaser.teaser-100 .teaser-wrap .teaser-content .content-inner:only-child {
    margin-bottom: 0;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content .content-inner + p,
  .m-teaser.teaser-100 .teaser-wrap .teaser-content ul {
    grid-area: buttons;
    padding-left: 40px;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content > .a-heading {
    grid-area: 1/1 / auto/auto;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content > :not(.a-heading) {
    grid-area: auto/2/auto/auto;
  }
  .m-teaser.teaser-300 .teaser-wrap.a-area:not(.a-area-primary) .teaser-content,
  .m-teaser.teaser-300
    .teaser-wrap:not(.a-area):not(.a-area-primary)
    .teaser-content {
    margin: 24px 0 0;
    padding: 0;
  }
  .m-teaser.teaser-300
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .teaser-links,
  .m-teaser.teaser-300
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .teaser-links
    li,
  .m-teaser.teaser-300
    .teaser-wrap:not(.a-area):not(.a-area-primary)
    .teaser-content
    .teaser-links,
  .m-teaser.teaser-300
    .teaser-wrap:not(.a-area):not(.a-area-primary)
    .teaser-content
    .teaser-links
    li {
    margin-bottom: 0;
  }
  .m-teaser.teaser-300 .teaser-content .a-heading,
  .m-teaser.teaser-300 .teaser-media ~ .teaser-content .a-heading {
    margin-bottom: 16px;
  }
  .m-teaser.teaser-300 .teaser-content .a-heading ~ .teaser-links.list-unstyled,
  .m-teaser.teaser-300 .teaser-content .a-heading ~ p:first-of-type,
  .m-teaser.teaser-300
    .teaser-media
    ~ .teaser-content
    .a-heading
    ~ .teaser-links.list-unstyled,
  .m-teaser.teaser-300
    .teaser-media
    ~ .teaser-content
    .a-heading
    ~ p:first-of-type {
    margin-top: 20px;
  }
  .m-teaser.teaser-300 .teaser-content .content-inner,
  .m-teaser.teaser-300 .teaser-media ~ .teaser-content .content-inner {
    margin-bottom: 40px;
  }
  .m-teaser.teaser-300 .teaser-content p:last-of-type,
  .m-teaser.teaser-300 .teaser-media ~ .teaser-content p:last-of-type {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .m-teaser.teaser-300 .teaser-content p:last-of-type .a-button,
  .m-teaser.teaser-300
    .teaser-media
    ~ .teaser-content
    p:last-of-type
    .a-button {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    max-width: none;
  }
  .m-teaser.teaser-300
    .teaser-content
    p:last-of-type
    ~ ul.teaser-links.list-unstyled,
  .m-teaser.teaser-300
    .teaser-media
    ~ .teaser-content
    p:last-of-type
    ~ ul.teaser-links.list-unstyled {
    margin-top: 20px;
  }
  .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .teaser-links,
  .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .teaser-links {
    margin: 0 !important;
  }
  .m-teaser.teaser-200-2 .teaser-content .content-inner + p {
    margin-top: 0 !important;
  }
}
@media (min-width: 1400px) {
  .m-teaser.teaser-200-2,
  .m-teaser.teaser-300 {
    width: 100%;
  }
  .m-teaser.teaser-200-2:not(.first-child),
  .m-teaser.teaser-300:not(.first-child) {
    padding-top: 0;
  }
  .m-teaser.teaser-200-2 .teaser-media,
  .m-teaser.teaser-300 .teaser-media {
    width: 100%;
  }
  .m-teaser.teaser-100 .teaser-wrap .teaser-content {
    padding: 90px 0;
  }
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link
    .grid-container
    .image-wrapper
    .a-image
    img {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .m-teaser.teaser-100 {
    left: -webkit-calc(
      -webkit-calc(calc(100vw - var(--max-pagewidth)) / 2) * -1
    );
    left: calc(calc(calc(100vw - var(--max-pagewidth)) / 2) * -1);
    width: 100vw !important;
  }
}
.m-teaserslider {
  margin: 0;
  position: relative;
}
.m-teaserslider .m-teaser {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.m-teaserslider .m-teaser .teaser-wrap .a-heading {
  margin-bottom: 20px;
}
.m-teaserslider .m-teaser .teaser-content {
  padding: 20px 0 0;
}
.m-teaserslider .m-teaser .teaser-links .a-link-secondary {
  display: block;
}
.m-teaserslider .m-teaser.teaser-100 {
  margin-left: 0 !important;
  width: 100% !important;
}
.m-teaserslider .m-teaser.teaser-100 .teaser-media .a-image img {
  width: auto;
}
.m-teaserslider .m-teaser.teaser-100 .teaser-content {
  float: left;
  max-width: none;
  padding: 15px 0 0;
}
.m-teaserslider .m-teaser.teaser-100 .teaser-content .m-form {
  margin-top: 0;
}
.m-teaserslider .teaserslider-paginationarrows {
  display: none;
  margin-top: 0;
}
.m-teaserslider .teaserslider-paginationnumber {
  margin-top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-teaserslider .teaserslider-paginationnumber {
    margin-top: -1px;
  }
}
.m-teaserslider .slide {
  margin: 0;
  outline: 0;
}
.m-teaserslider .slick-list,
.m-teaserslider .slide:only-child {
  margin: 0;
}
.m-teaserslider .a-paginationarrows.next,
.m-teaserslider .a-paginationarrows.prev {
  color: #41aaaa;
}
.m-teaserslider .a-paginationarrows.next:hover:before,
.m-teaserslider .a-paginationarrows.prev:hover:before {
  color: #3cc8be;
}
.m-teaserslider
  .m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.next,
.m-teaserslider
  .m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.prev {
  color: #41aaaa;
}
.m-teaserslider
  .m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.next:hover:before,
.m-teaserslider
  .m-slider
  .paginationarrows.paginationarrowposition-bottom
  .a-paginationarrows.prev:hover:before {
  color: #3cc8be;
}
@media (min-width: 750px) {
  .m-teaserslider .o-teasercontainer {
    margin: 90px 0 0 !important;
    width: 100% !important;
  }
  .m-teaserslider .m-teaser {
    margin-bottom: 12px;
  }
  .m-teaserslider .m-teaser .teaser-wrap .a-heading {
    margin-bottom: 15px;
  }
  .m-teaserslider .m-teaser .teaser-content {
    padding: 0;
  }
  .m-teaserslider .m-teaser .teaser-content .content-inner {
    margin-bottom: 15px;
  }
  .m-teaserslider .m-teaser .teaser-media {
    padding-right: 15px;
  }
  .m-teaserslider .m-teaser.teaser-100 .teaser-content,
  .m-teaserslider .m-teaser.teaser-100 .teaser-media {
    width: 50% !important;
  }
  .m-teaserslider .m-teaser.teaser-100 .teaser-content {
    padding: 0;
  }
  .m-teaserslider .teaserslider-paginationarrows {
    margin-top: 0;
  }
  .m-teaserslider .teaserslider-paginationnumber {
    margin-top: 1px;
  }
  .m-teaserslider .a-paginationnumber {
    font-size: 13px;
  }
  .m-teaserslider .a-paginationarrows.next,
  .m-teaserslider .a-paginationarrows.prev {
    font-size: 10px;
    height: 20px;
  }
}
@media (min-width: 900px) {
  .m-teaserslider .o-teasercontainer {
    margin: 90px 0 0 !important;
    width: 100% !important;
  }
  .m-teaserslider .m-teaser {
    margin-bottom: 27px;
  }
  .m-teaserslider .m-teaser .teaser-wrap .a-heading {
    margin-bottom: 30px;
  }
  .m-teaserslider .m-teaser .teaser-media {
    padding-right: 30px;
  }
  .m-teaserslider .m-teaser .teaser-media img {
    width: auto;
  }
  .m-teaserslider .m-teaser .teaser-content .content-inner,
  .m-teaserslider .m-teaser .teaser-content .content-inner p {
    margin-bottom: 30px;
  }
  .m-teaserslider .m-teaser .teaser-content .content-inner p:last-child {
    margin-bottom: 0;
  }
  .m-teaserslider .teaserslider-paginationnumber {
    margin-top: 0;
  }
  .m-teaserslider .a-paginationnumber {
    font-size: 14px;
  }
}
.g-layout-half .m-teaserslider .m-teaser .teaser-media {
  padding-right: 0;
}
.g-layout-half .m-teaserslider .m-teaser .slide {
  margin: 0;
}
@media (min-width: 750px) {
  .g-layout-half .m-teaserslider .m-teaser .a-heading {
    margin-top: 15px;
  }
}
.m-technical-info-rebrush {
  margin: var(--element-margin) 0 0 0;
}
.m-technical-info-rebrush .technical-info-header-wrap {
  margin-bottom: 44px;
  margin-top: 0;
}
.m-technical-info-rebrush .technical-info-header-wrap .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  margin: 0;
}
@media (max-width: 899px) {
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    a.a-button.a-link-primary,
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    a.a-button.a-link-secondary,
  .m-contenttextmedia
    .m-productconversionarea
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    a.a-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    a.a-button.a-link-secondary,
  .m-oney-widget-section
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-link-primary.oney-widget-link,
  .m-oney-widget-section
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-link-secondary.oney-widget-link,
  .m-popover
    .popover-content
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-link-primary.a-button-link,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-button-primary,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-button-secondary,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-link-primary.a-link,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-link-secondary.a-button-link,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-link-secondary.a-link,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .a-button.a-link.a-button-primary,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    a.a-button.a-link-primary.a-button-link,
  .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    button.a-button.a-link-primary.a-button-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser:not(.teaser-100)
    .teaser-wrap.teaser-wrap.a-area.a-area-primary
    .teaser-links
    li
    .a-button.a-link-secondary.a-link {
    max-width: 100%;
    min-width: auto;
  }
  .m-teaser.teaser-200-2
    .teaser-wrap.a-area:not(.a-area-primary)
    .teaser-content
    .list-unstyled.teaser-links
    li
    .a-link,
  .m-teaser.teaser-200-2
    .teaser-wrap:not(.a-area)
    .teaser-content
    .list-unstyled.teaser-links
    li
    .a-link {
    min-width: auto;
    max-width: none;
  }
  .m-teaser .teaser-wrap {
    height: auto !important;
  }
  .m-technical-info-rebrush .technical-info-header-wrap .a-heading {
    margin-bottom: 10px;
  }
}
.m-technical-info-rebrush
  .technical-info-header-wrap
  .technical-info-search-wrap {
  position: relative;
}
.m-technical-info-rebrush
  .technical-info-header-wrap
  .technical-info-search-wrap
  .m-forminput {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.m-technical-info-rebrush
  .technical-info-header-wrap
  .technical-info-search-wrap
  .m-forminput:focus {
  background-color: transparent !important;
}
.m-technical-info-rebrush
  .technical-info-header-wrap
  .technical-info-search-wrap
  .m-forminput:hover {
  border-color: #000028 !important;
}
.m-technical-info-rebrush
  .technical-info-header-wrap
  .technical-info-search-wrap
  .icon-search {
  right: 0;
}
.m-technical-info-rebrush .technical-info-content-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 40px 0;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-sub-heading-wrap {
  overflow: visible;
  margin-bottom: 32px;
  width: 100%;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-sub-heading-wrap
  .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
  width: 100%;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  p {
  font-size: inherit;
  line-height: inherit;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  .technical-info-item
  .technical-info-item-heading {
  color: #2b2f43;
  font-family: SiemensSans-Bold, sans-serif;
  font-weight: 400;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  .technical-info-item
  .technical-info-item-content {
  color: #2b2f43;
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  .technical-info-item-wrap
  .technical-info-item
  .icon-info-circle:before {
  color: #007a7a;
}
.m-technical-info-rebrush .technical-info-content-wrap > .icon-arrow-down {
  height: 75px;
  padding-top: 10px;
  opacity: 1;
}
@media (min-width: 900px) {
  .g-layout-half .m-teaserslider .m-teaser .a-heading {
    margin-top: 30px;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item
    .technical-info-item-content {
    margin: 0 0 30px;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item:nth-child(odd) {
    position: relative;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item:nth-child(odd):after {
    content: "";
    position: absolute;
    width: 200%;
    border-bottom: thin solid #e0e3e7;
    height: auto;
    left: 0;
    bottom: 0;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item:nth-child(odd):nth-last-child(1):after,
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item:nth-child(odd):nth-last-child(2):after {
    display: none;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item:not(:nth-child(1)):not(:nth-child(2)) {
    padding-top: 28px;
  }
  .m-technical-info-rebrush .technical-info-content-wrap > .icon-arrow-down {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      color-stop(55%, rgba(255, 255, 255, 0.9)),
      to(rgba(255, 225, 255, 0))
    );
    background: linear-gradient(
      0deg,
      #fff 0,
      rgba(255, 255, 255, 0.9) 55%,
      rgba(255, 225, 255, 0) 100%
    );
  }
}
.m-technical-info-rebrush
  .technical-info-content-wrap
  > .icon-arrow-down:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: 50%;
  color: #007a7a;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media (max-width: 749px) {
  .m-technical-info-rebrush .technical-info-content-wrap > .icon-arrow-down {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(white),
      color-stop(55%, rgba(255, 255, 255, 0.9)),
      to(rgba(255, 225, 255, 0))
    );
    background: linear-gradient(
      0deg,
      #fff 0,
      rgba(255, 255, 255, 0.9) 55%,
      rgba(255, 225, 255, 0) 100%
    );
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    top: auto;
  }
}
.m-technical-info-rebrush .technical-info-content-wrap > .icon-arrow-up {
  background: 0 0;
  height: 75px;
  padding-top: 10px;
  opacity: 1;
}
.m-technical-info-rebrush .technical-info-content-wrap > .icon-arrow-up:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: 50%;
  color: #007a7a;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 50%) rotate(180deg);
  -ms-transform: translate(0, 50%) rotate(180deg);
  transform: translate(0, 50%) rotate(180deg);
}
@media (max-width: 749px) {
  .m-technical-info-rebrush .technical-info-content-wrap > .icon-arrow-up {
    bottom: auto;
    height: 50px;
    left: auto;
    padding-top: 0;
    position: relative;
    text-align: center;
    top: auto;
  }
}
@media (max-width: 899px) {
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap
    .technical-info-item {
    border: none;
  }
  .m-technical-info-rebrush .technical-info-content-wrap:not(:first-of-type) {
    padding-top: 40px;
  }
  .m-layer.m-tilenavigation-layer .layer-content-inner .layer-content-heading,
  .m-tilenavigation + .m-layer .layer-content-inner .layer-content-heading {
    margin-top: 0;
  }
}
.m-technical-info-rebrush .button-wrapper {
  margin-bottom: 34px;
  text-align: center;
}
.m-technical-info-rebrush .button-wrapper .additional-technical-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: auto;
}
.m-technical-info-rebrush .button-wrapper .additional-technical-info:before {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
@media (max-width: 749px) {
  .m-technical-info-rebrush + .technical-info-content-wrap {
    padding-top: 0;
  }
  .m-technical-info-rebrush .button-wrapper {
    margin-top: 29px;
    text-align: center;
  }
  .m-technical-info-rebrush .technical-info-content-wrap {
    margin: 0;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-sub-heading-wrap {
    margin-bottom: 0;
    padding: 0 0 24px;
  }
  .m-technical-info-rebrush
    .technical-info-content-wrap
    .technical-info-item-wrap[style="display: none;"] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100px;
  }
}
.m-termsconditions {
  --m-termconditions-bg: transparent;
  --m-termconditions-content: #2b2f43;
  --m-termconditions-border: #007a7a;
  --m-termconditions-check-color: #000;
  --m-termconditions-checkbox-color: #000;
  --m-termconditions-checkbox-color-checked: #000;
  --m-termconditions-link-color: #007a7a;
  background: var(--m-termconditions-bg);
  color: var(--m-termconditions-content);
  margin: 50px 0 0;
}
.m-termsconditions .a-heading {
  color: var(--m-termconditions-content);
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 750px) {
  .m-termsconditions {
    margin: 90px 0 0;
  }
  .m-termsconditions .a-heading {
    font-size: 28px;
    line-height: 33px;
  }
}
.m-termsconditions
  .m-forminput.m-forminput-checkbox
  input.m-forminput:checked
  ~ .a-formlabel:before {
  border-color: var(--m-termconditions-checkbox-color);
  -webkit-box-shadow: inset 0 0 0 1px var(--m-termconditions-checkbox-color);
  box-shadow: inset 0 0 0 1px var(--m-termconditions-checkbox-color);
}
.m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox:before {
  background: 0 0;
  border-color: #cfd0d6;
  outline: 0 !important;
}
.m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox:after {
  color: var(--m-termconditions-check-color);
  font-weight: 900;
}
.m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text {
  color: var(--m-termconditions-content);
  font-size: 16px;
  line-height: 26px;
}
.m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link {
  color: var(--m-termconditions-link-color);
}
.m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link:hover {
  border-bottom: 1px solid var(--m-termconditions-border);
}
.m-termsconditions .m-layer.js-terms-conditions-layer .layer-content {
  background: #fff !important;
  color: #000;
}
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .a-heading {
  color: #000;
}
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .layer-close
  .a-button
  .icon {
  color: #000028;
}
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .print-button
  .a-link {
  color: #000;
  float: left;
}
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .print-button
  .a-link
  .icon {
  color: #000;
}
.m-termsconditions
  .m-layer.js-terms-conditions-layer
  .layer-content
  .buttons
  .a-button.js-agree-button {
  float: unset;
  margin-left: 24px;
}
@media (min-width: 900px) {
  .m-layer.m-tilenavigation-layer .layer-overlay,
  .m-tilenavigation + .m-layer .layer-overlay {
    background: 0 0;
  }
  .m-layer.m-tilenavigation-layer .layer-content,
  .m-tilenavigation + .m-layer .layer-content {
    max-width: 1400px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .m-layer.m-tilenavigation-layer .m-contenttextmedia.m-contenttextmedia,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"],
  .m-tilenavigation + .m-layer .m-contenttextmedia.m-contenttextmedia,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    margin: 0 0 80px !important;
    width: 100% !important;
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia:last-child,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]:last-child,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia:last-child,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]:last-child {
    margin-bottom: 0 !important;
  }
  .m-layer.m-tilenavigation-layer .m-contenttextmedia.m-contenttextmedia .media,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .media,
  .m-tilenavigation + .m-layer .m-contenttextmedia.m-contenttextmedia .media,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia
    .content,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content,
  .m-tilenavigation + .m-layer .m-contenttextmedia.m-contenttextmedia .content,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
    padding-right: 0 !important;
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia
    .content
    > *,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content
    > *,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia
    .content
    > *,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content
    > * {
    padding-left: 0 !important;
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia
    .content
    .a-heading,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content
    .a-heading,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia
    .content
    .a-heading,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content
    .a-heading {
    font-size: var(--heading-h3-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h3-line-height);
    margin: var(--heading-h3-margin);
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia:nth-child(2n)
    .content,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]:nth-child(
      2n
    )
    .content,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia:nth-child(2n)
    .content,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]:nth-child(
      2n
    )
    .content {
    padding: 0 !important;
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia:nth-child(2n + 1)
    .media,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]:nth-child(
      2n + 1
    )
    .media,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia:nth-child(2n + 1)
    .media,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]:nth-child(
      2n + 1
    )
    .media {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia:nth-child(2n + 1)
    .content,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]:nth-child(
      2n + 1
    )
    .content,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia:nth-child(2n + 1)
    .content,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]:nth-child(
      2n + 1
    )
    .content {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
    padding: 0 !important;
  }
  .m-layer.m-tilenavigation-layer .layer-content-inner,
  .m-tilenavigation + .m-layer .layer-content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    width: 100%;
  }
}
@media (min-width: 950px) {
  .m-layer.m-tilenavigation-layer .layer-wrapper,
  .m-tilenavigation + .m-layer .layer-wrapper {
    max-width: 80vw;
  }
  .m-layer.m-tilenavigation-layer .layer-wrapper .layer-content,
  .m-tilenavigation + .m-layer .layer-wrapper .layer-content {
    margin: 0 auto;
  }
  .m-layer.m-tilenavigation-layer
    .layer-wrapper
    .layer-content
    .layer-content-heading,
  .m-tilenavigation
    + .m-layer
    .layer-wrapper
    .layer-content
    .layer-content-heading {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
  }
  .m-layer.m-tilenavigation-layer .m-contenttextmedia.m-contenttextmedia .media,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .media,
  .m-tilenavigation + .m-layer .m-contenttextmedia.m-contenttextmedia .media,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia
    .content,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content,
  .m-tilenavigation + .m-layer .m-contenttextmedia.m-contenttextmedia .content,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia
    .content
    .heading
    h2.a-heading,
  .m-layer.m-tilenavigation-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content
    .heading
    h2.a-heading,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia
    .content
    .heading
    h2.a-heading,
  .m-tilenavigation
    + .m-layer
    .m-contenttextmedia.m-contenttextmedia[data-media-size="size-1of2"]
    .content
    .heading
    h2.a-heading {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
.m-tilenavigation {
  --tilenavigation--color-text: #000;
  color: var(--tilenavigation--color-text);
  margin: 0;
  padding: var(--element-margin) 0 0 0;
}
.m-tilenavigation .product-heading-text {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h2-line-height);
  font-family: var(--fontfamily-headlinesfont);
  margin: 0 0 30px;
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  color: var(--tilenavigation--color-text);
}
@media (min-width: 750px) {
  .m-tilenavigation .product-heading-text {
    margin: 0 0 40px;
  }
}
.m-tilenavigation .more-information-link + .product-heading-text,
.m-tilenavigation .tile-wrapper + .product-heading-text {
  margin-top: 40px;
}
.m-tilenavigation .more-information-link {
  margin: 30px 0;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.m-tilenavigation .more-information-link .icon {
  display: none;
}
.m-tilenavigation .tile-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(2px, 50%)) [2];
  grid-template-columns: repeat(2, minmax(2px, 50%));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 25px 14px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}
.m-tilenavigation .tile-wrapper .a-link.tile-navigation-link,
.m-tilenavigation .tile-wrapper .a-link.tile-navigation-link .grid-container {
  width: 100%;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-wrapper {
  height: auto !important;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-wrapper
  .a-image {
  position: relative;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-wrapper
  .a-image:after {
  content: "\e008";
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  bottom: 8px;
  color: #fff;
  font-family: icons;
  font-size: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  width: 16px;
  display: none !important;
}
@media (min-width: 750px) {
  .m-tilenavigation .tile-wrapper {
    margin-top: 0;
    -ms-grid-columns: (minmax(1px, 33.33%)) [3];
    grid-template-columns: repeat(3, minmax(1px, 33.33%));
    gap: 32px 40px;
  }
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link
    .grid-container
    .image-wrapper
    .a-image:after {
    bottom: 8px;
    font-size: 16px;
    height: 16px;
    right: 8px;
    width: 16px;
  }
}
@media (min-width: 900px) {
  .m-tilenavigation .more-information-link + .product-heading-text,
  .m-tilenavigation .tile-wrapper + .product-heading-text {
    margin-top: 80px;
  }
  .m-tilenavigation .tile-wrapper {
    -ms-grid-columns: (minmax(1px, 25%)) [4];
    grid-template-columns: repeat(4, minmax(1px, 25%));
  }
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link
    .grid-container
    .image-wrapper
    .a-image:after {
    bottom: 24px;
    font-size: 24px;
    height: 24px;
    right: 24px;
    width: 24px;
  }
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-wrapper
  .empty-image-container {
  background-color: #ececf0;
  min-height: 99px;
  position: relative;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-wrapper
  .empty-image-container:after {
  content: "\e008";
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  bottom: 8px;
  color: #000;
  display: none;
  font-family: icons;
  font-size: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  width: 16px;
}
@media (min-width: 750px) {
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link
    .grid-container
    .image-wrapper
    .empty-image-container:after {
    bottom: 8px;
    font-size: 16px;
    height: 16px;
    right: 8px;
    width: 16px;
  }
}
@media (min-width: 900px) {
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link
    .grid-container
    .image-wrapper
    .empty-image-container:after {
    bottom: 24px;
    font-size: 24px;
    height: 24px;
    right: 24px;
    width: 24px;
  }
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content {
  background-color: transparent;
  overflow: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper {
  min-height: 43px;
  width: auto;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper
  .product-tile-title {
  color: var(--tilenavigation--color-text);
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.375;
  margin: 10px 0 0;
  width: auto !important;
}
@media (min-width: 750px) {
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link
    .grid-container
    .image-content
    .title-wrapper
    .product-tile-title {
    font-size: 16px;
    line-height: 1.375;
    margin: 10px 0 0;
  }
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper:not(.a-button):hover::after {
  -webkit-transform: translateY(6px) translateX(9px) !important;
  -ms-transform: translateY(6px) translateX(9px) !important;
  transform: translateY(6px) translateX(9px) !important;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .title-wrapper::after {
  color: var(--tilenavigation--color-text);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .icon-wrapper {
  display: none;
}
@media (min-width: 900px) {
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link
    .grid-container
    .image-content
    .title-wrapper
    .product-tile-title {
    font-size: 20px;
    line-height: 1.4;
    margin: 15px 0 0;
  }
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link.hidden:nth-child(7),
  .m-tilenavigation
    .tile-wrapper
    .a-link.tile-navigation-link.hidden:nth-child(8) {
    display: block !important;
  }
}
.m-tilenavigation .product-heading-text + div:not(.tile-wrapper) {
  margin-bottom: 20px;
}
.m-timeslotbooking .more-toggle {
  gap: 10px;
}
.m-timeslotbooking .more-toggle .a-link {
  margin: 0 0 10px;
}
.m-timeslotbooking .more-toggle .a-link .icon-arrow-down:before {
  content: "\e058";
}
.m-timeslotbooking .more-toggle .a-link .icon-arrow-up:before {
  content: "\e048";
}
.m-timeslotbooking .more-toggle .more-toggle-wrapper {
  color: #007a7a;
  padding: 10px 0;
}
.m-timeslotbooking .more-toggle .more-toggle-wrapper .more-toggle-wrapper-head {
  margin-bottom: 10px;
}
.m-timeslotbooking
  .more-toggle
  .more-toggle-wrapper
  .more-toggle-wrapper-bottom {
  padding: 0;
  color: #2b2f43;
}
.m-timeslotbooking
  .more-toggle
  .more-toggle-wrapper
  .more-toggle-wrapper-bottom
  .text {
  padding-left: 0;
}
.m-timeslotbooking .inner-container {
  margin-top: 20px;
}
.m-timeslotbooking .inner-container .timeslots .no-timeslot {
  height: auto;
}
@-webkit-keyframes animation-togglebox-pulse {
  0%,
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  25%,
  75% {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
}
@keyframes animation-togglebox-pulse {
  0%,
  100% {
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  25%,
  75% {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }
  50% {
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
}
.m-togglebox {
  --color-togglebox-bg: #fff;
  --color-togglebox-border: #000;
  --color-togglebox-title: #000;
  --color-togglebox-icon: #000;
  --color-togglebox-title-hover: #000;
  background: var(--color-togglebox-bg);
  margin: 0;
  padding: var(--element-margin) 0 0 0;
}
.m-togglebox .item,
.m-togglebox .item.has-header-icon {
  border-top: 1px solid var(--color-togglebox-border);
  border-bottom: none;
}
.m-togglebox .item .togglebox-content,
.m-togglebox .item.has-header-icon .togglebox-content {
  margin-left: 0 !important;
}
.m-togglebox
  .item
  .togglebox-content
  > :not(.m-forminput):not(.m-contenttextmedia),
.m-togglebox
  .item.has-header-icon
  .togglebox-content
  > :not(.m-forminput):not(.m-contenttextmedia) {
  margin-top: 0;
  padding-top: 0;
}
.m-togglebox
  .item
  .togglebox-content
  > :not(.m-forminput):not(.m-contenttextmedia):last-child,
.m-togglebox
  .item.has-header-icon
  .togglebox-content
  > :not(.m-forminput):not(.m-contenttextmedia):last-child {
  margin-bottom: 25px;
}
.m-togglebox .item .togglebox-content > p,
.m-togglebox .item.has-header-icon .togglebox-content > p {
  padding-right: 60px;
  width: 100%;
}
@media (min-width: 750px) {
  .m-togglebox
    .item
    .togglebox-content
    > :not(.m-forminput):not(.m-contenttextmedia),
  .m-togglebox
    .item.has-header-icon
    .togglebox-content
    > :not(.m-forminput):not(.m-contenttextmedia) {
    padding-top: 29px;
  }
  .m-togglebox
    .item
    .togglebox-content
    > :not(.m-forminput):not(.m-contenttextmedia):last-child,
  .m-togglebox
    .item.has-header-icon
    .togglebox-content
    > :not(.m-forminput):not(.m-contenttextmedia):last-child {
    margin-bottom: 35px;
  }
  .m-togglebox .item .togglebox-content > p,
  .m-togglebox .item.has-header-icon .togglebox-content > p {
    width: 66%;
  }
}
.m-togglebox .item .togglebox-content > .item,
.m-togglebox .item.has-header-icon .togglebox-content > .item {
  padding-top: 0;
}
.m-togglebox .item .togglebox-content > .item:last-child,
.m-togglebox .item.has-header-icon .togglebox-content > .item:last-child {
  border-bottom: none;
}
.m-togglebox .item .togglebox-wrapper,
.m-togglebox .item.has-header-icon .togglebox-wrapper {
  min-height: 38px;
}
.m-togglebox .item .togglebox-wrapper .icon,
.m-togglebox .item.has-header-icon .togglebox-wrapper .icon {
  margin-right: 25px;
}
.m-togglebox .item .togglebox-wrapper .icon:before,
.m-togglebox .item.has-header-icon .togglebox-wrapper .icon:before {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 50px;
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle;
  width: 26px;
}
.m-togglebox .item .togglebox-wrapper > .text,
.m-togglebox .item.has-header-icon .togglebox-wrapper > .text {
  padding-left: 0;
  padding-right: 48px;
}
.m-togglebox .item .togglebox-subtitle,
.m-togglebox .item .togglebox-title,
.m-togglebox .item.has-header-icon .togglebox-subtitle,
.m-togglebox .item.has-header-icon .togglebox-title {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h4-line-height);
  border-top: none;
  border-bottom: none;
  color: var(--color-togglebox-title);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  padding: 26px 0;
  width: 100%;
}
.m-togglebox .item .togglebox-subtitle:active,
.m-togglebox .item .togglebox-subtitle:focus,
.m-togglebox .item .togglebox-subtitle:hover,
.m-togglebox .item .togglebox-title:active,
.m-togglebox .item .togglebox-title:focus,
.m-togglebox .item .togglebox-title:hover,
.m-togglebox .item.has-header-icon .togglebox-subtitle:active,
.m-togglebox .item.has-header-icon .togglebox-subtitle:focus,
.m-togglebox .item.has-header-icon .togglebox-subtitle:hover,
.m-togglebox .item.has-header-icon .togglebox-title:active,
.m-togglebox .item.has-header-icon .togglebox-title:focus,
.m-togglebox .item.has-header-icon .togglebox-title:hover {
  color: var(--color-togglebox-title-hover);
}
.m-togglebox .item .togglebox-subtitle.a-link:not(.a-button):active .text,
.m-togglebox .item .togglebox-subtitle.a-link:not(.a-button):focus .text,
.m-togglebox .item .togglebox-subtitle.a-link:not(.a-button):hover .text,
.m-togglebox .item .togglebox-title.a-link:not(.a-button):active .text,
.m-togglebox .item .togglebox-title.a-link:not(.a-button):focus .text,
.m-togglebox .item .togglebox-title.a-link:not(.a-button):hover .text,
.m-togglebox
  .item.has-header-icon
  .togglebox-subtitle.a-link:not(.a-button):active
  .text,
.m-togglebox
  .item.has-header-icon
  .togglebox-subtitle.a-link:not(.a-button):focus
  .text,
.m-togglebox
  .item.has-header-icon
  .togglebox-subtitle.a-link:not(.a-button):hover
  .text,
.m-togglebox
  .item.has-header-icon
  .togglebox-title.a-link:not(.a-button):active
  .text,
.m-togglebox
  .item.has-header-icon
  .togglebox-title.a-link:not(.a-button):focus
  .text,
.m-togglebox
  .item.has-header-icon
  .togglebox-title.a-link:not(.a-button):hover
  .text {
  text-decoration: none;
}
.m-togglebox .item .togglebox-subtitle.a-link:not(.a-button):active:before,
.m-togglebox .item .togglebox-subtitle.a-link:not(.a-button):focus:before,
.m-togglebox .item .togglebox-subtitle.a-link:not(.a-button):hover:before,
.m-togglebox .item .togglebox-title.a-link:not(.a-button):active:before,
.m-togglebox .item .togglebox-title.a-link:not(.a-button):focus:before,
.m-togglebox .item .togglebox-title.a-link:not(.a-button):hover:before,
.m-togglebox
  .item.has-header-icon
  .togglebox-subtitle.a-link:not(.a-button):active:before,
.m-togglebox
  .item.has-header-icon
  .togglebox-subtitle.a-link:not(.a-button):focus:before,
.m-togglebox
  .item.has-header-icon
  .togglebox-subtitle.a-link:not(.a-button):hover:before,
.m-togglebox
  .item.has-header-icon
  .togglebox-title.a-link:not(.a-button):active:before,
.m-togglebox
  .item.has-header-icon
  .togglebox-title.a-link:not(.a-button):focus:before,
.m-togglebox
  .item.has-header-icon
  .togglebox-title.a-link:not(.a-button):hover:before {
  -webkit-animation: none;
  animation: none;
}
.m-togglebox .item .togglebox-subtitle:before,
.m-togglebox .item .togglebox-title:before,
.m-togglebox .item.has-header-icon .togglebox-subtitle:before,
.m-togglebox .item.has-header-icon .togglebox-title:before {
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 36px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  width: 26px;
  color: var(--color-togglebox-icon);
  left: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-togglebox .item .togglebox-subtitle.is-open,
.m-togglebox .item .togglebox-title.is-open,
.m-togglebox .item.has-header-icon .togglebox-subtitle.is-open,
.m-togglebox .item.has-header-icon .togglebox-title.is-open {
  color: var(--color-togglebox-title);
}
.m-togglebox .item .togglebox-subtitle.is-open:before,
.m-togglebox .item .togglebox-title.is-open:before,
.m-togglebox .item.has-header-icon .togglebox-subtitle.is-open:before,
.m-togglebox .item.has-header-icon .togglebox-title.is-open:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-togglebox .item .togglebox-subtitle.is-open .text,
.m-togglebox .item .togglebox-title.is-open .text,
.m-togglebox .item.has-header-icon .togglebox-subtitle.is-open .text,
.m-togglebox .item.has-header-icon .togglebox-title.is-open .text {
  text-decoration: none;
}
.m-togglebox .item .togglebox-subtitle > .text,
.m-togglebox .item .togglebox-title > .text,
.m-togglebox .item.has-header-icon .togglebox-subtitle > .text,
.m-togglebox .item.has-header-icon .togglebox-title > .text {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}
.m-togglebox .item .togglebox-title,
.m-togglebox .item.has-header-icon .togglebox-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.m-togglebox .item .togglebox-title .a-image.a-image-inline,
.m-togglebox .item.has-header-icon .togglebox-title .a-image.a-image-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 75px;
  width: auto;
}
.m-togglebox .item.has-header-icon:first-child:last-child,
.m-togglebox .item.has-header-icon:last-child,
.m-togglebox .item:first-child:last-child,
.m-togglebox .item:last-child {
  border-bottom: 1px solid var(--color-togglebox-border);
}
.m-togglebox .togglebox-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  margin-right: 20px;
}
.m-togglebox .togglebox-content {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m-togglebox .togglebox-content.is-open {
  margin-top: 7px;
  margin-bottom: 35px;
}
@media (min-width: 750px) {
  .m-togglebox .togglebox-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    margin-right: 25px;
  }
  .m-togglebox .togglebox-content.is-open {
    margin-top: 56px;
    margin-bottom: 80px;
  }
  .m-totalamount {
    float: none;
    width: 100%;
  }
}
.m-togglebox .togglebox-content .m-contenttextmedia {
  margin: 0 !important;
  width: 100% !important;
}
.m-togglebox .togglebox-content .m-contenttextmedia:first-child {
  padding-top: 0;
}
@media (max-width: 899px) {
  .m-togglebox .togglebox-content .m-contenttextmedia .media {
    width: 100%;
  }
  .m-togglebox .togglebox-content .m-contenttextmedia .content,
  .m-togglebox
    .togglebox-content
    .m-contenttextmedia
    .content:not(:only-child) {
    padding: 0;
  }
}
@media (min-width: 900px) {
  .m-togglebox .togglebox-content .m-contenttextmedia {
    gap: 50px;
  }
  .m-togglebox
    .togglebox-content
    .m-contenttextmedia:first-child
    .content:not(:only-child):first-child {
    width: 50%;
  }
  .m-togglebox
    .togglebox-content
    .m-contenttextmedia:first-child
    .content:not(:only-child):first-child
    .content-inner {
    padding: 0;
    width: 100%;
  }
  .m-togglebox
    .togglebox-content
    .m-contenttextmedia:first-child
    .content:not(:only-child):first-child
    + .media {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .m-togglebox .item .togglebox-title:not(.is-open) span.text {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .m-togglebox .item:hover .togglebox-title:not(.is-open):before {
    -webkit-animation-name: animation-togglebox-pulse;
    animation-name: animation-togglebox-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: none;
    transition: none;
  }
  .m-togglebox .item:hover .togglebox-title:not(.is-open):hover:before {
    -webkit-animation-name: animation-togglebox-pulse;
    animation-name: animation-togglebox-pulse;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .m-togglebox
    .item:hover
    .togglebox-title:not(.is-open)
    .a-image.a-image-inline
    + span.text,
  .m-togglebox
    .item:hover
    .togglebox-title:not(.is-open)
    .togglebox-wrapper
    > span.text {
    text-indent: 20px;
  }
}
.m-togglebox
  .togglebox-content#section-spareparts
  .o-list.o-list-sparepart
  .m-filterbar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  margin: calc(var(--element-margin) / 2) 0 0 0;
}
.m-togglebox
  .togglebox-content#section-spareparts
  .o-list.o-list-sparepart
  .m-filterbar
  .filterbar-item.js-filterbar-sorting {
  background: 0 0;
  width: auto !important;
}
.m-togglebox
  .togglebox-content#section-spareparts
  .o-list.o-list-sparepart
  .m-filterbar
  .filterbar-buttons {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.m-togglebox .togglebox-content#section-spareparts .m-togglebox {
  padding: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  padding: calc(var(--element-margin) / 2) 0 0 0;
}
.m-totalamount {
  border-top: 1px solid #7b89a1;
  margin: 0 0 10px;
  padding-top: 18px;
  width: 100%;
}
.m-totalamount .list {
  border: 0 !important;
  margin-bottom: 0;
  padding-top: 17px;
  width: 100%;
}
.m-totalamount .list li .label {
  text-align: left;
  padding: 0;
}
.m-totalamount .list li .value {
  text-align: right;
  padding: 0;
}
.m-totalamount .list li:only-child {
  margin-bottom: 0;
}
.m-totalamount .list li:only-child .label {
  text-align: left;
  margin-bottom: 8px;
}
.m-totalamount .list li:only-child .value {
  text-align: right;
}
.m-totalamount .list li:only-child .label,
.m-totalamount .list li:only-child .value {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  padding: 0;
}
.m-totalamount .list li:not(:only-child):first-child {
  margin-bottom: 10px;
}
.m-totalamount .list li:not(:only-child):first-child .label {
  text-align: left;
  margin-bottom: 0;
}
.m-totalamount .list li:not(:only-child):first-child .value {
  text-align: right;
}
.m-totalamount .list li:not(:only-child):first-child .label,
.m-totalamount .list li:not(:only-child):first-child .value {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  padding: 0;
}
.m-totalamount .list li:not(:only-child):first-child + li .label,
.m-totalamount .list li:not(:only-child):first-child + li .value {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.m-totalamount .list li:not(:only-child):last-child .label {
  text-align: left;
}
.m-totalamount .list li:not(:only-child):last-child .value {
  text-align: right;
}
.m-totalamount .list li:not(:only-child):last-child .label,
.m-totalamount .list li:not(:only-child):last-child .value {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding: 0;
}
.m-totalamount .savings {
  margin-bottom: 0;
  padding: 0;
}
.m-totalamount .savings p {
  margin-bottom: 0;
}
.m-totalamount .savings .highlight {
  color: #d4691b;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
.m-totalamount .information {
  margin: 0;
  padding: 0;
}
.m-totalamount .information p {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.m-totalamount .coupon-information-message {
  padding: 0;
}
.m-totalamount .coupon-information-message p {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
}
.m-trustedshops {
  margin-bottom: 0;
  margin-top: 40px;
  position: relative;
  padding: 120px 0 0;
}
.m-trustedshops::before {
  content: "";
  background: #f5f5f7;
  z-index: -1;
  width: 100vw;
  height: 100%;
  left: -webkit-calc(50% + -50vw);
  left: calc(50% + -50vw);
  position: absolute;
  top: 0;
}
.m-trustedshops .a-heading {
  font-family: var(--fontfamily-headlinesfont);
  margin-bottom: 15px;
}
.m-trustedshops .a-heading.h3,
.m-trustedshops h3.a-heading {
  font-size: 20px;
  line-height: 20px;
}
.m-trustedshops .m-imagelist .a-image {
  margin-bottom: 13px;
  margin-right: 13px;
  width: 87px;
}
@media (min-width: 750px) {
  .m-trustedshops .a-heading.h3,
  .m-trustedshops h3.a-heading {
    font-size: 24px;
    line-height: 36px;
  }
  .m-trustedshops .m-imagelist .a-image {
    margin-bottom: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 900px) {
  .m-trustedshops .a-heading {
    margin-bottom: 20x;
  }
  .m-trustedshops .m-imagelist .a-image {
    margin-bottom: 15px;
    margin-right: 15px;
  }
}
.m-typeplatefinder .a-formlabel {
  width: 85%;
}
.m-typeplatefinder .m-forminput-dropdown {
  width: auto;
}
@-webkit-keyframes uspnavigation-colorchange {
  0% {
    background-color: #3cc8be;
  }
  100% {
    background-color: #f5f5f7;
  }
}
@keyframes uspnavigation-colorchange {
  0% {
    background-color: #3cc8be;
  }
  100% {
    background-color: #f5f5f7;
  }
}
.m-uspnavigation {
  -webkit-animation-name: uspnavigation-colorchange;
  animation-name: uspnavigation-colorchange;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: #3cc8be;
  font-size: 12px;
  font-family: var(--fontfamily-roman);
  font-weight: 400;
  height: 22px;
  line-height: 1;
}
.m-uspnavigation b,
.m-uspnavigation strong {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
}
.m-uspnavigation .usp-slider-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-uspnavigation .slick-track > .usp-element[style="width: 0px;"] {
  opacity: 0;
}
.m-uspnavigation > .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 17px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.m-uspnavigation > .icon-arrow-left {
  margin-left: 10px;
}
.m-uspnavigation > .icon-arrow-right {
  margin-right: 10px;
}
.m-uspnavigation .usp-close-button {
  display: none;
  border: none !important;
}
.m-uspnavigation .usp-close-button:hover {
  color: #fff !important;
}
.m-uspnavigation .usp-element .a-link {
  color: #000 !important;
  font-size: 12px;
  font-family: var(--fontfamily-bold);
  font-weight: 400;
  line-height: 1;
}
.m-uspnavigation .usp-element .a-link:active,
.m-uspnavigation .usp-element .a-link:focus,
.m-uspnavigation .usp-element .a-link:hover {
  color: #000 !important;
  border: none !important;
  text-decoration: underline !important;
}
@media only screen and (min-width: 1920px) {
  .m-uspnavigation {
    margin: auto !important;
    width: var(--max-pagewidth) !important;
  }
  .m-uspnavigation:before {
    -webkit-animation-name: uspnavigation-colorchange;
    animation-name: uspnavigation-colorchange;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #3cc8be;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
}
.m-usppromotionbar {
  background: 0 0;
  margin: 0;
  padding: 0 30px;
}
.m-usppromotionbar .usp-list-item {
  gap: 16px;
  margin-bottom: 32px;
}
.m-usppromotionbar .usp-list-item .a-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30px;
  -ms-flex: 0 1 30px;
  flex: 0 1 30px;
}
.m-usppromotionbar .usp-list-item .usp-text-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  margin: 0;
}
.m-usppromotionbar .usp-list-item .usp-text-content .usp-headline {
  margin-bottom: 12px;
  width: 100%;
}
.m-usppromotionbar
  .usp-list-item
  .usp-text-content
  .usp-headline
  h3.usp-headline-text {
  font-size: 24px;
  line-height: 24px;
}
.m-usppromotionbar .usp-list-item .usp-text-content .usp-description {
  margin: 0;
  width: 100%;
}
.m-usppromotionbar .usp-list-item .usp-text-content .usp-description span {
  font-size: 16px;
  line-height: 26px;
}
.m-video .play-layer .icon-play {
  background: #3cc8be;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  color: #41aaaa;
  height: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
}
.m-video .play-layer .icon-play:before {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
  height: 24px;
  margin-left: 1px;
  top: 0;
}
.m-video.m-video-cliplister #controls {
  z-index: 5 !important;
}
.m-video.m-video-cliplister #controls .cl-video-controls-container {
  background: 0 0;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-container
  > .cl-video-control-button {
  background: 0 0;
  color: #fff;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-container
  > .cl-video-control-button::before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-container
  > .cl-video-control-button.cl-video-control-pause,
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-container
  > .cl-video-control-button.cl-video-control-play {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-container
  > .cl-video-control-button.cl-video-control-pause:before {
  -webkit-transform: translate(-55%, -50%);
  -ms-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
}
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-container
  .cl-video-control-text {
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-progress-container
  .cl-video-control-progress-container
  .cl-video-control-progress-bar-rail {
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-progress-container
  .cl-video-control-progress-container
  .cl-video-control-progress-bar-rail
  .cl-video-control-progress-bar-buffered {
  background-color: rgba(255, 255, 255, 0.3);
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-progress-container
  .cl-video-control-progress-container
  .cl-video-control-progress-bar-rail
  .cl-video-control-progress-bar-played {
  height: 4px;
  margin-top: -3px;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-progress-container
  .cl-video-control-progress-container
  .cl-video-control-progress-bar-rail
  .cl-video-control-progress-bar-played
  .cl-video-control-current-time-point {
  opacity: 0;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-preferences
  .cl-video-control-fullscreenon {
  background: 0 0;
  color: #fff;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-controls-preferences
  .cl-video-control-fullscreenon::before {
  display: inline-block;
  font-size: 22px;
  font-family: icons;
  height: 22px;
  line-height: 17px;
  text-align: center;
  vertical-align: middle;
  width: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-video.m-video-cliplister #controls .cl-video-control-volume {
  background: 0 0;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume:hover
  .cl-video-control-volume-overlayer {
  bottom: 42px;
  height: 100px;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-volume-slider-wrapper
  .cl-video-control-volume-slider-container {
  background: 0 0;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-volume-slider-wrapper
  .cl-video-control-volume-slider-container
  .cl-video-control-volume-slider-rail {
  background: rgba(255, 255, 255, 0.3);
  width: 2px;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-volume-slider-current
  .cl-video-control-current-volume-point {
  border-radius: 50%;
  height: 12px;
  left: -5px;
  width: 12px;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-0,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-1,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-2,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-3,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-4 {
  background: 0 0;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-0::before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-1::before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-2::before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-3::before,
.m-video.m-video-cliplister
  #controls
  .cl-video-control-volume
  .cl-video-control-buttons-wrapper
  .cl-video-control-button.cl-video-control-volume-4::before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 19px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  color: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.m-video.m-video-cliplister #playButton {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 6;
}
.m-video.m-video-cliplister #playButton > div {
  background: #3cc8be !important;
  border-radius: 50% !important;
  -webkit-box-shadow: 0 0 0 6px rgba(60, 200, 190, 0.2) !important;
  box-shadow: 0 0 0 6px rgba(60, 200, 190, 0.2) !important;
  color: #000 !important;
  height: 47px !important;
  line-height: 54px !important;
  left: 50% !important;
  padding: 0 !important;
  position: absolute !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  width: 47px !important;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-video.m-video-cliplister #playButton > div:before {
  display: inline-block;
  font-family: icons;
  height: 14px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 14px;
  color: #000;
  font-size: 14px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-37%, -50%);
  -ms-transform: translate(-37%, -50%);
  transform: translate(-37%, -50%);
  z-index: 1;
}
.m-video.m-video-cliplister .video-content object,
.m-video.m-video-cliplister .video-content video {
  background-color: #000028 !important;
}
.m-video.m-video-cliplister .video-content .cliplister-viewer > div {
  max-width: 100%;
  max-height: 100%;
}
.m-vouchercode .a-area-errorbox {
  margin-bottom: 8px;
  margin-top: 22px;
}
.m-vouchercode .a-area-errorbox p {
  margin: 0;
}
.m-vouchercode .a-area-errorbox h4.header {
  font-size: 24px;
}
.m-vouchercode .voucher-wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.m-vouchercode .voucher-wrap .a-formlabel {
  display: block;
  margin-bottom: -5px;
}
.m-vouchercode .voucher-wrap .a-formlabel .label-text {
  font-family: var(--fontfamily-headlinesfont);
  letter-spacing: 0;
  text-transform: unset;
}
.m-vouchercode .input-wrap {
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
}
.m-vouchercode .input-wrap input {
  height: 40px !important;
  min-height: 40px !important;
  padding: 10px 10px 10px 0 !important;
}
.m-vouchercode .submit-wrap {
  padding: 0;
  width: 100%;
}
.m-vouchercode .submit-wrap.voucher-redeem .a-button-remove {
  text-align: center !important;
}
.m-vouchercode .submit-wrap.voucher-redeem .a-button-remove span {
  line-height: 18px;
}
.m-vouchercode .submit-wrap.voucher-redeem .a-button-remove:after {
  top: -webkit-calc(50% - 9px);
  top: calc(50% - 9px);
}
.m-vouchercode .m-form {
  margin-top: 0;
  padding: 0;
}
.m-vouchercode .m-form .voucher-wrap:not(.js-release-voucher) {
  display: block;
}
@media (min-width: 750px) {
  .m-video.m-video-cliplister #playButton > div {
    -webkit-box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.1) !important;
    height: 72px !important;
    line-height: 80px !important;
    width: 72px !important;
  }
  .m-video.m-video-cliplister #playButton > div::before {
    font-size: 17px !important;
  }
  .m-vouchercode .voucher-wrap .a-formlabel {
    margin-bottom: -17px;
  }
  .m-vouchercode .m-form .voucher-wrap:not(.js-release-voucher) {
    -webkit-column-gap: 40px;
    column-gap: 40px;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "label label" "input button" "message message";
  }
}
.m-vouchercode .m-form .voucher-wrap:not(.js-release-voucher) .a-formlabel {
  grid-area: label;
}
.m-vouchercode .m-form .voucher-wrap:not(.js-release-voucher) .input-wrap {
  grid-area: input;
}
.m-vouchercode
  .m-form
  .voucher-wrap:not(.js-release-voucher)
  .input-wrap
  .m-forminput {
  height: 40px;
  min-height: 40px;
}
.m-vouchercode .m-form .voucher-wrap:not(.js-release-voucher) .submit-wrap {
  grid-area: button;
}
.m-vouchercode
  .m-form
  .voucher-wrap:not(.js-release-voucher)
  .submit-wrap
  .a-button {
  height: 50px;
  min-height: 50px;
}
.m-vouchercode .m-form .voucher-wrap .submit-wrap.voucher-redeem {
  grid-area: unset !important;
}
.m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap.voucher-redeem
  .a-link.a-button-remove {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: thin solid #000;
  border-radius: 9999em;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  min-width: auto !important;
  min-height: auto !important;
  padding: 3px 50px 3px 11px !important;
  position: relative;
  text-align: left !important;
  width: 100%;
}
.m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap.voucher-redeem
  .a-link.a-button-remove:after {
  color: #000;
  display: inline-block !important;
  font-family: icons;
  font-size: 14px;
  position: relative;
  right: unset;
  top: 2px !important;
}
.m-vouchercode .m-form .voucher-message {
  color: #53b044;
  grid-area: message;
  margin-top: 22px;
}
.m-vouchercode .m-form[data-ajax-id="ajax-voucher-release"] {
  -webkit-column-gap: 8px;
  column-gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  row-gap: 22px;
}
.m-vouchercode .m-form[data-ajax-id="ajax-voucher-release"] .a-area,
.m-vouchercode .m-form[data-ajax-id="ajax-voucher-release"] .voucher-message {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: none;
}
.m-vouchercode .m-form[data-ajax-id="ajax-voucher-release"] .voucher-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  width: auto;
}
.o-alternativeproduct {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px 0 #ececf0;
  box-shadow: 0 0 10px 0 #ececf0;
}
.o-alternativeproduct .product-image-wrapper {
  padding: 20px 16px;
}
@media (min-width: 900px) {
  .m-usppromotionbar {
    padding: 0 50px;
  }
  .m-video .play-layer .icon-play {
    height: 72px;
    width: 72px;
  }
  .m-video .play-layer .icon-play:before {
    height: 75px;
    top: 50%;
  }
  .o-alternativeproduct .product-image-wrapper {
    padding: 50px 20px;
  }
}
.o-alternativeproduct .tile-description {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0 16px 32px;
  text-align: center;
}
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  padding: 0;
}
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button)
  .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button)
  .icon {
  display: block;
  font-size: 14px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translateY(-2px) translateX(0);
  -ms-transform: translateY(-2px) translateX(0);
  transform: translateY(-2px) translateX(0);
}
.o-alternativeproduct
  .tile-description
  > .a-link.a-link-primary:not(.a-button):hover
  .icon {
  -webkit-transform: translateY(-2px) translateX(10px);
  -ms-transform: translateY(-2px) translateX(10px);
  transform: translateY(-2px) translateX(10px);
}
.o-alternativeproduct .tile-description .m-producttitle {
  margin: 0;
  padding: 0;
  width: 100%;
}
.o-alternativeproduct .tile-description .m-producttitle > .a-heading {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.o-alternativeproduct .tile-description .m-producttitle > .a-heading .fragment {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 750px) {
  .o-alternativeproduct .tile-description .m-producttitle > .a-heading {
    font-size: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 22px;
  }
  .o-alternativeproduct
    .tile-description
    .m-producttitle
    > .a-heading
    .fragment {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
.o-alternativeproduct .tile-description .m-producttitle .a-link h3.a-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-alternativeproduct
  .tile-description
  .m-producttitle
  .a-link
  h3.a-heading
  .fragment {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (min-width: 750px) {
  .o-alternativeproduct .tile-description {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px 20px;
  }
  .o-alternativeproduct
    .tile-description
    > .a-link.a-link-primary:not(.a-button) {
    font-size: 16px;
  }
  .o-alternativeproduct
    .tile-description
    > .a-link.a-link-primary:not(.a-button)
    .icon {
    display: block;
    font-size: 16px;
  }
  .o-alternativeproduct .tile-description .m-producttitle > .a-heading {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-alternativeproduct
    .tile-description
    .m-producttitle
    > .a-heading
    .fragment {
    font-size: 20px;
    line-height: 24px;
  }
  .o-alternativeproduct .tile-description .m-producttitle .a-link h3.a-heading {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 22px;
  }
  .o-alternativeproduct
    .tile-description
    .m-producttitle
    .a-link
    h3.a-heading
    .fragment {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
}
.o-alternativeproductsslider {
  overflow: hidden;
  padding: 56px 0 0;
}
.o-alternativeproductsslider .a-heading.tiles-slider-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin-bottom: 24px;
  padding: 0;
}
@media (min-width: 900px) {
  .o-alternativeproductsslider .a-heading.tiles-slider-heading {
    margin-bottom: 40px;
  }
}
.o-alternativeproductsslider .tiles-slider .slick-dots {
  margin: 24px 0 0;
  padding: 0;
}
.o-alternativeproductsslider .tiles-slider .slick-dots li.slick-active button {
  background: #000;
}
.o-alternativeproductsslider .tiles-slider .slick-dots li button {
  background: 0 0;
  border: thin solid #000;
  height: 10px;
  width: 10px;
}
.o-alternativeproductsslider .tiles-slider .slick-list {
  overflow: visible;
}
.o-alternativeproductsslider .tiles-slider .slick-list .slick-track {
  overflow: visible;
  margin: 0;
  padding: 0;
}
.o-alternativeproductsslider .alternativeproduct-tile-slider-arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-alternativeproductsslider .alternativeproduct-tile-slider-arrows .next,
.o-alternativeproductsslider .alternativeproduct-tile-slider-arrows .prev {
  position: relative;
  margin-top: 32px;
}
.o-alternativeproductsslider
  .alternativeproduct-tile-slider-arrows
  .next.slick-disabled,
.o-alternativeproductsslider
  .alternativeproduct-tile-slider-arrows
  .prev.slick-disabled {
  display: block !important;
}
.o-buyarea .cta-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}
.o-buyarea .cta-area .localstock-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px !important;
  color: #000;
  text-decoration: none;
}
.o-buyarea .cta-area .location-selector-layout {
  margin-bottom: 10px !important;
}
.o-buyarea .cta-area .location-selector-layout .a-link .text {
  font-size: 12px;
  line-height: 20px;
}
.o-buyarea .cta-area .location-selector-layout .m-locationselectorlayout {
  margin-top: 5px !important;
}
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .zip-code-wrapper
  .location-heading {
  font-size: 12px;
  line-height: 18px;
}
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .zip-code-wrapper
  .location-wrapper {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 0;
  position: relative;
}
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .zip-code-wrapper
  .location-wrapper
  .form-layout-full {
  width: 100%;
}
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .zip-code-wrapper
  .location-wrapper
  .form-layout-full
  .m-forminput {
  background: 0 0 !important;
  border-color: #000 !important;
  margin-top: 0;
  padding: 0 !important;
}
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .form-action {
  bottom: 15px;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: auto;
}
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .form-action
  .a-button {
  background: 0 0;
  border: 0;
  min-height: 40px !important;
  min-width: unset !important;
  height: 40px !important;
  padding: 0 !important;
  width: 100%;
}
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .form-action
  .a-button
  .icon {
  color: #000;
}
.o-buyarea
  .cta-area
  .location-selector-layout
  .m-locationselectorlayout
  .form-action
  .a-button
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 25px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.o-buyarea
  .cta-area
  .m-locationsearch
  .m-searchfield
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input {
  color: #000028 !important;
  padding-right: 22px;
}
.o-buyarea
  .cta-area
  .m-locationsearch
  .m-searchfield
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input::-webkit-input-placeholder {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-locationsearch
  .m-searchfield
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input:-moz-placeholder {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-locationsearch
  .m-searchfield
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input::-moz-placeholder {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-locationsearch
  .m-searchfield
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input:-ms-input-placeholder {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-locationsearch
  .m-searchfield
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: auto !important;
  padding: 0 !important;
  width: 100% !important;
}
.o-buyarea
  .cta-area
  .m-locationsearch
  .m-searchfield
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton
  .icon {
  color: #000028;
}
.o-buyarea
  .cta-area
  .m-searchfield
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-searchfield
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input::-webkit-input-placeholder {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-searchfield
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input:-moz-placeholder {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-searchfield
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input::-moz-placeholder {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-searchfield
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  input.m-forminput.searchfield-input:-ms-input-placeholder {
  color: #000028 !important;
}
.o-buyarea
  .cta-area
  .m-searchfield
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: auto !important;
  padding: 0 !important;
  width: 100% !important;
}
.o-buyarea
  .cta-area
  .m-searchfield
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton
  .icon {
  color: #000028;
}
.o-buyarea .cta-area .m-productsubscription .a-link,
.o-buyarea .cta-area > .a-link:not(.a-button) {
  color: #000 !important;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-buyarea .cta-area .m-productsubscription .a-link span.text,
.o-buyarea .cta-area .m-productsubscription .a-link span.text h3,
.o-buyarea .cta-area > .a-link:not(.a-button) span.text,
.o-buyarea .cta-area > .a-link:not(.a-button) span.text h3 {
  text-decoration: none !important;
}
.o-buyarea .cta-area .m-productsubscription .a-link:hover .text h3:after,
.o-buyarea .cta-area .m-productsubscription .a-link:hover .text:after,
.o-buyarea .cta-area > .a-link:not(.a-button):hover .text h3:after,
.o-buyarea .cta-area > .a-link:not(.a-button):hover .text:after {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-buyarea .cta-area .m-productsubscription .a-link .text h3:after,
.o-buyarea .cta-area .m-productsubscription .a-link .text:after,
.o-buyarea .cta-area > .a-link:not(.a-button) .text h3:after,
.o-buyarea .cta-area > .a-link:not(.a-button) .text:after {
  content: "\e008";
  display: inline-block;
  font-size: 14px;
  height: 16px;
  line-height: 14px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  font-family: icons;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-buyarea .cta-area > * {
  margin-bottom: 17px !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.o-buyarea
  .cta-area
  .m-forminput.m-forminput-dropdown
  .select-wrap
  .select2
  .selection
  .select2-selection
  .select2-selection__rendered {
  font-family: SiemensSans-Roman, sans-serif;
}
.o-buyarea .cta-area .js-conversion-wrapper {
  display: block;
  padding: 0;
}
.o-buyarea .cta-area .js-conversion-wrapper .data-sheet-energy {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  margin-top: 20px;
  gap: 20px;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .eu-product-title {
  color: #7b89a1;
  text-align: right;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-link {
  width: auto;
  margin: 0;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-image {
  height: 30px;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-image
  img {
  width: auto;
  height: 100%;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .m-imagelist {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-label-text-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 0 10px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link.a-link-download {
  color: #7b89a1;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link.a-link-download:before {
  display: none;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link.a-link-download
  .text {
  text-decoration: none;
}
.o-buyarea
  .cta-area
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  line-height: 1;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-buyarea .cta-area .js-conversion-wrapper .data-sheet-energy .imagelist {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-buyarea .cta-area .js-price-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0;
}
.o-buyarea .cta-area .js-price-wrapper .price {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
.o-buyarea
  .cta-area
  .js-price-wrapper
  .price
  .price-info-wrapper
  .additional-info {
  margin: 0;
  padding: 0;
}
.o-buyarea .cta-area .js-price-wrapper .price .discount {
  margin: 0;
}
.o-buyarea .cta-area .js-price-wrapper .price .secondary-currency {
  color: #2b2f43;
  font-size: 16px;
  line-height: 1.2;
}
.o-buyarea .cta-area .js-price-wrapper .previous {
  color: #2b2f43;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
.o-buyarea .cta-area .js-price-wrapper .discount {
  color: #d4691b;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 !important;
}
.o-buyarea .cta-area .js-price-wrapper .price-info-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-buyarea .cta-area .js-price-wrapper .current {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
}
.o-buyarea .cta-area .js-price-wrapper .additional-info {
  color: #7b89a1;
  font-size: 12px !important;
  line-height: 18px !important;
  margin: 0;
  padding: 0;
  text-align: left;
}
.o-buyarea .cta-area .stock-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 17px 0 !important;
  text-align: right;
}
.o-buyarea .cta-area .stock-info-wrapper .a-productavailability {
  text-align: left;
}
.o-buyarea .cta-area .stock-info-wrapper .a-productavailability .text {
  font-size: 12px;
  line-height: 20px;
}
.o-buyarea .cta-area .stock-info-wrapper .m-productsubscription {
  max-width: 100%;
  text-align: left;
  width: auto;
}
@media (max-width: 899px) {
  .o-buyarea .cta-area .stock-info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-buyarea .cta-area .details {
  text-align: right;
}
.o-buyarea .cta-area .details p {
  color: #000028;
  font-size: 12px;
  line-height: 16px;
}
.o-buyarea .cta-area .m-quantityselector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 20px 0 0 !important;
}
.o-buyarea .cta-area .js-product-compare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-buyarea .cta-area .js-product-compare label.a-formlabel {
  padding: 6px 53px 5px 0;
}
.o-buyarea .cta-area .js-product-compare label.a-formlabel:before {
  background: #f5f5f7;
  border-color: #979797;
  height: 30px;
  left: auto;
  right: 0;
  width: 30px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.o-buyarea .cta-area .js-product-compare label.a-formlabel:after {
  left: auto !important;
  right: 7px;
  top: 6px !important;
}
.o-buyarea .cta-area .js-product-compare label.a-formlabel .label-text {
  color: #2b2f43;
  font-size: 12px;
}
.o-buyarea .cta-area .dealer-logos > .a-heading {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
}
.o-buyarea .cta-area .dealer-logos .retailer-wrapper {
  gap: 16px;
}
.o-buyarea .cta-area .dealer-logos .retailer-wrapper a.a-logo {
  background: #fff;
  border: 0;
  border-radius: 2px;
  margin: 0;
}
.o-buyarea .cta-area .dealer-logos .retailer-wrapper .retailer-info {
  position: relative;
}
.o-buyarea
  .cta-area
  .dealer-logos
  .retailer-wrapper
  .retailer-info
  .a-image
  img {
  max-width: 80%;
  width: 100%;
}
.o-buyarea .cta-area .dealer-logos .retailer-wrapper .retailer-info .icon {
  bottom: 10px;
  font-size: 16px;
  position: absolute;
  right: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
}
.o-buyarea
  .cta-area
  .dealer-logos
  .retailer-wrapper
  .retailer-info
  .dealer-price-wrapper {
  margin-bottom: 20px;
}
.o-buyarea
  .cta-area
  .dealer-logos
  .retailer-wrapper
  .retailer-info
  .dealer-price-wrapper
  .dealer-price.highlight {
  margin-bottom: 0;
}
.o-buyarea
  .cta-area
  .dealer-logos
  .retailer-wrapper
  .retailer-info
  .dealer-price-wrapper
  .price-info {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.o-buyarea
  .cta-area
  .dealer-logos
  .retailer-wrapper
  .retailer-info
  .dealer-info {
  margin-bottom: 20px;
}
.o-buyarea
  .cta-area
  .dealer-logos
  .retailer-wrapper
  .retailer-info
  .dealer-info
  span {
  font-size: 14px;
}
.o-buyarea .cta-area .legal-text,
.o-buyarea .cta-area .legal-text .layer-intro-text {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
.o-buyarea .cta-area .legal-text .layer-intro-text a,
.o-buyarea .cta-area .legal-text a {
  color: #000;
  display: inline;
}
.o-buyarea .cta-area > .a-button {
  width: 100%;
  max-width: none;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-buyarea .cta-area > .a-button.a-button-primary,
.o-buyarea .cta-area > .a-button.a-link-primary.a-link,
.o-buyarea .cta-area > a.a-button.a-link-primary.a-button-link,
.o-buyarea .cta-area > button.a-button.a-link-primary.a-button-link,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary,
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[data-popover-id],
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary,
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link,
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link,
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link,
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-buyarea
  .o-myproducts
  > .myproducts-controls
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .no-touchevents
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents .o-buyarea .cta-area > .a-button.a-button-primary:hover,
.no-touchevents .o-buyarea .cta-area > .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-buyarea
  .cta-area
  > button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary:hover,
.no-touchevents
  .o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary:hover,
.no-touchevents
  .o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link:hover:not(.a-button),
.no-touchevents
  .o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link:hover,
.o-buyarea .cta-area > .a-button.a-button-primary:active,
.o-buyarea .cta-area > .a-button.a-button-primary:hover,
.o-buyarea .cta-area > .a-button.a-link-primary.a-button-link:active,
.o-buyarea .cta-area > .a-button.a-link-primary.a-link:active,
.o-buyarea .cta-area > .a-button.a-link-primary.a-link:hover,
.o-buyarea .cta-area > a.a-button.a-link-primary.a-button-link:hover,
.o-buyarea .cta-area > button.a-button.a-link-primary.a-button-link:hover,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary:active,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary:hover,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .cta-area
  > a.a-button.a-link-primary:active,
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link:active[data-popover-id],
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary:active,
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary:hover,
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link:active,
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link:hover,
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link:active,
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link:hover,
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active,
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:hover,
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link:active:not(.a-button),
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link:hover:not(.a-button),
.o-buyarea
  .o-myproducts
  > .myproducts-controls
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link:active,
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary:active,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-buyarea .cta-area > .a-button.a-button-primary:active,
.o-buyarea .cta-area > .a-button.a-link-primary.a-button-link:active,
.o-buyarea .cta-area > .a-button.a-link-primary.a-link:active,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary:active,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .cta-area
  > a.a-button.a-link-primary:active,
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link:active[data-popover-id],
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary:active,
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link:active,
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link:active,
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active,
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link:active:not(.a-button),
.o-buyarea
  .o-myproducts
  > .myproducts-controls
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-buyarea .cta-area > .a-button.a-button-primary[disabled=""],
.o-buyarea .cta-area > .a-button.a-button-primary[disabled="disabled"],
.o-buyarea .cta-area > .a-button.a-button-primary[disabled="true"],
.o-buyarea .cta-area > .a-button.a-link-primary.a-button-link[disabled=""],
.o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-buyarea .cta-area > .a-button.a-link-primary.a-button-link[disabled="true"],
.o-buyarea .cta-area > .a-button.a-link-primary.a-link[disabled=""],
.o-buyarea .cta-area > .a-button.a-link-primary.a-link[disabled="disabled"],
.o-buyarea .cta-area > .a-button.a-link-primary.a-link[disabled="true"],
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary[disabled=""],
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"],
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary[disabled="true"],
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .cta-area
  > a.a-button.a-link-primary[disabled=""],
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"],
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .cta-area
  > a.a-button.a-link-primary[disabled="true"],
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled=""][data-popover-id],
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="disabled"][data-popover-id],
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="true"][data-popover-id],
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary[disabled=""],
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"],
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary[disabled="true"],
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled=""],
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled="true"],
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled=""],
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="true"],
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link[disabled=""]:not(.a-button),
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button),
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button),
.o-buyarea
  .o-myproducts
  > .myproducts-controls
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-buyarea
  .o-myproducts
  > .myproducts-controls
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-buyarea
  .o-myproducts
  > .myproducts-controls
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link[disabled=""],
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="disabled"],
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  > a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-buyarea .cta-area > .a-button.a-button-primary[disabled=""]:hover,
.o-buyarea .cta-area > .a-button.a-button-primary[disabled="disabled"]:hover,
.o-buyarea .cta-area > .a-button.a-button-primary[disabled="true"]:hover,
.o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.o-buyarea .cta-area > .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-buyarea .cta-area > .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-buyarea
  .cta-area
  > a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-buyarea
  .cta-area
  > button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary[disabled=""]:hover,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-buyarea
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .cta-area
  > a.a-button.a-link-primary[disabled="true"]:hover,
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-buyarea
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled=""]:hover[data-popover-id],
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-buyarea
  .m-contenttextmedia
  .m-productconversionarea
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="true"]:hover[data-popover-id],
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary[disabled=""]:hover,
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-buyarea
  .m-form.oidc-registration
  .m-termsconditions
  .cta-area
  > a.a-button.a-link-primary[disabled="true"]:hover,
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.o-buyarea
  .m-oney-widget-section
  .cta-area
  > .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-buyarea
  .m-popover
  .popover-content
  .cta-area
  > .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover,
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover,
.o-buyarea
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover,
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-buyarea
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link[disabled=""]:hover:not(.a-button),
.o-buyarea
  .o-alternativeproduct
  .tile-description.cta-area
  > .a-button.a-link-primary.a-link[disabled="true"]:hover:not(.a-button),
.o-buyarea
  .o-myproducts
  > .myproducts-controls
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-buyarea
  .o-myproducts
  > .myproducts-controls
  .cta-area
  > .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-buyarea
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-buyarea
  .cta-area
  > .a-button.a-link-primary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.o-buyarea
  .cta-area
  .js-button-group-wrapper
  .onlinedealerlayer_request_integratebuttons-text {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.o-buyarea .cta-area .js-button-group-wrapper .a-button {
  width: 100%;
  max-width: none;
}
.o-buyarea .cta-area .js-price-wrapper + p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0 !important;
  width: 100%;
}
.o-buyarea .cta-area p + .stock-info-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.o-buyarea .cta-area .js-detail-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 20px 0 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.o-buyarea .cta-area .js-detail-wrapper p:empty {
  display: none;
}
.o-buyarea .cta-area .js-detail-wrapper p a:not(.a-link):not(.a-button) {
  color: #007a7a;
}
.o-buyarea .cta-area .js-detail-wrapper p .a-link.has-icon .icon.icon-info {
  padding: 0 0 0 16px;
}
.o-buyarea .cta-area .js-detail-wrapper > p {
  margin: 0;
}
.o-buyarea .cta-area .add-to-basket {
  margin-top: 38px;
  width: 100%;
}
.o-buyarea .cta-area .m-forminput.colors {
  -webkit-box-ordinal-group: -31;
  -webkit-order: -32;
  -ms-flex-order: -32;
  order: -32;
}
.o-buyarea .cta-area .js-price-wrapper {
  -webkit-box-ordinal-group: -30;
  -webkit-order: -31;
  -ms-flex-order: -31;
  order: -31;
}
.o-buyarea .cta-area .m-quantityselector {
  -webkit-box-ordinal-group: -29;
  -webkit-order: -30;
  -ms-flex-order: -30;
  order: -30;
}
.o-buyarea .cta-area .js-detail-wrapper,
.o-buyarea .cta-area .js-price-wrapper + p,
.o-buyarea .cta-area .stock-info-wrapper {
  -webkit-box-ordinal-group: -27;
  -webkit-order: -28;
  -ms-flex-order: -28;
  order: -28;
}
.o-buyarea .cta-area .js-conversion-wrapper {
  -webkit-box-ordinal-group: -26;
  -webkit-order: -27;
  -ms-flex-order: -27;
  order: -27;
}
.o-buyarea .cta-area .buttongroup .a-link.a-button,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers,
.o-buyarea .cta-area .buttongroup .product-online-dealers {
  border-radius: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.o-buyarea .cta-area .buttongroup .a-link.a-button,
.o-buyarea .cta-area .buttongroup .a-link.a-button span,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers span,
.o-buyarea .cta-area .buttongroup .product-online-dealers,
.o-buyarea .cta-area .buttongroup .product-online-dealers span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 0;
  padding: 0;
}
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers.sticky,
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky {
  background: #3cc8be !important;
  border-color: #3cc8be !important;
  color: #000 !important;
}
.o-buyarea .cta-area .buttongroup .a-link.a-button.sticky span,
.o-buyarea .cta-area .buttongroup .a-link.product-online-dealers.sticky span,
.o-buyarea .cta-area .buttongroup .product-online-dealers.sticky span {
  color: #000 !important;
}
@media (max-width: 899px) {
  .o-buyarea .cta-area .buttongroup {
    margin-bottom: 0 !important;
    position: relative;
  }
  .o-buyarea .cta-area .buttongroup:before {
    background: #f5f5f7;
    content: "";
    height: 100%;
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
}
.o-buyarea .cta-area #shop-conversion-area {
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-buyarea
  .cta-area
  #shop-conversion-area
  a.a-button.cta-recoengine.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  .o-buyarea
  .cta-area
  #shop-conversion-area
  a.a-button.cta-recoengine.a-link-primary,
.m-oney-widget-section
  .o-buyarea
  .cta-area
  #shop-conversion-area
  .a-button.cta-recoengine.a-link-primary.oney-widget-link,
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-button.a-button-primary.cta-recoengine,
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-button.cta-recoengine.a-link-primary.a-button-link,
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-button.cta-recoengine.a-link-primary.a-link,
.o-buyarea
  .cta-area
  #shop-conversion-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.cta-recoengine.a-link-primary,
.o-buyarea
  .cta-area
  #shop-conversion-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.cta-recoengine.a-link-primary,
.o-buyarea
  .cta-area
  #shop-conversion-area
  .m-oney-widget-section
  .a-button.cta-recoengine.a-link-primary.oney-widget-link {
  margin: 27px 0 0;
  width: 100%;
}
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-link.a-button.a-button-primary.dealer-button:not(.a-button-plain),
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-link.a-button.dealer-button.a-link-primary:not(.a-button-plain) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 0;
  width: 100%;
}
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-link.a-button.a-button-primary.dealer-button:not(.a-button-plain)
  .text,
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-link.a-button.dealer-button.a-link-primary:not(.a-button-plain)
  .text {
  margin: 0;
}
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-link.a-button.a-button-primary.dealer-button:not(.a-button-plain)
  .icon.icon-shoppingcartrebrush,
.o-buyarea
  .cta-area
  #shop-conversion-area
  .a-link.a-button.dealer-button.a-link-primary:not(.a-button-plain)
  .icon.icon-shoppingcartrebrush {
  display: block;
}
.o-buyarea .product-services .m-productservices > h3.a-heading {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
}
.o-buyarea .product-services .m-productservices .delivery .delivery-text {
  color: #000;
  font-size: 16px;
  line-height: 20px;
}
.o-buyarea
  .product-services
  .m-productservices
  .service
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text {
  padding-top: 8px;
}
.o-buyarea
  .product-services
  .m-productservices
  .service
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text:only-child {
  font-size: 16px;
  line-height: 18px;
}
.o-buyarea
  .product-services
  .m-productservices
  .service
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text:only-child
  * {
  font-size: 16px !important;
  line-height: 18px;
  margin-bottom: 0;
}
.o-buyarea .m-imagelist .a-link,
.o-buyarea .m-imagelist img {
  width: 50px;
}
.o-buyarea .data-sheet-repair-index {
  margin: 0 auto 0 0;
}
.o-buyarea .data-sheet-repair-index .m-imagelist .a-link {
  margin: 0;
  width: 100%;
}
.o-buyarea .data-sheet-repair-index .m-imagelist .a-link img {
  height: 32px;
  max-height: none !important;
  max-width: none !important;
  width: auto;
}
.o-buyarea .additional-link-list .a-link h3 {
  font-family: var(--fontfamily-bold);
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 899px) {
  .o-buyarea .dealer-logos {
    background: #f5f5f7;
    margin-bottom: 0 !important;
    padding-bottom: 17px;
    position: relative;
  }
  .o-buyarea .dealer-logos:before {
    background: #f5f5f7;
    content: "";
    height: 100%;
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .o-buyarea .legal-text {
    background: #f5f5f7;
    margin-bottom: 0 !important;
    padding-bottom: 17px;
    position: relative;
  }
  .o-buyarea .legal-text:before {
    background: #f5f5f7;
    content: "";
    height: 100%;
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .o-buyarea .legal-text + .js-trigger-ajax-request + .buttongroup {
    background: #f5f5f7;
    margin-bottom: 0 !important;
    padding-bottom: 17px;
    position: relative;
  }
  .o-buyarea .legal-text + .js-trigger-ajax-request + .buttongroup:before {
    background: #f5f5f7;
    content: "";
    height: 100%;
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .o-buyarea .m-locationsearch {
    background: #f5f5f7;
    margin-bottom: 36px !important;
    padding-bottom: 17px;
    position: relative;
  }
  .o-buyarea .m-locationsearch:before {
    background: #f5f5f7;
    content: "";
    height: 100%;
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
  .o-checkoutdelivery
    form.m-form
    .m-checkoutdeliverybillingaddress
    .billing-address
    fieldset.form-row {
    max-width: 100%;
  }
}
.o-cartshopping .a-cartheading .a-heading {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 750px) {
  .o-alternativeproductsslider {
    padding-left: 40px;
  }
  .o-cartshopping .a-cartheading .a-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .o-cartshopping .m-listheader {
    margin-top: 80px;
  }
}
.o-cartshopping .m-listheader + .m-productitem.item {
  border-top: none;
}
.o-cartshopping .m-listheader .item {
  width: 60%;
}
.o-cartshopping .m-listheader .price,
.o-cartshopping .m-listheader .quantity,
.o-cartshopping .m-listheader .total {
  width: 13.3%;
}
.o-cartshopping .m-listheader .quantity {
  padding: 0;
  text-align: center;
}
.o-cartshopping .m-listheader .price,
.o-cartshopping .m-listheader .total {
  text-align: right;
}
.o-cartshopping .editcart .a-link.has-icon .icon-edit {
  font-size: 20px !important;
}
.o-cartshopping .m-productitem .media {
  margin-bottom: 40px;
  width: 20%;
}
.o-cartshopping .m-productitem .media + .content-wrap {
  display: inline;
  float: right;
  padding: 0 25px 0 30px;
  width: 80%;
}
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .a-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment {
  display: inline;
}
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-1,
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-2,
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-3,
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-4,
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-5,
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-7,
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-8,
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-9 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .m-producttitle
  .fragment.std-header-6 {
  color: #a3acbd;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 900px) {
  .o-alternativeproductsslider {
    padding-bottom: 60px;
    padding-left: 120px;
    padding-top: 60px;
  }
  .o-buyarea .data-sheet-repair-index .m-imagelist .a-link img {
    height: 48px;
  }
  .o-cartshopping .a-cartheading .a-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .o-cartshopping .m-productitem .media + .content-wrap {
    float: none;
    padding: 0 0 0 30px;
    width: 35.67%;
  }
  .o-cartshopping .m-productitem .media + .content-wrap .content-left {
    padding: 0 0 0 30px;
    width: 35%;
  }
  .o-cartshopping
    .m-productitem
    .media
    + .content-wrap
    .m-producttitle
    .fragment {
    display: block;
  }
  .o-cartshopping .m-productitem .m-itemserviceitem {
    width: 44%;
  }
}
.o-cartshopping
  .m-productitem
  .media
  + .content-wrap
  .description
  .product-replacementlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-cartshopping
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .price {
  margin-bottom: 0 !important;
}
.o-cartshopping
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .price
  .current,
.o-cartshopping
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .price
  .previous {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 900px) {
  .o-cartshopping
    .m-productitem
    .m-itemserviceitem
    .price-information
    .m-productconversionarea
    .price
    .current,
  .o-cartshopping
    .m-productitem
    .m-itemserviceitem
    .price-information
    .m-productconversionarea
    .price
    .previous {
    font-family: var(--fontfamily-headlinesfont) !important;
  }
  .o-cartshopping .m-productitem .m-productset-thumbnails {
    padding: 0;
    width: 77%;
  }
}
.o-cartshopping
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .price
  .previous
  + .current {
  color: #d4691b;
}
.o-cartshopping
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .details {
  width: 100% !important;
}
.o-cartshopping
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .details
  p {
  border: none !important;
  color: #7b89a1 !important;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  font-weight: 300 !important;
  margin-bottom: 5px !important;
  padding: 0 !important;
}
.o-cartshopping
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .details
  .highlight {
  font-family: SiemensSans-Bold, sans-serif;
}
.o-cartshopping
  .m-productitem
  .m-itemserviceitem
  .price-information
  .m-productconversionarea
  .details
  a:not(.a-link):not(.a-button) {
  color: #007a7a;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.m-itemserviceitem-productitem
  .content
  .option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.m-itemserviceitem-productitem
  .content
  .price-information.total
  span.label
  p {
  margin-bottom: 0;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.m-itemserviceitem-productitem
  .content
  span.label
  > * {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.m-itemserviceitem-productitem
  .content
  span.label.hightlight {
  font-family: SiemensSans-Roman, sans-serif;
}
.o-cartshopping .m-productitem.item .m-itemserviceitem.service-item .a-heading {
  font-size: 16px;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.service-item
  hr:not(:first-of-type) {
  display: none;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.service-item
  .content
  .option {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.service-item
  .content
  .option
  .label {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.service-item
  .content
  .option
  .icon-info {
  padding-left: 16px;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.service-item
  .content
  span.label
  > * {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
}
.o-cartshopping
  .m-productitem.item
  .m-itemserviceitem.service-item
  .content
  span.label.hightlight {
  font-family: SiemensSans-Roman, sans-serif;
}
.o-cartshopping .m-productitem.item ~ .item {
  border-top: 1px solid #d4d9de;
  padding-top: 40px;
}
.o-cartshopping .m-subtotalamount {
  border-top: 0;
}
@media (min-width: 900px) {
  .o-cartshopping .m-productitem {
    margin: 0;
  }
  .o-cartshopping .m-productitem.item {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "delete delete delete" "image productdetails price" "image service service";
    -ms-grid-columns: 20% 40% 40%;
    grid-template-columns: 20% 40% 40%;
  }
  .o-cartshopping .m-productitem.item .content .quantity > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-cartshopping .m-productitem.item .content .option {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .o-cartshopping .m-productitem.item .content .option .icon-info {
    padding-left: 16px;
  }
  .o-cartshopping .m-productitem.item .m-productconversionarea .details {
    margin: 0 !important;
    padding: 0;
  }
  .o-cartshopping .m-productitem.item > form {
    grid-area: delete;
  }
  .o-cartshopping .m-productitem.item .media {
    grid-area: image;
    margin-bottom: 0;
    padding: 0 20px 0 0;
    width: 100%;
  }
  .o-cartshopping .m-productitem.item .content-wrap {
    grid-area: productdetails;
    margin-top: 0;
    padding: 0 15px 0 0;
    width: 100%;
  }
  .o-cartshopping .m-productitem.item .content-wrap .content-left {
    padding: 0;
    width: 100%;
  }
  .o-cartshopping .m-productitem.item .m-itemserviceitem {
    margin-top: 0;
  }
  .o-cartshopping .m-productitem.item .m-itemserviceitem.service-item {
    grid-area: service;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
  }
  .o-cartshopping .m-productitem.item .m-itemserviceitem.service-item .content {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "option quantity note";
    -ms-grid-columns: 50% 1fr 1fr 1fr;
    grid-template-columns: 50% 1fr 1fr 1fr;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .option {
    grid-area: option;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .price-information,
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .price-information.per-item {
    width: 100%;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .price-information
    .price {
    text-align: right;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .quantity {
    grid-area: quantity;
    margin: 0 !important;
    float: none;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .quantity
    .m-quantityselector {
    width: 116px;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .service-message-no-select {
    grid-column: 3/5;
    width: 100%;
    text-align: right;
    padding-right: 0;
    padding-left: 10px;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.m-itemserviceitem-productitem {
    grid-area: price;
    padding: 0 !important;
    width: 100%;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.m-itemserviceitem-productitem
    .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.m-itemserviceitem-productitem
    .content
    .quantity {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin: 0;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.m-itemserviceitem-productitem
    .content
    .quantity
    > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.m-itemserviceitem-productitem
    .content
    .quantity
    .m-quantityselector {
    width: 116px;
  }
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.m-itemserviceitem-productitem
    .content
    .price-information.hidden-mobile,
  .o-cartshopping
    .m-productitem.item
    .m-itemserviceitem.m-itemserviceitem-productitem
    .content
    .price-information.total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  .o-cartshopping .m-subtotalamount .voucher .highlight span {
    color: #333 !important;
    font-family: SiemensSans-Bold, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .o-cartshopping .m-itemserviceitem.service-item {
    border: 0;
  }
}
.o-cartshopping .no-gutter {
  display: none;
}
.o-cartshopping .m-vouchercode {
  margin-top: 40px;
}
.o-cartshopping .m-vouchercode .m-togglebox .item {
  border-color: #a3acbd;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .js-togglebox-toggle.togglebox-title {
  padding: 35px 0;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .js-togglebox-toggle.togglebox-title
  * {
  font-weight: 400 !important;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .js-togglebox-toggle.togglebox-title::before {
  color: #007a7a;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap {
  display: block;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .a-formlabel {
  grid-area: label;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .input-wrap {
  grid-area: input;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .input-wrap
  .m-forminput {
  height: 50px;
  min-height: 50px;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap {
  grid-area: button;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .submit-wrap
  .a-button {
  height: 50px;
  min-height: 50px;
}
.o-cartshopping
  .m-vouchercode
  .m-togglebox
  .item
  .togglebox-content
  .voucher-wrap
  .voucher-message {
  grid-area: message;
}
.o-checkoutbasket {
  --checkoutbasketsummarywop--gap: 0;
  background: 0 0;
  margin-top: 24px;
}
.o-checkoutbasket .checkoutbasket-headline {
  margin: 0 0 40px;
}
.o-checkoutbasket .checkoutbasket-headline h1.a-heading {
  font-size: 28px;
  line-height: 34px;
}
.o-checkoutbasket .checkoutbasket-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-checkoutbasket .checkoutbasket-content .article-in-checkout-container {
  width: 100%;
}
.o-checkoutbasket
  .checkoutbasket-content
  .article-in-checkout-container
  .m-article-in-checkout {
  padding-top: 40px;
}
.o-checkoutbasket
  .checkoutbasket-content
  .article-in-checkout-container
  .m-article-in-checkout:first-child {
  border-top: 1px solid #d8d8d8;
}
.o-checkoutbasket
  .checkoutbasket-content
  .article-in-checkout-container
  .m-article-in-checkout:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 900px) {
  .o-checkoutbasket .checkoutbasket-headline h1.a-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .o-checkoutbasket .checkoutbasket-content .article-in-checkout-container {
    padding: 0 var(--checkoutbasketsummarywop--gap) 0 0;
    width: 65%;
  }
  .o-checkoutbasket
    .checkoutbasket-content
    .article-in-checkout-container
    .m-article-in-checkout {
    padding-top: 40px;
  }
  .o-checkoutbasket
    .checkoutbasket-content
    .article-in-checkout-container
    .m-article-in-checkout:not(:first-child) {
    margin-top: 40px;
  }
}
.o-checkoutbasket .checkoutbasket-content .checkoutbasket-summary-container {
  width: 100vw;
  margin-top: 20px;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  background: #f5f5f7;
  z-index: 2;
}
@media (min-width: 900px) {
  .o-checkoutbasket .checkoutbasket-content .checkoutbasket-summary-container {
    width: 35%;
    margin-left: 0;
    -webkit-box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    margin-top: 0;
  }
  .o-checkoutbasket .checkoutbasket-content {
    -webkit-column-gap: 0;
    column-gap: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
  }
}
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary {
  margin: 0;
}
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .checkout-continue,
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout {
  border-radius: 2px;
  width: 100%;
}
.o-checkoutbasket
  .checkoutbasket-content
  .checkoutbasket-summary-container
  .m-checkout-summary
  .instant-checkout:hover {
  background: 0 0;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
}
.o-checkoutbasket .location-selector-layout {
  margin: 20px 0;
}
@media (min-width: 900px) {
  .o-checkoutbasket .location-selector-layout {
    margin: 40px 0;
  }
  .o-checkoutbasket {
    width: -webkit-calc(100% + var(--max-pagewidth-padding));
    width: calc(100% + var(--max-pagewidth-padding));
  }
}
.o-checkoutbasket .m-vouchercode .m-togglebox {
  background: 0 0;
  padding-top: 0;
}
.o-checkoutbasket .m-vouchercode .m-togglebox .item {
  border: 0;
}
.o-checkoutbasket
  .m-vouchercode
  .m-togglebox
  .item:hover
  .togglebox-title:not(.is-open)
  .togglebox-wrapper
  > span.text {
  text-indent: 0;
  padding-left: 10px;
}
.o-checkoutbasket .m-vouchercode .m-togglebox .item .togglebox-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-checkoutbasket .m-vouchercode .m-togglebox .togglebox-title:before {
  display: none;
}
.o-checkoutbasket .m-vouchercode .m-togglebox .togglebox-title .text {
  color: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  gap: 10px;
  line-height: 20px;
}
.o-checkoutbasket .m-vouchercode .m-togglebox .togglebox-title .text:after {
  color: #007a7a;
  font-family: icons;
}
.o-checkoutbasket .m-vouchercode .m-togglebox .togglebox-content.is-open {
  margin: 0;
}
.o-checkoutbasket .m-vouchercode .m-form .voucher-wrap {
  margin-left: 0 !important;
  row-gap: 20px;
  width: 100%;
}
.o-checkoutbasket .m-vouchercode .m-form .voucher-wrap .a-formlabel {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.o-checkoutbasket .m-vouchercode .m-form .voucher-wrap .input-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
}
.o-checkoutbasket .m-vouchercode .m-form .voucher-wrap .input-wrap input {
  background: 0 0 !important;
}
.o-checkoutbasket .m-vouchercode .m-form .voucher-wrap .submit-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  width: 100%;
}
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap
  .a-button.form-button {
  border-radius: 2px;
  min-width: 0;
  width: 100%;
}
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap.voucher-redeem {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  gap: 15px;
  width: 100%;
}
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap.voucher-redeem
  .discount-label {
  background: 0 0;
  border: none;
  color: #000028;
  padding: 0 !important;
  text-align: left !important;
}
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap.voucher-redeem
  .discount-value {
  color: #d4691b;
  white-space: normal;
}
.o-checkoutbasket
  .m-vouchercode
  .m-form
  .voucher-wrap
  .submit-wrap.voucher-redeem
  .a-link.a-button-remove:after {
  top: -1px !important;
}
.o-checkoutbasket .m-cartmessage-wop {
  border-radius: 2px;
  margin: 56px 0 0;
  padding: 42px 40px;
}
.o-checkoutbasket .m-cartmessage-wop#advise1 {
  background: #f5f5f7;
}
.o-checkoutbasket .m-cartmessage-wop#advise3 {
  border: 2px solid #000028;
}
.o-checkoutbasket .m-cartmessage-wop#advise3 h2.a-heading .icon {
  display: none;
}
.o-checkoutbasket .m-cartmessage-wop#advise3 h2.a-heading:before {
  color: #000028;
}
.o-checkoutbasket .m-cartmessage-wop#advise2 {
  border: 2px solid #e0173b;
}
.o-checkoutbasket .m-cartmessage-wop#advise2 h2.a-heading .icon {
  display: none;
}
.o-checkoutbasket .m-cartmessage-wop#advise2 h2.a-heading:before {
  color: #e0173b;
}
.o-checkoutbasket .m-cartmessage-wop .heading {
  background: 0 0;
  padding-left: 0;
}
.o-checkoutbasket .m-cartmessage-wop .heading:before {
  display: none;
}
.o-checkoutbasket .m-cartmessage-wop .heading h2.a-heading {
  background: 0 0;
  font-size: 24px;
  line-height: 30px;
  padding: 0;
}
.o-checkoutbasket .m-cartmessage-wop .heading h2.a-heading:before {
  font-family: icons;
  font-size: 24px;
  height: 24px;
  width: 24px;
}
.o-checkoutbasket .m-cartmessage-wop .content {
  padding: 0;
  background: 0 0;
}
.o-checkoutbasket .m-cartmessage-wop .message-textarea {
  margin-top: 24px;
  color: #2b2f43;
}
.o-checkoutbasket .m-cartmessage-wop .message-textarea .icon {
  display: none;
}
@media (min-width: 750px) {
  .o-cartshopping
    .m-vouchercode
    .m-togglebox
    .item
    .togglebox-content
    .voucher-wrap {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "label label" "input button" "message message";
  }
  .o-checkoutbasket .m-cartmessage-wop .message-textarea {
    margin-top: 16px;
  }
  .o-checkoutbasket {
    --checkoutbasketsummarywop--gap: 6vw;
    --heading-h4-font-size: 30px;
    --heading-h5-font-size: 24px;
    margin-top: 40px;
  }
}
.o-checkoutbasket .m-cartmessage-wop .message-confirmation {
  margin-top: 40px;
  width: 100%;
}
.o-checkoutbasket .m-cartmessage-wop .message-confirmation .a-formlabel {
  color: #000;
}
.o-checkoutbasket .m-cartmessage-wop .message-callactions {
  width: 100%;
  margin: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  a.a-button.a-link-secondary,
.m-oney-widget-section
  .o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .a-button.a-button-secondary,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .a-button.a-link-secondary.a-button-link,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .a-button.a-link-secondary.a-link,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutbasket
  .m-cartmessage-wop
  .message-callactions
  .a-button.a-link-secondary.a-link {
  margin-bottom: 0;
  margin-top: 40px;
}
.o-checkoutbasket .m-cartmessage-wop .a-link {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.o-checkoutbasket .m-cartmessage-wop .a-link .icon {
  -webkit-transform: translateY(-2px) translateX(4px);
  -ms-transform: translateY(-2px) translateX(4px);
  transform: translateY(-2px) translateX(4px);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.o-checkoutbasket .m-cartmessage-wop .a-link:hover {
  text-decoration: none;
  border-bottom: none;
}
.o-checkoutbasket .m-cartmessage-wop .a-link:hover .icon {
  -webkit-transform: translateY(-2px) translateX(9px) !important;
  -ms-transform: translateY(-2px) translateX(9px) !important;
  transform: translateY(-2px) translateX(9px) !important;
}
.o-checkoutconfirmation {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  margin: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  margin: calc(var(--element-margin) / 2) 0 0 0;
}
.o-checkoutconfirmation .checkoutconfirmation-headline {
  margin: 0;
  padding: 0;
}
.o-checkoutconfirmation .checkoutconfirmation-headline .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
}
.o-checkoutconfirmation .m-checkout-summary {
  margin: 0;
}
.o-checkoutconfirmation .m-checkout-summary .checkout-continue {
  margin-top: 40px;
}
.o-checkoutconfirmation .m-checkout-summary .checkout-continue:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  color: #fff;
}
.o-checkoutconfirmation .m-checkout-user-information-summary {
  background: 0 0;
  margin: 0;
  padding: 20px;
}
.o-checkoutconfirmation
  .checkoutordersummary-summary-container
  + .checkoutordersummary-user-information
  .m-checkout-user-information-summary {
  padding-top: 0;
}
.o-checkoutconfirmation .checkout-summary-container {
  background: #f5f5f7;
  width: 100vw;
  margin-bottom: 0;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  margin-top: 20px;
}
@media (min-width: 750px) {
  .o-checkoutconfirmation .m-checkout-user-information-summary {
    padding: 50px;
  }
}
@media (min-width: 900px) {
  .o-checkoutconfirmation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
    -webkit-column-gap: 0;
    column-gap: 0;
    width: -webkit-calc(100% + var(--max-pagewidth-padding));
    width: calc(100% + var(--max-pagewidth-padding));
    --checkoutconfirmation--gap: 6vw;
  }
  .o-checkoutconfirmation .m-checkout-summary {
    width: 100%;
    padding: 50px;
    margin: 0;
  }
  .o-checkoutconfirmation .checkoutconfirmation-headline {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .o-checkoutconfirmation .article-in-checkout-container {
    width: 65%;
    padding-right: var(--checkoutconfirmation--gap);
  }
  .o-checkoutconfirmation .checkout-summary-container {
    margin-left: 0;
    -webkit-box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    margin-top: 0;
    height: 100%;
    width: 35%;
    position: -webkit-sticky;
    position: sticky;
    top: 61px;
  }
}
.o-checkoutdelivery h2.a-heading {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 45px;
}
.o-checkoutdelivery .m-consumersearchbox {
  height: -webkit-min-content;
  height: min-content;
}
.o-checkoutdelivery .m-consumersearchbox .simplesearch h2.a-heading {
  margin: 40px 0;
}
.o-checkoutdelivery .m-consumersearchbox .simplesearch .form-layout-flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col {
  padding: 0;
  margin: 0;
}
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col
  .a-button:hover {
  -webkit-tap-highlight-color: #007a7a !important;
  background: #007a7a !important;
  border: 1px solid #007a7a !important;
  color: #fff;
}
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .form-layout-flex
  .form-layout-col:last-child {
  width: 100%;
}
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .detailed-search-trigger
  .containerexpandable-togglelink
  .a-link {
  -webkit-tap-highlight-color: transparent;
}
.o-checkoutdelivery
  .m-consumersearchbox
  .simplesearch
  .detailed-search-trigger
  .content {
  height: 0;
  min-height: 0;
}
.o-checkoutdelivery .m-consumersearchbox .detailed-search-view > h3.a-heading {
  margin: 40px 0;
}
.o-checkoutdelivery .m-consumersearchbox .detailed-search-view:not(.is-open) {
  display: none;
}
.o-checkoutdelivery .m-consumersearchbox .detailed-search-view .m-filterlayer {
  margin: 0;
  border: none;
}
.o-checkoutdelivery
  .m-consumersearchbox
  .detailed-search-view
  .m-filterlayer
  h3.a-heading {
  font-size: 30px;
  margin: 0 0 30px;
}
.o-checkoutdelivery
  .m-consumersearchbox
  .detailed-search-view
  .m-filterlayer
  .form-layout-full {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
}
.o-checkoutdelivery
  .m-consumersearchbox
  .detailed-search-view
  .m-filterlayer
  .form-layout-full
  .form-row {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: none;
}
.o-checkoutdelivery .m-consumersearchbox .m-table {
  margin: 0;
}
.o-checkoutdelivery form.m-form {
  margin: 0;
  padding: 0;
}
.o-checkoutdelivery
  form.m-form
  [data-replace-id="checkoutdelivery-address-data"]
  > .m-form
  + .a-horizontalrule
  + h2.a-heading {
  padding-top: 50px;
}
.o-checkoutdelivery
  form.m-form
  [data-replace-id="checkoutdelivery-address-data"]
  > .m-form
  + .a-horizontalrule
  + h2.a-heading
  + .form-layout-half {
  padding-bottom: 50px;
}
.o-checkoutdelivery
  form.m-form
  [data-replace-id="checkoutdelivery-address-data"]
  > .m-form
  + .a-horizontalrule
  + h2.a-heading
  + .form-layout-half
  .form-layout-col
  .form-row.form-row-fullwidth {
  margin: 16px 0 !important;
}
.o-checkoutdelivery
  form.m-form
  [data-replace-id="checkoutdelivery-address-data"]
  > .m-form
  + .a-horizontalrule
  + h2.a-heading
  + .form-layout-half
  .form-layout-col
  .form-row.form-row-fullwidth
  .m-forminput
  .a-formlabel
  .label-text {
  margin-top: 0;
}
.o-checkoutdelivery
  form.m-form
  [data-replace-id="checkoutdelivery-address-data"]
  > .m-form
  + .a-horizontalrule
  + h2.a-heading
  + .form-layout-half
  .form-layout-col
  .invoice-type
  .a-heading {
  color: #0b0f12;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 26px;
}
.o-checkoutdelivery form.m-form [data-replace-id="checkoutdelivery-details"] {
  padding-top: 20px;
}
.o-checkoutdelivery
  form.m-form
  [data-replace-id="checkoutdelivery-details"]
  .m-checkoutdeliveryservice
  > .a-heading {
  margin-bottom: 0;
}
.o-checkoutdelivery
  form.m-form
  [data-replace-id="checkoutdelivery-details"]
  .m-checkoutdeliveryservice
  .m-form
  .a-horizontalrule
  + .a-horizontalrule {
  display: none;
}
.o-checkoutdelivery
  form.m-form
  [data-replace-id="checkoutdelivery-details"]
  .m-checkoutdeliveryservice
  .deliveryservice-fieldset {
  width: 100%;
}
@media (min-width: 750px) {
  .o-checkoutdelivery h2.a-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .o-checkoutdelivery
    form.m-form
    [data-replace-id="checkoutdelivery-details"]
    .m-checkoutdeliveryservice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.o-checkoutdelivery form.m-form fieldset.m-form {
  padding: 0 !important;
}
.o-checkoutdelivery form.m-form .m-checkoutdeliveryservice,
.o-checkoutdelivery form.m-form .m-checkoutdeliveryshippingaddress {
  margin-top: 15px;
}
.o-checkoutdelivery form.m-form .m-checkoutdeliveryshippingaddress {
  padding-bottom: 0 !important;
  padding-top: 20px !important;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliveryservice
  .m-checkoutdeliverymode
  .deliverydetails
  .deliveryaddanote
  textarea {
  overflow: auto;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliverybillingaddress
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink {
  margin-bottom: 25px;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliverybillingaddress
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 9px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliverybillingaddress
  .m-cartoverview
  .a-horizontalrule {
  margin-left: 0;
  margin-right: 0;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliverybillingaddress
  .m-cartoverview
  .a-morecontenttogglelink
  .content
  hr {
  margin: 0.5em 0;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliverybillingaddress
  .m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content {
  padding: 0;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliverybillingaddress
  .m-cartoverview
  .a-morecontenttogglelink
  .content
  .scrollable-content
  .m-listheader {
  background: #f5f5f7;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliverybillingaddress
  .m-cartoverview
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink {
  margin-bottom: 25px;
}
.o-checkoutdelivery
  form.m-form
  .m-checkoutdeliverybillingaddress
  .m-cartoverview
  .a-morecontenttogglelink
  .more-less-button
  .containerexpandable-togglelink
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 9px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.o-checkoutdelivery-wop {
  --checkoutordersummarywop--gap: 0;
  background: 0 0;
  margin: 0;
  padding: 0;
}
.o-checkoutdelivery-wop .m-checkout-summary {
  margin: 0;
}
.o-checkoutdelivery-wop .m-form {
  padding-top: 0;
}
.o-checkoutdelivery-wop .m-form .form-row {
  margin-top: 0;
}
.o-checkoutdelivery-wop .m-form .form-row .m-forminput-textarea {
  margin: 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-headline {
  margin-top: 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-headline > h1.a-heading {
  margin-top: 0 !important;
}
.o-checkoutdelivery-wop .checkoutdelivery-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container {
  width: 100%;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  div {
  margin-left: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  h2.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  h2.a-heading.checkoutdelivery-content-heading {
  margin-top: 0;
  margin-bottom: 18px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  .a-alert.alert-info {
  border: none;
  padding: 0;
  margin: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  .a-alert.alert-info
  .alert-text
  .alert-link,
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  .a-alert.alert-info
  .icon {
  display: none;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  .m-contenttextmedia
  h2.a-heading {
  margin-bottom: 16px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  .m-checkoutdeliveryshippingaddress-wop
  .individual-address {
  margin-top: 20px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-form
  .checkoutdelivery-summary-container {
  width: 100vw;
  margin-top: 20px;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  background: #f5f5f7;
  z-index: 2;
}
@media (min-width: 900px) {
  .o-checkoutdelivery h2.a-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .o-checkoutdelivery-wop
    .checkoutdelivery-form
    .checkoutdelivery-content-container
    .m-checkoutdeliveryshippingaddress-wop
    .individual-address {
    margin-top: 0;
    margin-left: 20px;
  }
  .o-checkoutdelivery-wop
    .checkoutdelivery-form
    .checkoutdelivery-content-container {
    padding-right: var(--checkoutordersummarywop--gap);
    width: 65%;
  }
  .o-checkoutdelivery-wop
    .checkoutdelivery-form
    .checkoutdelivery-summary-container {
    margin-left: 0;
    -webkit-box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    margin-top: 0;
    width: 35%;
  }
  .o-checkoutdelivery-wop .checkoutdelivery-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 50px;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
  .o-checkoutdelivery-wop
    .checkoutdelivery-form
    .checkoutdelivery-content-container
    h2.a-heading {
    font-size: 30px;
  }
}
.o-checkoutdelivery-wop .checkoutdelivery-login {
  padding-bottom: 40px;
  margin: 0 0 40px;
  border-bottom: 1px solid #e0e3e7;
}
.o-checkoutdelivery-wop .checkoutdelivery-login .alert-text {
  font-size: 16px;
  line-height: 26px;
}
.o-checkoutdelivery-wop .checkoutdelivery-login .checkoutdelivery-login-button {
  margin-top: 40px;
}
.o-checkoutdelivery-wop .checkoutdelivery-billingaddress {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ececf0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-billingaddress
  .a-button.button-secondary-wop {
  border-radius: 2px;
}
.o-checkoutdelivery-wop .checkoutdelivery-billingaddress h2.a-heading {
  margin-top: 80px;
  margin-bottom: 24px;
}
.o-checkoutdelivery-wop .checkoutdelivery-billingaddress .a-alert {
  background: 0 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-billingaddress .a-alert .alert-text {
  background: 0 0;
  color: #d4691b;
  font-family: var(--fontfamily-bold);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-billingaddress
  .billing-address-container {
  -webkit-box-shadow: 0 0 25px 0 #ececf0;
  box-shadow: 0 0 25px 0 #ececf0;
  padding: 24px;
}
.o-checkoutdelivery-wop .m-checkoutdeliverybillingaddress-wop {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliverybillingaddress-wop
  .billing-address-head-container,
.o-checkoutdelivery-wop
  .m-checkoutdeliverybillingaddress-wop
  .billing-address-head-container
  h2.a-heading {
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .o-checkoutdelivery-wop .m-checkoutdeliverybillingaddress-wop .form-row {
    margin-bottom: 24px;
  }
}
.o-checkoutdelivery-wop .m-checkoutdeliverybillingaddress-wop .billing-address {
  margin: 0;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliverybillingaddress-wop
  .billing-address-editable {
  padding: 0;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliverybillingaddress-wop
  .checkout-icon-edit-link {
  color: #007a7a;
}
.o-checkoutdelivery-wop .m-checkoutdeliverybillingaddress-wop dd {
  margin-left: 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-shippingaddress {
  padding-bottom: 40px;
  padding-top: 0;
  border-bottom: 1px solid #ececf0;
}
.o-checkoutdelivery-wop .checkoutdelivery-shippingaddress dd,
.o-checkoutdelivery-wop .m-checkoutdeliveryshippingaddress-wop dd {
  margin-left: 0;
}
.o-checkoutdelivery-wop .m-checkoutdeliveryshippingaddress-wop .a-heading {
  margin-top: 40px;
  margin-bottom: 32px;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable {
  margin: 0;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .address {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .address
  .m-forminput-radio {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  margin: 0;
  padding: 24px;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .address
  .m-forminput-radio
  .a-formlabel {
  padding: 0;
  position: static;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .address
  .m-forminput-radio
  .a-formlabel
  .label-text {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--fontfamily-roman);
  margin: 0;
  padding: 0;
  color: #000;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .address
  .m-forminput-radio
  .a-formlabel
  .label-text::first-line {
  font-family: var(--fontfamily-bold);
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .address
  .m-forminput-radio
  .a-formlabel:before {
  display: none;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .address
  .m-forminput-radio
  .a-formlabel:after {
  border: thin solid #7b89a1;
  border-radius: 2px;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .m-containerexpandable
  .address
  .m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  border: 2px solid #007a7a;
  pointer-events: none;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full {
  margin-top: 40px;
  padding: 0;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full:last-child {
  margin-top: 40px;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row {
  margin: 0;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col
  > .m-forminput-radio,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row
  > .m-forminput-radio {
  -webkit-tap-highlight-color: transparent;
  position: relative;
  padding: 24px;
  margin-bottom: 0;
  width: 100%;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col
  > .m-forminput-radio
  .a-formlabel,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row
  > .m-forminput-radio
  .a-formlabel {
  padding: 0;
  position: static;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col
  > .m-forminput-radio
  .a-formlabel
  .label-text,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row
  > .m-forminput-radio
  .a-formlabel
  .label-text {
  font-size: 16px;
  font-family: var(--fontfamily-bold);
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col
  > .m-forminput-radio
  .a-formlabel
  .label-text
  .a-link,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row
  > .m-forminput-radio
  .a-formlabel
  .label-text
  .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col
  > .m-forminput-radio
  .a-formlabel
  .label-text
  .a-link
  .icon-arrow-right,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row
  > .m-forminput-radio
  .a-formlabel
  .label-text
  .a-link
  .icon-arrow-right {
  line-height: 18px;
  height: 20px;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col
  > .m-forminput-radio
  .a-formlabel:before,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row
  > .m-forminput-radio
  .a-formlabel:before {
  display: none;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col
  > .m-forminput-radio
  .a-formlabel:after,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row
  > .m-forminput-radio
  .a-formlabel:after {
  border: thin solid #7b89a1;
  border-radius: 2px;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-layout-col
  > .m-forminput-radio
  input:checked
  ~ .a-formlabel:after,
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row
  > .m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  border: 2px solid #007a7a;
  pointer-events: none;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  .form-row-fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.o-checkoutdelivery-wop
  .m-checkoutdeliveryshippingaddress-wop
  .form-layout-full
  section
  h3.a-heading {
  font-size: 20px;
  margin-left: 0;
}
@media (min-width: 750px) {
  .o-checkoutdelivery-wop .m-checkoutdeliveryshippingaddress-wop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .o-checkoutdelivery-wop
    .m-checkoutdeliveryshippingaddress-wop
    > h2.a-heading {
    width: 100%;
  }
  .o-checkoutdelivery-wop
    .m-checkoutdeliveryshippingaddress-wop
    .form-layout-full {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
  }
  .o-checkoutdelivery-wop
    .m-checkoutdeliveryshippingaddress-wop
    .form-layout-full
    .form-layout-col,
  .o-checkoutdelivery-wop
    .m-checkoutdeliveryshippingaddress-wop
    .form-layout-full
    .form-row {
    width: auto;
  }
  .o-checkoutdelivery-wop
    .m-checkoutdeliveryshippingaddress-wop
    .form-layout-full
    .form-layout-col
    > .m-forminput-radio,
  .o-checkoutdelivery-wop
    .m-checkoutdeliveryshippingaddress-wop
    .form-layout-full
    .form-row
    > .m-forminput-radio {
    max-width: 240px;
    width: auto;
  }
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice {
  margin-bottom: 0;
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ececf0;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice h2.a-heading {
  margin: 80px 0 40px;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .form-layout-half {
  margin-top: 40px;
  padding: 0;
  width: 100%;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .form-layout-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .form-layout-col > .form-row {
  position: relative;
  margin: 0;
  padding: 24px;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .form-row .m-forminput-radio {
  -webkit-tap-highlight-color: transparent;
  position: static;
  margin: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-invoice
  .form-row
  .m-forminput-radio
  .a-formlabel {
  padding: 0;
  position: static;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-invoice
  .form-row
  .m-forminput-radio
  .a-formlabel
  .label-text {
  font-size: 20px;
  font-family: var(--fontfamily-bold);
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #000;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-invoice
  .form-row
  .m-forminput-radio
  .a-formlabel:before {
  display: none;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-invoice
  .form-row
  .m-forminput-radio
  .a-formlabel:after {
  border: thin solid #7b89a1;
  border-radius: 2px;
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-invoice
  .form-row
  .m-forminput-radio
  input:checked
  ~ .a-formlabel:after {
  border: 2px solid #007a7a;
  pointer-events: none;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .invoice-type {
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .invoice-type > .form-row {
  width: 100%;
}
@media (min-width: 750px) {
  .o-checkoutdelivery-wop .checkoutdelivery-invoice .invoice-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-checkoutdelivery-wop .checkoutdelivery-invoice .invoice-type > .form-row {
    width: 50%;
  }
}
.o-checkoutdelivery-wop
  .checkoutdelivery-invoice
  .invoice-type
  > .form-row
  > .form-row {
  padding-bottom: 32px;
}
.o-checkoutdelivery-wop .checkoutdelivery-invoice .invoice-type .form-row {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-invoice
  .invoice-type
  .form-row
  .form-error-wrapper {
  height: 26px;
}
.o-checkoutdelivery-wop .info-text {
  margin: 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-method-picker {
  padding-top: 40px;
  margin-bottom: 40px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .checkoutdelivery-form
  .checkoutdelivery-content-container
  h2.a-heading {
  margin: 40px 0 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  div[data-replace-id="checkoutdelivery-details"]
  + .info-text {
  padding-top: 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-method-picker .info-text {
  margin: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .info-text:not(:first-of-type) {
  border-bottom: 1px solid #ececf0;
  padding-bottom: 40px;
}
.o-checkoutdelivery-wop .checkoutdelivery-method-picker .info-text:last-child {
  padding-top: 40px;
}
.o-checkoutdelivery-wop .checkoutdelivery-method-picker .info-text h2.a-heading,
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .info-text
  h3.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  font-size: 24px;
  margin: 0 0 16px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .deliveryservice-fieldset {
  padding-bottom: 40px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .m-checkoutdeliveryservice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 16px 0 0;
  padding: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .m-checkoutdeliveryservice
  .info-text {
  margin: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .m-checkoutdeliveryservice
  > h2.a-heading {
  margin: 40px 0 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .m-checkoutdeliveryservice
  .m-checkoutdeliverymode {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  width: 100%;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .m-checkoutdeliveryservice
  .m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container {
  min-height: 100%;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .m-checkoutdeliveryservice
  .m-checkoutdeliverymode:not([data-t-decorator="Rebrush"])
  .form-row.grid-container
  .deliveryselection
  .label-text {
  font-family: var(--fontfamily-bold);
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .m-checkoutdeliveryservice
  .m-checkoutdeliverymode
  .m-forminput-datepicker {
  margin-top: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-method-picker
  .m-checkoutdeliveryservice
  .m-checkoutdeliverymode
  .m-forminput-datepicker
  .pikaday__display--pikaday,
.o-checkoutdelivery-wop .checkoutdelivery-optins-container {
  margin: 0;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-optins-container
  .checkoutdelivery-optins {
  margin: 0;
  padding: 0;
}
.o-checkoutdelivery-wop .checkoutdelivery-optins-container li.heading > h2,
.o-checkoutdelivery-wop .checkoutdelivery-optins-container > h2.a-heading {
  font-size: 24px;
  line-height: 28px;
  margin: 80px 0 45px;
}
.o-checkoutdelivery-wop
  .checkoutdelivery-optins-container
  .m-checkoutdeliverycontactpermission {
  margin: 0;
  padding: 0;
}
.o-checkoutdelivery-wop .checkoutsummary-expand-container {
  background: 0 0;
  margin: 0;
  padding: 20px 30px 50px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .a-morecontenttogglelink
  .content:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(66%, transparent),
    to(#f5f5f7)
  );
  background: linear-gradient(180deg, transparent 66%, #f5f5f7 100%);
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .item-expanded {
  border-top: 0.5px solid #000;
  margin-top: 32px;
  padding-top: 0;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .item-details {
  margin-top: 30px;
  gap: 12px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .a-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 64px;
  -ms-flex: 1 0 64px;
  flex: 1 0 64px;
  max-width: 64px;
  width: 64px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .m-producttitle {
  margin-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 150px;
  -ms-flex: 1 0 150px;
  flex: 1 0 150px;
  width: 150px !important;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .m-producttitle
  h3.a-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 26px;
  margin-bottom: 8px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .m-producttitle
  h3.a-heading
  .fragment {
  color: #000;
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  line-height: 26px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .m-producttitle
  p
  .fragment {
  color: #2b2f43;
  font-size: 12px;
  line-height: 18px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .item-price-quantity,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-quantity-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .item-price-quantity
  .item-price,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .item-price-quantity
  .service-vib-price,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-quantity-price
  .item-price,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-quantity-price
  .service-vib-price {
  color: #000;
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  line-height: 26px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .item-price-quantity
  .item-price.discounted,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .item-price-quantity
  .service-vib-price.discounted,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-quantity-price
  .item-price.discounted,
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-quantity-price
  .service-vib-price.discounted {
  color: #d4691b;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-hr {
  margin-bottom: 12px;
  padding: 0;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-hr:before {
  background: #cfd0d6;
  height: 0.5px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-name {
  color: #2b2f43;
  font-size: 16px;
  line-height: 26px;
}
.o-checkoutdelivery-wop
  .checkoutsummary-expand-container
  .m-checkoutsummary-itemlist
  .service-vib-name
  p {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .o-checkoutdelivery-wop .checkoutdelivery-optins-container li.heading > h2,
  .o-checkoutdelivery-wop .checkoutdelivery-optins-container > h2.a-heading {
    font-size: 28px;
    line-height: 33px;
  }
  .o-checkoutdelivery-wop .checkoutsummary-expand-container {
    padding: 20px 50px 50px;
  }
  .o-checkoutdelivery-wop {
    width: -webkit-calc(100% + var(--max-pagewidth-padding));
    width: calc(100% + var(--max-pagewidth-padding));
  }
}
.o-checkoutdelivery-wop .m-contenttextmedia {
  padding-bottom: 0 !important;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  a.a-button.a-link-primary,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .a-button.a-button-primary,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .a-button.a-link-primary.a-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  a.a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  button.a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia:only-child
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .m-contenttextmedia:only-child
  .a-button.a-link-primary.a-link {
  margin-bottom: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-checkoutdelivery-wop
  .m-contenttextmedia
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-checkoutdelivery-wop
  .m-contenttextmedia
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-checkoutdelivery-wop
  .m-contenttextmedia
  a.a-button.a-link-primary,
.m-oney-widget-section
  .o-checkoutdelivery-wop
  .m-contenttextmedia
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .o-checkoutdelivery-wop
  .m-contenttextmedia
  .a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .o-checkoutdelivery-wop
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-checkoutdelivery-wop
  .m-contenttextmedia
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop .m-contenttextmedia .a-button.a-button-primary,
.o-checkoutdelivery-wop .m-contenttextmedia .a-button.a-link-primary.a-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.o-checkoutdelivery-wop
  .m-contenttextmedia
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-checkoutdelivery-wop
  .m-contenttextmedia
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.o-checkoutdelivery-wop
  .m-contenttextmedia
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.o-checkoutdelivery-wop
  .m-contenttextmedia
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-checkoutdelivery-wop
  .m-contenttextmedia
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia
  a.a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .m-contenttextmedia
  button.a-button.a-link-primary.a-button-link,
.o-checkoutdelivery-wop
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-checkoutdelivery-wop
  .m-contenttextmedia
  .a-button.a-link-primary.a-link {
  margin-bottom: 40px;
}
.o-checkoutdelivery-wop .m-contenttextmedia .content,
.o-checkoutdelivery-wop .m-contenttextmedia .content .content-inner {
  width: 100%;
}
.o-checkoutdelivery-wop .m-contenttextmedia p sub {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.o-checkoutdelivery-wop .m-contenttextmedia p sub .a-link:not(.a-button),
.o-checkoutdelivery-wop .m-contenttextmedia p sub a {
  font-size: 12px;
  background: 0 0;
}
.o-checkoutdelivery-wop .a-heading {
  margin-top: 0;
}
.o-checkoutdelivery-wop .a-heading font {
  color: #000028;
  display: block;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
  margin-top: 24px;
}
.o-checkoutdelivery-wop .a-heading font a {
  color: #007a7a;
  font-family: var(--fontfamily-bold);
  text-decoration: none;
}
.o-checkoutordersummary .a-horizontalrule:first-of-type {
  display: none;
}
.o-checkoutordersummary .a-horizontalrule {
  background: #a3acbd;
}
.o-checkoutordersummary .m-deliverydetails + .a-horizontalrule,
.o-checkoutordersummary .m-totalamount + .a-horizontalrule {
  display: none;
}
.o-checkoutordersummary .summary-totalamount {
  margin-top: 0;
}
.o-checkoutordersummary .summary-totalamount + .a-horizontalrule {
  display: none;
}
.o-checkoutordersummary .summary-totalamount .m-totalamount .list {
  padding-top: 30px;
  border-color: #a3acbd;
}
.o-checkoutordersummary .summary-subtotalamount .m-subtotalamount {
  margin-top: 45px;
}
.o-checkoutordersummary
  .summary-subtotalamount
  .m-subtotalamount
  .list
  li
  .a-link {
  margin-left: 25px;
}
.o-checkoutordersummary
  .m-termsconditions
  .m-forminput
  .a-formlabel
  .label-text {
  font-size: 12px;
  line-height: 18px;
}
.o-checkoutordersummary
  .m-paymentselection
  .radio-buttons-wrap
  .method
  .a-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-checkoutordersummary .o-teasercontainer {
  margin: 0 !important;
  padding: 0;
}
.o-checkoutordersummary .o-teasercontainer + .a-horizontalrule + .a-heading {
  margin-top: 60px;
  font-size: 24px;
  font-family: var(--fontfamily-headlinesfont);
  margin-bottom: 24px;
  line-height: 1;
}
.o-checkoutordersummary .o-teasercontainer .m-teaser.m-teaser.m-teaser {
  margin-left: 0 !important;
  margin-top: 0;
  width: 100% !important;
}
.o-checkoutordersummary
  .o-teasercontainer
  .m-teaser.m-teaser.m-teaser
  .teaser-wrap
  .teaser-content {
  padding: 50px 0;
}
.o-checkoutordersummary .m-termsconditions {
  margin: 0;
  padding-bottom: 50px;
}
.o-checkoutordersummary .m-deliverydetails {
  margin-bottom: 0;
}
.o-checkoutordersummarywop {
  --checkoutordersummarywop--gap: 0;
  background: 0 0;
  padding-top: 0;
}
.o-checkoutordersummarywop
  .m-checkoutdeliverycontactpermission
  ul.root
  > li.heading {
  margin: 0;
}
.o-checkoutordersummarywop
  .m-checkoutdeliverycontactpermission
  ul.root
  > li.heading
  h2 {
  margin-top: 0;
}
.o-checkoutordersummarywop .m-paymentselection {
  padding: 20px;
}
.o-checkoutordersummarywop
  .m-paymentselection.paymentselection-rebrush
  .a-alert
  .alert-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.o-checkoutordersummarywop
  .m-paymentselection.paymentselection-rebrush
  .a-alert
  .alert-text
  .alert-link {
  margin: 0;
}
.o-checkoutordersummarywop .m-paymentselection .radio-buttons-wrap {
  padding-right: 5px;
}
.o-checkoutordersummarywop .m-paymentselection .radio-buttons-wrap .a-heading,
.o-checkoutordersummarywop .m-paymentselection .radio-buttons-wrap h2,
.o-checkoutordersummarywop .m-paymentselection .radio-buttons-wrap h3 {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
.o-checkoutordersummarywop .m-paymentselection .radio-buttons-wrap p {
  font-size: 16px !important;
  margin-bottom: 24px;
}
@media (min-width: 750px) {
  .o-checkoutdelivery-wop
    .checkoutdelivery-method-picker
    .info-text
    h2.a-heading,
  .o-checkoutdelivery-wop
    .checkoutdelivery-method-picker
    .info-text
    h3.a-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .o-checkoutdelivery-wop {
    --checkoutordersummarywop--gap: 6vw;
    --heading-h4-font-size: 30px;
    --heading-h5-font-size: 24px;
    margin: 0;
    padding: 0;
  }
  .o-checkoutordersummarywop .m-paymentselection {
    padding: 80px 0;
  }
}
.o-checkoutordersummarywop .m-checkout-user-information-summary {
  background: 0 0;
  margin: 0;
  padding: 32px 20px;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child) {
  background: #fff;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 31%;
  -ms-flex: 1 1 31%;
  flex: 1 1 31%;
  margin: 0;
  padding: 24px;
  width: auto;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-headline {
  margin: 0;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary {
  display: none;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-edit-link
  .checkout-edit-icon,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-headline
  .checkout-icon-edit-link
  .checkout-edit-icon {
  margin: 0;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  dd,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  dd {
  margin-left: 0;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a {
  color: #007a7a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--fontfamily-bold);
  text-decoration: none;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a::after,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a:hover,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a:hover {
  background-color: transparent;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  .highlight-text
  a:hover::after,
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  .highlight-text
  a:hover::after {
  -webkit-transform: translateY(-2px) translateX(9px);
  -ms-transform: translateY(-2px) translateX(9px);
  transform: translateY(-2px) translateX(9px);
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list.checkout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.o-checkoutordersummarywop
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-edit-link {
  color: #007a7a;
}
@media (min-width: 750px) {
  .o-checkoutordersummarywop .m-checkout-user-information-summary {
    padding: 80px 0 0;
  }
  .o-checkoutordersummarywop {
    --checkoutordersummarywop--gap: 6vw;
    padding-top: 0;
  }
}
.o-checkoutordersummarywop .checkoutordersummary-headline {
  margin: 0 0 32px;
}
.o-checkoutordersummarywop .checkoutordersummary-headline .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: 0;
}
.o-checkoutordersummarywop .checkoutordersummary-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .checkoutordersummary-summary-container {
  background: #f5f5f7;
  width: 100vw;
  margin-top: 20px;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  z-index: 2;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container {
  width: 100%;
  z-index: 1;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-user-information {
  background: #f5f5f7;
  position: relative;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-user-information
  .m-checkout-user-information-summary {
  margin: 0;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-user-information::before {
  background: #f5f5f7;
  content: "";
  height: 100%;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: var(--max-pagewidth-padding);
}
@media only screen and (min-width: 1920px) {
  .o-checkoutordersummarywop
    .checkoutordersummary-content
    .article-in-checkout-container
    .checkoutordersummary-user-information::before {
    left: -webkit-calc(var(--checkoutordersummarywop--gap) * -1);
    left: calc(var(--checkoutordersummarywop--gap) * -1);
    width: var(--checkoutordersummarywop--gap);
  }
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-user-information::after {
  background: #f5f5f7;
  content: "";
  height: 100%;
  right: -webkit-calc(var(--max-pagewidth-padding) * -1);
  right: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: var(--max-pagewidth-padding);
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-payment {
  margin: 0;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-payment
  .checkoutordersummary-payment-options {
  padding: 0;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-payment
  .checkoutordersummary-payment-options
  .m-paymentselection {
  position: relative;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-payment
  .checkoutordersummary-payment-options
  .m-paymentselection::before {
  background: #f5f5f7;
  content: "";
  height: 100%;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: var(--max-pagewidth-padding);
}
@media only screen and (min-width: 1920px) {
  .o-checkoutordersummarywop
    .checkoutordersummary-content
    .article-in-checkout-container
    .checkoutordersummary-payment
    .checkoutordersummary-payment-options
    .m-paymentselection::before {
    left: -webkit-calc(var(--checkoutordersummarywop--gap) * -1);
    left: calc(var(--checkoutordersummarywop--gap) * -1);
    width: var(--checkoutordersummarywop--gap);
  }
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-payment
  .checkoutordersummary-payment-options
  .m-paymentselection::after {
  background: #f5f5f7;
  content: "";
  height: 100%;
  right: -webkit-calc(var(--max-pagewidth-padding) * -1);
  right: calc(var(--max-pagewidth-padding) * -1);
  position: absolute;
  top: 0;
  width: var(--max-pagewidth-padding);
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-tc-container {
  margin: 32px 0 0;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-tc-container
  .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-tc-container
  .checkoutordersummary-tc {
  margin: 0;
  padding: 0;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .article-in-checkout-container
  .checkoutordersummary-tc-container
  .checkoutordersummary-tc
  .m-termsconditions {
  margin: 0;
}
.o-checkoutordersummarywop
  .checkoutordersummary-content
  .m-paymentselection
  + .o-teasercontainer {
  padding-top: -webkit-calc(var(--element-margin) / 4);
  padding-top: calc(var(--element-margin) / 4);
}
@media (min-width: 900px) {
  .o-checkoutordersummarywop
    .checkoutordersummary-content
    .checkoutordersummary-summary-container {
    margin-left: 0;
    -webkit-box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    width: 35%;
    margin-top: 0;
  }
  .o-checkoutordersummarywop
    .checkoutordersummary-content
    .article-in-checkout-container {
    padding-right: var(--checkoutordersummarywop--gap);
    width: 65%;
  }
  .o-checkoutordersummarywop .checkoutordersummary-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.o-checkoutordersummarywop .checkoutordersummary-optins-container {
  margin: 40px 0 0;
}
.o-checkoutordersummarywop .checkoutordersummary-optins-container .m-form {
  margin: 0;
  min-width: 0;
  padding: 0;
}
.o-checkoutordersummarywop
  .checkoutordersummary-optins-container
  > h2.a-heading {
  font-size: 24px;
  line-height: 28px;
  margin: 40px 0 16px;
}
.o-checkoutordersummarywop
  .checkoutordersummary-optins-container
  .m-checkoutdeliverycontactpermission {
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .o-checkoutordersummarywop
    .checkoutordersummary-optins-container
    > h2.a-heading {
    font-size: 28px;
    line-height: 33px;
    margin: 56px 0 24px;
  }
  .o-checkoutordersummarywop .checkoutordersummary-optins-container {
    margin: 56px 0;
  }
  .o-checkoutordersummarywop {
    width: -webkit-calc(100% + var(--max-pagewidth-padding));
    width: calc(100% + var(--max-pagewidth-padding));
  }
}
.o-checkoutordersummarywop .checkoutordersummary-downpayment {
  margin: 0 0 40px;
  padding: 0;
}
.o-checkoutordersummarywop .checkoutordersummary-downpayment .m-form {
  padding: 0;
}
.o-checkoutpayment {
  --checkoutordersummarywop--gap: 0;
  background: 0 0;
  padding: 0;
}
.o-checkoutpayment .m-recaptcha .recaptcha-content-wrapper {
  width: 100%;
}
.o-checkoutpayment .a-horizontalrule {
  padding: 0;
}
.o-checkoutpayment .m-contenttextmedia {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.o-checkoutpayment .m-paymentdeliverymethod .payment {
  margin: 0;
  padding: 0;
}
.o-checkoutpayment .m-paymentdeliverymethod .payment .text {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  letter-spacing: 0.5px;
}
.o-checkoutpayment .m-paymentdeliverymethod .a-horizontalrule {
  padding: 0;
}
.o-checkoutpayment
  .m-paymentdeliverymethod
  .a-horizontalrule
  + .m-contenttextmedia {
  padding-top: 0;
}
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a {
  color: #007a7a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a:hover {
  background-color: transparent;
}
.o-checkoutpayment .m-paymentdeliverymethod .delivery-method p a:hover::after {
  -webkit-transform: translateY(-2px) translateX(9px);
  -ms-transform: translateY(-2px) translateX(9px);
  transform: translateY(-2px) translateX(9px);
}
.o-checkoutpayment .m-paymentdeliverymethodAdyen .radio-container {
  border: none;
  margin: 0;
  padding: 0;
}
.o-checkoutpayment
  .m-paymentdeliverymethodAdyen
  .radio-container
  label.a-formlabel {
  padding-left: 0;
}
.o-checkoutpayment
  .m-paymentdeliverymethodAdyen
  .radio-container
  label.a-formlabel
  .label-text {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 0;
}
.o-checkoutpayment .m-paymentdeliverymethodAdyen .m-form {
  padding-top: 0;
}
.o-checkoutpayment
  .m-paymentdeliverymethodAdyen
  .m-form
  .adyen-checkout__input-wrapper
  .adyen-checkout__input,
.o-checkoutpayment .m-paymentdeliverymethodAdyen .m-form .form-row {
  margin: 0;
}
.o-checkoutpayment .m-paymentdeliverymethodAdyen .m-form .m-forminput {
  max-width: 440px;
  width: 100%;
}
.o-checkoutpayment .m-article-in-checkout {
  margin-top: 0 !important;
}
.o-checkoutpayment .m-article-in-checkout:first-child {
  padding-top: 0 !important;
}
.o-checkoutpayment .m-article-in-checkout .article-header {
  margin-top: 0;
}
.o-checkoutpayment .m-checkout-user-information-summary {
  background: 0 0;
  margin: 0;
  padding: 20px;
}
.o-checkoutpayment .m-checkout-user-information-summary .list .checkout-list-el,
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child) {
  background: #fff;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 31%;
  -ms-flex: 1 1 31%;
  flex: 1 1 31%;
  margin: 0;
  padding: 24px;
  width: auto;
}
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline,
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-headline {
  margin: 0;
}
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary,
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-headline
  .checkout-icon-text-container
  .checkout-icon-summary {
  display: none;
}
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-edit-link
  .checkout-edit-icon,
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-headline
  .checkout-icon-edit-link
  .checkout-edit-icon {
  margin: 0;
}
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body,
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-body
  dd,
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body,
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el:not(:last-child)
  .checkout-body
  dd {
  margin-left: 0;
}
.o-checkoutpayment .m-checkout-user-information-summary .list.checkout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.o-checkoutpayment
  .m-checkout-user-information-summary
  .list
  .checkout-list-el
  .checkout-headline
  .checkout-icon-edit-link {
  color: #007a7a;
}
@media (min-width: 750px) {
  .o-checkoutpayment .m-checkout-user-information-summary {
    padding: 80px 0;
  }
  .o-checkoutpayment
    .checkoutpayment-content
    .article-in-checkout-container
    .checkoutpayment-user-information::before {
    background: #f5f5f7;
    content: "";
    height: 100%;
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    position: absolute;
    top: 0;
    width: var(--max-pagewidth-padding);
  }
  .o-checkoutpayment
    .checkoutpayment-content
    .article-in-checkout-container
    .checkoutpayment-user-information::after {
    background: #f5f5f7;
    content: "";
    height: 100%;
    right: -webkit-calc(var(--max-pagewidth-padding) * -1);
    right: calc(var(--max-pagewidth-padding) * -1);
    position: absolute;
    top: 0;
    width: var(--max-pagewidth-padding);
  }
}
.o-checkoutpayment .checkoutpayment-payment-container {
  margin: 40px 0 0;
  padding: 0;
}
.o-checkoutpayment .checkoutpayment-payment-container .checkoutpayment-payment {
  margin: 0;
  padding: 0;
}
.o-checkoutpayment .checkoutpayment-payment-container .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.o-checkoutpayment .checkoutpayment-tc-container {
  margin: 40px 0 0;
  padding: 0;
}
.o-checkoutpayment .checkoutpayment-tc-container .checkoutpayment-tc {
  margin: 0;
  padding: 0;
}
.o-checkoutpayment .checkoutpayment-tc-container .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.o-checkoutpayment .checkoutpayment-tc-container .m-termsconditions {
  margin: 0;
}
.o-checkoutpayment .checkoutpayment-headline {
  margin: 20px 0 32px;
}
.o-checkoutpayment .checkoutpayment-headline .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: 0;
}
.o-checkoutpayment .checkoutpayment-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-checkoutpayment .checkoutpayment-content .checkoutpayment-summary-container {
  background: #f5f5f7;
  width: 100vw;
  margin-top: 20px;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  z-index: 2;
}
.o-checkoutpayment .checkoutpayment-content .article-in-checkout-container {
  z-index: 1;
  width: 100%;
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutpayment-user-information {
  background: #f5f5f7;
  position: relative;
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutpayment-user-information
  .m-checkout-user-information-summary {
  margin: 0;
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutordersummary-payment {
  margin: 0;
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutordersummary-payment
  .checkoutordersummary-payment-options {
  padding: 0;
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutordersummary-payment
  .checkoutordersummary-payment-options
  .m-paymentselection {
  position: relative;
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutordersummary-tc-container {
  margin: 20px 0 0;
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutordersummary-tc-container
  .a-heading {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutordersummary-tc-container
  .checkoutordersummary-tc {
  margin: 0;
  padding: 0;
}
.o-checkoutpayment
  .checkoutpayment-content
  .article-in-checkout-container
  .checkoutordersummary-tc-container
  .checkoutordersummary-tc
  .m-termsconditions {
  margin: 0;
}
.o-checkoutpayment .checkoutpayment-optins-container {
  margin: 0;
}
.o-checkoutpayment .checkoutpayment-optins-container > h2.a-heading {
  font-size: 24px;
  line-height: 28px;
  margin: 50px 0 0;
}
@media (min-width: 900px) {
  .o-checkoutpayment
    .checkoutpayment-content
    .checkoutpayment-summary-container {
    margin-left: 0;
    -webkit-box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    box-shadow: -4px 1px 5px -1px rgba(0, 0, 0, 0.07);
    width: 35%;
    margin-top: 0;
  }
  .o-checkoutpayment .checkoutpayment-content .article-in-checkout-container {
    padding-right: var(--checkoutordersummarywop--gap);
    width: 65%;
  }
  .o-checkoutpayment .checkoutpayment-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-checkoutpayment .checkoutpayment-optins-container > h2.a-heading {
    font-size: 28px;
    line-height: 33px;
  }
  .o-checkoutpayment {
    width: -webkit-calc(100% + var(--max-pagewidth-padding));
    width: calc(100% + var(--max-pagewidth-padding));
  }
}
.o-checkoutpayment .checkoutpayment-optins-container .m-form {
  padding-top: 24px;
}
.o-checkoutpayment
  .checkoutpayment-optins-container
  .m-checkoutdeliverycontactpermission {
  margin: 0;
  padding: 0;
}
.o-checkoutwelcome {
  margin: 50px 0 0;
}
.o-checkoutwelcome h1.a-heading {
  font-size: 26px;
  margin-bottom: 12px;
}
.o-checkoutwelcome .guest-checkout h2.a-heading {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}
.o-checkoutwelcome .guest-checkout .guest-text {
  margin-bottom: 15px;
}
.o-checkoutwelcome .guest-checkout .form-action,
.o-checkoutwelcome .guest-checkout .form-actions {
  margin: 0;
}
@media (min-width: 750px) {
  .o-checkoutpayment
    .checkoutpayment-content
    .article-in-checkout-container
    .checkoutordersummary-payment
    .checkoutordersummary-payment-options
    .m-paymentselection::before {
    background: #f5f5f7;
    content: "";
    height: 100%;
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    position: absolute;
    top: 0;
    width: var(--max-pagewidth-padding);
  }
  .o-checkoutpayment
    .checkoutpayment-content
    .article-in-checkout-container
    .checkoutordersummary-payment
    .checkoutordersummary-payment-options
    .m-paymentselection::after {
    background: #f5f5f7;
    content: "";
    height: 100%;
    right: -webkit-calc(var(--checkoutordersummarywop--gap) * -1);
    right: calc(var(--checkoutordersummarywop--gap) * -1);
    position: absolute;
    top: 0;
    width: var(--checkoutordersummarywop--gap);
  }
  .o-checkoutpayment {
    --checkoutordersummarywop--gap: 6vw;
  }
  .o-checkoutwelcome h1.a-heading {
    font-size: 35px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .o-checkoutwelcome .m-signin {
    float: none;
    padding: 0;
    width: 100%;
  }
  .o-checkoutwelcome h2.a-heading {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 17px;
  }
  .o-checkoutwelcome .guest-checkout {
    float: none;
    padding: 0;
    width: 100%;
  }
  .o-checkoutwelcome .guest-checkout .guest-text {
    margin-bottom: 20px;
  }
  .o-checkoutwelcome .guest-checkout .m-form .form-row {
    max-width: 100%;
    width: 100%;
  }
  .o-checkoutwelcome .guest-checkout .m-form .form-action {
    padding: 0;
  }
  .o-checkoutwelcome .guest-checkout .m-form .form-action .a-button {
    min-width: 200px;
    width: auto;
  }
}
@media (min-width: 900px) {
  .o-checkoutwelcome h1.a-heading {
    margin-bottom: 20px;
  }
  .o-checkoutwelcome .g-layout-full {
    display: inline;
    float: left;
    width: 50%;
  }
  :lang(zh-CN) .o-checkoutwelcome .g-layout-full {
    display: inline;
    float: left;
    width: 100% !important;
  }
  :lang(zh-CN) .o-checkoutwelcome .account {
    display: inline-block;
    float: left;
    width: 50% !important;
  }
  :lang(zh-CN) .o-checkoutwelcome .account .m-form {
    border-bottom: none;
  }
  :lang(zh-CN) .o-checkoutwelcome .social-media {
    float: right;
    margin-top: 0;
    padding-left: 30px;
    width: 50% !important;
  }
  .o-checkoutwelcome .checkout-welcome-intro {
    max-width: 83.3333%;
  }
  .o-checkoutwelcome .m-signin {
    width: 100%;
  }
  .o-checkoutwelcome h2.a-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .o-checkoutwelcome .guest-checkout {
    float: left;
    padding-left: 0;
    width: 50%;
  }
  .o-checkoutwelcome .guest-checkout .guest-text {
    margin-bottom: 25px;
  }
}
.o-comparedetail {
  display: none;
}
@media (min-width: 750px) {
  .o-comparedetail {
    display: block;
    margin-bottom: 90px;
    margin-top: 90px;
  }
}
@media print {
  .o-comparedetail {
    display: block;
  }
}
.o-comparedetail .m-compareheader .full-header .m-compareitem {
  width: 20%;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-images {
  margin-bottom: 30px;
  width: 100%;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-images
  .callouts {
  width: auto;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-images
  .callouts
  .a-callout:last-child {
  margin-right: 0;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-info {
  margin: 0;
  padding: 0;
  width: 100%;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-info
  .m-producttitle
  .a-heading {
  font-size: 18px;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-info
  .hook-line {
  display: block;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion {
  margin: 0;
  padding: 0;
  width: 100%;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .js-conversion-wrapper {
  margin-bottom: 26px;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .js-conversion-wrapper
  .scale {
  display: block;
}
@media (min-width: 900px) {
  .o-comparedetail
    .m-compareheader
    .full-header
    .m-compareitem
    .m-productteaser
    .product-info
    .m-producttitle
    .a-heading {
    font-size: 24px;
  }
  .o-comparedetail
    .m-compareheader
    .full-header
    .m-compareitem
    .m-productteaser
    .product-conversion
    .js-conversion-wrapper
    .scale {
    display: inline-block;
  }
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .js-price-wrapper {
  margin: 0;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .js-price-wrapper
  .current {
  font-size: 27px;
  margin: 0;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .details {
  margin: 0;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .details
  p:first-of-type:not(.highlight) {
  margin-bottom: 20px;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .stock-info-wrapper
  .a-productavailability {
  margin-top: 24px;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .data-sheet-energy
  .m-imagelist {
  display: inline-block;
  margin-right: 25px;
  vertical-align: bottom;
}
.o-comparedetail
  .m-compareheader
  .full-header
  .m-compareitem
  .m-productteaser
  .product-conversion
  .data-sheet-energy
  .a-link-download {
  display: inline-block;
  vertical-align: bottom;
}
.o-comparedetail .m-togglebox .togglebox-content {
  margin-left: 0 !important;
}
.o-comparedetail .m-togglebox .item:last-child {
  margin-bottom: 60px;
}
.o-comparedetail .clearfix .compare-footer-col .compare-footer-label p,
.o-comparedetail
  .o-dob2address
  .suggestion-togglebox-content
  .compare-footer-col
  .compare-footer-label
  p,
.o-comparedetail
  .o-dob2repairaddressfields
  .suggestion-togglebox-content
  .compare-footer-col
  .compare-footer-label
  p,
.o-comparedetail
  .o-dobaddress
  .suggestion-togglebox-content
  .compare-footer-col
  .compare-footer-label
  p,
.o-dob2address
  .o-comparedetail
  .suggestion-togglebox-content
  .compare-footer-col
  .compare-footer-label
  p,
.o-dob2repairaddressfields
  .o-comparedetail
  .suggestion-togglebox-content
  .compare-footer-col
  .compare-footer-label
  p,
.o-dobaddress
  .o-comparedetail
  .suggestion-togglebox-content
  .compare-footer-col
  .compare-footer-label
  p {
  color: #2d373c;
}
.o-comparedetail .compare-row {
  margin: 0 0 20px !important;
}
.o-cookielaw {
  margin-left: -webkit-calc(-50vw + 50%) !important;
  margin-left: calc(-50vw + 50%) !important;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100vw !important;
}
.o-cookielaw .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
.o-cookielaw .cookielaw-oneoption-form {
  margin-top: 0;
  padding: 20px;
}
.o-cookielaw .cookielaw-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  padding: 32px 32px 0 0;
}
.o-cookielaw .cookielaw-close .a-button.a-button-plain {
  border: none;
  color: #fff;
  height: 24px;
  margin: 0;
  padding: 0 !important;
  width: 24px;
}
.o-cookielaw .cookielaw-close .a-button.a-button-plain .icon {
  font-size: 28px;
  height: 24px;
  width: 24px;
}
.o-cookielaw .cookielaw-close .a-button.a-button-plain .icon:before {
  display: inline-block;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
  -webkit-transform: translate(-3px, 3px);
  -ms-transform: translate(-3px, 3px);
  transform: translate(-3px, 3px);
}
.o-cookielaw .a-area.a-area-mobile.a-area-secondary,
.o-cookielaw .m-form {
  background-color: #000028;
  color: #fff;
  margin: 0;
}
.o-cookielaw .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
}
.o-cookielaw .base-cookielaw-content {
  color: #a3acbd;
}
.o-cookielaw .a-morecontenttogglelink .content {
  max-height: 0;
  min-height: 0;
  height: 0;
}
.o-cookielaw .a-morecontenttogglelink .content:after {
  display: none;
}
.o-cookielaw .a-morecontenttogglelink .content.is-open {
  max-height: none;
  min-height: auto;
  height: 100%;
}
.o-cookielaw .a-morecontenttogglelink .content.is-open:after {
  display: none;
}
.o-cookielaw .cookielaw-content p a {
  color: #3cc8be;
  text-decoration: none;
}
.o-cookielaw .cookielaw-content p a:active,
.o-cookielaw .cookielaw-content p a:focus,
.o-cookielaw .cookielaw-content p a:hover {
  text-decoration: none;
}
.o-cookielaw .cookielaw-content p:last-of-type {
  margin-bottom: 15px;
}
.o-cookielaw .cookielaw-content .list-unstyled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 36px;
  margin-bottom: 30px;
}
.o-cookielaw .cookielaw-content .list-unstyled li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  width: auto;
}
.o-cookielaw .cookielaw-content .list-unstyled li .a-link,
.o-cookielaw .cookielaw-content .list-unstyled li .a-link .text {
  color: #3cc8be !important;
}
.o-cookielaw .cookielaw-content .list-unstyled li .a-link::before {
  color: #3cc8be;
  margin-top: -5px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  padding-right: 12px;
  padding-left: 0;
}
.o-cookielaw .cookielaw-content .list-unstyled li:last-child {
  margin-bottom: 0;
}
.o-cookielaw .cookielaw-content .list-unstyled .a-link .text,
.o-cookielaw .cookielaw-content .list-unstyled .a-link::before {
  color: #fff;
}
.o-cookielaw .cookielaw-content .list-unstyled .a-morecontenttogglelink {
  margin-bottom: 20px;
  margin-top: 0;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .content {
  height: 0;
  max-height: none;
  min-height: auto;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .content:after {
  display: none;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .containerexpandable-togglelink {
  text-align: left;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .containerexpandable-togglelink
  .content-toggle {
  color: #fff;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .a-link
  .icon {
  height: 16px;
  margin-top: -2px;
  width: 16px;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .a-link
  .icon:before {
  content: "\e0a4" !important;
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.o-cookielaw
  .cookielaw-content
  .list-unstyled
  .a-morecontenttogglelink
  .a-link
  .text {
  margin-left: 13px;
}
.o-cookielaw .cookielaw-layer-settings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 27px;
}
.o-cookielaw .cookielaw-layer-settings .m-forminput-checkbox {
  margin-bottom: 24px;
  padding: 0;
}
.o-cookielaw .cookielaw-layer-settings .m-forminput-checkbox:last-child {
  margin-bottom: 0;
}
.o-cookielaw .cookielaw-layer-settings .m-forminput-checkbox .a-formlabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-cookielaw
  .cookielaw-layer-settings
  .m-forminput-checkbox
  .a-formlabel
  .label-text {
  color: #fff;
  font-size: 16px;
  margin-top: 2px;
}
.o-cookielaw .cookielaw-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary,
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-cookielaw .cookielaw-actions .a-button.a-button-primary,
.o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-link,
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-cookielaw
  .cookielaw-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link,
.o-cookielaw
  .cookielaw-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.o-cookielaw .cookielaw-actions a.a-button.a-link-primary.a-button-link,
.o-cookielaw .cookielaw-actions button.a-button.a-link-primary.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
  -ms-flex-order: 100;
  order: 100;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-primary:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-cookielaw
  .cookielaw-actions
  button.a-button.a-link-primary.a-button-link:hover,
.o-cookielaw .cookielaw-actions .a-button.a-button-primary:active,
.o-cookielaw .cookielaw-actions .a-button.a-button-primary:hover,
.o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-button-link:active,
.o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-link:active,
.o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-link:hover,
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-cookielaw
  .cookielaw-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.o-cookielaw
  .cookielaw-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.o-cookielaw .cookielaw-actions a.a-button.a-link-primary.a-button-link:hover,
.o-cookielaw
  .cookielaw-actions
  button.a-button.a-link-primary.a-button-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary:active,
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-cookielaw .cookielaw-actions .a-button.a-button-primary:active,
.o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-button-link:active,
.o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-link:active,
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-cookielaw .cookielaw-actions .a-button.a-button-primary[disabled=""],
.o-cookielaw .cookielaw-actions .a-button.a-button-primary[disabled="disabled"],
.o-cookielaw .cookielaw-actions .a-button.a-button-primary[disabled="true"],
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link[disabled=""],
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link[disabled="true"],
.o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-link[disabled=""],
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled="disabled"],
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled="true"],
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-cookielaw .cookielaw-actions .a-button.a-button-primary[disabled=""]:hover,
.o-cookielaw
  .cookielaw-actions
  .a-button.a-button-primary[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  .a-button.a-button-primary[disabled="true"]:hover,
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-cookielaw
  .cookielaw-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-cookielaw
  .cookielaw-actions
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-primary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
@media (max-width: 899px) {
  .o-cookielaw .cookielaw-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .o-cookielaw .cookielaw-actions .a-button,
  .o-cookielaw .cookielaw-actions .a-button:not(:last-child) {
    margin: 0 !important;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-cookielaw
    .cookielaw-actions
    a.a-button.a-link-primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .o-cookielaw
    .cookielaw-actions
    a.a-button.a-link-primary,
  .m-oney-widget-section
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.oney-widget-link,
  .m-popover
    .popover-content
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .o-cookielaw .cookielaw-actions .a-button.a-button-primary,
  .o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-link,
  .o-cookielaw
    .cookielaw-actions
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .o-cookielaw
    .cookielaw-actions
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .o-cookielaw
    .cookielaw-actions
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .o-cookielaw
    .cookielaw-actions
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .o-cookielaw
    .cookielaw-actions
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .o-cookielaw
    .cookielaw-actions
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .o-cookielaw
    .cookielaw-actions
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .o-cookielaw
    .cookielaw-actions
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .o-cookielaw
    .cookielaw-actions
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .o-cookielaw .cookielaw-actions a.a-button.a-link-primary.a-button-link,
  .o-cookielaw .cookielaw-actions button.a-button.a-link-primary.a-button-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-cookielaw
    .cookielaw-actions
    a.a-button.a-link-secondary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .o-cookielaw
    .cookielaw-actions
    a.a-button.a-link-secondary,
  .m-oney-widget-section
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-secondary.oney-widget-link,
  .m-popover
    .popover-content
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-secondary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-secondary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .o-alternativeproduct
    .o-cookielaw
    .cookielaw-actions
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .o-cookielaw .cookielaw-actions .a-button.a-button-secondary,
  .o-cookielaw .cookielaw-actions .a-button.a-link-secondary.a-button-link,
  .o-cookielaw .cookielaw-actions .a-button.a-link-secondary.a-link,
  .o-cookielaw
    .cookielaw-actions
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  .o-cookielaw
    .cookielaw-actions
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .o-cookielaw
    .cookielaw-actions
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-secondary.a-button-link[data-popover-id],
  .o-cookielaw
    .cookielaw-actions
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  .o-cookielaw
    .cookielaw-actions
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  .o-cookielaw
    .cookielaw-actions
    .m-popover
    .popover-content
    .a-button.a-link-secondary.a-button-link,
  .o-cookielaw
    .cookielaw-actions
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-secondary.a-button-link.a-link,
  .o-cookielaw
    .cookielaw-actions
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .o-cookielaw
    .cookielaw-actions
    .o-alternativeproduct
    .tile-description
    > .a-button.a-link-secondary.a-link.a-link-primary:not(.a-button),
  .o-cookielaw
    .cookielaw-actions
    .o-myproducts
    > .myproducts-controls
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .o-cookielaw
    .cookielaw-actions
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link,
  .o-cookielaw .cookielaw-actions a.a-button.a-link-secondary.a-button-link,
  .o-cookielaw
    .cookielaw-actions
    button.a-button.a-link-secondary.a-button-link,
  .o-myproducts
    > .myproducts-controls
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-secondary.a-link {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.o-cookielaw .extend-cookie-configuration .a-morecontenttogglelink {
  margin-bottom: 0;
  margin-top: 0;
}
.o-cookielaw
  .extend-cookie-configuration
  .a-morecontenttogglelink
  .containerexpandable-togglelink
  .content-toggle {
  color: #fff;
}
.o-cookielaw
  .extend-cookie-configuration
  .a-morecontenttogglelink
  .more-less-button {
  margin-top: 28px;
  margin-bottom: 0;
}
.o-cookielaw .extend-cookie-configuration .content {
  margin-top: 45px;
}
.o-cookielaw .extend-cookie-configuration .content > p {
  margin-bottom: 20px;
}
.o-cookielaw .containerexpandable-togglelink,
.o-cookielaw .m-containerexpandable {
  margin-top: 0;
}
.o-cookielaw .containerexpandable-togglelink .a-heading,
.o-cookielaw .m-containerexpandable .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
}
@media (min-width: 900px) {
  .o-cookielaw {
    background-color: #000028;
    margin: 0 -9999rem !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 9999rem !important;
  }
  .o-cookielaw .a-heading {
    font-family: var(--fontfamily-headlinesfont);
  }
  .o-cookielaw .cookielaw-close {
    left: auto;
    right: auto;
    margin: 0;
    position: relative;
    text-align: right;
  }
  .o-cookielaw .a-area.a-area-mobile.a-area-secondary,
  .o-cookielaw .m-form {
    padding: 64px;
  }
  .o-cookielaw .clearfix,
  .o-cookielaw .o-dob2address .suggestion-togglebox-content,
  .o-cookielaw .o-dob2repairaddressfields .suggestion-togglebox-content,
  .o-cookielaw .o-dobaddress .suggestion-togglebox-content,
  .o-dob2address .o-cookielaw .suggestion-togglebox-content,
  .o-dob2repairaddressfields .o-cookielaw .suggestion-togglebox-content,
  .o-dobaddress .o-cookielaw .suggestion-togglebox-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-cookielaw .cookielaw-layer-settings {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 32px;
  }
  .o-cookielaw .cookielaw-layer-settings .m-forminput-checkbox {
    margin-bottom: 0;
    margin-right: 24px;
  }
  .o-cookielaw .cookielaw-content .list-unstyled {
    border: none;
    margin-bottom: 37px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .o-cookielaw
    .cookielaw-content
    .list-unstyled
    .a-morecontenttogglelink
    .containerexpandable-togglelink {
    text-align: left;
  }
  .o-cookielaw .cookielaw-actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    padding: 0;
    width: auto;
  }
  .o-cookielaw .cookielaw-actions .a-button {
    margin-bottom: 0 !important;
    margin-right: 0;
    min-width: 240px;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-cookielaw
    .cookielaw-actions
    a.a-button.a-link-primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .o-cookielaw
    .cookielaw-actions
    a.a-button.a-link-primary,
  .m-oney-widget-section
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.oney-widget-link,
  .m-popover
    .popover-content
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link.a-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .o-cookielaw .cookielaw-actions .a-button.a-button-primary,
  .o-cookielaw .cookielaw-actions .a-button.a-link-primary.a-link,
  .o-cookielaw
    .cookielaw-actions
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .o-cookielaw
    .cookielaw-actions
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .o-cookielaw
    .cookielaw-actions
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .o-cookielaw
    .cookielaw-actions
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .o-cookielaw
    .cookielaw-actions
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .o-cookielaw
    .cookielaw-actions
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .o-cookielaw
    .cookielaw-actions
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-button.a-link-primary.a-button-link.a-link,
  .o-cookielaw
    .cookielaw-actions
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
  .o-cookielaw
    .cookielaw-actions
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .o-cookielaw .cookielaw-actions a.a-button.a-link-primary.a-button-link,
  .o-cookielaw .cookielaw-actions button.a-button.a-link-primary.a-button-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-cookielaw
    .cookielaw-actions
    .a-button.a-link-primary.a-link {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .o-cookielaw .containerexpandable-togglelink,
  .o-cookielaw .m-containerexpandable {
    margin-top: 0;
  }
}
.o-dealerlocator {
  --color-bg: #f5f5f7;
  --color-text: #000;
  --color-border: #000;
  --color-input-text: #7b89a1;
  --color-heading: #000028;
  --color-shadow: #e0e3e7 1px 0 25px;
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  background-color: var(--color-bg);
  margin-top: var(--element-margin);
}
.o-dealerlocator .tracking-text a:not(.a-link) {
  color: #007a7a;
}
@media (max-width: 749px) {
  .o-checkoutdelivery
    form.m-form
    .m-checkoutdeliveryservice
    .m-checkoutdeliverymode
    .deliveryselection
    .deliverydate {
    -ms-grid-column: 1 !important;
    grid-column-start: 1 !important;
  }
  .o-cookielaw {
    max-height: none;
  }
  .o-dealerlocator .tracking-text {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 20px;
  }
}
.o-dealerlocator .m-filterlist-dealer .filterlist-heading {
  color: var(--color-text);
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
}
.o-dealerlocator .m-filterlist-dealer .filterlist-container {
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: -webkit-fit-content;
  height: fit-content;
  max-height: -webkit-fit-content;
  max-height: fit-content;
}
.o-dealerlocator .m-filterlist-dealer .filterlist-row {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.o-dealerlocator .m-filterlist-dealer .filterlist-row-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 1px solid #cfd0d6;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin: 0 16px 16px 0;
  padding: 12px 24px;
  width: 100%;
}
.o-dealerlocator
  .m-filterlist-dealer
  .filterlist-row-item
  .m-forminput-checkbox {
  margin-bottom: 0 !important;
}
.o-dealerlocator
  .m-filterlist-dealer
  .filterlist-row-item
  .m-forminput-checkbox
  .a-formlabel {
  color: #000;
  padding: 0 !important;
}
.o-dealerlocator
  .m-filterlist-dealer
  .filterlist-row-item
  .filterlist-label-icon {
  right: 0;
  top: 0;
}
.o-dealerlocator .m-filterlist-dealer .filterlist-row-item.is-active {
  border: 2px solid #000;
  font-family: SiemensSans-Bold, sans-serif;
}
.o-dealerlocator
  .m-filterlist-dealer
  .filterlist-row-item.is-active
  .m-forminput-checkbox.had-focus
  .a-formlabel.checkbox:after {
  content: none !important;
}
.o-dealerlocator .m-filterlist-dealer .a-button-plain {
  background: 0 0;
  border: none;
  color: #2b2f43;
}
.o-dealerlocator .maplist-wrap {
  height: auto;
}
.o-dealerlocator .maplist-wrap .m-maplist .dealer-detail-wrap {
  margin-left: 0;
}
.o-dealerlocator .maplist-wrap .m-maplist .dealer-list-wrap {
  scrollbar-width: thin;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .a-button-load-more {
  margin-top: 20px !important;
  max-height: 50px;
  min-height: 50px;
}
.o-dealerlocator .maplist-wrap .m-maplist .dealer-list-wrap::-webkit-scrollbar {
  width: 30px;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap::-webkit-scrollbar-track {
  background: #fff;
  width: 15px;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap::-webkit-scrollbar-thumb {
  background-color: #cfd0d6;
  border: 10px solid #fff;
  border-radius: 0;
}
.o-dealerlocator .maplist-wrap .m-maplist .dealer-list-wrap .dealer-list {
  margin-top: 40px;
}
@media (min-width: 900px) {
  .o-dealerlocator .maplist-wrap .m-maplist .dealer-list-wrap .dealer-list {
    margin-top: 0;
  }
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item {
  padding-top: 50px;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item.no-results {
  padding: 30px;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout {
  margin-top: 0;
  padding-right: 0;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .dealer-col-1 {
  margin-top: -40px;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .dealer-col-2
  .m-imagelist-dealerlocator
  .a-link {
  margin-left: 15px;
  margin-right: 0;
}
@media (min-width: 750px) {
  .o-dealerlocator
    .maplist-wrap
    .m-maplist
    .dealer-list-wrap
    .dealer-list
    .dealer-item.dealer-item {
    padding-top: 30px;
  }
  .o-dealerlocator
    .maplist-wrap
    .m-maplist
    .dealer-list-wrap
    .dealer-list
    .dealer-item.dealer-item
    .dealer-layout
    .dealer-col-1 {
    margin-top: 0;
  }
  .o-dealerlocator
    .maplist-wrap
    .m-maplist
    .dealer-list-wrap
    .dealer-list
    .dealer-item.dealer-item
    .dealer-layout
    .dealer-col-2
    .m-imagelist-dealerlocator
    .a-link {
    margin-left: 0;
  }
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .dealer-col-2
  .m-imagelist-dealerlocator
  .a-image {
  min-width: 70.5px;
  width: 70.5px;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .location-meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .location-meta
  .a-heading {
  font-family: var(--fontfamily-headlinesfont);
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .location-meta
  .icon.location-pin {
  top: 0;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .location-meta
  .icon.location-pin:after {
  top: 4px;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .dealer-data.address {
  width: 100%;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .dealer-data.address
  .dealer-data.links {
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .dealer-data.links
  li
  a,
.o-dealerlocator
  .maplist-wrap
  .m-maplist
  .dealer-list-wrap
  .dealer-list
  .dealer-item.dealer-item
  .dealer-layout
  .dealer-data.links
  li
  span {
  font-weight: 700;
}
.o-dealerlocator .maplist-wrap .dealer-detail-wrap {
  position: relative;
}
.o-dealerlocator .maplist-wrap .dealer-detail-wrap .dealer-col-1,
.o-dealerlocator .maplist-wrap .dealer-detail-wrap .dealer-detail,
.o-dealerlocator .maplist-wrap .dealer-detail-wrap .dealer-layout {
  padding-left: 8px;
  position: unset;
}
.o-dealerlocator .maplist-wrap .dealer-detail-wrap .dealer-detail .dealer-col-1,
.o-dealerlocator .maplist-wrap .dealer-detail-wrap .dealer-layout {
  padding-left: 0 !important;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  h3.a-heading
  span {
  font-size: 20px;
  line-height: 1.1;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .location-meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 47px;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .location-meta
  .icon-mappin {
  color: #3cc8be;
  height: 30px;
  margin-left: 7px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  top: 0 !important;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .location-meta
  .icon-mappin:after {
  top: 4px;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .location-meta
  .location-distance {
  margin: 0;
  text-transform: lowercase;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.links.dealer-data.links.dealer-data.links
  li
  .a-link
  .text {
  font-size: 16px;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.links.dealer-data.links.dealer-data.links
  li
  span
  .text {
  font-size: 16px;
  font-weight: 700;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.links.dealer-data.links.dealer-data.links
  li
  span
  .icon-fax {
  padding-right: 13px;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.address {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 20px !important;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.links {
  margin-top: 30px;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.links
  li
  .a-link {
  font-weight: 700;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.links
  li
  [itemprop="faxNumber"] {
  padding-left: 3px;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-2 {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  margin-top: 20px;
}
.o-dealerlocator .maplist-wrap .dealer-detail-wrap .link-container {
  margin-left: 0;
  padding-top: 50px;
}
.o-dealerlocator .maplist-wrap .dealer-detail-wrap .link-container .a-link {
  border-bottom: none;
}
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .a-heading.a-heading.a-heading,
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.address.dealer-data.address.dealer-data.address,
.o-dealerlocator
  .maplist-wrap
  .dealer-detail-wrap
  .dealer-detail
  .dealer-col-1
  .dealer-data.links.dealer-data.links.dealer-data.links {
  margin-left: 0 !important;
  margin-top: 0;
}
.o-dealerlocator .m-filter-dealerlocator {
  padding: 65px 0 30px;
}
.o-dealerlocator .m-filter-dealerlocator:not(.hidden) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-nav {
  margin-top: -15px;
  padding-bottom: 55px;
  position: unset;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-nav
  .filterbar-item.filterbar-title
  .filterbar-title-label {
  color: var(--color-heading);
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 4px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-nav
  .filterbar-item.filterbar-filter {
  background-color: var(--color-bg);
  margin-top: 0;
  position: absolute;
  top: -63px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-nav
  .filterbar-item.filterbar-filter.is-active
  .a-link {
  padding-bottom: 39px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-nav
  .filterbar-item.filterbar-filter
  .a-link {
  padding: 0;
  position: unset;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-nav
  .filterbar-item.filterbar-filter
  .a-link
  * {
  color: var(--color-text);
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-nav
  .filterbar-item.filterbar-filter
  .a-link
  .icon-filter {
  color: var(--color-text) !important;
  padding-right: 0;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-nav
  .filterbar-item.filterbar-filter
  .a-link
  .filterbar-title-label {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator {
  background: #fff;
  margin-bottom: 65px !important;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-bottom: 40px !important;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .filter-block-outer
  .filter-layer-controls
  .close-button-wrapper
  .filter-closefilterarea-button {
  min-height: 50px;
  min-width: 100% !important;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap {
  margin-bottom: 50px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap
  .selected-filters {
  display: block;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap
  .selected-filters:after {
  content: none;
}
@media (min-width: 750px) {
  .o-dealerlocator
    .m-filter-dealerlocator
    .m-filterlayer.m-filterlayer-dealerlocator
    .filter-block-outer
    .filter-layer-controls
    .close-button-wrapper
    .filter-closefilterarea-button {
    min-width: 240px !important;
    max-width: 240px !important;
  }
  .o-dealerlocator
    .m-filter-dealerlocator
    .m-filterlayer.m-filterlayer-dealerlocator
    .selected-filter-wrap {
    margin-bottom: 0;
  }
  .o-dealerlocator
    .m-filter-dealerlocator
    .m-filterlayer.m-filterlayer-dealerlocator
    .selected-filter-wrap
    .selected-filters {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap
  .selected-filters
  .reset-button
  .icon-reset {
  margin-top: -6px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap
  .selected-filters
  .js-selected-filter-container {
  width: 100%;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap
  .selected-filters
  .js-selected-filter-container
  .a-selectedfilter {
  margin-right: 0 !important;
  margin-top: 10px;
  min-width: 100%;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap
  .selected-filters
  .js-selected-filter-container
  .a-selectedfilter
  .icon-close:before {
  line-height: 12px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap
  .selected-filters
  .reset-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 50px !important;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 10px;
  width: 100%;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .selected-filter-wrap
  .selected-filters
  .reset-button
  .icon.icon-reset {
  margin: 0;
}
@media (min-width: 750px) {
  .o-dealerlocator
    .m-filter-dealerlocator
    .m-filterlayer.m-filterlayer-dealerlocator
    .selected-filter-wrap
    .selected-filters
    .js-selected-filter-container
    .a-selectedfilter {
    margin-right: 10px !important;
    min-width: auto;
  }
  .o-dealerlocator
    .m-filter-dealerlocator
    .m-filterlayer.m-filterlayer-dealerlocator
    .selected-filter-wrap
    .selected-filters
    .reset-button {
    margin: 0 !important;
    min-width: auto;
    text-wrap: nowrap;
    top: auto;
    width: auto !important;
  }
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .filter-group-wrapper
  .m-filterlist-dealer
  .filterlist-container {
  overflow: auto;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .filter-group-wrapper
  .m-filterlist-dealer
  .filterlist-container
  .filterlist-row
  .filterlist-row-item {
  max-height: 50px;
  min-height: 50px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .filter-group-wrapper
  .m-filterlist-dealer
  .filterlist-container
  .filterlist-row
  .filterlist-row-item
  .filterlist-label-icon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  margin-right: 0 !important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  position: static !important;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .filter-group-wrapper
  .m-filterlist-dealer
  .filterlist-container
  .filterlist-row
  .filterlist-row-item
  .filterlist-label-icon
  .icon-info {
  color: #000;
  height: auto !important;
  margin-top: -2px;
  width: auto !important;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .filter-group-wrapper
  .m-filterlist-dealer
  .filterlist-container
  .filterlist-row
  .filterlist-row-item
  .m-forminput-checkbox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .filter-layer-controls
  .close-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  margin-top: 14px;
}
.o-dealerlocator
  .m-filter-dealerlocator
  .m-filterlayer.m-filterlayer-dealerlocator
  .filter-layer-controls
  .close-button-wrapper
  .a-button {
  background-color: #3cc8be;
  border-color: #3cc8be;
  color: #000;
  position: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.o-dealerlocator .m-locationsearch {
  background-color: var(--color-bg);
  border-bottom: 1px solid #cfd0d6;
  padding: 30px 30px 40px;
  position: relative;
  width: 100%;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .m-forminput.searchfield-input {
  border-color: var(--color-border);
  color: var(--color-input-text);
  font-family: SiemensSans-Roman, sans-serif;
  padding-right: 45px !important;
  background-color: transparent !important;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap
  .a-button-geo-location {
  display: none !important;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap.submit-wrap.submit-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 7px;
  width: 35px;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap.submit-wrap.submit-wrap
  .searchfield-searchbutton {
  padding: 0 !important;
  margin-top: -10px !important;
  max-height: 35px !important;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap.submit-wrap.submit-wrap
  .searchfield-searchbutton:active {
  background: 0 0 !important;
  border: 0 !important;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap.submit-wrap.submit-wrap
  .searchfield-searchbutton:hover {
  -webkit-tap-highlight-color: unset;
  background: 0 0;
  border: 0;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .searchfield-suggestlayer {
  position: absolute;
}
.o-dealerlocator .m-locationsearch .m-searchfield .searchfield-suggestlayer {
  margin-top: 10px;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield
  .searchfield-suggestlayer
  .suggestlayer-results-container
  .suggestlayer-results-item
  .m-forminput-radio {
  margin-bottom: 0;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchfield
  .searchfield-suggestlayer
  .suggestlayer-results-container
  .suggestlayer-results-item
  .m-forminput-radio
  .a-formlabel
  .label-text {
  color: #000;
}
.o-dealerlocator .m-locationsearch .m-searchfield .searchfield-icon-remove {
  display: none;
}
.o-dealerlocator .m-locationsearch .input-wrap {
  width: 100%;
}
.o-dealerlocator .m-locationsearch .m-searchinput {
  border-top: none;
  padding: 0;
  position: relative;
}
.o-dealerlocator .m-locationsearch .m-searchinput input.m-forminput {
  background-color: #f5f7fa !important;
  border: 0;
  border-bottom: 1px solid #000;
  margin-bottom: 0;
  padding-left: 0;
  width: 100%;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchinput
  input.m-forminput::-webkit-input-placeholder {
  color: #000028;
  font-family: SiemensSans-Roman, sans-serif;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchinput
  input.m-forminput::placeholder {
  color: #000028;
  font-family: SiemensSans-Roman, sans-serif;
}
.o-dealerlocator
  .m-locationsearch
  .m-searchinput
  input.m-forminput:-ms-input-placeholder {
  color: #000028;
  font-family: SiemensSans-Roman, sans-serif;
}
.o-dealerlocator .m-locationsearch .m-searchinput input.m-forminput:active,
.o-dealerlocator .m-locationsearch .m-searchinput input.m-forminput:focus {
  background: 0 0 !important;
}
.o-dealerlocator .m-locationsearch .m-searchinput input.m-forminput.had-focus {
  font-family: SiemensSans-Bold, sans-serif;
}
.o-dealerlocator .m-locationsearch .submit-wrap {
  padding: 0;
  position: absolute;
  right: 0;
  width: auto;
}
.o-dealerlocator .m-locationsearch .submit-wrap .a-button {
  background: 0 0;
  border: none;
  color: #000028;
  height: 40px;
  min-width: unset;
}
.o-dealerlocator .m-locationsearch .submit-wrap .a-button .icon {
  color: var(--color-text);
  font-size: 15px;
  margin-right: -7px;
}
.o-dealerlocator .m-locationsearch .submit-wrap .a-button:hover {
  color: #a5e1e1;
}
.o-dealerlocator .m-filter {
  background-color: var(--color-bg);
  margin: 0;
  width: 100%;
}
.o-dealerlocator .m-filter:after,
.o-dealerlocator .m-filter:before {
  content: none;
}
.o-dealerlocator .m-filter .m-filterbar {
  border: none;
  padding: 0;
}
.o-dealerlocator
  .m-filter
  .m-filterbar.m-filterbar-dealerlocator
  .filterbar-item {
  padding: 0;
}
.o-dealerlocator .m-filter .m-filterbar .filterbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.o-dealerlocator .m-filter .m-filterbar .filterbar-item {
  background-color: var(--color-bg);
  margin: 0;
  position: relative;
  top: 30px;
}
.o-dealerlocator .m-filter .m-filterbar .filterbar-item .filterbar-title-label {
  text-transform: uppercase;
  font-family: var(--fontfamily-headlinesfont-light) !important;
  padding: 30px;
}
.o-dealerlocator .m-filter .m-filterbar .filterbar-item.filterbar-filter {
  margin-bottom: 16px;
  text-align: center;
  width: 100% !important;
}
.o-dealerlocator
  .m-filter
  .m-filterbar
  .filterbar-item.filterbar-filter
  .a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  height: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px 0;
  width: 100%;
}
.o-dealerlocator
  .m-filter
  .m-filterbar
  .filterbar-item.filterbar-filter
  .a-link
  .icon-filter {
  margin-left: auto;
  padding-right: 0;
  padding-top: 30px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 30px;
}
.o-dealerlocator
  .m-filter
  .m-filterbar
  .filterbar-item.filterbar-filter
  .filterbar-filter-label {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
}
.o-dealerlocator .m-filter .m-filterbar.has-filter-link .filterbar-item {
  display: block;
}
.o-dealerlocator
  .m-filter
  .m-filterbar.has-filter-link
  .filterbar-item.filterbar-title {
  padding: 0;
  width: 100%;
}
.o-dealerlocator .m-filter .m-filterbar .filterbar-arrow.is-active {
  display: none;
}
.o-dealerlocator .m-filter .m-filterlayer .filter-group-wrapper {
  margin-top: 0;
}
.o-dealerlocator .m-filter .m-filter-dealerlocator {
  margin: 0;
}
.o-dealerlocator .m-filter .m-filterlayer-dealerlocator {
  margin-bottom: 15px;
  padding: 30px;
}
.o-dealerlocator
  .m-filter
  .m-filterlayer-dealerlocator
  .filterlayer-spacer.filterlayer-dealer-col {
  width: 100%;
}
.o-dealerlocator
  .m-filter
  .m-filterlayer-dealerlocator
  .filterlayer-spacer.filterlayer-dealer-col
  .filterlist-heading {
  color: #000;
}
.o-dealerlocator
  .m-filter
  .m-filterlayer-dealerlocator
  .filterlayer-spacer.filterlayer-dealer-col:not(:first-child) {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
.o-dealerlocator .m-filter .m-filterlayer-dealerlocator .a-selectedfilter {
  background: #000028;
  border-radius: 2px;
  color: #fff;
}
.o-dealerlocator
  .m-filter
  .m-filterlayer-dealerlocator
  .a-selectedfilter
  span.text {
  color: inherit;
}
.o-dealerlocator
  .m-filter
  .m-filterlayer-dealerlocator
  .a-selectedfilter
  .icon-close {
  background: 0 0;
}
.o-dealerlocator
  .m-filter
  .m-filterlayer-dealerlocator
  .a-selectedfilter
  .icon-close:before {
  color: #3cc8be !important;
}
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  li:nth-child(3) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-data.links .a-link,
.o-dealerlocator .m-maplist .dealer-item .dealer-data.links .a-link {
  border: none;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-data.links
  .icon-navigate:before,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-data.links
  .icon-phone:before,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-data.links
  .icon-navigate:before,
.o-dealerlocator .m-maplist .dealer-item .dealer-data.links .icon-phone:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-data.links
  .a-productavailability.available
  .text,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-data.links
  .a-productavailability.available:hover
  .text,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-data.links
  .a-productavailability.available
  .text,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-data.links
  .a-productavailability.available:hover
  .text {
  color: #000;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout {
  margin: 0;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .location-pin,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .location-pin {
  font-size: 40px;
  color: #000028;
  top: 10px;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .location-pin:after,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .location-pin:after {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 12px;
  line-height: 18px;
  top: -8px;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-1,
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-2,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-1,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-1 .a-link,
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-2 .a-link,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-1 .a-link,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-2 .a-link {
  border: none;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .m-imagelist,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-2
  .m-imagelist,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .m-imagelist,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-2
  .m-imagelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .m-imagelist:after,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-2
  .m-imagelist:after,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .m-imagelist:after,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-2
  .m-imagelist:after {
  content: none;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .m-imagelist
  .a-image,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-2
  .m-imagelist
  .a-image,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .m-imagelist
  .a-image,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-2
  .m-imagelist
  .a-image {
  width: 60px;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .m-imagelist
  .a-link,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-2
  .m-imagelist
  .a-link,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .m-imagelist
  .a-link,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-2
  .m-imagelist
  .a-link {
  margin-right: 10px;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .m-imagelist-dealerlocator
  > *,
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-2
  .m-imagelist-dealerlocator
  > *,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .m-imagelist-dealerlocator
  > *,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-2
  .m-imagelist-dealerlocator
  > * {
  margin: 0;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-1,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-1 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .a-heading,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .a-heading {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 8px;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .address,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-1 .address {
  color: #2b2f43;
  margin-bottom: 21px;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .location-meta,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .location-meta {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: -webkit-fit-content;
  width: fit-content;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-1 .links,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-1 .links {
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .links
  li,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .links
  li {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: 13px;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .links
  li
  .a-link.js-teaser-link,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .links
  li
  .a-link.js-teaser-link {
  border: 1px solid #007a7a;
  border-radius: 2px;
  margin-top: 11px;
  padding: 10px;
  width: -webkit-fit-content;
  width: fit-content;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail
  .dealer-layout
  .dealer-col-1
  .links
  li
  .a-link.js-teaser-link
  .icon-arrow-right,
.o-dealerlocator
  .m-maplist
  .dealer-item
  .dealer-layout
  .dealer-col-1
  .links
  li
  .a-link.js-teaser-link
  .icon-arrow-right {
  display: none;
}
.o-dealerlocator .m-maplist .dealer-detail .dealer-layout .location-distance,
.o-dealerlocator .m-maplist .dealer-item .dealer-layout .location-distance {
  position: unset;
  width: -webkit-fit-content;
  width: fit-content;
}
.o-dealerlocator
  .m-maplist
  .dealer-detail-wrap
  .dealer-layout
  .location-distance,
.o-dealerlocator
  .m-maplist
  .dealer-list-wrap
  .dealer-layout
  .location-distance {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: unset;
}
.o-dealerlocator .m-maplist .dealer-detail-wrap .link-back-to-list,
.o-dealerlocator .m-maplist .dealer-list-wrap .link-back-to-list {
  margin-left: 7px;
}
.o-dealerlocator .m-maplist .dealer-detail-wrap .link-back-to-list:hover,
.o-dealerlocator .m-maplist .dealer-list-wrap .link-back-to-list:hover {
  border: none;
}
.o-dealerlocator .m-maplist .dealer-detail-wrap .a-button-load-more,
.o-dealerlocator .m-maplist .dealer-list-wrap .a-button-load-more {
  margin: 30px -60px 30px 30px;
  width: -webkit-calc(100vw - 60px);
  width: calc(100vw - 60px);
}
.o-dealerlocator .m-maplist .dealer-wrap {
  background-color: #fff;
  -webkit-box-shadow: var(--color-shadow);
  box-shadow: var(--color-shadow);
  padding: 0;
}
.o-dealerlocator .m-maplist .dealer-detail-wrap {
  padding: 0 30px;
}
.o-dealerlocator .m-maplist .dealer-detail-wrap .dealer-detail {
  padding-top: 10px;
  overflow: unset !important;
}
.o-dealerlocator .m-maplist .dealer-item {
  background-color: #fff;
  padding: 30px 30px 0;
}
.o-dealerlocator .m-maplist .dealer-item.mouseover .location-pin,
.o-dealerlocator .m-maplist .dealer-item.mouseover .location-pin.mouseover,
.o-dealerlocator .m-maplist .dealer-item:hover .location-pin,
.o-dealerlocator .m-maplist .dealer-item:hover .location-pin.mouseover {
  color: #3cc8be;
}
.o-dealerlocator
  .m-maplist
  .dealer-item.mouseover
  .location-pin.mouseover:after,
.o-dealerlocator .m-maplist .dealer-item.mouseover .location-pin:after,
.o-dealerlocator .m-maplist .dealer-item:hover .location-pin.mouseover:after,
.o-dealerlocator .m-maplist .dealer-item:hover .location-pin:after {
  background: 0 0 !important;
  color: #000;
}
.o-dealerlocator .map-wrap .location-pin,
.o-dealerlocator .map-wrap .location-pin.active {
  color: #000028;
  font-size: 40px;
  margin: 0;
}
.o-dealerlocator .map-wrap .location-pin.active:after,
.o-dealerlocator .map-wrap .location-pin:after {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 12px;
  line-height: 18px;
  left: 0;
  top: 17px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
}
.o-dealerlocator .map-wrap .location-pin.active:before {
  color: #3cc8be;
}
.o-dealerlocator .map-wrap .location-pin.mouseover {
  font-size: 40px;
  margin: 0;
  color: #3cc8be;
}
.o-dealerlocator .map-wrap .location-pin.mouseover:after {
  color: #000028;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 12px;
  line-height: 18px;
  left: 7px;
  top: 17px;
}
.o-dealerlocator .map-wrap .location-pin.mouseover.active {
  margin: inherit;
}
.o-dealerlocator .map-wrap .location-pin.mouseover.active:after {
  left: 0;
}
.o-dealerlocator .map-wrap .a-button-toggle-list {
  background: #fff;
}
.o-dealerlocator .map-wrap .a-button-toggle-list .icon-arrow-left,
.o-dealerlocator .map-wrap .a-button-toggle-list .icon-arrow-right {
  color: #000;
  font-size: 12px;
}
@media (max-width: 749px) {
  .o-dealerlocator .m-layer-dealerlocator .layer-wrapper {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  .o-dealerlocator .m-layer-dealerlocator .layer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
  .o-dealerlocator .m-layer-dealerlocator .layer-content-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: auto;
    margin: 80px 30px 30px;
    padding: 0;
    position: relative;
  }
  .o-dealerlocator .m-layer-dealerlocator .layer-content-inner .map-inner {
    left: 0;
    top: 0;
  }
}
@media (min-width: 750px) {
  .o-dealerlocator {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    width: 100vw !important;
    margin: var(--element-margin) auto 0 auto;
    padding: 64px;
  }
  .o-dealerlocator .dealer-detail-wrap {
    position: relative;
  }
  .o-dealerlocator .dealer-detail-wrap .dealer-col-1,
  .o-dealerlocator .dealer-detail-wrap .dealer-detail,
  .o-dealerlocator .dealer-detail-wrap .dealer-layout {
    position: unset;
    padding-left: 8px;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    h3.a-heading.a-heading.a-heading {
    margin-left: 0 !important;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    h3.a-heading.a-heading.a-heading
    span {
    font-size: 40px;
    line-height: 1.1;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .location-meta.location-meta.location-meta {
    position: absolute;
    left: auto !important;
    right: 30px !important;
    margin: 0 !important;
    top: 47px !important;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .location-meta.location-meta.location-meta
    .icon-mappin {
    top: 0 !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: 30px;
    margin-left: 7px;
    color: #3cc8be;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .location-meta.location-meta.location-meta
    .icon-mappin:after {
    top: 4px;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .location-meta.location-meta.location-meta
    .location-distance {
    margin: 0;
    text-transform: lowercase;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.links.dealer-data.links.dealer-data.links
    li
    .a-link
    .text {
    font-size: 16px;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.links.dealer-data.links.dealer-data.links
    li
    span
    .text {
    font-size: 16px;
    font-weight: 700;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.links.dealer-data.links.dealer-data.links
    li
    span
    .icon-fax {
    padding-right: 13px;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.address.dealer-data.address.dealer-data.address {
    margin-bottom: 30px;
    margin-left: 0 !important;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.links.dealer-data.links.dealer-data.links {
    margin-top: 30px;
    margin-left: 0 !important;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.links.dealer-data.links.dealer-data.links
    li
    .a-link {
    font-weight: 700;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.links.dealer-data.links.dealer-data.links
    li
    [itemprop="faxNumber"] {
    padding-left: 3px;
  }
  .o-dealerlocator .dealer-detail-wrap .link-container {
    padding-top: 50px;
    margin-left: 0;
  }
  .o-dealerlocator .dealer-detail-wrap .link-container .a-link {
    border-bottom: none;
  }
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .a-heading.a-heading.a-heading,
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.address.dealer-data.address.dealer-data.address,
  .o-dealerlocator
    .dealer-detail-wrap
    .dealer-detail
    .dealer-col-1
    .dealer-data.links.dealer-data.links.dealer-data.links {
    margin-left: 0;
  }
  .o-dealerlocator .m-locationsearch {
    background: 0 0;
    border-bottom: none;
    padding: 0 0 32px;
    width: 100%;
  }
  .o-dealerlocator .m-locationsearch .m-searchfield {
    margin-bottom: 0;
    width: 33.3333%;
  }
  .o-dealerlocator
    .m-locationsearch
    .m-searchfield
    .searchfield-suggestlayer
    .m-forminput.m-forminput-radio {
    margin-bottom: 0;
  }
  .o-dealerlocator
    .m-locationsearch
    .m-searchfield
    .suggestlayer-results-row
    .suggestlayer-results-item:hover {
    background: #ececf0;
  }
  .o-dealerlocator .m-locationsearch .submit-wrap .a-button {
    padding: 0;
    min-width: unset;
  }
  .o-dealerlocator .m-locationsearch .submit-wrap .text {
    display: none;
  }
  .o-dealerlocator .m-filter {
    background: 0 0;
    border-bottom: 1px solid #879baa;
    border-top: 1px solid #879baa;
    padding: 0;
  }
  .o-dealerlocator .m-filter .m-filterlayer.m-filterlayer.m-filterlayer {
    margin-bottom: 60px;
  }
  .o-dealerlocator .m-filter .m-filterbar {
    border: none;
    padding: 0;
    position: unset;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .o-dealerlocator .m-filter .m-filterbar .filterbar-item {
    margin: 0;
  }
  .o-dealerlocator .m-filter .m-filterbar .filterbar-item .icon-filter {
    margin-right: 0 !important;
  }
  .o-dealerlocator .m-filter .m-filterbar .filterbar-item.filterbar-filter {
    margin-bottom: 0;
    width: auto !important;
  }
  .o-dealerlocator
    .m-filter
    .m-filterbar
    .filterbar-item.filterbar-filter
    .a-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 40px;
  }
  .o-dealerlocator
    .m-filter
    .m-filterbar
    .filterbar-item.filterbar-filter
    .filterbar-filter-label {
    margin-left: 18px;
  }
  .o-dealerlocator .m-filter .m-filterbar.has-filter-link .filterbar-item {
    display: inline-block;
  }
  .o-dealerlocator
    .m-filter
    .m-filterbar.has-filter-link
    .filterbar-item.filterbar-title {
    width: auto;
    background: 0 0;
    height: auto;
    left: 0;
    position: relative;
    top: 10px;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .o-dealerlocator .m-filter .m-filterlayer {
    margin-top: 8px !important;
  }
  .o-dealerlocator .m-filter .m-filterlayer .filter-group-wrapper {
    margin-top: 0;
  }
  .o-dealerlocator .m-filter .m-filterlayer .selected-filters .reset-button {
    top: 0;
  }
  .o-dealerlocator .m-filter .m-filterlayer .selected-filter-wrap {
    padding-bottom: 0;
  }
  .o-dealerlocator .m-filter .m-filterlayer:after {
    display: none;
  }
  .o-dealerlocator .m-filter .m-filterlayer-dealerlocator {
    margin-top: 8px !important;
  }
  .o-dealerlocator
    .m-filter
    .m-filterlayer-dealerlocator
    .selected-filter-wrap {
    padding-top: 30px;
  }
  .o-dealerlocator .m-filter .m-filterlayer-dealerlocator.is-opened {
    background: #fff;
    border: none;
    margin: 15px 0 0;
    padding: 0 60px 30px;
    width: -webkit-calc(100% + 128px) !important;
    width: calc(100% + 128px) !important;
    margin-left: -64px !important;
  }
  .o-dealerlocator
    .m-filter
    .m-filterlayer-dealerlocator.is-opened
    .selected-filters {
    padding: 0;
  }
  .o-dealerlocator
    .m-filter
    .m-filterlayer-dealerlocator.is-opened
    .selected-filters
    .a-selectedfilter {
    margin-bottom: 0;
  }
  .o-dealerlocator .m-filter .m-filterbar .filterbar-item {
    padding: 0;
    position: absolute;
    right: 0;
    top: -90px;
  }
  .o-dealerlocator
    .m-filter
    .m-filterbar
    .filterbar-item.filterbar-filter
    .a-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .o-dealerlocator
    .m-filter
    .m-filterbar
    .filterbar-item.filterbar-filter
    .a-link
    .icon-filter {
    margin: 0;
    padding: 0;
  }
  .o-dealerlocator
    .m-filter
    .m-filterbar
    .filterbar-item.filterbar-filter.is-active
    .a-link {
    border-bottom: 4px solid #3cc8be !important;
  }
  .o-dealerlocator
    .m-filter
    .m-filterbar
    .filterbar-item
    .filterbar-title-label {
    padding: 0;
  }
  .o-dealerlocator .m-filter .m-filterbar .filterbar-nav {
    width: auto;
  }
  .o-dealerlocator .m-filterlist-dealer .filterlist-row {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .o-dealerlocator .m-filterlist-dealer .filterlist-row-item {
    width: -webkit-fit-content;
    width: fit-content;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-list
    .dealer-item
    .dealer-layout {
    padding-right: 30px;
  }
  .o-dealerlocator .m-maplist .dealer-detail .dealer-layout,
  .o-dealerlocator .m-maplist .dealer-item .dealer-layout,
  .o-dealerlocator .m-maplist .dealer-list-wrap .dealer-layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 20px;
  }
  .o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-1,
  .o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-1,
  .o-dealerlocator .m-maplist .dealer-list-wrap .dealer-layout .dealer-col-1 {
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .a-heading,
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .address,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .a-heading,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .address,
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .dealer-col-1
    .a-heading,
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .dealer-col-1
    .address {
    margin-left: 130px !important;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .dealer-data
    .dealer-data.links,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .dealer-data
    .dealer-data.links,
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .dealer-col-1
    .dealer-data
    .dealer-data.links {
    margin-left: 0 !important;
    margin-top: 20px !important;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .location-meta,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .location-meta,
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .dealer-col-1
    .location-meta {
    margin-top: 20px !important;
    left: 0;
    position: absolute;
    top: -20px;
    width: auto;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .location-meta
    .location-pin,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .location-meta
    .location-pin,
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .dealer-col-1
    .location-meta
    .location-pin {
    top: 10px !important;
  }
  .o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-2,
  .o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-2,
  .o-dealerlocator .m-maplist .dealer-list-wrap .dealer-layout .dealer-col-2 {
    padding-right: 0;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-2
    .m-imagelist,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-2
    .m-imagelist,
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .dealer-col-2
    .m-imagelist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-2
    .m-imagelist
    .a-link,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-2
    .m-imagelist
    .a-link,
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .dealer-col-2
    .m-imagelist
    .a-link {
    margin-bottom: 24px;
  }
  .o-dealerlocator .m-maplist .dealer-detail .a-button-load-more,
  .o-dealerlocator .m-maplist .dealer-item .a-button-load-more,
  .o-dealerlocator .m-maplist .dealer-list-wrap .a-button-load-more {
    margin: 30px -60px 30px 30px;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .o-dealerlocator .m-maplist .dealer-detail .dealer-layout .dealer-col-1,
  .o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 20px;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .a-heading,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .a-heading {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 15px;
    margin-top: 0;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .address,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .address
    span,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .address
    span {
    width: -webkit-fit-content;
    width: fit-content;
    margin-right: 8px;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .location-meta,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .location-meta {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .links,
  .o-dealerlocator .m-maplist .dealer-item .dealer-layout .dealer-col-1 .links {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .o-dealerlocator .m-maplist .dealer-detail-wrap {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .o-dealerlocator {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
    width: var(--max-pagewidth) !important;
  }
}
.o-dob2address .dobaddress-fields .form-row,
.o-dobaddress .dobaddress-fields .form-row {
  -webkit-column-gap: 10px;
  column-gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
  max-width: 440px;
}
.o-dob2appliance .icon-calendar {
  display: none;
}
.o-dob2appliance .m-enterenumberproductids .m-searchfield {
  width: 100%;
}
.o-dob2appliance .m-enterenumberproductids .form-row {
  margin-bottom: 0 !important;
}
.o-dob2appliance .icon-close {
  color: #000;
  right: 50px !important;
}
.o-dob2appliance .icon-camera {
  right: 5px !important;
}
.o-dob2appliance .icon-camera.hidden-desktop {
  display: block !important;
}
.o-dob2appliance .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  width: 100%;
}
.o-dob2appliance .m-form .a-heading + .form-row,
.o-dob2appliance .m-form p + .form-row {
  margin-top: 40px;
}
.o-dob2appliance .form-row {
  margin: 0;
  max-width: 440px;
}
.o-dob2appliance .form-row:not(:last-child) {
  margin-bottom: 15px;
}
.o-dob2appliance .form-row .searchinput .input-wrap .icon:before {
  line-height: 10px;
}
.o-dob2appliance .form-row .m-forminput {
  margin-bottom: 0;
}
.o-dob2appointment > p,
.o-dobappointment > p {
  margin-bottom: 32px;
}
.o-dob2appointment .appointment-timeslots,
.o-dobappointment .appointment-timeslots {
  padding-left: 0 !important;
}
.o-dob2appointment .appointment-loader,
.o-dobappointment .appointment-loader {
  overflow: visible;
}
.o-dob2appointment fieldset .a-heading .a-formlabel .label-text,
.o-dobappointment fieldset .a-heading .a-formlabel .label-text {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 26px;
}
.o-dob2appointment fieldset .a-heading span.js-appointment-day,
.o-dobappointment fieldset .a-heading span.js-appointment-day {
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
}
.o-dob2appointment fieldset.appointment-timeslots,
.o-dobappointment fieldset.appointment-timeslots {
  padding: 0 !important;
}
.o-dob2appointment fieldset.appointment-timeslots h3.a-heading,
.o-dobappointment fieldset.appointment-timeslots h3.a-heading {
  font-size: 12px !important;
  letter-spacing: 0.5;
  line-height: 15px !important;
  margin-bottom: 14px !important;
  margin-top: 16px;
}
.o-dob2appointment .pika-single,
.o-dobappointment .pika-single {
  -webkit-box-shadow: none;
  box-shadow: none;
  gap: 20px;
}
.o-dob2appointment .pika-single .pika-lendar,
.o-dobappointment .pika-single .pika-lendar {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.o-dob2appointment .pika-single:not(.is-bound) .pika-prev,
.o-dobappointment .pika-single:not(.is-bound) .pika-prev {
  left: 40px;
}
.o-dob2appointment .pika-single:not(.is-bound) .pika-next,
.o-dobappointment .pika-single:not(.is-bound) .pika-next {
  right: 40px;
}
@media (min-width: 1400px) {
  .o-dob2appointment .appointment-loader,
  .o-dobappointment .appointment-loader {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
  .o-dob2appointment fieldset.appointment-calendar,
  .o-dobappointment fieldset.appointment-calendar {
    grid-column: 1/2;
    grid-row: 1/6;
    margin: 0;
  }
  .o-dob2appointment fieldset .a-heading,
  .o-dobappointment fieldset .a-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-dob2appointment fieldset .a-heading .a-formlabel,
  .o-dobappointment fieldset .a-heading .a-formlabel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .o-dob2appointment fieldset .a-heading .a-formlabel .label-text,
  .o-dobappointment fieldset .a-heading .a-formlabel .label-text {
    font-size: 24px;
    line-height: 30px;
  }
  .o-dob2appointment fieldset .a-heading span.js-appointment-day,
  .o-dobappointment fieldset .a-heading span.js-appointment-day {
    font-size: 16px;
    line-height: 26px;
  }
}
.o-dob2confirmation {
  background: 0 0;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 56px;
  overflow: visible;
  row-gap: 32px;
}
.o-dob2confirmation .dob2confirmation-headline {
  margin: 0;
  width: 100%;
}
.o-dob2confirmation .dob2confirmation-headline h1.a-heading {
  font-size: 28px;
  line-height: 34px;
  margin: 0;
}
.o-dob2confirmation .dob2-appliance-data-container {
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.o-dob2confirmation
  .dob2-appliance-data-container
  .m-producttitle
  .js-brandsection-wrapper
  h3.a-heading {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}
.o-dob2confirmation .dob2-appliance-data-container .dob2-appliance-details {
  margin-bottom: 0;
  margin-top: 24px;
}
.o-dob2confirmation
  .dob2-appliance-data-container
  .dob2-appliance-details
  .dob2-appliancedetail-list {
  margin-bottom: 0;
}
.o-dob2confirmation
  .dob2-appliance-data-container
  .dob2-appliance-details
  .dob2-appliancedetail-list
  .dob2-appliancedetailenr-container {
  margin-bottom: 8px;
  margin-top: 0;
}
.o-dob2confirmation .dob2-appliance-data-container .m-dob2-appliance-data {
  border-radius: 2px;
  -webkit-box-shadow: 0 0 20px 0 #ececf0;
  box-shadow: 0 0 20px 0 #ececf0;
  margin: 0;
  padding: 24px;
}
.o-dob2confirmation
  .dob2-appliance-data-container
  .m-dob2-appliance-data
  .dob2-appliancedetail-label {
  font-family: var(--fontfamily-bold);
  font-size: 16px;
  line-height: 26px;
}
.o-dob2confirmation
  .dob2-appliance-data-container
  .m-dob2-appliance-data
  .dob2-appliancedetail-value {
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 900px) {
  .o-dealerlocator .m-maplist .dealer-detail-wrap .dealer-list,
  .o-dealerlocator .m-maplist .dealer-list-wrap .dealer-list {
    border-top: none;
    margin-right: 0;
  }
  .o-dealerlocator
    .m-maplist
    .dealer-detail
    .dealer-layout
    .dealer-col-1
    .location-meta,
  .o-dealerlocator
    .m-maplist
    .dealer-item
    .dealer-layout
    .dealer-col-1
    .location-meta,
  .o-dealerlocator
    .m-maplist
    .dealer-list-wrap
    .dealer-layout
    .dealer-col-1
    .location-meta {
    top: -45px;
  }
  .o-dob2appointment > p,
  .o-dobappointment > p {
    margin-bottom: 40px;
  }
  .o-dob2confirmation .dob2confirmation-headline {
    margin: 0 0 40px;
  }
  .o-dob2confirmation .dob2confirmation-headline h1.a-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .o-dob2confirmation .dob2-appliance-data-container .m-dob2-appliance-data {
    padding: 80px 40px;
  }
}
.o-dob2confirmation
  .dob2-appliance-data-container
  .dob2-appliance-media-container {
  padding: 0;
  width: 100%;
}
@media (min-width: 900px) {
  .o-dob2confirmation
    .dob2-appliance-data-container
    .dob2-appliance-media-container {
    width: 30%;
  }
}
.o-dob2confirmation .dob2-appliance-data-container .dob2-appliance-header {
  margin: 0;
  padding: 0;
  width: 100%;
}
.o-dob2confirmation
  .dob2-appliance-data-container
  .dob2-appliance-header
  .dob2-appliance-description {
  margin: 0;
}
@media (min-width: 900px) {
  .o-dob2confirmation .dob2-appliance-data-container .dob2-appliance-header {
    padding: 0 0 0 40px;
    width: 70%;
  }
  .o-dob2confirmation .dob2-appliance-data-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }
}
.o-dob2confirmation .dob2-summary-container {
  border-radius: 0;
  border: 1px solid #ececf0;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}
.o-dob2confirmation .dob2-summary-container .m-dob2-user-information-summary {
  border-radius: 0;
  margin: 0;
  padding: 24px;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  .dob2-hr {
  display: none;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  ul.list-unstyled {
  margin-bottom: 0;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  ul.list-unstyled
  .dob2-list-el {
  margin: 0;
  padding: 0;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  ul.list-unstyled
  .dob2-list-el:not(:last-child) {
  border-bottom: 1px solid #ececf0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  .dob2-icon-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  .dob2-headline-text {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
  margin-left: 16px;
  padding: 0;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  .dob2-icon-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  .dob2-icon-summary
  .icon {
  font-size: 24px;
  height: 24px;
  line-height: 20px;
  width: 24px;
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  .dob2-icon-summary
  .icon-repair:before {
  content: "\e05c";
}
.o-dob2confirmation
  .dob2-summary-container
  .m-dob2-user-information-summary
  .dob2-body {
  margin: 0 0 0 40px;
}
.o-dob2problem h3.a-heading {
  font-size: 24px;
  line-height: 30px;
}
.o-dob2problem > p {
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .o-dob2confirmation .dob2-summary-container .m-dob2-user-information-summary {
    padding: 40px;
  }
  .o-dob2confirmation .dob2-summary-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
  }
  .o-dob2confirmation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 80px;
  }
  .o-dob2problem > p {
    margin-bottom: 40px;
  }
}
.o-dob2problem li.answer {
  margin: 0;
}
.o-dob2problem .titles .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  width: 100%;
}
.o-dob2problem .titles ul,
.o-dob2problem .titles ul li {
  padding: 0;
  margin: 0;
}
.o-dob2problem .titles .selectedcategory {
  background: 0 0;
}
.o-dob2problem #dob2-problems {
  margin: 0 0 56px;
}
.o-dob2problem .categories {
  margin: 0;
  padding: 0;
}
.o-dob2problem .categories .a-link {
  margin: 0;
  padding: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.o-dob2problem .categories .a-link:before {
  right: unset;
  top: unset;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.o-dob2problem .categories .a-link.show {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.o-dob2problem .categories .a-link.hide {
  display: none !important;
}
.o-dob2problem .categories .a-link.show:before {
  right: unset;
  top: unset;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.o-dob2problem .selectedcategory .selected:not(.skipped) > .selected-answer {
  font-family: var(--fontfamily-roman);
  font-weight: 400;
  padding: 0 0 16px;
}
.o-dob2problem .selectedcategory .selected.skipped {
  border-top: 1px solid #d4d9de;
  padding: 16px 0 0;
}
.o-dob2problem .selectedcategory .selected.skipped > .selected-answer {
  font-family: var(--fontfamily-bold);
  font-weight: 400;
  padding: 0;
}
.o-dob2problem
  .selectedcategory
  .selected.skipped
  > .selected-answer:only-child {
  padding: 0 0 16px;
}
.o-dob2problem ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 750px) {
  .o-dobappliance {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .o-dobappliance {
    width: 33.3333%;
  }
}
.o-dobsummary h1.a-heading {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 36px;
  line-height: 44px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary,
.m-oney-widget-section .o-dobsummary .a-button.a-link-primary.oney-widget-link,
.m-popover
  .popover-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-alternativeproduct
  .o-dobsummary
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-dobsummary .a-button-primary.a-button,
.o-dobsummary .a-button.a-link-primary.a-link,
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary,
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[data-popover-id],
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary,
.o-dobsummary .m-oney-widget-section .a-button.a-link-primary.oney-widget-link,
.o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link,
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link,
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.o-dobsummary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:not(.a-button),
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link,
.o-dobsummary a.a-button.a-link-primary.a-button-link,
.o-dobsummary button.a-button.a-link-primary.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  .o-dobsummary
  a.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  .o-dobsummary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-dobsummary
  .a-button.a-link-primary.a-button-link:active[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-dobsummary
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  .o-dobsummary
  a.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary:hover,
.m-oney-widget-section
  .no-touchevents
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  .o-dobsummary
  .a-button.a-link-primary.a-button-link:hover,
.m-popover
  .popover-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link:active,
.m-popover
  .popover-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents .o-dobsummary .a-button-primary.a-button:hover,
.no-touchevents .o-dobsummary .a-button.a-link-primary.a-link:hover,
.no-touchevents
  .o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  .o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.no-touchevents
  .o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.no-touchevents
  .o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  .o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.no-touchevents
  .o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  .o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.no-touchevents .o-dobsummary a.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  .o-dobsummary
  button.a-button.a-link-primary.a-button-link:hover,
.o-alternativeproduct
  .o-dobsummary
  .tile-description
  > .a-button.a-link-primary.a-link:active:not(.a-button),
.o-dobsummary .a-button-primary.a-button:active,
.o-dobsummary .a-button-primary.a-button:hover,
.o-dobsummary .a-button.a-link-primary.a-button-link:active,
.o-dobsummary .a-button.a-link-primary.a-link:active,
.o-dobsummary .a-button.a-link-primary.a-link:hover,
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:hover,
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:hover:not(.a-button-plain),
.o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:active[data-popover-id],
.o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:hover[data-popover-id],
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:hover,
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:hover,
.o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:active,
.o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:hover,
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:hover,
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.o-dobsummary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:active:not(.a-button),
.o-dobsummary
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:hover,
.o-dobsummary a.a-button.a-link-primary.a-button-link:active,
.o-dobsummary a.a-button.a-link-primary.a-button-link:hover,
.o-dobsummary button.a-button.a-link-primary.a-button-link:active,
.o-dobsummary button.a-button.a-link-primary.a-button-link:hover,
.o-myproducts
  > .myproducts-controls
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  .o-dobsummary
  .a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-dobsummary
  .a-button.a-link-primary.a-button-link:active[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary:active,
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link:active,
.m-popover
  .popover-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-alternativeproduct
  .o-dobsummary
  .tile-description
  > .a-button.a-link-primary.a-link:active:not(.a-button),
.o-dobsummary .a-button-primary.a-button:active,
.o-dobsummary .a-button.a-link-primary.a-button-link:active,
.o-dobsummary .a-button.a-link-primary.a-link:active,
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary:active,
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link:active[data-popover-id],
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary:active,
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link:active,
.o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link:active,
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link:active,
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.o-dobsummary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link:active:not(.a-button),
.o-dobsummary
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link:active,
.o-dobsummary a.a-button.a-link-primary.a-button-link:active,
.o-dobsummary button.a-button.a-link-primary.a-button-link:active,
.o-myproducts
  > .myproducts-controls
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link:active:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[disabled=""][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[disabled="disabled"][data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[disabled="true"][data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary[disabled="true"],
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-popover
  .popover-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[disabled=""],
.m-popover
  .popover-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.m-popover
  .popover-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-alternativeproduct
  .o-dobsummary
  .tile-description
  > .a-button.a-link-primary.a-link[disabled=""]:not(.a-button),
.o-alternativeproduct
  .o-dobsummary
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button),
.o-alternativeproduct
  .o-dobsummary
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button),
.o-dobsummary .a-button-primary.a-button[disabled=""],
.o-dobsummary .a-button-primary.a-button[disabled="disabled"],
.o-dobsummary .a-button-primary.a-button[disabled="true"],
.o-dobsummary .a-button.a-link-primary.a-button-link[disabled=""],
.o-dobsummary .a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-dobsummary .a-button.a-link-primary.a-button-link[disabled="true"],
.o-dobsummary .a-button.a-link-primary.a-link[disabled=""],
.o-dobsummary .a-button.a-link-primary.a-link[disabled="disabled"],
.o-dobsummary .a-button.a-link-primary.a-link[disabled="true"],
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""],
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"],
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"],
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled=""][data-popover-id],
.o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"][data-popover-id],
.o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="true"][data-popover-id],
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""],
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"],
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"],
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""],
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"],
.o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled=""],
.o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="true"],
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""],
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.o-dobsummary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled=""]:not(.a-button),
.o-dobsummary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="disabled"]:not(.a-button),
.o-dobsummary
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-primary.a-link[disabled="true"]:not(.a-button),
.o-dobsummary
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-dobsummary
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-dobsummary
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""],
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"],
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"],
.o-dobsummary a.a-button.a-link-primary.a-button-link[disabled=""],
.o-dobsummary a.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-dobsummary a.a-button.a-link-primary.a-button-link[disabled="true"],
.o-dobsummary button.a-button.a-link-primary.a-button-link[disabled=""],
.o-dobsummary button.a-button.a-link-primary.a-button-link[disabled="disabled"],
.o-dobsummary button.a-button.a-link-primary.a-button-link[disabled="true"],
.o-myproducts
  > .myproducts-controls
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.o-myproducts
  > .myproducts-controls
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-dobsummary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  .o-dobsummary
  a.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  .o-dobsummary
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-dobsummary
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-dobsummary .a-button-primary.a-button[disabled=""]:hover,
.o-dobsummary .a-button-primary.a-button[disabled="disabled"]:hover,
.o-dobsummary .a-button-primary.a-button[disabled="true"]:hover,
.o-dobsummary .a-button.a-link-primary.a-button-link[disabled=""]:hover,
.o-dobsummary .a-button.a-link-primary.a-button-link[disabled="true"]:hover,
.o-dobsummary .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-dobsummary .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-dobsummary .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled=""]:hover,
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-dobsummary
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-primary[disabled="true"]:hover,
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.o-dobsummary
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.o-dobsummary
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled=""]:hover,
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="disabled"]:hover,
.o-dobsummary
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-primary[disabled="true"]:hover,
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.o-dobsummary
  .m-oney-widget-section
  .a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.o-dobsummary
  .m-popover
  .popover-content
  .a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover,
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover,
.o-dobsummary
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover,
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-dobsummary
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.o-dobsummary
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-primary.a-link[disabled="true"]:hover,
.o-dobsummary
  a.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.o-dobsummary
  button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-dobsummary
  .a-button.a-link-primary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.o-dob-tech-track {
  margin: var(--element-margin) 0 0 0;
  padding: 0;
}
.o-dob-tech-track .reload-button-wrapper {
  margin: 30px 0 0;
}
.o-dob-tech-track .reload-button-wrapper .a-button {
  width: 100%;
}
.o-dob-tech-track .m-table {
  margin-bottom: 60px;
}
.o-dob-tech-track .m-table + .reload-button-wrapper {
  margin: 0 0 60px;
}
.o-filelist {
  display: -ms-grid;
  display: grid;
  gap: 35px;
  -ms-grid-columns: (minmax(280px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin: var(--element-margin) 0 0 0;
  width: 100%;
}
.o-filelist
  .a-link.file-tile:not([data-eventtracking])
  .icon.icon-download::before,
.o-filelist
  .a-link.file-tile[data-eventtracking*=".html"]
  .icon.icon-download::before {
  content: "\e059";
}
.o-filelist .file-tile-content {
  border: 1px solid #000 !important;
  margin-bottom: 0 !important;
  padding: 15px;
}
.o-filelist .file-tile-content .heading.file-tile-productTitle {
  padding-left: 0;
}
.o-filelist .file-tile-content .heading.file-tile-productTitle .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  line-height: 21px;
}
.o-filelist .file-tile-content .content p.file-tile-productTitle {
  font-size: 12px;
  line-height: 18px;
  padding-left: 0;
}
.o-filelist .file-tile-content .content .file-tile-container .a-link {
  border: 0 !important;
  margin-top: 30px;
}
.o-filelist
  .file-tile-content
  .content
  .file-tile-container
  .a-link
  .file-tile-wrapper {
  padding: 0 !important;
}
.o-filelist
  .file-tile-content
  .content
  .file-tile-container
  .a-link
  .file-tile-wrapper
  .a-heading.file-tile-heading.file-tile-link-content {
  font-family: SiemensSans-Bold, sans-serif;
  padding-bottom: 0;
  padding-right: 30px;
  position: relative;
  width: 100%;
}
.o-filelist
  .file-tile-content
  .content
  .file-tile-container
  .a-link
  .file-tile-wrapper
  p {
  margin-top: 8px;
}
.o-filelist
  .file-tile-content
  .content
  .file-tile-container
  .a-link
  .file-tile-wrapper
  p
  span.file-tile-heading {
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}
.o-filelist
  .file-tile-content
  .content
  .file-tile-container
  .a-link
  .file-tile-wrapper
  p
  .icon.icon-download {
  right: 0;
  top: 0;
}
.o-filelist .a-link {
  border: 1px solid #000 !important;
  border-radius: 2px;
  margin: 0;
  width: 100%;
}
.o-filelist .a-link .icon-file {
  display: none;
}
.o-filelist .a-link .icon {
  color: #000;
}
.o-filelist .a-link.file-tile {
  min-height: auto;
}
.o-filelist .image-container {
  -webkit-align-self: self-start;
  -ms-flex-item-align: self-start;
  -ms-grid-row-align: self-start;
  align-self: self-start;
  margin: 15px 0 0 15px !important;
}
.o-filelist .file-tile-wrapper {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 15px 24px;
  position: relative;
  width: 100%;
}
.o-filelist .file-tile-wrapper .icon-download,
.o-filelist .file-tile-wrapper .icon-pointer-arrow-right {
  float: right;
}
.o-filelist .file-tile-wrapper .icon-download:before,
.o-filelist .file-tile-wrapper .icon-pointer-arrow-right:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.o-filelist .file-tile-wrapper p {
  line-height: 20px;
  margin-bottom: 0;
  width: 90%;
}
.o-filelist .file-tile-wrapper p .file-tile-heading {
  max-width: 70%;
  width: 70%;
}
.o-filelist .file-tile-wrapper p .icon {
  position: absolute;
  right: 24px;
  top: 15px;
}
.o-filelist .file-tile-wrapper p .icon:before {
  line-height: 16px;
}
.o-filelist .file-tile-wrapper p:not(:first-child) {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  width: 100%;
}
.o-firstaid {
  padding: 0 0 40px;
}
.o-firstaid .a-link:not(.a-button).change-link {
  display: none;
  margin: 13px 0 0 11px;
}
.o-firstaid .categories .problems:hover:before,
.o-firstaid .categories a:hover:before {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: arrowSlide;
  animation-name: arrowSlide;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.o-firstaid .selector {
  clear: both;
  content: "";
  display: block;
  margin: 0;
}
.o-firstaid .selector .list-unstyled.categories {
  margin-bottom: 0;
}
.o-firstaid .selector .list-unstyled.categories li .a-link {
  border: 0 !important;
}
.o-firstaid .selector .list-unstyled.categories li .a-link:before {
  position: unset;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
@media (min-width: 900px) {
  .o-firstaid {
    padding: 0 0 80px;
  }
}
.o-footer {
  --color-links: #000;
  --color-copyright-links: #000;
  --color-background: #fff;
  --color-links: #fff;
  --color-copyright-links: #fff;
  --color-background: #2b2f43;
  background-color: var(--color-background);
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
  margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
  margin-top: 0;
  padding: 80px 0 0;
  width: 100vw;
}
.o-footer .m-footerpagefunctionsfollow {
  --color-links: #000;
  --color-links: #fff;
}
.o-footer .m-navfooter {
  --color-heading: #000;
  --color-heading-icon: #000;
  --color-heading-mobile: #000;
  --color-heading--hover: #000;
  --color-heading--hover-mobile: #000;
  --color-links: #2b2f43;
  --color-links--hover: #000;
  --color-heading: #fff;
  --color-heading-icon: #3cc8be;
  --color-heading-mobile: #fff;
  --color-heading--hover: #3cc8be;
  --color-heading--hover-mobile: #fff;
  --color-links: #a3acbd;
  --color-links--hover: #a3acbd;
}
.o-footer .g-col.footer-footnotes,
.o-footer .g-col.footer-functions,
.o-footer .g-col.footer-links,
.o-footer .g-col.footer-navwrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 749px) {
  .o-footer .m-footerpagefunctionsfollow {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
  .o-footer .m-footerpagefunctionsfollow .likes .list-unstyled {
    gap: 32px;
  }
  .o-footer .m-footerpagefunctionsfollow .likes .list-unstyled li .a-link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 !important;
  }
  .o-footer
    .m-footerpagefunctionsfollow
    .likes
    .list-unstyled
    li
    .a-link:before {
    display: none;
  }
  .o-footer .m-footerpagefunctionsfollow .shares {
    gap: 32px;
  }
  .o-footer .m-footerpagefunctionsfollow .shares .a-link {
    margin: 20px 0 0 !important;
  }
  .o-footer-rebrush
    .m-footerpagefunctionsfollow
    .likes
    .list-unstyled
    li
    .a-link {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0 !important;
  }
  .o-footer-rebrush
    .m-footerpagefunctionsfollow
    .likes
    .list-unstyled
    li
    .a-link:before {
    display: none;
  }
}
.o-footer .m-footerpagefunctionsfollow .likes .a-link .icon,
.o-footer .m-footerpagefunctionsfollow .shares .a-link .icon {
  color: var(--color-links);
}
.o-footer .m-footerfootnote {
  color: var(--color-links);
  margin: 0;
  padding: 64px 0;
}
.o-footer .m-footerfootnote > * {
  color: var(--color-links);
}
.o-footer .m-footerlinkscopyright {
  padding: 60px 0 40px;
}
.o-footer .m-footerlinkscopyright ul li {
  color: var(--color-copyright-links);
  margin-bottom: 10px;
}
.o-footer .m-footerlinkscopyright ul li .a-link {
  color: var(--color-copyright-links) !important;
}
.o-footer .footer-breadcrumb {
  border: none;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 750px) {
  .o-footer .footer-breadcrumb {
    margin-left: 64px;
    margin-right: 64px;
  }
  .o-footer .g-col.footer-footnotes,
  .o-footer .g-col.footer-functions,
  .o-footer .g-col.footer-links,
  .o-footer .g-col.footer-navwrap {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 900px) {
  .o-footer .footer-breadcrumb {
    padding-bottom: 54px;
  }
  .o-footer {
    padding: 80px 0 0;
  }
  .o-footer .m-footerlinkscopyright {
    padding: 30px 0 40px;
  }
  .o-footer .m-footerfootnote {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .o-footer .footer-breadcrumb {
    max-width: 1400px;
    margin: 0 auto;
  }
  .o-footer .g-col.footer-footnotes,
  .o-footer .g-col.footer-functions,
  .o-footer .g-col.footer-links,
  .o-footer .g-col.footer-navwrap {
    float: none;
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
  .o-footer .g-col.footer-functions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1920px) {
  .o-footer {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
    position: relative;
    width: var(--max-pagewidth) !important;
  }
  .o-footer:before {
    background: #2b2f43;
    content: "";
    height: 100%;
    left: -50vw;
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
}
.o-footer-rebrush {
  --color-links: #000;
  --color-copyright-links: #000;
  --color-background: #fff;
  --color-links: #fff;
  --color-copyright-links: #fff;
  --color-background: #2b2f43;
  background-color: var(--color-background);
  margin: 0 0 0 -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin: 0 0 0 calc(var(--max-pagewidth-padding) * -1);
  padding: 56px 0;
  width: 100vw;
}
.o-footer-rebrush .m-footerpagefunctionsfollow {
  --color-links: #000;
  --color-links: #fff;
  padding: 56px 0 0;
}
.o-footer-rebrush .m-navfooter.rebrush {
  --color-heading: #000;
  --color-heading-icon: #000;
  --color-heading-mobile: #000;
  --color-heading--hover: #000;
  --color-heading--hover-mobile: #000;
  --color-links: #2b2f43;
  --color-links--hover: #000;
  --color-heading: #fff;
  --color-heading-icon: #3cc8be;
  --color-heading-mobile: #fff;
  --color-heading--hover: #3cc8be;
  --color-heading--hover-mobile: #fff;
  --color-links: #a3acbd;
  --color-links--hover: #a3acbd;
}
.o-footer-rebrush .g-col.footer-footnotes,
.o-footer-rebrush .g-col.footer-functions,
.o-footer-rebrush .g-col.footer-links,
.o-footer-rebrush .g-col.footer-navwrap {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 900px) {
  .o-footer-rebrush .m-footerpagefunctionsfollow {
    padding: 0;
  }
}
.o-footer-rebrush .m-footerpagefunctionsfollow .likes .list-unstyled {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -webkit-column-gap: 32px;
  column-gap: 32px;
  row-gap: 16px;
}
@media (max-width: 749px) {
  .o-footer-rebrush .m-footerpagefunctionsfollow .shares {
    gap: 32px;
  }
  .o-footer-rebrush .m-footerpagefunctionsfollow .shares .a-link {
    margin: 20px 0 0 !important;
  }
}
.o-footer-rebrush .m-footerpagefunctionsfollow .likes .a-link,
.o-footer-rebrush .m-footerpagefunctionsfollow .shares .a-link {
  margin: 0;
}
.o-footer-rebrush .m-footerpagefunctionsfollow .likes .a-link::before,
.o-footer-rebrush .m-footerpagefunctionsfollow .shares .a-link::before {
  display: none;
}
.o-footer-rebrush .m-footerpagefunctionsfollow .likes .a-link .icon,
.o-footer-rebrush .m-footerpagefunctionsfollow .shares .a-link .icon {
  color: var(--color-links);
}
.o-footer-rebrush .m-footerfootnote {
  color: #7b89a1;
  margin: 0;
  padding: 56px 0 0;
}
.o-footer-rebrush .m-footerfootnote > * {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.o-footer-rebrush .m-footerfootnote > .a-heading {
  font-family: var(--fontfamily-bold);
}
.o-footer-rebrush .m-footerlinkscopyright {
  padding: 0;
}
.o-footer-rebrush .m-footerlinkscopyright ul li {
  color: var(--color-copyright-links);
  margin-bottom: 10px;
}
.o-footer-rebrush .m-footerlinkscopyright ul li .a-link {
  color: var(--color-copyright-links) !important;
}
.o-footer-rebrush .footer-rebrush-slogan {
  margin-bottom: 0 !important;
}
.o-footer-rebrush .footer-rebrush-slogan .a-heading {
  color: var(--color-links);
  font-family: var(--fontfamily-headlinesfont);
  font-size: 24px;
  line-height: 28px;
}
.o-footer-rebrush .footer-rebrush-slogan + .m-breadcrumb-rebrush {
  margin-top: 40px;
}
.o-footer-rebrush .footer-breadcrumb {
  border: none;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 750px) {
  .o-footer-rebrush .footer-breadcrumb {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media (min-width: 900px) {
  .o-footer-rebrush .footer-rebrush-slogan .a-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .o-footer-rebrush .footer-rebrush-slogan + .m-breadcrumb-rebrush {
    margin-top: 56px;
  }
  .o-footer-rebrush .footer-breadcrumb {
    padding-bottom: 54px;
  }
  .o-footer-rebrush .footer-rebrush-section .footer-rebrush-links:before {
    display: none;
  }
}
.o-footer-rebrush .footer-rebrush-section {
  padding-left: 30px;
  padding-right: 30px;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-links {
  margin: 56px 0 0;
  padding: 56px 0 0;
  position: relative;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-links:before {
  content: "";
  width: 100vw;
  position: absolute;
  left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  left: calc(var(--max-pagewidth-padding) * -1);
  top: 0;
  border-top: thin solid #7b89a1;
}
@media (min-width: 900px) {
  .o-footer-rebrush .footer-rebrush-section .footer-rebrush-links {
    margin: 0;
  }
  .o-footer-rebrush .footer-rebrush-section .footer-rebrush-links:before {
    display: none;
  }
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 56px 0 0;
  row-gap: 56px;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions,
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-shop .m-trustedshops {
  padding: 0 !important;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions
  .m-imagelist,
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-trustedshops
  .m-imagelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions
  .m-imagelist
  > .a-link,
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-trustedshops
  .m-imagelist
  > .a-link {
  margin: 0;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions
  .m-imagelist
  .a-image,
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-trustedshops
  .m-imagelist
  .a-image {
  display: block;
  height: auto;
  margin: 0;
  width: auto;
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-shop .m-trustedshops {
  margin: 0;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-trustedshops
  .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
  color: #fff;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-trustedshops::before {
  display: none;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions {
  margin: 0;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions
  .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: var(--heading-h5-margin);
  color: #fff;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions
  .text {
  color: #7b89a1;
  -webkit-box-ordinal-group: 100;
  -webkit-order: 99;
  -ms-flex-order: 99;
  order: 99;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions
  .text
  .text-wrap
  .a-button
  .icon {
  color: #7b89a1;
}
.o-footer-rebrush
  .footer-rebrush-section
  .footer-rebrush-shop
  .m-paymentoptions::before {
  display: none;
}
@media (min-width: 900px) {
  .o-footer-rebrush .footer-rebrush-section .footer-rebrush-shop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.o-footer-rebrush .footer-rebrush-section .footer-rebrush-divider {
  display: none;
}
.o-footer-rebrush
  .footer-rebrush-section:first-child
  .footer-rebrush-breadcrumb {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 900px) {
  .o-footer-rebrush
    .footer-rebrush-section:first-child
    .footer-rebrush-breadcrumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 80px auto 0 0;
    padding: 0;
  }
}
.o-footer-rebrush .footer-rebrush-section:first-child .footer-rebrush-social {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 900px) {
  .o-footer-rebrush .footer-rebrush-section:first-child .footer-rebrush-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 56px 0 0;
  }
}
.o-footer-rebrush .footer-rebrush-section:first-child .footer-rebrush-navwrap {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding: 56px 0 0;
}
.o-footer-rebrush .footer-rebrush-section:first-child .footer-rebrush-shop {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}
@media (min-width: 750px) {
  .o-footer-rebrush .footer-rebrush-section {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (max-width: 899px) {
  .o-footer-rebrush .m-navfooter.rebrush .section-wrap nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-footer-rebrush
    .m-navfooter.rebrush
    .section-wrap
    nav
    .list-unstyled
    .a-link.has-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-footer-rebrush
    .m-navfooter.rebrush
    .section-wrap
    nav
    .list-unstyled
    .a-link.has-icon
    .icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .o-footer-rebrush
    .m-navfooter.rebrush
    .section-wrap
    nav
    .list-unstyled
    .a-link.has-icon
    .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 900px) {
  .o-footer-rebrush .m-navfooter.rebrush {
    padding: 0;
  }
  .o-footer-rebrush .m-navfooter.rebrush .section-wrap nav {
    row-gap: 20px;
  }
  .o-footer-rebrush .m-navfooter.rebrush .section-wrap nav .list-unstyled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .o-footer-rebrush
    .m-navfooter.rebrush
    .section-wrap
    nav
    .list-unstyled
    .group-header {
    margin: 0 0 20px !important;
    padding: 0;
  }
  .o-footer-rebrush
    .m-navfooter.rebrush
    .section-wrap
    nav
    .list-unstyled
    li:empty {
    display: none;
  }
  .o-footer-rebrush {
    padding: 0 0 56px;
  }
}
@media (min-width: 750px) {
  .o-footer-rebrush .g-col.footer-footnotes,
  .o-footer-rebrush .g-col.footer-functions,
  .o-footer-rebrush .g-col.footer-links,
  .o-footer-rebrush .g-col.footer-navwrap {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1400px) {
  .o-footer-rebrush .footer-breadcrumb {
    max-width: 1400px;
    margin: 0 auto;
  }
  .o-footer-rebrush .footer-rebrush-section {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .o-footer-rebrush .g-col.footer-footnotes,
  .o-footer-rebrush .g-col.footer-functions,
  .o-footer-rebrush .g-col.footer-links,
  .o-footer-rebrush .g-col.footer-navwrap {
    float: none;
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 0;
    padding-right: 0;
  }
  .o-footer-rebrush .g-col.footer-functions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1920px) {
  .o-footer-rebrush {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-left: calc(var(--max-pagewidth-padding) * -1);
    position: relative;
    width: var(--max-pagewidth) !important;
  }
  .o-footer-rebrush:before {
    background: #2b2f43;
    content: "";
    height: 100%;
    left: -50vw;
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
}
.o-header {
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  background-color: #2d373c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-header .logo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  widht: 65%;
}
.o-header .m-stage {
  margin: 0;
}
.o-header .m-stage .teaser .a-link:not(.has-icon):not(.a-button):before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  font-size: 10px;
  left: 0;
  margin-right: 0;
  position: absolute;
  top: 5px;
  vertical-align: middle;
}
@media (min-width: 750px) {
  .o-header .logo {
    width: 50%;
  }
  .o-header .m-stage .teaser .a-link:not(.has-icon):not(.a-button):before {
    top: 4px;
  }
}
.o-header.header-open .header-elements {
  border-bottom: none;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20000;
}
.o-header.header-open .header-elements .m-uspnavigation {
  visibility: hidden;
}
.o-header.header-open .conversion-bar,
.o-header.header-open .stage-controls,
.o-header.header-open .title-identifier {
  display: none;
  -webkit-transition: none;
  transition: none;
}
.o-header.flip-logo .identifier-logo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.o-header.flip-logo .a-logo {
  float: right;
}
.o-header.flip-logo .a-logo .a-image {
  text-align: right;
}
.o-header.o-header-sticky .nav-sticky {
  left: 0;
}
.o-header .header-elements {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.o-header .header-elements.international-header {
  padding-top: 0;
}
.o-header .header-elements.international-header .identifier-logo {
  padding: 30px;
}
.o-header .identifier-logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 30px;
  position: relative;
  width: 100%;
}
.o-header .identifier-logo .a-identifier {
  color: #fff;
  display: block;
  float: right;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 8px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
  width: 35%;
}
.o-header .identifier-logo:before {
  background-color: #3c464c;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.o-header .a-logo {
  display: inline;
  float: left;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 65%;
}
.o-header .a-logo .a-image {
  display: inline-block;
  text-align: left;
}
.o-header .a-logo img {
  width: 120px;
}
.o-header .m-searchinput {
  background: 0 0;
  margin: 0;
  padding: 16px 13.5px 0;
}
.o-header .m-searchinput .reset-button .a-button {
  padding: 11px 0 !important;
}
.o-header .m-searchinput .search-input {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
}
@media (min-width: 750px) {
  .o-header .m-searchinput .search-input {
    width: auto;
  }
}
.o-header .m-searchinput .search-input input {
  border: none;
  border-bottom: 1px solid #96a0aa;
}
.o-header .m-searchinput .search-input input::-webkit-input-placeholder {
  color: #2d373c;
}
.o-header .m-searchinput .search-input input::placeholder {
  color: #2d373c;
}
.o-header .m-searchinput .search-input input:-ms-input-placeholder {
  color: #2d373c;
}
.o-header .m-searchinput .search-input input:focus {
  background: 0 0 !important;
  border-bottom: 1px solid #96a0aa !important;
}
.o-header .m-searchinput .search-input input.m-forminput.had-focus:invalid {
  background: 0 0 !important;
}
.o-header .m-searchinput .search-button .icon {
  margin-left: 4px;
}
.o-header .m-searchinput .search-button .a-button {
  height: 40px;
}
.o-header .m-searchinput .suggest-layer {
  padding: 20px;
}
.o-header .m-searchinput .suggest-layer .close {
  margin: 0;
}
.o-header .m-searchinput .suggest-layer .category {
  color: #2d373c;
  font-size: 18px;
  line-height: 22px;
  padding-left: 0;
}
.o-header .m-breadcrumb ul li a {
  font-family: SiemensSans-Roman, sans-serif;
}
.o-header .nav-wrap .m-conversionbar-crosschannel .a-link.mybrand {
  border: none;
}
.o-header .nav-wrap {
  border-bottom: 0;
  position: relative;
  z-index: 1;
}
.o-header .nav-wrap:after,
.o-header .nav-wrap:before {
  background-color: #3c464c;
  bottom: -1px;
  content: none;
  height: 1px;
  position: absolute;
  width: 100%;
}
.o-header .nav-wrap:before {
  left: -100%;
}
.o-header .nav-wrap:after {
  right: -100%;
}
.o-header .nav-wrap .breadcrumb-wrap.g-col {
  display: none;
}
.o-header .breadcrumb-wrap .m-breadcrumb,
.o-header .breadcrumb-wrap .m-breadcrumb ul {
  margin: 0;
}
.o-header .m-conversionbar {
  padding-right: 30px;
  padding-top: 10px;
  z-index: 2;
}
.o-header .g-layout-full {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
  width: 100%;
}
.o-header .g-layout-full .g-col {
  background-color: #fff;
}
.o-header .m-pagetitle {
  float: none;
  max-width: 1360px;
  position: relative;
  margin: 50px 13px 0;
  padding: 0;
}
.o-header .m-pagetitle .a-heading {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
}
.o-header .m-pagetitle p.intro-text {
  margin-top: 20px;
}
.o-header .header-content {
  background-color: #fff;
  margin: 0 !important;
  width: 100% !important;
}
.o-header .header-content .own-stage {
  display: block;
  margin: 0 !important;
  width: 100% !important;
}
.o-header .nav-sticky {
  background-color: #2d373c;
  border-bottom: 1px solid #3d474c;
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
}
.o-header .nav-sticky-elements {
  padding: 0 30px;
}
.o-header .nav-sticky-elements .conversion-bar {
  margin: 0;
}
.o-header .nav-sticky-elements .conversion-bar .a-link {
  border: none;
}
.o-header .nav-sticky-elements .a-link.a-totop {
  border-left: none;
  color: #879baa;
  height: 38px;
  margin-left: 37px;
  margin-top: 12px;
  padding: 0;
  position: relative;
}
.o-header .nav-sticky-elements .a-link.a-totop:hover {
  color: #3cc8be;
}
.o-header .nav-sticky-elements .a-link.a-totop .icon {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  position: relative;
}
.o-header + .js-content .g-layout-full:first-of-type .g-col .m-contentheader {
  margin-top: 0;
}
@media (min-width: 750px) {
  .o-header {
    margin: 0 -64px;
    width: -webkit-calc(100% + 128px);
    width: calc(100% + 128px);
  }
  .o-header .header-elements.international-header .identifier-logo {
    padding: 15px 64px;
  }
  .o-header .m-searchinput {
    padding: 27px 23px 0;
  }
  .o-header .m-searchinput .search-button {
    padding-left: 8px;
  }
  .o-header .m-searchinput input.input.m-forminput {
    margin-bottom: 27px;
  }
  .o-header .m-searchinput .suggest-layer {
    padding: 25px;
  }
  .o-header .m-searchinput .suggest-layer .category-content .products-item {
    padding: 15px 10px 10px;
  }
  .o-header .identifier-logo {
    margin-left: 0;
    padding: 25px 64px;
  }
  .o-header .identifier-logo .a-logo {
    width: 50%;
  }
  .o-header .identifier-logo .a-logo img {
    width: 150px;
  }
  .o-header .identifier-logo .a-identifier {
    color: #7e9cab;
    font-size: 14px;
    margin: 0 0 12px;
    width: 50%;
  }
  .o-header .m-conversionbar {
    padding-bottom: 9px;
    padding-right: 64px;
    padding-top: 16px;
  }
  .o-header .nav-sticky {
    margin: 0 -64px;
    width: -webkit-calc(100% + 128px);
    width: calc(100% + 128px);
  }
  .o-header .nav-sticky-elements {
    padding: 0 64px;
  }
  .o-header .nav-sticky-elements .conversion-bar .m-conversionbar {
    padding-right: 3px;
    padding-top: 15px;
  }
  .o-header .nav-sticky-elements .a-link.a-totop {
    margin-right: 64px;
    margin-top: 8px;
  }
  .o-header .m-pagetitle {
    margin: 90px 64px 0;
  }
  .o-header .m-pagetitle .a-heading {
    font-size: 35px;
    line-height: 40px;
  }
  .o-header.header-open .m-navmain .button-menu {
    margin-bottom: 12px;
  }
}
@media (min-width: 900px) {
  .o-header .m-stage .teaser .a-link:not(.has-icon):not(.a-button):before {
    top: 5px;
  }
  .o-header {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: 0;
    padding-right: 0;
    width: 100vw !important;
  }
  .o-header .header-elements {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    position: relative;
  }
  .o-header .header-elements.international-header .identifier-logo {
    padding: 25px 0;
  }
  .o-header.g-layout-full .g-col.header-elements {
    padding: 0 64px;
  }
  .o-header .identifier-logo {
    padding: 30px 0 26px;
  }
  .o-header .identifier-logo .a-logo img {
    width: 180px;
  }
  .o-header .identifier-logo .a-identifier {
    color: #fff;
    font-size: 14px;
    margin: 25px 0 0;
  }
  .o-header .identifier-logo:before {
    content: none;
  }
  .o-header .search-form {
    margin-top: -3px;
  }
  .o-header .m-searchinput {
    border-top: none;
    margin-right: -2px;
    margin-top: 0;
    padding: 0;
  }
  .o-header .m-searchinput .search-input {
    margin-right: 20px;
  }
  .o-header .m-searchinput .search-input input.input.m-forminput {
    height: auto;
    margin-bottom: 0;
  }
  .o-header .m-searchinput .search-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    top: 0;
    width: auto;
  }
  .o-header .m-searchinput .search-button .a-button {
    cursor: pointer;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .o-header .m-searchinput .search-button .a-button .icon {
    font-size: 18px;
  }
  .o-header .m-searchinput .search-button .icon {
    margin-left: 0;
  }
  .o-header .m-searchinput .suggest-layer {
    border: 1px solid #cdd9e1;
    margin-top: 53px;
    padding: 40px 30px;
  }
  .o-header .m-searchinput .suggest-layer .close {
    float: none;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .o-header .m-searchinput .suggest-layer .close .a-button {
    margin: 0;
  }
  .o-header .m-searchinput .suggest-layer .close .icon {
    margin-top: 0;
  }
  .o-header .m-searchinput .suggest-layer:focus {
    outline: 0;
  }
  .o-header .m-searchinput .suggest-layer:before {
    border-bottom: 15px solid #cdd9e1;
    top: -16px;
  }
  .o-header .m-searchinput .suggest-layer .category,
  .o-header .m-searchinput .suggest-layer .show-all {
    padding: 0;
  }
  .o-header .m-searchinput .suggest-layer .category {
    color: #2d373c;
    font-size: 18px;
    line-height: 22px;
  }
  .o-header .m-searchinput .suggest-layer .show-all {
    margin-top: 0;
  }
  .o-header .m-searchinput .suggest-layer .show-all:hover .icon {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: arrowSlide;
    animation-name: arrowSlide;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .o-header .m-searchinput .suggest-layer .category-content {
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .o-header .m-searchinput .suggest-layer .category-content:last-of-type {
    margin-bottom: 0;
  }
  .o-header .m-searchinput .suggest-layer .category-content .products-item {
    margin: 14px 0;
    padding: 0 0 0 15px;
  }
  .o-header
    .m-searchinput
    .suggest-layer
    .category-content
    .products-item:hover
    .icon {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: arrowSlide;
    animation-name: arrowSlide;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  .o-header
    .m-searchinput
    .suggest-layer
    .category-content
    .products-item
    .icon {
    float: none;
    margin-top: 1px;
    vertical-align: top;
  }
  .o-header .m-searchinput .suggest-layer .category-content .serialnumber {
    color: #879baa;
    display: block;
    font-family: SiemensSans-Roman, sans-serif;
    font-weight: 400;
    margin-top: 5px;
  }
  .o-header .m-searchinput .suggest-layer .category-content .serialnumber br {
    display: none;
  }
  .o-header
    .m-searchinput
    .suggest-layer
    .category-content.without-pictures
    .a-link {
    margin-bottom: 10px;
    padding: 0;
  }
  .o-header
    .m-searchinput
    .suggest-layer
    .category-content.without-pictures
    .a-link:last-child {
    margin-bottom: 0;
  }
  .o-header .m-navmain .second-level {
    left: 0;
    margin: 0 -4px;
    width: -webkit-calc(100% + 8px);
    width: calc(100% + 8px);
  }
  .o-header .m-conversionbar {
    padding-right: 0;
    padding-top: 16px;
  }
  .o-header .m-pagetitle {
    margin: 83px auto 0;
    padding: 0 40px;
  }
  .o-header .m-pagetitle .a-heading {
    width: 66.6666%;
  }
  .o-header .nav-sticky {
    max-width: 100vw;
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: 0;
    padding-right: 0;
    width: 100vw !important;
  }
  .o-header .nav-sticky-elements {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    position: relative;
    padding: 0 64px;
  }
  .o-header .nav-sticky-elements .m-navmain {
    padding-top: 10px;
    width: -webkit-calc(100% - 80px) !important;
    width: calc(100% - 80px) !important;
  }
  .o-header .nav-sticky-elements .conversion-bar {
    display: none;
    height: 52px;
  }
  .o-header .nav-sticky-elements .conversion-bar .a-link:not(:last-child) {
    margin-left: 34px;
  }
  .o-header .nav-sticky-elements .conversion-bar .m-conversionbar {
    padding-right: 0;
    padding-top: 15px;
  }
  .o-header .nav-sticky-elements .a-link.a-totop {
    margin-left: 34px;
    margin-right: 0;
    margin-top: 0;
    padding-top: 14px;
  }
}
@media (min-width: 1400px) {
  .o-header.g-layout-full .g-col.header-elements {
    padding: 0;
  }
  .o-header .m-pagetitle {
    margin-top: 90px;
    padding: 0 !important;
  }
  .o-header .nav-sticky-elements {
    padding: 0;
  }
  .o-header .nav-sticky-elements .m-navmain {
    width: -webkit-calc(100% - 300px) !important;
    width: calc(100% - 300px) !important;
  }
  .o-header .nav-sticky-elements .conversion-bar {
    display: block;
  }
  .o-header .nav-sticky-elements .a-link.a-totop {
    margin-right: 0;
  }
}
.o-headerrebrush {
  --conversion-bar-icons-size: 20px;
  top: 0;
  height: auto;
  z-index: 105;
}
.o-headerrebrush:not(.is-sticky-mobile) {
  min-height: 97px;
}
.o-headerrebrush .m-searchresultpromotionteaser .promotion-teaser-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-headerrebrush
  .m-searchresultpromotionteaser
  .promotion-teaser-wrap.mobile-layout
  .text-wrap {
  padding: 24px 0;
  margin: 0;
}
.o-headerrebrush
  .m-searchresultpromotionteaser
  .promotion-teaser-wrap.mobile-layout
  button {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  margin: 0;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe) {
  padding: 0;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .promotion-teaser-wrap {
  margin-left: 0;
  width: 100%;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap {
  background: #000028;
  margin-left: 0;
  max-width: none;
  width: 100%;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .text-wrap {
  padding: 24px 0;
  margin: 0;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .text-wrap
  .teaser-label,
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .text-wrap
  .teaser-paragraph {
  color: #a3acbd;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .text-wrap
  .teaser-headline {
  color: #fff;
  font-size: 24px;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button:hover {
  background-color: #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .a-button:hover
  .text {
  color: #fff;
}
@media (min-width: 750px) {
  .o-headerrebrush
    .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .teaser-highlight.teaser-extended.promotion-teaser-wrap
    .text-wrap
    .teaser-headline {
    font-size: 28px;
  }
  .o-headerrebrush
    .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
    .teaser-highlight.teaser-extended.promotion-teaser-wrap
    .a-button {
    margin: 0;
  }
}
.o-headerrebrush
  .m-searchresultpromotionteaser:not(.m-searchresultpromotionteaser-gc-wpe)
  .teaser-highlight.teaser-extended.promotion-teaser-wrap
  .image-wrap
  .a-image
  img {
  width: 100%;
}
.o-headerrebrush .a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
.o-headerrebrush .a-link:after,
.o-headerrebrush .a-link:before,
.o-headerrebrush .icon.icon-mappin {
  color: #fff;
}
.o-headerrebrush .icon.icon-mappin::before {
  content: "\e09e";
  line-height: 3px !important;
}
.o-headerrebrush .icon.icon-mybrand {
  color: #fff;
}
.o-headerrebrush .icon.icon-globe::before {
  line-height: 4px !important;
}
.o-headerrebrush .icon.icon-shoppingcart {
  color: #fff;
}
.o-headerrebrush .icon.icon-shoppingcart::before {
  line-height: 20px;
}
.o-headerrebrush.usp-bar-active {
  top: 0;
  height: auto;
}
.o-headerrebrush.usp-bar-active .usp-bar {
  height: auto;
}
.o-headerrebrush .full-width-elements-container .content .usp-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.o-headerrebrush.usp-bar-active:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content {
  padding-top: 48px;
}
.o-headerrebrush.open {
  background: #000028;
  height: 100vh;
  z-index: 250;
}
.o-headerrebrush.open::after {
  display: none;
}
.o-headerrebrush.open .full-width-elements-container .content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-headerrebrush.open .full-width-elements-container .content .usp-bar {
  -webkit-transform: translate(-999999999px, -9999999999px) !important;
  -ms-transform: translate(-999999999px, -9999999999px) !important;
  transform: translate(-999999999px, -9999999999px) !important;
}
.o-headerrebrush.open .full-width-elements-container .content .conversion-bar,
.o-headerrebrush.open
  .full-width-elements-container
  .content
  .menu
  .hidden-mobile {
  display: none;
}
.o-headerrebrush.open .full-width-elements-container .subbrand-identifier {
  bottom: 30px;
  left: 30px;
  position: fixed;
  right: 30px;
}
.o-headerrebrush.open .fly-out-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-headerrebrush.is-sticky-mobile {
  background-color: #000028;
  background-image: none;
}
.o-headerrebrush.is-sticky-mobile::after {
  display: none;
}
.o-headerrebrush.is-sticky-mobile.open
  .full-width-elements-container
  .content
  .menu
  .a-menu {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.o-headerrebrush.is-sticky-mobile:not(.open) {
  outline: #7b89a1 solid thin;
}
.o-headerrebrush.is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 30px 24px;
}
@media (min-width: 900px) {
  .o-headerrebrush .icon.icon-shoppingcart::before {
    line-height: 32px;
  }
  .o-headerrebrush.usp-bar-active:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content {
    padding-top: 52px;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier {
    display: none;
  }
}
.o-headerrebrush.is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .logo {
  height: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  width: auto;
}
.o-headerrebrush.is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo {
  height: 24px;
  -webkit-transform: scale(0.72) translateX(-27px) translateY(1px);
  -ms-transform: scale(0.72) translateX(-27px) translateY(1px);
  transform: scale(0.72) translateX(-27px) translateY(1px);
}
@media (min-width: 900px) {
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .logo {
    margin-bottom: 0;
    margin-right: 17px;
    margin-top: -1px;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image {
    width: 100px;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img {
    display: block;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .menu {
    margin-top: 0;
  }
}
.o-headerrebrush.is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .menu {
  margin: 0;
  padding: 0;
}
.o-headerrebrush.is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.o-headerrebrush.is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart {
  -webkit-transform: translateY(2px) !important;
  -ms-transform: translateY(2px) !important;
  transform: translateY(2px) !important;
}
@media (max-width: 899px) {
  .o-headerrebrush,
  .o-headerrebrush .full-width-elements-container .content {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .o-headerrebrush.open.usp-bar-active
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .m-navigation-link-list {
    padding-top: 48px;
  }
  .o-headerrebrush.is-sticky-mobile.usp-bar-active.open.open
    .full-width-elements-container
    .content {
    padding-top: 30px;
  }
}
.o-headerrebrush.is-sticky-mobile.usp-bar-active:not(.is-sticky-mobile):not(
    .open
  )
  .full-width-elements-container
  .content {
  padding-top: 39px !important;
}
.o-headerrebrush.is-sticky-mobile.is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content {
  padding: 15px 30px;
}
.o-headerrebrush.is-sticky-mobile.is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier {
  display: none;
}
@media (min-width: 900px) {
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .o-headerrebrush.is-sticky-mobile.usp-bar-active:not(.is-sticky-mobile):not(
      .open
    )
    .full-width-elements-container
    .content {
    padding-top: 41px !important;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content {
    padding: 17px 40px 19px;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier {
    display: none;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .conversion-bar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search {
    margin-right: 0;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input {
    height: 24px;
    padding: 0;
    width: 24px;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon {
    height: 24px;
    width: 24px;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .is-sticky-mobile.o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before {
    line-height: 14px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .a-menu:not(.open)
    span:nth-child(1) {
    top: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .o-headerrebrush.is-sticky-mobile:not(.open),
  .o-headerrebrush.is-sticky-mobile:not(.open) .full-width-elements-container {
    overflow: visible;
  }
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container
    .content:before,
  .o-headerrebrush.is-sticky-mobile:not(.open)
    .full-width-elements-container:before {
    content: "";
    background: #000028;
    height: 100%;
    left: -50vw;
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
}
.o-headerrebrush .full-width-elements-container {
  background: 0 0;
  z-index: 2;
}
.o-headerrebrush .full-width-elements-container .content {
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 30px 0;
}
.o-headerrebrush .full-width-elements-container .content .logo {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 0 0;
  padding: 0;
}
.o-headerrebrush .full-width-elements-container .content .logo .a-logo {
  width: auto;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo {
  height: 23px;
  width: auto;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo
  > svg {
  height: 23px;
  width: 140px;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .logo
  .a-logo
  .a-image {
  margin-top: 1px;
  width: 100px;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .logo
  .a-logo
  .a-image
  picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .logo
  .a-logo
  .a-image
  img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 30px;
}
.o-headerrebrush .full-width-elements-container .content .subbrand-identifier {
  border: none;
  height: auto;
  margin: 6px 0 0 auto;
  -webkit-box-ordinal-group: 102;
  -webkit-order: 101;
  -ms-flex-order: 101;
  order: 101;
  padding: 0;
  width: 100%;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .subbrand-identifier
  .a-identifier {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 0.03em;
  line-height: 18px;
}
.o-headerrebrush .full-width-elements-container .content .menu {
  border: none;
  margin: 0;
  -webkit-box-ordinal-group: 101;
  -webkit-order: 100;
  -ms-flex-order: 100;
  order: 100;
  padding: 4px 0 0;
}
.o-headerrebrush .full-width-elements-container .content .menu .a-menu:focus {
  outline: 0;
}
.o-headerrebrush .full-width-elements-container .content .menu .a-menu span {
  background: #fff;
  height: 2px;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .a-menu.open
  span:nth-child(1),
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .a-menu.open
  span:nth-child(4) {
  display: none;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .a-menu.open
  span:nth-child(2),
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .a-menu.open
  span:nth-child(3) {
  -webkit-transition: none;
  transition: none;
  width: 130%;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .a-menu:not(.open)
  span:nth-child(1) {
  width: 80%;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .a-menu:not(.open)
  span:nth-child(2),
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .a-menu:not(.open)
  span:nth-child(3) {
  top: 6px;
  width: 60%;
}
@media (min-width: 900px) {
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .a-menu:not(.open)
    span:nth-child(2),
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .a-menu:not(.open)
    span:nth-child(3) {
    top: 7px;
  }
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .a-menu:not(.open)
  span:nth-child(4) {
  top: 12px;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .hidden-mobile
  .a-menulinks {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .hidden-mobile
  .a-menulinks
  .menu-link {
  border: none;
  color: #fff;
  font-family: SiemensSans-Roman, sans-serif;
  margin: 1px 0 0;
}
.o-headerrebrush
  .full-width-elements-container
  .content
  .menu
  .hidden-mobile
  .a-menulinks
  .menu-link.active {
  border: none;
}
@media (max-width: 749px) {
  .o-headerrebrush .full-width-elements-container .content .menu {
    padding-top: 0;
  }
}
.o-headerrebrush .full-width-elements-container .conversion-bar {
  border: none;
  padding: 0;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  margin-right: 22px;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: var(--conversion-bar-icons-size);
  margin-right: 7px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: var(--conversion-bar-icons-size);
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .a-link {
  color: #fff;
  height: var(--conversion-bar-icons-size);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: var(--conversion-bar-icons-size);
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .a-link
  .count-indicator {
  background: #3cc8be;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  margin: 0 !important;
  padding: 2px;
  position: absolute;
  right: -7px;
  top: -3px;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .a-link
  .icon {
  height: var(--conversion-bar-icons-size);
  padding-right: 0;
  width: var(--conversion-bar-icons-size);
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .a-link
  .icon:before {
  display: inline-block;
  font-size: var(--conversion-bar-icons-size);
  font-family: icons;
  height: var(--conversion-bar-icons-size);
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  width: var(--conversion-bar-icons-size);
}
@media (min-width: 900px) {
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .a-menu:not(.open)
    span:nth-child(4) {
    top: 14px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .a-menu:not(.open)
    span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .a-menu:not(.open)
    span:nth-child(2) {
    opacity: 0;
    display: none;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .a-menu:not(.open):hover
    span:nth-child(1) {
    left: 20%;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .a-menu:not(.open):hover
    span:nth-child(3) {
    left: 40%;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .cart
    .a-link
    .icon:before {
    line-height: 20px;
  }
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand
  .text {
  font-family: var(--fontfamily-roman);
  margin-left: 20px;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon {
  color: #fff;
  margin: 0;
  gap: 24px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon {
  color: #fff;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatardefault,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedin,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedinactive,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-mybrand {
  height: var(--conversion-bar-icons-size);
  padding: 0;
  width: 17px;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatardefault::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedin::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedinactive::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-mybrand::before {
  display: inline-block;
  font-size: var(--conversion-bar-icons-size);
  font-family: icons;
  height: var(--conversion-bar-icons-size);
  text-align: center;
  vertical-align: middle;
  width: var(--conversion-bar-icons-size);
  line-height: 15px;
  width: 17px;
}
.is-sticky-mobile.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-mybrand::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatardefault::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedin::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedinactive::before {
  line-height: 18px;
}
@media (min-width: 900px) {
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatardefault,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedin,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedinactive,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-mybrand {
    height: 25px;
    width: 20px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatardefault::before,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedin::before,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedinactive::before,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-mybrand::before {
    height: 25px;
    line-height: 21px;
    width: 20px;
  }
  .is-sticky-mobile.o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-mybrand::before,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatardefault::before,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedin::before,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedinactive::before {
    line-height: 21px;
  }
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedin,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedinactive {
  height: 26px;
  width: 26px;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedin::before,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon
  .icon-avatarloggedinactive::before {
  font-size: 26px;
  line-height: 19px;
}
@media (min-width: 900px) {
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedin,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedinactive {
    height: 30px;
    width: 30px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedin::before,
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon
    .icon-avatarloggedinactive::before {
    font-size: 30px;
    line-height: 25px;
  }
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon.active,
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .mybrand.has-icon.active
  .icon {
  color: #3cc8be;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush.user-logged-in
  .mybrand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush.user-logged-in
  .mybrand
  .text {
  color: #fff;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .search {
  height: 20px;
  margin: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding: 0;
  width: 20px;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .search
  .icon {
  color: #fff;
  height: 20px;
  width: 20px;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .search
  .icon::before {
  display: inline-block;
  font-size: 20px;
  font-family: icons;
  height: 20px;
  line-height: 5px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
.is-sticky-mobile.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .search
  .icon::before {
  line-height: 6px;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .m-searchinput {
  border-top: none;
  padding: 0;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .m-searchinput
  .search-input {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: auto;
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .m-searchinput
  .search-input
  .icon {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--conversion-bar-icons-size);
  height: var(--conversion-bar-icons-size);
  width: var(--conversion-bar-icons-size);
}
.o-headerrebrush
  .full-width-elements-container
  .conversion-bar
  .m-conversionbarrebrush
  .m-searchinput
  .search-input
  .icon:before {
  display: inline-block;
  font-size: var(--conversion-bar-icons-size);
  font-family: icons;
  height: var(--conversion-bar-icons-size);
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: var(--conversion-bar-icons-size);
}
@media (min-width: 900px) {
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .m-searchinput
    .search-input
    .icon:before {
    line-height: 19px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .search {
    height: 24px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 24px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input {
    height: 24px;
    padding: 0;
    width: 24px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon {
    color: #fff;
    height: 24px;
    width: 24px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 13px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .cart {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush
    .mybrand.has-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.o-headerrebrush .fly-out-wrap {
  display: none;
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 1;
  width: 100%;
}
.o-headerrebrush .fly-out-wrap .fly-out-container {
  background: 0 0;
  height: auto !important;
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  display: none;
}
.o-headerrebrush .fly-out-wrap .fly-out-container.active {
  display: block;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .first-level
  .m-navigation-link-list.match-parent-overflow-hidden
  .navigation-link {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
}
.o-headerrebrush .fly-out-wrap .fly-out-container .m-languagecountryswitch {
  margin: 0 0 17px !important;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch:not(.open)
  .content-expanded {
  display: none;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch.open
  .content-expanded {
  display: block;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded {
  min-height: auto;
  width: auto;
  position: fixed;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded
  .globe-icon
  .icon,
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded
  .textual-element {
  color: #000;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded
  .inner-content {
  padding: 20px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded
  .inner-content
  .title {
  padding: 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded
  .languages {
  margin: 20px 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded
  .languages
  .a-link {
  color: #000 !important;
  padding: 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded
  .languages
  .a-link:not(:last-child) {
  margin-bottom: 10px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .content-expanded
  .more-languages-button {
  padding: 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .globe-icon,
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .textual-element {
  color: #a3acbd;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .globe-icon {
  height: 24px;
  margin: 0 9px 0 0;
  padding: 0;
  width: 24px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .globe-icon
  .icon {
  height: 16px;
  padding: 0;
  width: 16px;
  margin: 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .m-languagecountryswitch
  .globe-icon
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.o-headerrebrush .fly-out-wrap .fly-out-container .fly-out {
  background: 0 0;
  height: 100%;
  max-height: none !important;
  max-width: none;
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout {
  background: 0 0;
}
@media (max-width: 749px) {
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-lists-container {
    scrollbar-width: none;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-lists-container::-webkit-scrollbar {
    display: none;
  }
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap {
  padding-top: 39px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-lists-container
  .navigation-lists-wrap
  .navigation-col {
  background: #000028;
  border-right: none;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h3-line-height);
  color: #fff;
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  padding: 17px 9px 17px 0;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link.active {
  color: #3cc8be;
}
@media (min-width: 900px) {
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-link.active {
    color: #3cc8be;
    text-decoration: none;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-link.active::after {
    color: #3cc8be;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-link.active
    .text {
    border: none;
  }
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link:after {
  content: "\e08d";
  font-size: 24px;
  display: none;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link
  .text {
  border-bottom: none !important;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link.has-child-level:after {
  display: block;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link:hover::after,
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link:hover::before {
  -webkit-transform: translateX(50px) translateY(0);
  -ms-transform: translateX(50px) translateY(0);
  transform: translateX(50px) translateY(0);
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .sublevel
  .list-heading-row {
  margin: 0;
  padding: 0;
  position: relative;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .sublevel
  .list-heading-row
  .back-button {
  color: #fff;
  position: absolute;
  bottom: 80px;
  height: 24px;
  width: 24px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .sublevel
  .list-heading-row
  .back-button::after {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .sublevel
  .list-heading-row
  .list-heading {
  color: #fff;
  font-size: 28px;
  font-family: var(--fontfamily-headlinesfont);
  line-height: 34px;
  letter-spacing: 0;
  padding-bottom: 24px;
  text-transform: none;
}
@media (min-width: 750px) {
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .sublevel
    .list-heading-row
    .list-heading {
    color: #3cc8be;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 4px;
    padding-bottom: 24px;
    text-transform: uppercase;
  }
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .sublevel
  .navigation-link {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  padding-top: 15px;
  padding-bottom: 15px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list {
  background: 0 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .special-feature-slot {
  -webkit-box-ordinal-group: 10002;
  -webkit-order: 10001;
  -ms-flex-order: 10001;
  order: 10001;
  margin: 0;
  padding: 0;
  border: none;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .special-feature-slot
  .navigation-list-element {
  border-top: none;
  padding: 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .special-feature-slot
  .navigation-list-element
  .a-link
  .icon {
  height: 16px;
  margin: 0 16px 0 0;
  padding: 0;
  width: 16px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .special-feature-slot
  .navigation-list-element
  .a-link
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .controls-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 10001;
  -webkit-order: 10000;
  -ms-flex-order: 10000;
  order: 10000;
  margin-top: 15px;
  padding: 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .controls-container
  > * {
  margin: 0 0 10px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .controls-container
  > .a-link.has-icon.mybrand {
  margin: 0 0 17px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .controls-container
  > .a-link.has-icon.mybrand
  .icon {
  height: 16px;
  margin: 0 16px 0 0;
  padding: 0;
  width: 16px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .controls-container
  > .a-link.has-icon.mybrand
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .controls-container
  .a-link {
  color: #fff;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .special-feature-slot
  .a-link {
  color: #a3acbd;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .special-feature-slot
  .a-link.special-feature-link.has-icon {
  padding-left: 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .special-feature-slot
  .a-link.special-feature-link.has-icon
  .icon {
  color: #a3acbd;
  margin-right: 0;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .special-feature-slot
  .a-link.special-feature-link:not(.has-icon) {
  padding-left: 31px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .m-navigation-link-list
  .product-adviser-slot
  .product-adviser-title {
  color: #a3acbd;
  font-size: 12px;
  font-family: var(--fontfamily-headlinesfont);
  line-height: 1.2;
  padding: 20px 0 15px;
}
.o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .promotion-teaser-container
  .m-searchresultpromotionteaser.animate-zoom {
  -webkit-animation: 0.35s 0.5s forwards animate-zoom;
  animation: 0.35s 0.5s forwards animate-zoom;
}
.o-headerrebrush .dimming-effect.active {
  z-index: -1;
}
.o-headerrebrush:not(.open),
.o-headerrebrush:not(.open):not(.is-sticky-mobile) {
  min-height: 50px;
  height: 50px;
}
.o-headerrebrush + .a-alert {
  margin: var(--element-margin) 0 0 0;
}
@media (max-width: 899px) {
  .o-headerrebrush.open {
    overflow: scroll;
    height: auto !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    overflow-y: scroll !important;
    bottom: 0 !important;
  }
  .o-headerrebrush.open
    .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .m-navigation-link-list.match-parent-overflow-hidden {
    overflow: visible;
  }
  .o-headerrebrush.open
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .m-navigation-link-list {
    overflow: hidden;
    padding-top: 40px;
  }
  .o-headerrebrush.open
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .m-navigation-link-list
    .controls-container {
    margin-top: 20px !important;
  }
  .o-headerrebrush.open .full-width-elements-container {
    position: absolute;
    top: 0;
    left: 0;
    background: #000028;
  }
  .o-headerrebrush.open .fly-out-wrap {
    padding-top: 45px;
  }
  .o-headerrebrush .m-search-input-rebrush:not(.inline) .earch-input {
    height: var(--conversion-bar-icons-size);
    width: var(--conversion-bar-icons-size);
  }
  .o-headerrebrush .m-search-input-rebrush:not(.inline) .suggest-layer {
    padding-bottom: 0;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-input-layer
    .clear-button {
    height: 24px;
    top: 7px;
    width: 24px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-input-layer
    .clear-button
    .text {
    display: none;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-input-layer
    .clear-button
    .icon.icon-close {
    height: 24px;
    width: 24px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-input-layer
    .clear-button
    .icon.icon-close::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
    line-height: 10px !important;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .layer-close {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0 0 20px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .layer-close
    .a-button.clear-button-mobile {
    height: 24px;
    margin: 0;
    width: 24px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .layer-close
    .a-button.clear-button-mobile
    .icon {
    color: #000;
    height: 24px;
    width: 24px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .layer-close
    .a-button.clear-button-mobile
    .icon:before {
    content: "\e01b";
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 12px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section {
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content {
    padding: 0 30px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    div[data-replace-container="searchheader_flyout"] {
    margin-top: 0;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content {
    padding-top: 30px;
  }
}
@media (min-width: 900px) {
  .o-headerrebrush {
    --conversion-bar-icons-size: 24px;
    background: 0 0;
    height: auto;
  }
  .o-headerrebrush:not(.is-sticky-mobile) {
    min-height: 188px;
  }
  .o-headerrebrush:not(.is-sticky-mobile)
    .full-width-elements-container
    .content
    .menu
    .hidden-mobile
    .a-menulinks
    .menu-link {
    text-shadow: -4px -2px 14px rgba(0, 0, 0, 0.638);
  }
  .o-headerrebrush:not(.is-sticky-mobile)
    .full-width-elements-container
    .content
    .menu
    .a-menu
    span {
    -webkit-box-shadow: -5px -2px 20px 0 rgba(0, 0, 0, 0.95);
    box-shadow: -5px -2px 20px 0 rgba(0, 0, 0, 0.95);
  }
  .o-headerrebrush.open .full-width-elements-container .content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 80px;
    padding-right: 80px;
  }
  .o-headerrebrush .full-width-elements-container .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: none;
    padding: 40px 80px 0;
    position: relative;
  }
  .o-headerrebrush .full-width-elements-container .content .logo {
    height: auto;
    margin-bottom: 23px;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo {
    width: auto;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .logo
    .a-logo
    .a-image {
    width: 140px;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .subbrand-identifier {
    bottom: auto;
    margin: 0;
    position: absolute;
    right: 80px;
    top: 41px;
    width: auto;
  }
  .o-headerrebrush .full-width-elements-container .content .menu {
    padding-top: 0;
  }
  .o-headerrebrush .full-width-elements-container .content .menu .a-menu {
    height: 16px;
    margin-bottom: 0;
    margin-right: 40px;
    margin-top: -1px;
    -webkit-transition: none;
    transition: none;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .hidden-mobile
    .a-menulinks
    .menu-link {
    position: relative;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .hidden-mobile
    .a-menulinks
    .menu-link:before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    right: auto;
    top: auto;
    border-bottom: thin solid #fff;
    margin: 0;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .o-headerrebrush
    .full-width-elements-container
    .content
    .menu
    .hidden-mobile
    .a-menulinks
    .menu-link:hover:before {
    width: 100%;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .o-headerrebrush .full-width-elements-container .conversion-bar {
    margin-left: auto;
    -webkit-box-ordinal-group: 101;
    -webkit-order: 100;
    -ms-flex-order: 100;
    order: 100;
  }
  .o-headerrebrush
    .full-width-elements-container
    .conversion-bar
    .m-conversionbarrebrush {
    margin-right: 0;
  }
  .o-headerrebrush .fly-out-wrap {
    max-width: none;
    overflow: hidden;
    padding: 0 80px 62px;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap {
    padding-top: 0;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-lists-container
    .navigation-lists-wrap
    .navigation-col {
    background: 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: auto;
    padding-right: 0;
    width: auto;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-link {
    padding-right: 0;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .navigation-link:after {
    -webkit-transform: translateX(46px) translateY(0);
    -ms-transform: translateX(46px) translateY(0);
    transform: translateX(46px) translateY(0);
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .sublevel {
    padding-left: 8vw;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .sublevel
    .list-heading-row {
    margin-bottom: 20px;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .sublevel
    .list-heading-row
    .a-link.navigation-link {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 50px;
    padding: 0;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .sublevel
    .list-heading-row
    .a-heading.list-heading {
    font-size: 12px;
    line-height: 15px;
    overflow: visible;
    padding: 0;
    text-overflow: unset;
    white-space: wrap;
  }
  .o-headerrebrush
    .fly-out-wrap
    .fly-out-container
    .fly-out
    .m-navigation-flyout
    .m-navigation-link-list
    .controls-container {
    padding-top: 20px;
  }
  .o-headerrebrush .fly-out-wrap .fly-out-container .fly-out .first-level {
    margin-top: 70px;
  }
  .o-headerrebrush .m-search-input-rebrush:not(.inline) #searchFlyout {
    max-width: 40vw !important;
  }
  .o-headerrebrush .m-search-input-rebrush:not(.inline) .search-input {
    height: var(--conversion-bar-icons-size);
    width: var(--conversion-bar-icons-size);
  }
  .o-headerrebrush .m-search-input-rebrush:not(.inline) .suggest-layer {
    border-radius: 2px;
    right: 0;
    top: 0;
    width: -webkit-calc(100vw - -webkit-calc(2 * var(--max-pagewidth-padding)));
    width: calc(100vw - calc(2 * var(--max-pagewidth-padding)));
    background: #fff;
    margin-top: -9px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .search-history-minwidth,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    div[data-replace-container="searchheader_flyout"] {
    margin-top: 0;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .layer-close {
    display: block;
    margin: 0;
    padding: 0;
    right: 95px;
    top: 12px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .layer-close
    .clear-button-desktop {
    height: 32px;
    margin: 0 !important;
    width: 32px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .layer-close
    .clear-button-desktop
    .icon {
    color: #000;
    height: 32px;
    width: 32px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .layer-close
    .clear-button-desktop
    .icon:before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 32px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    width: 32px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section {
    margin: 42px 86px 0;
    width: 100%;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .search-input-layer
    .m-forminput {
    padding-left: 0;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .search-input-layer
    .m-forminput:not(:placeholder-shown) {
    padding-left: 30px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .search-input-layer
    .clear-button {
    left: 0;
    right: auto;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    a.a-button.js-search-button.a-link-primary,
  .m-form.oidc-registration
    .m-termsconditions
    .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    a.a-button.js-search-button.a-link-primary,
  .m-oney-widget-section
    .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .a-button.js-search-button.a-link-primary.oney-widget-link,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .a-button.a-button-primary.js-search-button,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .a-button.js-search-button.a-link-primary.a-button-link,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .a-button.js-search-button.a-link-primary.a-link,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.js-search-button.a-link-primary,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.js-search-button.a-link-primary,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .m-oney-widget-section
    .a-button.js-search-button.a-link-primary.oney-widget-link,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.js-search-button.a-link-primary.a-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-input-wrapper
    .search-section
    .a-button.js-search-button.a-link-primary.a-link {
    margin-right: 12px;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content {
    margin: 0 86px;
    padding: 20px 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
  }
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .page-background:empty,
  .o-headerrebrush
    .m-search-input-rebrush:not(.inline)
    .suggest-layer
    .search-content
    .js-search-history:empty {
    display: none;
  }
  .o-headerrebrush:not(.open) {
    min-height: 60px;
    height: 60px;
  }
  .o-headerrebrush:not(.open):not(.is-sticky-mobile) {
    min-height: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1440px) {
  .o-headerrebrush .m-search-input-rebrush:not(.inline) .suggest-layer {
    max-width: none;
    width: -webkit-calc(100vw - var(--max-pagewidth-padding));
    width: calc(100vw - var(--max-pagewidth-padding));
  }
}
@-webkit-keyframes o-headerrebrush--slidein {
  0% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes o-headerrebrush--slidein {
  0% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.o-headerrebrush .full-width-elements-container .content .usp-bar {
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.o-headerrebrush.is-sticky-mobile
  .full-width-elements-container
  .content
  .usp-bar {
  -webkit-transform: translate(0, -100%) !important;
  -ms-transform: translate(0, -100%) !important;
  transform: translate(0, -100%) !important;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
@media (min-width: 900px) {
  .o-headerrebrush.is-sticky-mobile {
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-animation-name: o-headerrebrush--slidein;
    animation-name: o-headerrebrush--slidein;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.header-breadcrumb {
  display: none !important;
}
body[dir="rtl"]
  .o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link:after {
  -webkit-transform: translateX(-46px) translateY(0) rotate(180deg);
  -ms-transform: translateX(-46px) translateY(0) rotate(180deg);
  transform: translateX(-46px) translateY(0) rotate(180deg);
}
body[dir="rtl"]
  .o-headerrebrush
  .fly-out-wrap
  .fly-out-container
  .fly-out
  .m-navigation-flyout
  .navigation-link:hover:after {
  -webkit-transform: translateX(-50px) translateY(0) rotate(180deg);
  -ms-transform: translateX(-50px) translateY(0) rotate(180deg);
  transform: translateX(-50px) translateY(0) rotate(180deg);
}
body > .g-container > #content:before {
  content: "";
  background: #000028;
  height: 80px;
  width: 100vw;
  position: fixed;
  left: 0;
  top: 0;
}
body .m-hero ~ #content:before,
body .m-pagestage ~ #content:before,
body .o-headerrebrush.is-sticky-mobile ~ #content:before,
body .o-headershop ~ #content:before {
  display: none !important;
}
body .o-headerrebrush.is-sticky-mobile + .m-hero > .g-layout-full:before,
body .o-headerrebrush.is-sticky-mobile ~ .m-hero > .g-layout-full:before,
body.pagetype-product-detail .m-hero > .g-layout-full:before {
  display: none;
}
body.pagetype-product-detail .o-headerrebrush:not(.is-sticky-mobile) {
  background-color: #000028;
  background-image: none;
}
body.pagetype-product-detail .o-headerrebrush:not(.is-sticky-mobile)::after {
  display: none;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open) {
  outline: #7b89a1 solid thin;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 30px 24px;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo {
  height: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  width: auto;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo {
  height: 24px;
  -webkit-transform: scale(0.72) translateX(-27px) translateY(1px);
  -ms-transform: scale(0.72) translateX(-27px) translateY(1px);
  transform: scale(0.72) translateX(-27px) translateY(1px);
}
@media (min-width: 900px) {
  body > .g-container > #content:before {
    height: 132px;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier {
    display: none;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo {
    margin-bottom: 0;
    margin-right: 17px;
    margin-top: -1px;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image {
    width: 100px;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img {
    display: block;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu {
    margin-top: 0;
  }
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu {
  margin: 0;
  padding: 0;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart {
  -webkit-transform: translateY(2px) !important;
  -ms-transform: translateY(2px) !important;
  transform: translateY(2px) !important;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content {
  padding-top: 39px !important;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content {
  padding: 15px 30px;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .o-headerrebrush {
    max-width: var(--max-pagewidth);
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
  }
  .o-headerrebrush::after {
    margin-left: -webkit-calc(
      -webkit-calc(calc(100vw - var(--max-pagewidth)) / 2) * -1
    );
    margin-left: calc(calc(calc(100vw - var(--max-pagewidth)) / 2) * -1);
    width: 100vw;
  }
  .o-headerrebrush.open::before {
    background: #000028;
    content: "";
    height: 100vw;
    left: 0;
    position: fixed;
    top: 0;
    z-index: -99999;
    width: 100vw;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container {
    overflow: visible;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before {
    content: "";
    background: #000028;
    height: 100%;
    left: -50vw;
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
}
@media (min-width: 900px) {
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content {
    padding-top: 41px !important;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content {
    padding: 31px 40px 20px;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search {
    margin-right: 0;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input {
    height: 24px;
    padding: 0;
    width: 24px;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon {
    height: 24px;
    width: 24px;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .is-sticky-mobilebody.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before {
    line-height: 14px;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: 0;
    margin-bottom: 35px;
    width: 100%;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier {
    display: block;
    right: 44px;
    top: 34px;
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer {
    width: -webkit-calc(100vw - 80px);
    width: calc(100vw - 80px);
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier {
    display: none;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1920px) {
  .o-headerrebrush .m-search-input-rebrush:not(.inline) .suggest-layer {
    width: -webkit-calc(var(--max-pagewidth) - 156px);
    width: calc(var(--max-pagewidth) - 156px);
  }
  body.pagetype-product-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer {
    width: -webkit-calc(100vw - -webkit-calc(calc(100vw - 1920px)) - 78px);
    width: calc(100vw - calc(calc(100vw - 1920px)) - 78px);
  }
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container {
  background-color: #000028;
}
body.pagetype-product-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier {
  top: 39px;
}
body.pagetype-product-detail #content {
  padding-top: -webkit-calc(calc(var(--mainnavigation-margin-top) * -1) - 30px);
  padding-top: calc(calc(var(--mainnavigation-margin-top) * -1) - 30px);
}
body.pagetype-product-detail #content:before {
  display: none !important;
}
body.pagetype-checkout-confirmation .m-hero > .g-layout-full:before,
body.pagetype-myaccount-login .m-hero > .g-layout-full:before,
body.pagetype-product-list .m-hero > .g-layout-full:before,
body.pagetype-shop-detail .m-hero > .g-layout-full:before,
body.pagetype-shop-list .m-hero > .g-layout-full:before,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-hero
  > .g-layout-full:before,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-hero
  > .g-layout-full:before,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .m-hero
  > .g-layout-full:before,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .m-hero
  > .g-layout-full:before,
body[data-page-dimensions*="Dealerlocator" i] .m-hero > .g-layout-full:before,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .m-hero
  > .g-layout-full:before,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .m-hero
  > .g-layout-full:before,
body[data-page-dimensions*="Press\|Images" i] .m-hero > .g-layout-full:before,
body[data-page-dimensions*="Press_release" i] .m-hero > .g-layout-full:before,
body[data-page-dimensions*="ProductCompare" i] .m-hero > .g-layout-full:before,
body[data-page-dimensions*="SearchResults" i] .m-hero > .g-layout-full:before,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .m-hero
  > .g-layout-full:before,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .m-hero
  > .g-layout-full:before,
body[data-page-dimensions*="iumPage" i] .m-hero > .g-layout-full:before {
  display: none;
}
body.pagetype-checkout-confirmation .o-headerrebrush:not(.is-sticky-mobile),
body.pagetype-myaccount-login .o-headerrebrush:not(.is-sticky-mobile),
body.pagetype-product-list .o-headerrebrush:not(.is-sticky-mobile),
body.pagetype-shop-detail .o-headerrebrush:not(.is-sticky-mobile),
body.pagetype-shop-list .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile),
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile) {
  background-color: #000028;
  background-image: none;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body.pagetype-myaccount-login .o-headerrebrush:not(.is-sticky-mobile)::after,
body.pagetype-product-list .o-headerrebrush:not(.is-sticky-mobile)::after,
body.pagetype-shop-detail .o-headerrebrush:not(.is-sticky-mobile)::after,
body.pagetype-shop-list .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile)::after {
  display: none;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile).open
  .full-width-elements-container
  .content
  .menu
  .a-menu {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body.pagetype-product-list .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body.pagetype-shop-detail .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body.pagetype-shop-list .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open),
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open) {
  outline: #7b89a1 solid thin;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px 30px 24px;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo {
  height: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 0;
  width: auto;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .logo
  .a-logo.svg-logo {
  height: 24px;
  -webkit-transform: scale(0.72) translateX(-27px) translateY(1px);
  -ms-transform: scale(0.72) translateX(-27px) translateY(1px);
  transform: scale(0.72) translateX(-27px) translateY(1px);
}
@media (min-width: 900px) {
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo {
    margin-bottom: 0;
    margin-right: 17px;
    margin-top: -1px;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-logo.svg-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image {
    width: 100px;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo
    .a-image
    img {
    display: block;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu {
    margin-top: 0;
  }
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .menu {
  margin: 0;
  padding: 0;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .content
  .conversion-bar
  .m-conversionbarrebrush
  .cart
  .shoppingcart {
  -webkit-transform: translateY(2px) !important;
  -ms-transform: translateY(2px) !important;
  transform: translateY(2px) !important;
}
@media (max-width: 899px) {
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active.open.open
    .full-width-elements-container
    .content {
    padding-top: 30px;
  }
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
    .is-sticky-mobile
  ):not(.open)
  .full-width-elements-container
  .content {
  padding-top: 39px !important;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content {
  padding: 15px 30px;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile).is-sticky-mobile:not(.open)
  .full-width-elements-container
  .content
  .subbrand-identifier {
  display: none;
}
@media only screen and (min-width: 1920px) {
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body.pagetype-product-list .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body.pagetype-shop-detail .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body.pagetype-shop-list .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open),
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container {
    overflow: visible;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content:before,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container:before {
    content: "";
    background: #000028;
    height: 100%;
    left: -50vw;
    position: absolute;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
}
@media (min-width: 900px) {
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .cart {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile).usp-bar-active:not(
      .is-sticky-mobile
    ):not(.open)
    .full-width-elements-container
    .content {
    padding-top: 41px !important;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content {
    padding: 31px 40px 20px;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search {
    margin-right: 0;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input {
    height: 24px;
    padding: 0;
    width: 24px;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon {
    height: 24px;
    width: 24px;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .is-sticky-mobilebody.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .conversion-bar
    .m-conversionbarrebrush
    .search
    .search-input
    .icon::before {
    line-height: 14px;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-right: 0;
    margin-bottom: 35px;
    width: 100%;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .full-width-elements-container
    .content
    .subbrand-identifier {
    display: block;
    right: 44px;
    top: 34px;
  }
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer {
    width: -webkit-calc(100vw - 80px);
    width: calc(100vw - 80px);
  }
  body.pagetype-checkout-confirmation.pagetype-checkout-confirmation #content,
  body.pagetype-myaccount-login.pagetype-checkout-confirmation #content,
  body.pagetype-product-list.pagetype-checkout-confirmation #content,
  body.pagetype-shop-detail.pagetype-checkout-confirmation #content,
  body.pagetype-shop-list.pagetype-checkout-confirmation #content,
  body[data-page-dimensions*="Account|OrderDetail"i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Account|SubscriptionDetail"i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Account|SubscriptionList"i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Dealerlocator" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Newsletter\|Registration" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Press\|Images" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Press_release" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="ProductCompare" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="SearchResults" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i].pagetype-checkout-confirmation
    #content,
  body[data-page-dimensions*="iumPage" i].pagetype-checkout-confirmation
    #content {
    --mainnavigation-margin-top: -58px;
  }
}
@media only screen and (min-width: 900px) and (min-width: 1920px) {
  body.pagetype-checkout-confirmation
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body.pagetype-myaccount-login
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body.pagetype-product-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body.pagetype-shop-detail
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body.pagetype-shop-list
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Account|SubscriptionDetail"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Dealerlocator" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Newsletter\|Registration" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Press\|Images" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Press_release" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="ProductCompare" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="SearchResults" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer,
  body[data-page-dimensions*="iumPage" i]
    .o-headerrebrush:not(.is-sticky-mobile):not(.open)
    .m-search-input-rebrush:not(.inline)
    .suggest-layer {
    width: -webkit-calc(100vw - -webkit-calc(calc(100vw - 1920px)) - 78px);
    width: calc(100vw - calc(calc(100vw - 1920px)) - 78px);
  }
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container {
  background-color: #000028;
}
body.pagetype-checkout-confirmation
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body.pagetype-myaccount-login
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body.pagetype-product-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body.pagetype-shop-detail
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body.pagetype-shop-list
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Account|OrderDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Dealerlocator" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Newsletter\|Registration" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Press\|Images" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Press_release" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="ProductCompare" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="SearchResults" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier,
body[data-page-dimensions*="iumPage" i]
  .o-headerrebrush:not(.is-sticky-mobile):not(.open)
  .full-width-elements-container
  .subbrand-identifier {
  top: 39px;
}
body.pagetype-checkout-confirmation #content,
body.pagetype-myaccount-login #content,
body.pagetype-product-list #content,
body.pagetype-shop-detail #content,
body.pagetype-shop-list #content,
body[data-page-dimensions*="Account|OrderDetail"i] #content,
body[data-page-dimensions*="Account|SubscriptionDetail"i] #content,
body[data-page-dimensions*="Account|SubscriptionList"i] #content,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i] #content,
body[data-page-dimensions*="Dealerlocator" i] #content,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i] #content,
body[data-page-dimensions*="Newsletter\|Registration" i] #content,
body[data-page-dimensions*="Press\|Images" i] #content,
body[data-page-dimensions*="Press_release" i] #content,
body[data-page-dimensions*="ProductCompare" i] #content,
body[data-page-dimensions*="SearchResults" i] #content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i] #content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i] #content,
body[data-page-dimensions*="iumPage" i] #content {
  padding-top: -webkit-calc(var(--mainnavigation-margin-top) * -1);
  padding-top: calc(var(--mainnavigation-margin-top) * -1);
}
body.pagetype-checkout-confirmation #content:before,
body.pagetype-myaccount-login #content:before,
body.pagetype-product-list #content:before,
body.pagetype-shop-detail #content:before,
body.pagetype-shop-list #content:before,
body[data-page-dimensions*="Account|OrderDetail"i] #content:before,
body[data-page-dimensions*="Account|SubscriptionDetail"i] #content:before,
body[data-page-dimensions*="Account|SubscriptionList"i] #content:before,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i]
  #content:before,
body[data-page-dimensions*="Dealerlocator" i] #content:before,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  #content:before,
body[data-page-dimensions*="Newsletter\|Registration" i] #content:before,
body[data-page-dimensions*="Press\|Images" i] #content:before,
body[data-page-dimensions*="Press_release" i] #content:before,
body[data-page-dimensions*="ProductCompare" i] #content:before,
body[data-page-dimensions*="SearchResults" i] #content:before,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i] #content:before,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i] #content:before,
body[data-page-dimensions*="iumPage" i] #content:before {
  display: none !important;
}
body.pagetype-checkout-confirmation.pagetype-checkout-confirmation #content,
body.pagetype-myaccount-login.pagetype-checkout-confirmation #content,
body.pagetype-product-list.pagetype-checkout-confirmation #content,
body.pagetype-shop-detail.pagetype-checkout-confirmation #content,
body.pagetype-shop-list.pagetype-checkout-confirmation #content,
body[data-page-dimensions*="Account|OrderDetail"i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Account|SubscriptionDetail"i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Account|SubscriptionList"i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Account\|ProductRegistration\|Product" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Dealerlocator" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Newsletter\|Registration" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Press\|Images" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Press_release" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="ProductCompare" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="SearchResults" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="Shop\|Checkout\|Cartpage_Empty" i].pagetype-checkout-confirmation
  #content,
body[data-page-dimensions*="iumPage" i].pagetype-checkout-confirmation
  #content {
  --mainnavigation-margin-top: -27px;
}
.o-headerreworked {
  margin: 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  background: #2d373c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-headerreworked.header-open .m-uspnavigation {
  visibility: hidden;
}
.o-headerreworked.header-open .header-elements {
  border: none;
  position: relative;
}
.o-headerreworked.header-open
  .header-elements-top-row
  .header-elements-top-row-left {
  display: none;
}
.o-headerreworked.header-open
  .header-elements-top-row
  .header-elements-top-row-right
  .nav-wrap {
  visibility: hidden;
}
.o-headerreworked .a-logo {
  height: 17px;
}
.o-headerreworked .header-elements-wrap {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
}
@media (min-width: 900px) {
  .o-headerreworked.header-open .m-uspnavigation {
    visibility: visible;
  }
  .o-headerreworked.header-open
    .header-elements-top-row
    .header-elements-top-row-left {
    display: block;
  }
  .o-headerreworked.header-open
    .header-elements-top-row
    .header-elements-top-row-right
    .nav-wrap {
    visibility: visible;
  }
  .o-headerreworked .header-elements-wrap {
    margin: 0 auto;
    max-width: 1360px;
  }
}
.o-headerreworked .g-layout-full {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-headerreworked .g-layout-full .m-pagetitle {
  float: none;
  max-width: 1360px;
  position: relative;
  margin: 40px 13px 0;
  padding: 0;
}
.o-headerreworked .g-layout-full .m-pagetitle .a-heading.h1,
.o-headerreworked .g-layout-full .m-pagetitle h1.a-heading {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0;
}
.o-headerreworked .header-content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-headerreworked .header-content .m-stage {
  margin: 0;
}
.o-headerreworked .header-content .m-stage .teaser {
  padding: 15px 13.5px 21px;
}
.o-headerreworked .header-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.o-headerreworked .header-elements .m-uspnavigation {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #00e2e2),
    color-stop(50%, #099),
    to(#0099cb)
  );
  background: linear-gradient(to right, #00e2e2 0, #099 50%, #0099cb 100%);
  margin: 0 0 13px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.o-headerreworked .header-elements .header-elements-top-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-headerreworked .header-elements .header-elements-top-row.g-col {
  padding: 0 20px;
}
@media (min-width: 900px) {
  .o-headerreworked .header-elements .header-elements-top-row {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .o-headerreworked .header-elements .header-elements-top-row.g-col {
    padding: 15px 40px 0;
  }
}
.o-headerreworked
  .header-elements
  .header-elements-top-row
  .header-elements-top-row-left {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-headerreworked
  .header-elements
  .header-elements-top-row
  .header-elements-top-row-right {
  margin-top: 10px;
}
@media (min-width: 900px) {
  .o-headerreworked .header-elements .nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .o-headerreworked .header-elements .nav-wrap.g-col {
    background: #2d373c;
    padding: 0;
  }
  .o-headerreworked .header-elements .nav-wrap .m-uspnavigation {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .o-headerreworked .header-elements .nav-wrap .m-navmainreworked {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .o-headerreworked .header-elements .nav-wrap .m-breadcrumb {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 10px 40px;
  }
}
.o-headerreworked .header-elements .m-navmainreworked {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-headerreworked .header-elements .m-navmetareworked {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-headerreworked .header-elements .breadcrumb-wrap {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.o-headerreworked .header-elements .breadcrumb-wrap .m-breadcrumb {
  display: block;
}
.o-headerreworked .button-menu {
  padding: 0;
}
.o-headerreworked .button-menu .a-button-plain {
  border: none;
  color: #fff;
}
.o-headerreworked .button-menu .a-button-plain .icon-bars {
  font-size: 24px;
}
.o-headerreworked .search-form {
  background: #2d373c;
  padding: 0 20px;
}
.o-headerreworked .m-searchinput {
  background: #2d373c;
  margin: 0;
  padding: 10px 0;
}
.o-headerreworked .m-searchinput .reset-button {
  margin-left: -30px;
  margin-top: 8px;
}
.o-headerreworked .m-searchinput .search-input input {
  margin-bottom: 0;
}
.o-headerreworked .m-searchinput .search-input input.m-forminput:focus {
  background-color: #2d373c !important;
}
@media (min-width: 750px) {
  .o-headerreworked {
    margin: 0 -64px;
    width: -webkit-calc(100% + 128px);
    width: calc(100% + 128px);
  }
  .o-headerreworked .m-breadcrumb {
    padding: 10px 23px;
  }
  .o-headerreworked .m-breadcrumb:before {
    left: 0;
  }
  .o-headerreworked
    .header-elements
    .header-elements-top-row
    .header-elements-top-row-right {
    margin-bottom: 10px;
  }
}
@media (min-width: 900px) {
  .o-headerreworked {
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: 0;
    padding-right: 0;
    width: 100vw !important;
  }
  .o-headerreworked.header-open .header-elements {
    overflow: visible;
  }
  .o-headerreworked.header-open .header-elements .nav-wrap .m-navmainreworked {
    position: relative;
  }
  .o-headerreworked.header-open
    .header-elements
    .nav-wrap
    .m-navmainreworked:before {
    border-bottom: 1px solid #879baa;
    content: "";
    display: block;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 49px;
    width: 100vw;
  }
  .o-headerreworked .m-breadcrumb {
    padding: 12px 40px;
  }
  .o-headerreworked .m-breadcrumb:before {
    display: none;
  }
  .o-headerreworked .header-elements .header-elements-top-row.g-col {
    padding-top: 53px;
  }
  .o-headerreworked
    .header-elements
    .header-elements-top-row
    .header-elements-top-row-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-headerreworked
    .header-elements
    .header-elements-top-row
    .header-elements-top-row-right
    .search-form {
    margin: 0;
  }
  .o-headerreworked
    .header-elements
    .header-elements-top-row
    .header-elements-top-row-right
    .search-form
    .search-input
    input {
    margin-bottom: 0;
  }
  .o-headerreworked .header-elements .nav-wrap .m-uspnavigation {
    position: absolute;
    top: 0;
  }
}
.o-headershop {
  background-color: #000028;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin: 0 0 0 calc(var(--max-pagewidth-padding) * -1);
  padding: 30px;
  position: relative;
  width: 100vw;
}
.o-headershop:after {
  display: none;
}
.o-headershop .a-identifier,
.o-headershop .contact,
.o-headershop .logo {
  float: none;
  margin: 0;
}
.o-headershop .logo {
  margin-bottom: 6px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  width: 50%;
}
@media (min-width: 750px) {
  .o-headershop .logo {
    margin-bottom: 15px;
    padding: 0;
  }
}
.o-headershop .logo .a-logo {
  float: left;
}
.o-headershop .logo .a-logo .a-image {
  text-align: left;
}
.o-headershop .logo .a-logo .a-image img {
  height: auto;
  width: 120px;
}
.o-headershop .logo.flip-logo {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-headershop .logo.flip-logo .a-logo {
  float: left;
}
.o-headershop .a-identifier {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  display: block;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  text-align: right;
  width: 50%;
}
@media (min-width: 750px) {
  .o-headershop .a-identifier {
    margin-bottom: 15px;
    padding: 0;
  }
}
.o-headershop .a-identifier.flip-identifier {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
}
.o-headershop .contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 40px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding: 0;
  width: 100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .o-headershop .contact {
    padding-top: 7px;
  }
}
.o-headershop .contact > .icon {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  margin: 0 10px 0 0;
}
.o-headershop .contact > .title {
  color: #fff;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 5px 0 0;
  width: auto;
}
.o-headershop .contact > .mail,
.o-headershop .contact > .phone {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.o-headershop .contact > .mail > .a-link,
.o-headershop .contact > .phone > .a-link {
  color: #fff;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0 5px 0 0;
}
.o-headershop .contact > .mail > .a-link:hover,
.o-headershop .contact > .phone > .a-link:hover {
  color: #fff;
}
.o-headershop .contact > .mail > .a-button,
.o-headershop .contact > .phone > .a-button {
  background: 0 0;
  border: none;
  color: #fff;
  display: block;
  font-size: 15px;
  height: auto;
  line-height: normal;
  margin: 0 0 -2px;
  outline: 0;
  padding: 0;
  width: auto;
}
.o-headershop .contact > .mail > .a-button:hover,
.o-headershop .contact > .phone > .a-button:hover {
  color: #fff;
}
.o-list.bricks-view .list-layout {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: (minmax(200px, 1fr)) [1];
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  grid-auto-flow: dense;
  height: auto !important;
  min-height: auto !important;
  margin: var(--element-margin) 0 0;
}
@media (min-width: 600px) {
  .o-list.bricks-view .list-layout {
    -ms-grid-columns: (minmax(200px, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
.o-list.bricks-view .list-layout .item {
  position: unset !important;
  width: 100% !important;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  height: 100%;
  --ratio: 1/1;
  aspect-ratio: var(--ratio);
}
.o-list.bricks-view .list-layout .item:hover .m-teaser {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.o-list.bricks-view
  .list-layout
  .item:hover
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  height: auto !important;
  opacity: 1 !important;
}
.o-list.bricks-view
  .list-layout
  .item:hover
  .a-link
  .teaser-wrap
  .teaser-social-wrap {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.o-list.bricks-view
  .list-layout
  .item:hover
  .a-link
  .teaser-wrap
  .teaser-content {
  margin-bottom: 20px;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.o-list.bricks-view .list-layout .item .m-teaser {
  padding: 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.o-list.bricks-view .list-layout .item .m-teaser,
.o-list.bricks-view .list-layout .item .m-teaser .a-link,
.o-list.bricks-view .list-layout .item .m-teaser .a-link .teaser-wrap {
  height: 100%;
}
.o-list.bricks-view .list-layout .item .a-link {
  margin: 0;
  width: 100%;
}
.o-list.bricks-view .list-layout .item .a-link .teaser-wrap {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: 0 0;
  position: relative;
  height: 100% !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-social-wrap {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: none;
  border: none;
  margin: 0 27px 20px;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-social-wrap
  .teaser-social-date {
  font-size: 10px;
  line-height: 10px;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-social-wrap
  .teaser-social-icon {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 2px 8px;
  display: none;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-social-wrap
  .teaser-social-icon
  .icon {
  font-size: 10px;
  line-height: 10px;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-social-wrap
  .teaser-social-icon
  .icon:before {
  margin-right: 0;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-social-wrap
  * {
  color: #fff;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  bottom: 0;
  height: auto !important;
  opacity: 1;
  -webkit-box-flex: unset !important;
  -webkit-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  padding: 0 27px;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links {
  height: 0 !important;
  opacity: 0 !important;
  margin: 0;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text {
  color: #3cc8be;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-2px) translateX(4px);
  -ms-transform: translateY(-2px) translateX(4px);
  transform: translateY(-2px) translateX(4px);
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text:hover {
  background-color: transparent;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .teaser-links
  .text:hover::after {
  -webkit-transform: translateX(9px);
  -ms-transform: translateX(9px);
  transform: translateX(9px);
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .content-inner {
  margin-bottom: 0;
  max-height: none;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  .content-inner
  > p {
  font-size: 20px;
  font-family: SiemensProgress, sans-serif;
  line-height: 24px;
  margin-bottom: 20px;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  div.teaser-content.teaser-content.teaser-content
  * {
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
  color: #fff;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-social-headline {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  height: 0;
  opacity: 0;
  margin-bottom: 0;
  display: none;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-social-headline
  * {
  color: #fff;
}
.o-list.bricks-view .list-layout .item .a-link .teaser-wrap .teaser-media {
  -webkit-box-flex: unset !important;
  -webkit-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
  position: absolute;
  margin: 0;
  z-index: -1;
}
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(10%, rgba(0, 0, 0, 0)),
    color-stop(10%, rgba(0, 0, 0, 0.5))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 10%,
    rgba(0, 0, 0, 0.5)
  );
  background-blend-mode: multiply;
}
.o-list.bricks-view .list-layout .item .a-link .teaser-wrap .teaser-media,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-media
  .a-image,
.o-list.bricks-view
  .list-layout
  .item
  .a-link
  .teaser-wrap
  .teaser-media
  .a-image
  img {
  height: 100%;
  object-fit: cover;
}
.o-list.bricks-view_[data-list-id="ugcTeaserList"]
  .m-filter
  .m-filterbar
  .filterbar-item.filterbar-title
  .filterbar-title-label {
  display: none;
}
.o-list.bricks-view_ .list-layout {
  margin: 50px 0 0;
}
.o-list.bricks-view_ .teaser-ugc {
  padding: 4px;
}
.o-list.bricks-view_ .teaser-ugc .teaser-wrap {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-list.bricks-view_ .teaser-ugc .teaser-media {
  margin-bottom: 23px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  overflow: hidden;
}
.o-list.bricks-view_ .teaser-ugc .teaser-media .a-image:focus,
.o-list.bricks-view_ .teaser-ugc .teaser-media .a-image:hover {
  background-size: contain;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
}
.o-list.bricks-view_ .teaser-ugc .teaser-social-wrap {
  margin: 0 27px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-list.bricks-view_ .teaser-ugc .teaser-social-wrap .teaser-social-icon {
  color: #879baa;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.o-list.bricks-view_ .teaser-ugc .teaser-social-wrap .teaser-social-icon .icon {
  font-size: 14px;
  line-height: 14px !important;
  margin-left: 0;
  margin-right: 0;
}
.o-list.bricks-view_
  .teaser-ugc
  .teaser-social-wrap
  .teaser-social-icon
  .icon:before {
  margin-right: 8px;
}
.o-list.bricks-view_ .teaser-ugc .teaser-social-wrap .teaser-social-date {
  color: #879baa;
  font-size: 14px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-list.bricks-view_ .teaser-ugc .teaser-social-headline {
  margin: 0 27px 20px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-list.bricks-view_ .teaser-ugc .teaser-social-headline .teaser-social-profil {
  display: none;
}
.o-list.bricks-view_ .teaser-ugc .teaser-social-headline .a-heading {
  color: #879baa;
  font-size: 14px;
  margin: 0;
}
.o-list.bricks-view_ .teaser-ugc .teaser-content {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding: 0 27px;
}
.o-list.bricks-view_ .teaser-ugc .teaser-content .content-inner {
  margin-bottom: 16px;
  max-height: none;
  overflow: visible;
  padding: 0;
}
.o-list.bricks-view_ .teaser-ugc .teaser-content .content-inner > p {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}
.o-list.bricks-view_ .teaser-ugc .teaser-content .teaser-links {
  display: none;
}
.o-list.bricks-view_
  .teaser-ugc
  .teaser-content
  .teaser-links
  .a-link.a-button {
  background: 0 0;
  border: none;
  color: #41aaaa;
  letter-spacing: 0;
  padding: 0 !important;
  text-align: left;
  text-transform: none;
}
.o-list.bricks-view_
  .teaser-ugc
  .teaser-content
  .teaser-links
  .a-link.a-button
  .text {
  padding-left: 15px;
}
.o-list.bricks-view_
  .teaser-ugc
  .teaser-content
  .teaser-links
  .a-link.a-button
  .text:before {
  color: #41aaaa;
  display: inline-block;
  font-family: icons;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  left: 0;
  position: absolute;
  top: 0;
}
.o-list.bricks-view_
  .teaser-ugc
  .teaser-content
  .teaser-links
  .a-link.a-button:hover,
.o-list.bricks-view_
  .teaser-ugc
  .teaser-content
  .teaser-links
  .a-link.a-button:hover
  .text:before {
  color: #a5e1e1;
}
.o-list.grid-view {
  margin: 50px 0 0;
}
.o-list.grid-view.full-outer .list-layout {
  margin: 0;
}
.o-list.grid-view.full-outer
  .list-layout
  .item
  .m-productteaser
  .product-images,
.o-list.grid-view.full-outer
  .list-layout
  .item
  .m-productteaser
  .product-images
  .product-thumbnail {
  height: auto !important;
}
.o-list.grid-view.full-outer
  .list-layout
  .item
  .m-productteaser
  .product-images
  .product-thumbnail
  .a-image {
  text-align: center;
}
@media (min-width: 750px) {
  .o-list.bricks-view_ .list-layout,
  .o-list.grid-view {
    margin: 90px 0 0;
  }
  .o-list.grid-view.full-outer
    .list-layout
    .item
    .m-productteaser
    .product-images {
    display: block;
    float: none;
    height: 255px;
    margin-bottom: 25px;
    padding: 0;
  }
}
@media (min-width: 900px) {
  .o-headershop {
    margin: 0;
    padding: 40px 0;
    width: 100%;
  }
  .o-headershop:before {
    background: #000028;
    content: "";
    height: 100%;
    position: absolute;
    left: -50vw;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
  .o-list.bricks-view .list-layout {
    -ms-grid-columns: (minmax(200px, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(200px, 1fr));
  }
  .o-list.bricks-view .list-layout .item:first-child {
    grid-area: 1/2 / span 2 / span 2;
  }
  .o-list.bricks-view
    .list-layout
    .item:first-child
    .a-link
    .teaser-wrap
    div.teaser-content.teaser-content.teaser-content
    .content-inner
    > p {
    font-size: 40px;
    font-family: SiemensProgress, sans-serif;
    line-height: 44px;
  }
  .o-list.bricks-view_ .list-layout,
  .o-list.grid-view {
    margin: 90px 0 0;
  }
  .o-list.grid-view.full-outer .list-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
  .o-list.grid-view.full-outer .list-layout .item {
    float: none;
    margin: 0 !important;
    padding: 0 30px 40px 0;
    width: 33.3333%;
  }
}
@media (max-width: 1114px) and (min-width: 900px) {
  .o-list.grid-view.full-outer .list-layout .item {
    float: none;
    margin: 90px 0 0 !important;
    padding: 0 30px 40px 0;
    width: 50%;
  }
}
.o-list.grid-view:not(.grid-view-skip-md) .item:nth-child(-n + 2) {
  margin-top: 40px;
}
.o-list.grid-view .item {
  padding-left: 0;
  padding-right: 0;
}
.o-list.list-view .item .m-productteaser {
  margin: 40px 0;
}
.o-list .item {
  margin-top: 60px;
}
.o-list .item:first-child {
  margin-top: 90px;
}
.o-list .m-productitem,
.o-list .m-productitem .content-wrap,
.o-list .m-togglebox .item {
  margin-top: 0;
}
.o-list .m-orderitem {
  width: 100%;
}
.o-list.content-search .list-layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-list.content-search .content-search-item > .a-link {
  color: #2b2f43;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.o-list.content-search .content-search-item .a-heading,
.o-list.content-search .content-search-item .a-heading > a {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
}
.o-list.content-search .content-search-item .a-heading:focus,
.o-list.content-search
  .content-search-item
  .a-heading:hover
  .o-list.content-search
  .content-search-item
  .a-heading:active,
.o-list.content-search
  .content-search-item
  .a-heading:hover
  .o-list.content-search
  .content-search-item
  .a-heading
  > a:active,
.o-list.content-search .content-search-item .a-heading > a:focus,
.o-list.content-search
  .content-search-item
  .a-heading
  > a:hover
  .o-list.content-search
  .content-search-item
  .a-heading:active,
.o-list.content-search
  .content-search-item
  .a-heading
  > a:hover
  .o-list.content-search
  .content-search-item
  .a-heading
  > a:active {
  color: #000;
}
.o-list.content-search .content-search-item .a-heading > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-list.content-search .content-search-item .a-heading > a:after {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  margin-left: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  speak: none;
}
.o-list.content-search .content-search-item .a-heading > a:active:after,
.o-list.content-search .content-search-item .a-heading > a:focus:after,
.o-list.content-search .content-search-item .a-heading > a:hover:after {
  -webkit-transform: translateX(16px) !important;
  -ms-transform: translateX(16px) !important;
  transform: translateX(16px) !important;
}
.o-list.content-search .content-search-item .a-heading + .a-link {
  word-break: break-all;
}
.o-list.content-search .content-search-item > p {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
}
.o-list.o-list-sparepart .m-togglebox .item .togglebox-title:before {
  color: #007a7a;
  margin-top: -2px;
}
.o-list.o-list-sparepart .m-togglebox .item .togglebox-title .text {
  display: -ms-grid;
  display: grid;
  max-width: 85%;
  -ms-grid-columns: 55% 45%;
  grid-template-columns: 55% 45%;
  grid-template-areas: "id price" "prodnr price";
}
.o-list.o-list-sparepart .m-togglebox .item .togglebox-title .text .id-name {
  grid-area: id;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.o-list.o-list-sparepart .m-togglebox .item .togglebox-title .text .prodnr {
  grid-area: prodnr;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.o-list.o-list-sparepart .m-togglebox .item .togglebox-title .text .price {
  position: relative;
  grid-area: price;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (min-width: 750px) {
  .o-list.o-list-sparepart .m-togglebox .item .togglebox-title .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 90%;
  }
  .o-list.o-list-sparepart .m-togglebox .item .togglebox-title .text .id-name {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .o-list.o-list-sparepart .m-togglebox .item .togglebox-title .text .prodnr {
    width: 25%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .o-list.o-list-sparepart .m-togglebox .item .togglebox-title .text .price {
    width: 25%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
.o-list-productregistration-appliancedetails
  .registeredproducts
  .deleteproduct
  .a-link.delete-registration
  .icon {
  padding: 15px 15px 0 0;
}
.o-myaccount-promotion-wpe .m-teaser {
  padding-top: 56px;
  padding-bottom: 0;
}
.o-myaccount-promotion-wpe .m-teaser.teaser-100 {
  left: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
.o-myaccount-promotion-wpe .m-teaser.teaser-100 .teaser-wrap {
  gap: 56px;
}
.o-myaccount-promotion-wpe .m-teaser.teaser-100 .teaser-media {
  display: block;
}
.o-myaccount-promotion-wpe .m-teaser.teaser-100 .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}
.o-myaccount-promotion-wpe .m-teaser.teaser-100 .teaser-content .a-heading {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 16px;
}
.o-myaccount-promotion-wpe .m-teaser.teaser-100 .teaser-content .content-inner {
  padding-left: 0;
}
.o-myaccount-promotion-wpe .m-myproductdatainputfield {
  max-width: 440px;
  margin: 0 auto;
}
.o-myaccount-promotion-wpe .m-myproductdatainputfield .headline {
  margin-bottom: 22px;
}
.o-myaccount-promotion-wpe .m-myproductdatainputfield .headline h2.a-heading {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-typeplatefinder
  .m-forminput.m-forminput-dropdown {
  margin: 0 0 32px;
  max-width: none;
  width: 100%;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-typeplatefinder
  .a-formlabel {
  width: 100%;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput.m-forminput-dropdown {
  margin-bottom: 0;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput.m-forminput-dropdown:not(.form-layout-col)
  .select2-container {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-forminput.m-forminput-dropdown:not(.form-layout-col)
  .select2-container
  .select2-selection {
  border-bottom: none;
  height: 48px;
}
.o-myaccount-promotion-wpe .m-myproductdatainputfield .m-form {
  padding-top: 56px;
}
.o-myaccount-promotion-wpe .m-myproductdatainputfield .m-form .form-row {
  margin: 0 0 32px;
  max-width: none;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .e-number-label {
  width: 100%;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .a-formlabel.e-number-readonly {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
  width: 66%;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .a-formlabel.e-number-readonly
  .label-text {
  color: #a3acbd;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .m-forminput.m-forminput-dropdown {
  width: 25%;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .m-forminput[readonly] {
  color: #a3acbd;
  padding-left: 0;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .m-forminput-datepicker {
  border: none;
  border-bottom: 1px solid #000 !important;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .m-forminput-datepicker
  .pikaday__display {
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.o-myaccount-promotion-wpe
  .m-myproductdatainputfield
  .m-form
  .form-row
  .m-forminput-datepicker:after {
  bottom: 12px;
}
.o-myaccount-promotion-wpe .a-morecontenttogglelink {
  margin-bottom: 32px;
}
@media (min-width: 900px) {
  .o-myaccount-promotion-wpe .m-teaser {
    padding-top: 120px;
  }
  .o-myaccount-promotion-wpe .m-teaser.teaser-100 .teaser-content .a-heading {
    font-size: 40px;
    line-height: 44px;
  }
  .o-myaccount-promotion-wpe .m-myproductdatainputfield .headline h2.a-heading {
    font-size: 30px;
    line-height: 36px;
  }
  .o-myaccount-promotion-wpe .m-myproductdatainputfield .m-form {
    padding-top: 120px;
  }
  .o-myaccount-promotion-wpe .a-morecontenttogglelink {
    margin-bottom: 40px;
  }
}
.o-mypayments .display-message-section .success-message {
  background: rgba(83, 176, 68, 0.2) !important;
  border-radius: 2px;
  color: #53b044;
  display: inline-block;
  font-family: var(--fontfamily-bold);
  font-size: 12px;
  line-height: 1;
  padding: 7px 14px;
}
.o-mypayments .display-message-section .failure-message {
  background: rgba(255, 0, 0, 0.2) !important;
  border-radius: 2px;
  color: red;
  display: inline-block;
  font-family: var(--fontfamily-bold);
  font-size: 12px;
  line-height: 1;
  padding: 7px 14px;
}
.o-mypayments .card-delete-success {
  border: 1px solid #53b044;
  border-radius: 2px;
  color: #53b044;
  display: inline-block;
  font-family: var(--fontfamily-bold);
  font-size: 12px;
  line-height: 1;
  margin-top: 30px;
  padding: 7px 14px;
}
.o-mypayments .card-delete-failure {
  border: 1px solid red;
  border-radius: 2px;
  color: red;
  display: inline-block;
  font-family: var(--fontfamily-bold);
  font-size: 12px;
  line-height: 1;
  margin-top: 30px;
  padding: 7px 14px;
}
.o-mypayments .a-heading.payments-heading {
  color: #0b0f12;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media (max-width: 899px) {
  .o-mypayments .js-adyen-add-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 100%;
  }
}
.o-mypayments .a-button.add-card {
  padding: 11px 17px !important;
  min-width: 240px;
  text-align: center;
}
.o-mypayments .a-button.add-card .icon {
  float: left;
  font-size: 14px;
  font-weight: 700;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.o-mypayments .a-button.add-card .text {
  margin: 0;
  text-decoration: none;
}
.o-mypayments .payments-description {
  color: #0b0f12;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}
.o-mypayments .stored-cards {
  gap: 40px;
  margin-top: 50px;
}
.o-mypayments .stored-cards .m-cardlayout {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  margin: 0;
}
.o-mypayments .stored-cards .m-cardlayout .card-top img.payment-type {
  width: 56px;
}
.o-mypayments .stored-cards .m-cardlayout .card-top .delete-card .a-link .icon {
  font-size: 16px;
  font-weight: 100;
  padding-right: 6px;
}
.o-mypayments .stored-cards .m-cardlayout .card-top .delete-card .a-link .text {
  display: none;
}
.o-mypayments .stored-cards .m-cardlayout .card-details div span {
  color: #0b0f12;
  font-size: 16px;
  line-height: 26px;
}
.o-mypayments .stored-cards .m-cardlayout .card-details .card-date {
  font-family: var(--fontfamily-roman);
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form {
  padding: 0;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .form-layout-full
  .form-layout-col
  .form-row {
  margin-top: 0;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .form-layout-full
  .form-layout-col
  .form-row
  .radio-container {
  margin-top: 0;
  border: 0;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  > .a-heading {
  margin-bottom: 55px;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__field
  .adyen-checkout__label
  .adyen-checkout__input-wrapper
  .adyen-checkout__input {
  border: 0;
  border-bottom: 1px solid #000;
  color: #7b89a1;
  padding-left: 0;
  padding-right: 0;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__field
  .adyen-checkout__label
  .adyen-checkout__input-wrapper
  .adyen-checkout__input:active,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__field
  .adyen-checkout__label
  .adyen-checkout__input-wrapper
  .adyen-checkout__input:focus {
  outline: 0;
  border-bottom: 2px solid #3cc8be;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__field
  .adyen-checkout__label
  .adyen-checkout__input-wrapper
  .adyen-checkout__input.adyen-checkout__input--focus {
  outline: 0;
  border-bottom: 2px solid #3cc8be !important;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__card__form
  .adyen-checkout__field {
  margin-bottom: 20px;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__card__form
  .adyen-checkout__field
  .adyen-checkout__label {
  margin-top: 20px;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__field
  .adyen-checkout__label
  .adyen-checkout__label__text {
  color: #000;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 12px;
  margin: 0;
  letter-spacing: 0.5px;
  padding: 0;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__store-details {
  margin-top: 5px;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__store-details
  .adyen-checkout__checkbox
  .adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:before {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__store-details
  .adyen-checkout__checkbox
  .adyen-checkout__checkbox__input:checked
  + .adyen-checkout__checkbox__label:after {
  border-color: #000;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__store-details
  .adyen-checkout__checkbox
  .adyen-checkout__checkbox__input:focus
  + .adyen-checkout__checkbox__label:after,
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__store-details
  .adyen-checkout__checkbox
  .adyen-checkout__checkbox__input:hover
  + .adyen-checkout__checkbox__label:after {
  border-color: inherit;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__store-details
  .adyen-checkout__checkbox
  .adyen-checkout__checkbox__label {
  color: #000;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
  padding-left: 40px;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__store-details
  .adyen-checkout__checkbox
  .adyen-checkout__checkbox__label:before {
  height: 15px;
  top: 3px;
  width: 10px;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .m-paymentdeliverymethodAdyen
  .m-form
  .m-forminput
  .m-paymentadyen
  .new-card-adyen
  .adyen-checkout__card-input
  .adyen-checkout__store-details
  .adyen-checkout__checkbox
  .adyen-checkout__checkbox__label:after {
  background-color: transparent;
  height: 24px;
  width: 24px;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-secondary
  .a-button {
  padding: 11px !important;
}
.o-mypayments
  .m-layer.m-layer_addnewcard
  .layer-wrapper
  .layer-content
  .layer-content-inner
  .m-addnewcardoverlay
  .form-actions
  .form-action-primary
  .a-button {
  padding: 11px !important;
}
.o-myproducts:last-child {
  margin-bottom: 0;
}
.o-myproducts > h2.a-heading {
  color: #0b0f12;
  font-family: SiemensProgress, sans-serif;
  font-size: 30px;
  line-height: 60px;
}
.o-myproducts > .myproducts-controls {
  margin-bottom: 25px;
}
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) {
  padding: 11px !important;
}
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .text {
  margin-left: 0 !important;
}
.o-myproducts > .myproducts-controls .a-link:not(.a-button-plain) .icon {
  display: none;
}
.o-myproducts > .o-list .filterbar-wrap .m-filterbar .filterbar-results {
  padding: 0;
}
.o-myproducts
  > .o-list
  .filterbar-wrap
  .m-filterbar
  .filterbar-results
  .filterbar-title-label,
.o-myproducts
  > .o-list
  .filterbar-wrap
  .m-filterbar
  .filterbar-results
  .filterbar-title-label
  .js-counter {
  color: #000;
  font-family: SiemensProgress, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.o-myproducts > .o-list .list-layout .m-productitem {
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px rgba(236, 236, 240, 0.5);
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
}
.o-myproducts > .o-list .list-layout .m-productitem .delete {
  margin: 0;
  position: absolute;
  right: 16px;
  top: 16px;
}
.o-myproducts > .o-list .list-layout .m-productitem .delete .a-link .icon {
  padding: 0;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .m-producttitle {
  display: block;
  margin: 0;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .m-producttitle
  .a-heading {
  margin-bottom: 20px;
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #000;
  display: block;
  font-family: SiemensProgress, sans-serif;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .m-producttitle
  .a-heading
  .fragment {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  color: #000;
  display: inline;
  font-family: SiemensProgress, sans-serif;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .m-producttitle
  .highlight,
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .m-producttitle
  p {
  color: #a3acbd;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .description {
  margin-top: 5px;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .description
  .a-morecontenttogglelink
  .content {
  margin: 0;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .description
  .a-morecontenttogglelink
  .content
  dl {
  display: block;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .description
  .a-morecontenttogglelink
  .content
  dl
  dt {
  color: #a3acbd;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  max-width: unset;
  padding: 0;
  width: auto;
}
.o-myproducts
  > .o-list
  .list-layout
  .m-productitem
  .content-wrap
  .content-left
  .description
  .a-morecontenttogglelink
  .content
  dl
  dd {
  color: #a3acbd;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  min-height: unset;
  max-width: unset;
  padding: 0;
  width: auto;
}
.o-myproducts-rebrush .head-container {
  margin-top: 40px;
  padding: 0;
}
.o-myproducts-rebrush .head-container .add-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 22% 0 17%;
}
.o-myproducts-rebrush .producttiles-container .backlink .a-link.a-backlink {
  margin: 20px 0;
}
.o-myproducts-rebrush .producttiles-container .producttiles-grid {
  background: #f5f5f7;
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (minmax(100%, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
.o-myproducts-rebrush
  .producttiles-container
  .producttiles-grid
  .m-myproducttile {
  padding: 30px;
}
.o-myproducts-rebrush
  .producttiles-container
  .producttiles-grid
  .m-myproducttile
  .callouts {
  margin: -30px 0 0 -30px;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
}
.o-myproducts-rebrush
  .producttiles-container
  .producttiles-grid
  .m-myproducttile
  .product-image {
  padding: 0;
}
@media (min-width: 750px) {
  .o-mypayments .payments-description {
    width: 60%;
  }
  .o-mypayments
    .m-layer.m-layer_addnewcard
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-addnewcardoverlay
    .form-actions
    .form-action-primary,
  .o-mypayments
    .m-layer.m-layer_addnewcard
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-addnewcardoverlay
    .form-actions
    .form-action-secondary {
    width: 50% !important;
  }
  .o-mypayments
    .m-layer.m-layer_addnewcard
    .layer-wrapper
    .layer-content
    .layer-content-inner
    .m-addnewcardoverlay
    .form-actions
    .form-action-primary
    .a-button {
    float: right;
  }
  .o-myproducts > h2.a-heading {
    font-size: 54px;
  }
  .o-myproducts > .myproducts-controls {
    margin-bottom: 0;
    -webkit-transform: translateY(23px);
    -ms-transform: translateY(23px);
    transform: translateY(23px);
  }
  .o-myproducts > .o-list .filterbar-wrap {
    width: 60%;
  }
  .o-myproducts-rebrush .producttiles-container .producttiles-grid {
    -ms-grid-columns: (minmax(45%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }
}
@media (min-width: 900px) {
  .o-myproducts-rebrush .producttiles-container .producttiles-grid {
    -ms-grid-columns: (minmax(30%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (min-width: 1400px) {
  .o-myproducts-rebrush .producttiles-container .producttiles-grid {
    -ms-grid-columns: (minmax(20%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
.o-myproducts-rebrush .producttiles-container .load-more {
  background: #f5f5f7;
  padding: 40px 0;
}
.o-myproducts-rebrush .myaccount-menu {
  max-width: unset;
}
@media (max-width: 599px) {
  .myaccount-menu {
    max-width: none;
  }
}
.o-myprofileforms {
  margin: var(--element-margin) 0 0;
}
.o-myprofileforms .a-horizontalrule {
  margin: 80px 0;
}
.o-myprofileforms .profile-update-success-msg {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  color: #53b044;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0 0 80px;
  padding: 0;
  text-align: left;
  width: auto;
}
.o-myprofileforms .profile-update-success-msg .icon.icon-checked {
  color: #53b044;
  height: 24px;
  width: 24px;
}
.o-myprofileforms .profile-update-success-msg .icon.icon-checked::before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.o-myprofileforms .a-alert {
  margin: 0 0 80px;
}
.o-myprofileforms .g-layout-half .g-col .m-linklist {
  margin: 0;
  padding: 0;
  width: 100%;
}
.o-myprofileforms .delete-myaccount .a-heading,
.o-myprofileforms .delete-mysinglekey .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  margin-bottom: 24px;
}
.o-myprofileforms .delete-myaccount .a-link.a-link-external,
.o-myprofileforms .delete-mysinglekey .a-link.a-link-external {
  color: #007a7a;
  margin-top: 32px;
}
.o-myprofileforms .delete-myaccount .a-link.a-link-external:after,
.o-myprofileforms .delete-mysinglekey .a-link.a-link-external:after {
  color: #007a7a;
}
.o-myprofileforms .delete-myaccount,
.o-myprofileforms .delete-mysinglekey {
  margin-top: 56px;
  padding: 0;
}
.o-myprofileforms form#contactPermissionForm {
  margin-top: 24px;
  padding-top: 0;
}
.o-myprofileforms .myprofileforms-row.delete > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  margin-bottom: 40px;
}
.o-myprofileforms .myprofileforms-row.delete > .text {
  margin: 0;
}
.o-myprofileforms .myprofileforms-row .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.o-myprofileforms .myprofileforms-row .title-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.o-myprofileforms .myprofileforms-row .title-wrap .a-link {
  gap: 16px;
}
.o-myprofileforms .myprofileforms-row .title-wrap .a-link .icon {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
}
.o-myprofileforms .myprofileforms-row .title-wrap .a-link .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-myprofileforms .myprofileforms-row .login-information .a-heading,
.o-myprofileforms .myprofileforms-row .personal-details .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  margin-bottom: 24px;
}
.o-myprofileforms .myprofileforms-row .login-information .edit-links .a-link,
.o-myprofileforms
  .myprofileforms-row
  .login-information
  .edit-links
  .a-link
  > span.text,
.o-myprofileforms .myprofileforms-row .personal-details .edit-links .a-link,
.o-myprofileforms
  .myprofileforms-row
  .personal-details
  .edit-links
  .a-link
  > span.text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.o-myprofileforms
  .myprofileforms-row
  .login-information
  .edit-links
  .a-link
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .login-information
  .edit-links
  .a-link
  > span.text
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .personal-details
  .edit-links
  .a-link
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .personal-details
  .edit-links
  .a-link
  > span.text
  .icon {
  color: #007a7a;
  font-size: 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
}
.o-myprofileforms
  .myprofileforms-row
  .login-information
  .edit-links
  .a-link
  .text,
.o-myprofileforms
  .myprofileforms-row
  .login-information
  .edit-links
  .a-link
  > span.text
  .text,
.o-myprofileforms
  .myprofileforms-row
  .personal-details
  .edit-links
  .a-link
  .text,
.o-myprofileforms
  .myprofileforms-row
  .personal-details
  .edit-links
  .a-link
  > span.text
  .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-myprofileforms .myprofileforms-row .merge-my-accounts .a-link,
.o-myprofileforms .myprofileforms-row .merge-my-accounts .a-link .icon {
  color: #007a7a;
}
.o-myprofileforms
  .myprofileforms-row
  .personal-details
  .edit-links
  .a-link
  .icon:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 9px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  .a-formlabel.checkbox
  .label-text {
  color: #000;
  font-size: 16px !important;
  line-height: 1 !important;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  ul.root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  ul.root
  li {
  margin: 0;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  ul.root
  li.heading
  .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  margin: 0;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  ul.root
  li.consent-optin-group
  .form-layout-col {
  margin-bottom: 0;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  ul.root
  li.consent-optin-group
  .level-1 {
  margin-top: 56px;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  ul.root
  li.consent-optin-group
  .level-1
  .introtext {
  margin-bottom: 40px;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  ul.root
  li.consent-optin-group
  .level-1
  .consent-optin
  .form-layout-col,
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  ul.root
  li.consent-optin-group
  .level-1
  .introtext
  p {
  margin: 0;
}
.o-myprofileforms
  .myprofileforms-row
  .m-checkoutdeliverycontactpermission
  + .edit-links,
.o-myprofileforms .myprofileforms-row .o-mypayments .payments-description {
  margin-top: 40px;
}
.o-myprofileforms .myprofileforms-row .o-mypayments .a-button.add-card {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.o-myprofileforms .myprofileforms-row .o-mypayments .a-button.add-card .icon {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-myprofileforms .myprofileforms-row .o-mypayments .a-button.add-card .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-myprofileforms .myprofileforms-row .addresses {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}
.o-myprofileforms .myprofileforms-row .addresses .address,
.o-myprofileforms .myprofileforms-row .addresses .address.primary,
.o-myprofileforms .myprofileforms-row .addresses .address:nth-child(3n + 1),
.o-myprofileforms .myprofileforms-row .addresses .address:nth-child(3n + 2),
.o-myprofileforms .myprofileforms-row .addresses .address:nth-child(3n + 3) {
  background: #fff;
  border: thin solid transparent;
  border-radius: 3px;
  -webkit-box-shadow: 2px 0 25px rgba(236, 236, 240, 0.5);
  box-shadow: 2px 0 25px rgba(236, 236, 240, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin: 0;
  padding: 24px;
  position: relative;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.o-myprofileforms .myprofileforms-row .addresses .address .a-link.make-primary,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address.primary
  .a-link.make-primary,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .a-link.make-primary,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .a-link.make-primary,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .a-link.make-primary {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #007a7a;
  gap: 16px;
}
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address
  .a-link.make-primary
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address.primary
  .a-link.make-primary
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .a-link.make-primary
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .a-link.make-primary
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .a-link.make-primary
  .icon {
  color: #007a7a;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
}
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address
  .a-link.make-primary
  .text,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address.primary
  .a-link.make-primary
  .text,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .a-link.make-primary
  .text,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .a-link.make-primary
  .text,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .a-link.make-primary
  .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-myprofileforms .myprofileforms-row .addresses .address .layout-half,
.o-myprofileforms .myprofileforms-row .addresses .address.primary .layout-half,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .layout-half,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .layout-half,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .layout-half {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: absolute;
  right: 24px;
  top: 27px;
}
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address
  .layout-half
  .a-link
  .text,
.o-myprofileforms .myprofileforms-row .addresses .address .layout-half:after,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address.primary
  .layout-half
  .a-link
  .text,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address.primary
  .layout-half:after,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .layout-half
  .a-link
  .text,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .layout-half:after,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .layout-half
  .a-link
  .text,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .layout-half:after,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .layout-half
  .a-link
  .text,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .layout-half:after {
  display: none;
}
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address
  .layout-half
  .a-link
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address.primary
  .layout-half
  .a-link
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 1)
  .layout-half
  .a-link
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 2)
  .layout-half
  .a-link
  .icon,
.o-myprofileforms
  .myprofileforms-row
  .addresses
  .address:nth-child(3n + 3)
  .layout-half
  .a-link
  .icon {
  margin: 0;
  padding: 0;
}
.o-myprofileforms .myprofileforms-row .addresses .address.primary {
  border-color: #007a7a;
}
.o-onlinedealerlayer .m-layer .layer-content {
  margin-top: 0;
}
@media (min-width: 750px) {
  .o-myprofileforms .myprofileforms-row .addresses .address,
  .o-myprofileforms .myprofileforms-row .addresses .address.primary,
  .o-myprofileforms .myprofileforms-row .addresses .address:nth-child(3n + 1),
  .o-myprofileforms .myprofileforms-row .addresses .address:nth-child(3n + 2),
  .o-myprofileforms .myprofileforms-row .addresses .address:nth-child(3n + 3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(33.33333% - 27px);
    -ms-flex: 0 0 calc(33.33333% - 27px);
    flex: 0 0 calc(33.33333% - 27px);
  }
  .o-onlinedealerlayer .m-layer .layer-content {
    margin-top: 120px;
  }
}
.o-onlinedealerlayer .m-layer .layer-content-inner .layer-intro-text {
  color: #2b2f43;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
}
.o-onlinedealerlayer .m-layer .layer-content-inner .layer-intro-text a {
  color: #007a7a;
  display: inline;
  font-family: SiemensSans-Bold, sans-serif;
  text-decoration: none;
}
.o-onlinedealerlayer .m-layer .layer-content-inner .layer-intro-text a:hover {
  text-decoration: underline;
}
.o-onlinedealerlayer
  .m-layer
  .layer-content-inner
  .m-tabs
  .tab-panel
  > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
.o-onlinedealerlayer .m-layer .m-dealerteaserrebrush .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  margin: 10px 0;
}
.o-onlinedealerlayer .m-layer .m-dealerteaserrebrush .media {
  margin: 0;
}
.o-onlinedealerlayer .m-layer .m-dealerteaserrebrush .media picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-onlinedealerlayer .m-layer .m-dealerteaserrebrush .media .a-image {
  margin: 0;
  width: auto;
}
.o-onlinedealerlayer .m-layer .m-dealerteaserrebrush .media .a-image img {
  width: auto;
}
.o-onlinedealerlayer .m-layer .m-dealerteaserrebrush .media .icon-wrapper {
  display: none !important;
  bottom: 24px;
  right: 21px;
}
.o-onlinedealerlayer .m-layer .m-tabs {
  margin: 0 !important;
  padding-top: 0;
  width: 100% !important;
}
.o-onlinedealerlayer .m-layer .m-tabs .tabs-wrapper .a-button {
  min-width: auto;
  padding: 11px !important;
}
.o-onlinedealerlayer .m-layer .m-tabs .o-list .a-loadmore {
  margin-bottom: 30px;
}
.o-onlinedealerlayer .m-layer .m-tabs .o-list .list-layout {
  gap: 0 !important;
}
.o-onlinedealerlayer
  .m-layer
  .m-tabs
  .o-list
  .list-layout
  .item
  .m-dealerteaser
  .media
  .a-image {
  margin-bottom: 0;
}
.o-onlinedealerlayer .m-layer .m-tabs .tab-panel {
  padding-left: 0;
  padding-right: 0;
}
.o-onlinedealerlayer .m-layer .m-tabs .tab-panel:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.o-onlinedealerlayer .m-layer .container {
  display: block;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .js-online-dealers-randomized-legal-advice {
  margin-top: 40px;
}
.o-onlinedealerlayer .m-layer .container .dealerlocator-width > h4,
.o-onlinedealerlayer .m-layer .container .list-width > h4 {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
}
.o-onlinedealerlayer .m-layer .container .list-width {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.o-onlinedealerlayer .m-layer .container .list-width > h4 {
  margin: 0 0 20px;
}
.o-onlinedealerlayer .m-layer .container .list-width .o-list {
  margin: 0;
}
.o-onlinedealerlayer .m-layer .container .list-width .o-list .list-layout {
  margin: 0 0 20px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .list-width
  .o-list
  .list-layout:after {
  display: none;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .list-width
  .o-list
  .list-layout
  .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 44%;
  -ms-flex: 1 1 44%;
  flex: 1 1 44%;
  margin: 0 !important;
  max-width: 50%;
  width: 50% !important;
  padding: 0;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .list-width
  .o-list
  .list-layout
  .item
  .shop-title {
  font-size: 16px;
  line-height: 1.2;
  margin: 10px 0;
}
@media (min-width: 600px) {
  .o-onlinedealerlayer
    .m-layer
    .container
    .list-width
    .o-list
    .list-layout
    .item {
    padding: 0 20px 30px 0;
  }
}
@media (min-width: 900px) {
  .o-onlinedealerlayer
    .m-layer
    .container
    .list-width
    .o-list
    .list-layout
    .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 22%;
    -ms-flex: 1 1 22%;
    flex: 1 1 22%;
    max-width: 25%;
    padding: 0;
    width: auto !important;
  }
  .o-onlinedealerlayer
    .m-layer
    .container
    .list-width
    .o-list
    .list-layout
    .item
    .shop-title {
    font-size: 20px;
  }
  .o-onlinedealerlayer
    .m-layer
    .container
    .dealerlocator-width
    .m-searchfield
    .searchinput {
    max-width: 30%;
  }
}
.o-onlinedealerlayer .m-layer .container .dealerlocator-width {
  margin: 40px 0 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .m-searchinput {
  border: none;
  padding: 0;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .searchinput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .searchinput:after {
  display: none;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .input-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .input-wrap
  .m-forminput.input {
  border-radius: 0;
  background: 0 0 !important;
  height: 100%;
  margin: 0;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .input-wrap
  .a-button-geo-location {
  display: none;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap {
  border: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 0;
  width: auto;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap
  .a-button {
  background: #3cc8be;
  border-radius: 2px;
  border: none;
  color: #000;
  display: block;
  height: 50px;
  padding: 0 !important;
  position: relative;
  min-width: 50px;
  max-width: 50px;
  max-height: 50px;
  width: 50px;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap
  .a-button
  .icon {
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap
  .a-button
  .icon::before {
  display: inline-block;
  font-size: 24px;
  font-family: icons;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap
  .a-button
  .text {
  display: none;
}
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap
  .a-button:active,
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap
  .a-button:focus,
.o-onlinedealerlayer
  .m-layer
  .container
  .dealerlocator-width
  .m-searchfield
  .submit-wrap
  .a-button:hover {
  background: #007a7a;
  color: #fff;
}
.o-orderpurchasedetail .m-listheader span {
  letter-spacing: normal;
}
.o-orderpurchasedetail .m-linklist {
  margin-bottom: 30px;
}
.o-orderpurchasedetail .m-linklist .a-link {
  padding: 0;
}
.o-orderpurchasedetail .m-orderpurchaseitem {
  margin: 0 0 32px;
  padding-top: 0 !important;
}
.o-orderpurchasedetail .m-orderpurchaseitem .a-button-multioption,
.o-orderpurchasedetail .m-orderpurchaseitem .m-multioptionbutton {
  max-width: 240px;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productconversionarea
  .price
  .previous
  + .current {
  color: #d4691b;
}
.o-orderpurchasedetail .m-orderpurchaseitem .m-productitem.item {
  margin-top: 0;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .m-producttitle {
  display: -ms-grid;
  display: grid;
  margin-bottom: 16px;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .m-producttitle
  h2.a-heading
  .fragment {
  -ms-grid-row: 2;
  grid-row: 2;
  -webkit-box-ordinal-group: unset;
  -webkit-order: unset;
  -ms-flex-order: unset;
  order: unset;
  color: #000028;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .m-producttitle
  > p
  .fragment {
  color: #2b2f43;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .m-producttitle
  .js-brandsection-wrapper {
  -webkit-box-ordinal-group: unset;
  -webkit-order: unset;
  -ms-flex-order: unset;
  order: unset;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .m-producttitle
  .a-link.heading-link {
  -webkit-box-ordinal-group: unset;
  -webkit-order: unset;
  -ms-flex-order: unset;
  order: unset;
  padding-bottom: 15px;
  width: auto;
}
.o-orderpurchasedetail .m-orderpurchaseitem .m-productitem.item .content-left,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .content-left
  .description {
  margin: 0 !important;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .content-left
  .description
  > p {
  color: #000028;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .content-left
  .description
  .product-replacementlist.caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .content-left
  .description
  .product-replacementlist.caption
  dd,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .content-left
  .description
  .product-replacementlist.caption
  dt {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  width: auto;
}
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .content-left
  .description
  .product-replacementlist.caption
  dd,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .content-left
  .description
  .product-replacementlist.caption
  dl,
.o-orderpurchasedetail
  .m-orderpurchaseitem
  .m-productitem.item
  .content-left
  .description
  .product-replacementlist.caption
  dt {
  padding: 0;
}
.o-orderpurchasedetail .m-itemserviceitem.m-itemserviceitem-productitem {
  width: auto;
}
@media (max-width: 749px) {
  .o-orderpurchasedetail .m-itemserviceitem .content {
    display: -ms-grid;
    display: grid;
  }
  .o-orderpurchasedetail .m-itemserviceitem .content .option {
    grid-column: 1/3;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
  }
  .o-orderpurchasedetail .m-itemserviceitem .content .price-information,
  .o-orderpurchasedetail .m-itemserviceitem .content .quantity {
    margin: 0;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100%;
  }
  .o-productdetail-rebrush .tab-rebrush-panel #accessories.togglebox-content,
  .o-productdetail-rebrush
    .tab-rebrush-panel
    #accessoriesOthers.togglebox-content {
    width: 100vw;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
  }
}
@media (min-width: 750px) {
  .o-orderpurchasedetail .m-itemserviceitem.service-item .option {
    grid-column: 1/4;
  }
}
@media (min-width: 900px) {
  .o-orderpurchasedetail {
    margin-top: 40px;
  }
  .o-orderpurchasedetail .m-orderpurchaseitem {
    margin: 0 0 60px;
  }
  .o-orderpurchasedetail .m-orderpurchaseitem .action {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: right;
    margin-top: 4px;
  }
  .o-orderpurchasedetail .m-productitem.item {
    margin-top: 0 !important;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "media content price" "accesories accesories accesories";
    -ms-grid-columns: 23% 33% 44%;
    grid-template-columns: 23% 33% 44%;
  }
  .o-orderpurchasedetail .m-productitem.item .media {
    grid-area: media;
    margin-bottom: 0;
    width: 100%;
  }
  .o-orderpurchasedetail .m-productitem.item .media .callouts {
    position: relative;
  }
  .o-orderpurchasedetail .m-productitem.item .content-wrap {
    grid-area: content;
    grid-column: 2/3;
    width: 100%;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.m-itemserviceitem-productitem {
    grid-area: price;
    width: 100%;
  }
  .o-orderpurchasedetail .m-productitem.item .m-itemserviceitem.service-item {
    grid-area: accesories;
    grid-column: 2/5;
    margin-left: 0;
    margin-top: 0;
    padding-top: 27px;
    width: 100%;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    h3.a-heading {
    color: #333;
    font-family: SiemensSans-Bold, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 17px;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content {
    display: block;
    margin: 0 0 15px;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .a-link
    .icon-info {
    font-size: 15px;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content
    .further-information
    p {
    margin-bottom: 8px;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .content:last-of-type {
    margin-bottom: 5px;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .information {
    width: 100%;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .information
    .delivery
    .delivery-status {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 18px;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .information
    .delivery
    .delivery-status
    p,
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .information
    .delivery
    .links
    li:last-child,
  .o-orderpurchasedetail
    .m-productitem.item
    .m-itemserviceitem.service-item
    .information
    .delivery
    .links
    ul {
    margin-bottom: 0;
  }
  .o-orderpurchasedetail .m-productitem.item .m-productconversionarea {
    color: #879baa;
  }
  .o-orderpurchasedetail .m-productitem.item .m-productconversionarea .price {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-productconversionarea
    .price
    .a-link {
    margin: 0 10px 4px 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    position: static;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-productconversionarea
    .price
    .previous {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-productconversionarea
    .price
    .icon-info {
    font-size: 15px;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-productconversionarea
    .price
    .current {
    margin: 0 0 2px;
  }
  .o-orderpurchasedetail
    .m-productitem.item
    .m-productconversionarea
    .details
    .highlight {
    color: #d4691b;
    margin-top: 3px;
  }
  .o-orderpurchasedetail .m-itemserviceitem.service-item .content > .quantity {
    margin: 0;
  }
}
.o-list.o-list-press.list-view.full-outer
  .m-pressdateselection
  .from-date
  .a-formlabel,
.o-list.o-list-press.list-view.full-outer
  .m-pressdateselection
  .to-date
  .a-formlabel {
  display: block;
  width: 100%;
}
.o-productdetail {
  margin: 50px 0 0;
}
.o-productdetail.g-container {
  padding: 0;
}
.o-productdetail .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
}
.o-productdetail .description .review-rating-mobile {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.o-productdetail .description .review-rating-mobile .m-ratingsummary {
  margin-bottom: 15px;
}
.o-productdetail .description .product-gallery {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-productdetail .description .product-gallery .mediagallery-thumbnailcarousel {
  margin-top: 20px;
}
.o-productdetail
  .description
  .product-gallery
  .mediagallery-thumbnailcarousel
  .mediagallery-paginationarrows.mediagallery-thumbnailcarousel-paginationarrowposition-outside {
  display: none !important;
}
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.next,
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.prev {
  border-radius: 50%;
  background: #cfd0d6;
  color: #000;
  height: 40px;
  margin: 0;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: visible;
  width: 40px;
}
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.next::before,
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.prev::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.next:hover,
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.prev:hover {
  opacity: 1;
}
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.prev {
  left: 0;
}
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.prev::before {
  content: "\e08c" !important;
}
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.next {
  right: 0;
}
.o-productdetail
  .description
  .product-gallery
  .m-mediagallery
  .m-slider
  .a-paginationarrows.next::before {
  content: "\e08d" !important;
}
.o-productdetail .description .callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productdetail .description .callout:first-of-type .a-callout:first-child {
  background: #e0173b;
}
.o-productdetail
  .description
  .callout:not(:first-of-type)
  .a-callout:first-child {
  margin-left: 10px;
}
.o-productdetail .description .sales-program {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productdetail .description .sales-program .a-image {
  text-align: right;
}
.o-productdetail .description .image-list {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.o-productdetail .image-list {
  display: block;
}
.o-productdetail .promotion {
  margin: 50px 0 0;
}
@media (min-width: 900px) {
  .o-productdetail {
    margin: 90px 0 0;
  }
  .o-productdetail .description {
    display: block;
  }
  .o-productdetail .promotion {
    margin: 90px 0 0;
  }
}
.o-productdetail .promotion .m-firedmessage {
  margin-bottom: 0;
  width: 100%;
}
.o-productdetail .m-productconversionarea .js-button-group-wrapper {
  float: none;
  width: 100%;
}
.o-productdetail
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button:last-child {
  margin-bottom: 0;
  padding-left: 34px;
  padding-right: 34px;
}
.o-productdetail .m-productconversionarea .buttongroup .a-button:only-child {
  background-color: #000028;
  border: 1px solid #000028;
  color: #fff;
  margin-bottom: 0;
  padding-left: 34px;
  padding-right: 34px;
}
.o-productdetail
  .m-productconversionarea
  .buttongroup
  .a-button:only-child:hover {
  background-color: #7b89a1;
  border: 1px solid #7b89a1;
  color: #fff;
}
.o-productdetail
  .m-productconversionarea
  .buttongroup
  .a-button:only-child[disabled="disabled"] {
  background: #c2c2cc;
  border: 1px solid #c2c2cc;
  color: #fff;
}
.o-productdetail
  .m-productconversionarea
  .buttongroup
  .a-button:only-child[disabled="disabled"]:hover {
  background: 0 0;
}
.o-productdetail .m-productconversionarea .js-product-compare {
  float: none;
}
.o-productdetail
  .m-productconversionarea
  .stock-info-wrapper
  + .m-quantityselector {
  margin-bottom: 20px;
}
.o-productdetail .a-morecontenttogglelink .content ul {
  padding: 0;
}
.o-productdetail .a-morecontenttogglelink .content li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}
.o-productdetail .a-morecontenttogglelink .content li:before {
  color: #50bed7;
  display: inline-block;
  font-family: icons;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  left: 0;
  position: absolute;
  speak: none;
}
.o-productdetail .a-morecontenttogglelink .content:after {
  clear: both;
  content: "";
  display: block;
}
.o-productdetail .a-morecontenttogglelink .more-less-button {
  margin-bottom: 20px;
}
.o-productdetail > .m-producttitle .a-heading span {
  display: inline;
  margin: 0;
}
.o-productdetail .a-horizontalrule {
  visibility: hidden;
}
@media (min-width: 750px) {
  .o-productdetail {
    margin: 90px 0 0;
  }
  .o-productdetail
    .description
    .product-gallery
    .m-mediagallery
    .m-slider
    .a-paginationarrows.next,
  .o-productdetail
    .description
    .product-gallery
    .m-mediagallery
    .m-slider
    .a-paginationarrows.prev {
    height: 60px;
    width: 60px;
  }
  .o-productdetail
    .description
    .product-gallery
    .m-mediagallery
    .m-slider
    .a-paginationarrows.next::before,
  .o-productdetail
    .description
    .product-gallery
    .m-mediagallery
    .m-slider
    .a-paginationarrows.prev::before {
    display: inline-block;
    font-size: 24px;
    font-family: icons;
    height: 24px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    width: 24px;
  }
  .o-productdetail
    .description
    .product-gallery
    .m-mediagallery
    .m-slider
    .a-paginationarrows.prev {
    left: 10px;
  }
  .o-productdetail
    .description
    .product-gallery
    .m-mediagallery
    .m-slider
    .a-paginationarrows.next {
    right: 10px;
  }
  .o-productdetail .promotion {
    margin: 90px 0 0;
  }
  .o-productdetail
    .m-productconversionarea
    .stock-info-wrapper
    + .m-quantityselector {
    margin-bottom: 30px;
  }
  .o-productdetail .description {
    margin: 0 0 50px;
  }
  .o-productdetail .description .callout {
    margin-left: 0;
  }
  .o-productdetail .description .callout .a-callout {
    margin-bottom: 12px;
  }
  .o-productdetail .description .sales-program {
    display: block;
  }
  .o-productdetail
    .description
    .product-gallery
    .mediagallery-thumbnailcarousel {
    margin-top: 25px;
  }
  .o-productdetail .product-gallery {
    margin: 0;
  }
  .o-productdetail .product-gallery .mediagallery-caption {
    display: none;
  }
  .o-productdetail .product-gallery .mediagallery-pinit {
    display: block;
    position: relative;
    top: 44px;
  }
  .o-productdetail
    .product-gallery
    .mediagallery-wrapper
    .mediagallery-controls {
    top: -webkit-calc(50% - 11px);
    top: calc(50% - 11px);
  }
  .o-productdetail .mediagallery-thumbnailcarousel {
    margin-top: 6px;
  }
  .o-productdetail
    .mediagallery-thumbnailcarousel
    .mediagallery-thumbnailcarousel-slide {
    margin-bottom: 0;
    padding-left: 7px;
    padding-right: 7px;
  }
  .o-productdetail
    .mediagallery-thumbnailcarousel
    .mediagallery-thumbnailcarousel-slide
    .a-image,
  .o-productdetail
    .mediagallery-thumbnailcarousel
    .mediagallery-thumbnailcarousel-slide
    img,
  .o-productdetail
    .mediagallery-thumbnailcarousel
    .mediagallery-thumbnailcarousel-slide
    picture {
    padding-left: 7px;
    padding-right: 7px;
  }
  .o-productdetail
    .mediagallery-thumbnailcarousel
    .mediagallery-thumbnailcarousel-slide.is-active
    .mediagallery-thumbnailcarousel-hover {
    border: 2px solid #41aaaa;
  }
  .o-productdetail
    .mediagallery-thumbnailcarousel
    .mediagallery-thumbnailcarousel-hover {
    left: 7px;
    right: 7px;
  }
  .o-productdetail .image-list {
    display: block;
  }
  .o-productdetail .js-button-group-wrapper {
    margin-top: 0;
  }
  .o-productdetail .js-product-compare {
    margin-top: 11px;
  }
}
@media (min-width: 900px) {
  .o-productdetail > .m-producttitle {
    float: right;
    margin: 0 0 13px;
    padding-left: 37px;
    width: 33.3333%;
  }
  .o-productdetail > .m-producttitle .a-heading span {
    margin: 0;
  }
  .o-productdetail .m-producttitle .a-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .o-productdetail .js-product-compare {
    margin-top: 0;
  }
  .o-productdetail > .description {
    margin: 0;
    padding: 0;
    width: 66.6666%;
  }
  .o-productdetail > .description .callout {
    margin-left: 0;
  }
  .o-productdetail > .description .callout .a-callout {
    margin-bottom: 10px;
  }
  .o-productdetail
    > .description
    .product-gallery
    .mediagallery-thumbnailcarousel {
    margin-top: 30px;
  }
  .o-productdetail
    > .description
    .product-gallery
    .mediagallery-mainslider
    .mediagallery-slide
    .a-image
    img {
    width: auto;
  }
  .o-productdetail > .service-area {
    padding-left: 37px;
    width: 33.3333%;
  }
  .o-productdetail
    > .service-area
    .m-productconversionarea
    .stock-info-wrapper
    + .m-quantityselector {
    margin-bottom: 30px;
  }
  .o-productdetail
    > .service-area
    .m-productconversionarea
    .buttongroup
    .a-button {
    margin-bottom: 15px;
  }
  .o-productdetail > .service-area + .a-horizontalrule {
    margin: 0;
  }
  .o-productdetail .mediagallery-thumbnailcarousel {
    margin: 10px auto 8px;
  }
  .o-productdetail
    .mediagallery-thumbnailcarousel
    .mediagallery-thumbnailcarousel-slide
    .mediagallery-thumbnailcarousel-hover {
    left: 7px;
    right: 7px;
  }
  .o-productdetail .m-containerexpandable .a-heading {
    width: 66.6666%;
  }
  .o-productdetail .m-containerexpandable .containerexpandable-togglelink ul {
    margin: 0;
  }
  .o-productdetail .m-containerexpandable .a-morecontenttogglelink .content {
    margin-top: 0;
  }
  .o-productdetail .a-horizontalrule {
    margin: 20px 0;
    visibility: hidden;
  }
  .o-productdetail
    .a-morecontenttogglelink
    .more-less-button.hidden
    + .content.is-open {
    padding-top: 0;
  }
  .o-productdetail .a-morecontenttogglelink .content ul li {
    font-size: 17px;
    margin-bottom: 15px;
  }
}
.o-productdetail-rebrush {
  margin: 60px 0 20px;
}
.o-productdetail-rebrush .description .m-paymentselection .radio-buttons-wrap {
  grid-gap: 40px;
  -ms-grid-columns: (minmax(91px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(91px, 1fr));
}
.o-productdetail-rebrush
  .description
  .m-paymentselection
  .radio-buttons-wrap::before,
.o-productdetail-rebrush
  .description
  .m-paymentselection
  .radio-buttons-wrap
  > .a-heading {
  display: none;
}
.o-productdetail-rebrush
  .description
  .m-paymentselection
  .radio-buttons-wrap
  > .method {
  height: 60px;
}
.o-productdetail-rebrush
  .description
  .m-paymentselection
  .radio-buttons-wrap
  > .method
  .m-forminput
  .a-formlabel:after {
  display: none;
}
.o-productdetail-rebrush
  .description
  .m-paymentselection
  .radio-buttons-wrap
  > .method
  .a-image,
.o-productdetail-rebrush
  .description
  .m-paymentselection
  .radio-buttons-wrap
  > .method
  .a-image
  img {
  width: 100%;
}
.o-productdetail-rebrush .tab-rebrush-panel .o-technicaloverview {
  margin-top: 40px;
}
.o-productdetail-rebrush .feature-stories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-productdetail-rebrush .feature-stories > .a-heading {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0 !important;
}
.o-productdetail-rebrush .feature-stories > .container {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  padding-bottom: 40px !important;
}
.o-productdetail-rebrush .feature-stories > .container .m-containerexpandable {
  padding-bottom: 0;
}
.o-productdetail-rebrush
  .feature-stories
  > .container
  .m-containerexpandable
  .a-morecontenttogglelink {
  display: -ms-grid;
  display: grid;
}
.o-productdetail-rebrush
  .feature-stories
  > .container
  .m-containerexpandable
  .a-morecontenttogglelink
  .content {
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 40px !important;
}
.o-productdetail-rebrush
  .feature-stories
  > .container
  .m-containerexpandable
  .a-morecontenttogglelink
  .content
  .content-less-toggle {
  display: none;
}
.o-productdetail-rebrush
  .feature-stories
  > .container
  .m-containerexpandable
  .a-morecontenttogglelink
  .content
  ul
  li {
  margin-bottom: 24px;
}
.o-productdetail-rebrush
  .feature-stories
  > .container
  .m-containerexpandable
  .a-morecontenttogglelink
  .content
  ul
  li:last-child {
  margin-bottom: 0;
}
.o-productdetail-rebrush
  .feature-stories
  > .container
  .m-containerexpandable
  .more-less-button {
  padding-top: 40px;
}
.o-productdetail-rebrush .feature-stories .feature-tiles-container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-productdetail-rebrush .feature-stories .button-wrapper {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.o-productdetail-rebrush .feature-stories .a-morecontenttogglelink .content ul,
.o-productdetail-rebrush
  .feature-stories
  .a-morecontenttogglelink
  .content
  ul
  li {
  list-style-type: none;
}
.o-productdetail-rebrush .feature-stories .a-morecontenttogglelink .content ul {
  margin: 0;
  padding: 0;
}
.o-productdetail-rebrush
  .feature-stories
  .a-morecontenttogglelink
  .content
  ul
  li
  > span.highlight {
  text-decoration: none;
}
.o-productdetail-rebrush
  .feature-stories
  .a-morecontenttogglelink
  .content
  ul
  li
  > span
  .icon {
  color: #3cc8be;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush {
  margin-top: 40px;
  margin-bottom: 40px;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  > .callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  > .callout
  > .a-callout {
  margin: 0;
  background-color: #d4691b;
  position: relative;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  > .callout
  > .a-callout:first-child {
  background-color: #000028 !important;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  > .callout
  > .callout {
  margin: 0;
  position: relative;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  > .callout
  > .callout:first-child
  .a-callout {
  background-color: #000028 !important;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .mediagallery-wrapper
  > .callout
  > .callout
  .a-callout {
  background-color: #d4691b;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider:hover
  .mediagallery-paginationarrows
  .a-paginationarrows.next,
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider:hover
  .mediagallery-paginationarrows
  .a-paginationarrows.prev,
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider:not(:hover)
  .mediagallery-paginationarrows
  .a-paginationarrows.next,
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider:not(:hover)
  .mediagallery-paginationarrows
  .a-paginationarrows.prev {
  height: 24px;
  margin: 0;
  visibility: visible;
  width: 24px;
}
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider:hover
  .mediagallery-paginationarrows
  .a-paginationarrows.next.last-slide:before,
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider:hover
  .mediagallery-paginationarrows
  .a-paginationarrows.prev.last-slide:before,
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider:not(:hover)
  .mediagallery-paginationarrows
  .a-paginationarrows.next.last-slide:before,
.o-productdetail-rebrush
  .product-gallery
  .m-mediagallery.m-mediagallery-rebrush
  .m-slider.mediagallery-mainslider:not(:hover)
  .mediagallery-paginationarrows
  .a-paginationarrows.prev.last-slide:before {
  content: "\e008";
}
.o-productdetail-rebrush .m-table {
  margin-top: 0;
}
.o-productdetail-rebrush .m-tabs-rebrush .tabs-rebrush-desktop,
.o-productdetail-rebrush .m-tabs-rebrush .tabs-rebrush-desktop .tabs-slider,
.o-productdetail-rebrush .m-tabs-rebrush .tabs-rebrush-desktop:before {
  background: #f5f5f7;
}
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tabs-slider
  .slick-list
  .slick-track
  a.slick-slide {
  font-size: 14px;
  font-family: var(--fontfamily-bold) !important;
}
.o-productdetail-rebrush .m-tabs-rebrush .tab-rebrush-panel,
.o-productdetail-rebrush .m-tabs-rebrush .tab-rebrush-panel.similar-content {
  padding-top: 0;
  padding-bottom: 0;
}
.o-productdetail-rebrush .m-tabs-rebrush .tab-rebrush-panel > .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
}
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tab-rebrush-panel[data-replace-id="section-reviews"]
  > .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
}
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tab-rebrush-panel#section-similarproduct
  > .a-heading {
  margin-bottom: 40px;
}
@media (min-width: 750px) {
  .o-productdetail-rebrush {
    margin: 0 0 20px;
  }
  .o-productdetail-rebrush > .description {
    padding: 0 20px;
  }
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews {
    width: 50%;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    a.a-button.a-link-primary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .m-contenttextmedia
    .m-productconversionarea
    .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .m-form.oidc-registration
    .m-termsconditions
    .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    a.a-button.a-link-primary,
  .m-oney-widget-section
    .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .a-button.a-link-primary.oney-widget-link,
  .m-popover
    .popover-content
    .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .a-button.a-link-primary.a-button-link,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .a-button.a-button-primary,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .a-button.a-link-primary.a-link,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-primary,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .m-contenttextmedia
    .m-productconversionarea
    .a-button.a-link-primary.a-button-link[data-popover-id],
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-primary,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .m-oney-widget-section
    .a-button.a-link-primary.oney-widget-link,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .m-popover
    .popover-content
    .a-button.a-link-primary.a-button-link,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-primary.a-link,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    a.a-button.a-link-primary.a-button-link,
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    button.a-button.a-link-primary.a-button-link,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-reviews"]
    .m-retailer-reviews
    .a-button.a-link-primary.a-link {
    max-width: 240px;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    width: auto;
  }
  .o-productdetail-rebrush .m-tabs-rebrush .tabs-rebrush-desktop.tabs-sticky {
    top: 60px !important;
  }
}
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-list
  .slick-track,
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider
  .slick-list
  .slick-track.prev-button-visible {
  margin-left: 20px !important;
}
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows {
  display: block !important;
  opacity: 1 !important;
}
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows:before {
  font-size: 15px !important;
  bottom: 11px;
}
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.prev {
  text-align: left !important;
}
.o-productdetail-rebrush
  .m-tabs-rebrush
  .tabs-rebrush-desktop
  .tabs-slider-pagination-arrows
  .a-paginationarrows.next {
  right: 0 !important;
}
.o-productdetail-rebrush .m-tabs-rebrush .tabs-rebrush-mobile {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  top: 49px !important;
}
.o-productdetail-rebrush .m-linklist,
.o-productdetail-rebrush .m-linklist-rebrush {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
}
.o-productdetail-rebrush .m-linklist .a-link.a-link,
.o-productdetail-rebrush .m-linklist-rebrush .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
}
.o-productdetail-rebrush .tabsrebrush-wrapper {
  margin-top: 0 !important;
}
.o-productdetail-rebrush .o-buyarea .m-searchfield .input-wrap,
.o-productdetail-rebrush .o-buyarea .m-searchinput .input-wrap {
  width: 100%;
}
.o-productdetail-rebrush
  .o-buyarea
  .m-searchfield
  .input-wrap
  .m-forminput.input,
.o-productdetail-rebrush
  .o-buyarea
  .m-searchinput
  .input-wrap
  .m-forminput.input {
  border-radius: 0;
  background: 0 0 !important;
  margin: 0;
}
.o-productdetail-rebrush .o-buyarea .m-searchfield .submit-wrap,
.o-productdetail-rebrush .o-buyarea .m-searchinput .submit-wrap {
  border: none;
  width: 0;
}
.o-productdetail-rebrush .o-buyarea .m-searchfield .submit-wrap .a-button,
.o-productdetail-rebrush .o-buyarea .m-searchinput .submit-wrap .a-button {
  border-radius: 0;
  height: 40px;
  min-width: auto;
  position: relative;
  width: 40px;
}
.o-productdetail-rebrush .o-buyarea .m-searchfield .submit-wrap .a-button .icon,
.o-productdetail-rebrush
  .o-buyarea
  .m-searchinput
  .submit-wrap
  .a-button
  .icon {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.o-productdetail-rebrush
  .o-buyarea
  .m-searchfield
  .submit-wrap
  .a-button
  .icon::before,
.o-productdetail-rebrush
  .o-buyarea
  .m-searchinput
  .submit-wrap
  .a-button
  .icon::before {
  display: inline-block;
  font-size: 25px;
  font-family: icons;
  height: 25px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 25px;
}
.o-productdetail-rebrush > .service-area {
  margin-top: 0;
  z-index: 5;
}
.o-productdetail-rebrush
  > .service-area
  .buyarea-form-wrapper
  .o-buyarea
  .cta-area
  .energy-label-wrapper
  .m-imagelist
  .a-image {
  height: 31px;
  max-height: 31px;
  min-height: 31px;
}
.o-productdetail-rebrush
  > .service-area
  .buyarea-form-wrapper
  .o-buyarea
  .cta-area
  .js-price-wrapper
  .price
  .previous
  ~ .price-info-wrapper
  .current {
  color: #d4691b;
}
.o-productdetail-rebrush
  > .service-area
  .buyarea-form-wrapper
  .o-buyarea
  .cta-area
  .js-price-wrapper
  .price-info-wrapper
  .current {
  font-size: 24px;
  font-family: var(--fontfamily-bold);
  line-height: 30px;
}
.o-productdetail-rebrush
  > .service-area
  .buyarea-form-wrapper
  .o-buyarea
  .cta-area
  .js-price-wrapper
  .price-info-wrapper
  .current.basicprice {
  font-size: 14px;
  line-height: 1;
}
.o-productdetail-rebrush
  > .service-area
  .buyarea-form-wrapper
  .o-buyarea
  .cta-area
  .stock-info-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.o-productdetail-rebrush
  > .service-area
  .buyarea-form-wrapper
  .o-buyarea
  .cta-area
  .stock-info-wrapper
  .m-productsubscription {
  margin-top: 5px;
}
.o-productdetail-rebrush
  > .service-area
  .buyarea-form-wrapper
  .o-buyarea
  .cta-area
  .stock-info-wrapper
  .m-productsubscription
  .a-link {
  font-size: 14px;
}
.o-productdetail-rebrush .o-similarproducttable {
  overflow: hidden;
}
.o-productdetail-rebrush .o-similarproducttable .similar-product-container {
  overflow: scroll;
}
.o-productdetail-rebrush .m-promotionbundleTeaser::before {
  background-color: #f5f5f7;
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
}
.o-productdetail-rebrush .m-promotionbundleTeaser .teaser-content-wrapper {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 900px) {
  .o-productdetail-rebrush
    .product-gallery
    .m-mediagallery.m-mediagallery-rebrush {
    margin-top: 0;
    margin-bottom: 0;
  }
  .o-productdetail-rebrush .product-gallery {
    margin-bottom: 40px;
  }
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel[data-replace-id="section-awards"]
    > .a-heading {
    margin-bottom: 39px;
    margin-top: 22px;
  }
  .o-productdetail-rebrush
    .m-tabs-rebrush
    .tab-rebrush-panel#section-similarproduct
    > .a-heading {
    margin-bottom: 40px;
  }
  .o-productdetail-rebrush .o-similarproducttable,
  .o-productdetail-rebrush .o-similarproducttable .similar-product-container {
    overflow: visible;
  }
  .o-productdetail-rebrush {
    margin-bottom: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 69.37% 30.63%;
    grid-template-columns: 69.37% 30.63%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .o-productdetail-rebrush > .service-area .m-buyareatitle {
    padding-top: 90px;
  }
  .o-productdetail-rebrush > .service-area::after {
    display: none;
  }
  .o-productdetail-rebrush .m-contenttextmedia {
    width: 56vw !important;
  }
  .o-productdetail-rebrush .m-contenttextmedia .content > .heading {
    padding-top: 0;
    padding-left: 0;
    width: auto;
  }
  .o-productdetail-rebrush .m-contenttextmedia .content .content-inner {
    padding-left: 0;
    width: auto;
  }
  .o-productdetail-rebrush > .description {
    padding: 0 40px;
    padding-top: var(--element-margin) !important;
    grid-row: 1/10;
    grid-column: 2/1;
    width: 100%;
    z-index: 98;
  }
  body.pagetype-product-detail.pinned .o-productdetail-rebrush > .description,
  body.pagetype-shop-detail.pinned .o-productdetail-rebrush > .description {
    z-index: 200;
  }
  .o-productdetail-rebrush > .service-area {
    -webkit-box-shadow: -4px 0 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: -4px 0 5px -1px rgba(0, 0, 0, 0.16);
    background-color: #f5f5f7;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    grid-row: 1/2;
    width: 100%;
    z-index: 101;
  }
  .o-productdetail-rebrush:before {
    -webkit-box-shadow: -4px -4px 5px -1px rgba(0, 0, 0, 0.16);
    box-shadow: -4px -4px 5px -1px rgba(0, 0, 0, 0.16);
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #f5f5f7;
    grid-row: -1/112;
    grid-column: 2/3;
    z-index: 99;
  }
  .o-productdetail-rebrush:before,
  .o-productdetail-rebrush > .service-area {
    grid-column: 2/3;
    grid-row: -1/112;
  }
  [dir="rtl"]
    .o-productdetail-rebrush
    .m-tabs-rebrush
    .tabs-rebrush-desktop
    .tabs-slider
    .slick-list
    .slick-track {
    margin-left: 67px !important;
  }
}
@media (min-width: 900px) and (min-width: 900px) {
  .o-productdetail-rebrush > .service-area {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 900px) and (min-width: 1400px) {
  .o-productdetail-rebrush > .service-area {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1400px) {
  .o-productdetail-rebrush > .description {
    padding: 0 120px;
  }
}
.pagetype-shop-detail .o-serviceteaserarea {
  margin-top: 0;
}
.pagetype-shop-detail .m-paymentoptions,
.pagetype-shop-detail .m-trustedshops {
  padding: 0 20px !important;
}
@media (min-width: 900px) {
  .pagetype-shop-detail .m-paymentoptions,
  .pagetype-shop-detail .m-trustedshops {
    padding: 0 120px !important;
  }
}
.pagetype-shop-detail .m-paymentoptions:before,
.pagetype-shop-detail .m-trustedshops:before {
  display: none;
}
@media (max-width: 749px) {
  .pagetype-shop-detail > .g-container .g-layout-full .g-col > .a-heading {
    margin-top: 0;
  }
}
.o-productlistmodule {
  background-color: transparent;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.o-productlistmodule .g-container {
  background-color: transparent;
}
.o-productlistmodule .productlistmodule-headline {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 8px;
  padding: 16px 0 !important;
}
.o-productlistmodule .productlistmodule-grid {
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.o-productlistmodule .productlistmodule-grid .o-producttile-listmodule {
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 0 25px #e0e3e7;
  box-shadow: 1px 0 25px #e0e3e7;
  display: -ms-grid !important;
  display: grid !important;
  grid-template-areas: "image image" "productCode productCode" "productTitle productTitle" "energyLabel energyLabel" "productPrice productPrice" "ctaButton ctaButton";
  height: 100%;
  margin: 0;
  padding: 20px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .element {
  padding: 0 !important;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .right-column {
  margin-left: 0 !important;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-image {
  margin-bottom: 50px;
  margin-top: 50px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-image
  .a-image {
  height: 153px;
  max-height: 153px;
  min-height: 153px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-image
  .a-image
  img {
  height: 100%;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-title
  .m-producttitle
  .a-link.heading-link
  .a-heading.product-name {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .listmodule-productcode {
  margin-bottom: 10px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .listmodule-productcode
  .m-productcode
  .a-heading.product-code {
  color: #a3acbd;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 20px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label
  * {
  text-align: left;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label
  .energy-label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label
  .energy-label-wrapper
  .m-imagelist
  .a-image {
  height: 22px;
  max-height: 22px;
  min-height: 22px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label
  .energy-label-wrapper
  .m-imagelist
  .a-image
  img {
  height: 100%;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label
  .energy-label-wrapper
  .energy-label-text-wrapper,
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link-download {
  color: #a3acbd;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link-download:before,
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .energy-label
  .energy-label-wrapper
  .energy-label-text-wrapper:before {
  font-size: 12px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 50px;
  position: relative;
  text-align: left;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price
  .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (min-width: 1400px) {
  .o-productlistmodule .productlistmodule-grid .o-producttile-listmodule {
    grid-template-areas: "image image" "productCode productCode" "productTitle productTitle" "energyLabel productPrice" "ctaButton ctaButton";
  }
  .o-productlistmodule
    .productlistmodule-grid
    .o-producttile-listmodule
    .product-price {
    text-align: right;
  }
  .o-productlistmodule
    .productlistmodule-grid
    .o-producttile-listmodule
    .product-price
    .price {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .o-productlistmodule
    .productlistmodule-grid
    .o-producttile-listmodule
    .product-price
    .price
    .price-info-wrapper
    .stock-info-wrapper {
    right: 0;
  }
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price
  .price
  .previous {
  color: #d4691b;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 0 10px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price
  .price
  .price-info-wrapper {
  display: block;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price
  .price
  .price-info-wrapper
  .stock-info-wrapper {
  position: absolute;
  top: -35px;
  left: 0;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability
  .text {
  display: inline-block !important;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price
  .price
  .price-info-wrapper
  .current {
  margin: 0;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price
  .additional-info,
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .product-price
  .eco-fee {
  color: #a3acbd;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .cta-button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  .a-link.a-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  min-height: 50px;
  max-width: 240px;
  min-width: unset !important;
  padding: 0 15px !important;
  width: 100%;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  form
  .a-button {
  border-radius: 2px;
  height: 50px;
  margin: 0;
  min-height: 50px;
  min-width: 50px;
  width: 50px;
}
.o-productlistmodule
  .productlistmodule-grid
  .o-producttile-listmodule
  .cta-button
  .cta-wrapper
  form
  .a-button
  .icon {
  display: block !important;
}
.o-productlistmodule .button-wrapper {
  margin-top: 50px;
}
.o-productlistmodule .button-wrapper .a-link.productlistmodule-button {
  color: #000;
}
@-webkit-keyframes animation-product-expandable-area {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
@-webkit-keyframes animation-product-expandable-area-reverse {
  0% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes animation-product-expandable-area-up {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -10px;
  }
}
@-webkit-keyframes animation-product-expandable-area-up-reverse {
  0% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0;
  }
}
.o-productlist-rebrush {
  background: #f5f5f7;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.o-productlist-rebrush .feature-promotion,
.o-productlist-rebrush .promotion-category {
  width: 100%;
}
.o-productlist-rebrush .m-filter-teaser {
  grid-column: 1/-1;
  width: 100%;
}
.o-productlist-rebrush .productlist-products {
  width: 100%;
}
.o-productlist-rebrush .productlist-products .product-tile-container {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 0;
  column-gap: 0;
  row-gap: 25px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 750px) {
  .o-productdetail-rebrush .m-promotionbundleTeaser::before {
    left: -120px;
    width: -webkit-calc(100% + (120px * 2));
    width: calc(100% + (120px * 2));
  }
  .o-productlist-rebrush .productlist-products .product-tile-container {
    gap: 20px;
    -ms-grid-columns: (minmax(47%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(47%, 1fr));
  }
}
@media (min-width: 900px) and (min-width: 1100px) {
  .o-productlist-rebrush .productlist-products .product-tile-container {
    -ms-grid-columns: (minmax(30%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 1px 0 25px 0 rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px 0 rgba(236, 236, 240, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 24px 24px;
  position: relative;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .campaign-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-highlights-container {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area {
  margin-bottom: 24px !important;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-online-dealers {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .campaign-title {
  display: initial;
  border-radius: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 -24px;
  width: auto;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .campaign-title
  .campaign-title-text {
  background: #000028;
  font-size: 12px !important;
  font-weight: 700;
  text-align: left;
  padding: 8px 17px;
  border-radius: 0;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 -24px;
  width: auto;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper
  .a-callout {
  margin: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper
  .promotion-wrapper-left
  .a-callout
  .callout-text {
  background: #000028;
  display: table-cell;
  font-size: 12px !important;
  padding: 8px 17px;
  text-align: left;
  width: auto;
  vertical-align: middle;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-promotion-wrapper
  .promotion-wrapper-right
  .a-callout
  .callout-text {
  vertical-align: middle;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code {
  margin: 24px 0 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .m-productlisttitlerebrush
  .a-link
  :hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .m-productlisttitlerebrush
  .a-link:hover {
  color: #7b89a1;
  text-decoration: underline;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .m-productlisttitlerebrush
  .a-link
  .a-heading {
  color: #7b89a1;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .tracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .tracking
  .a-rating
  .a-link.ratings {
  color: #7b89a1 !important;
  font-size: 12px !important;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .tracking
  .a-rating
  .a-link.scale {
  margin-left: 10px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .tracking
  .a-rating
  .text {
  color: #7b89a1 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title {
  margin: 0;
  margin-top: 8px !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title:hover {
  color: inherit;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush {
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush
  .a-link
  .a-heading.product-name,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush
  .a-link
  .a-heading.product-name
  .fragment {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush
  .a-link
  .a-heading.product-name
  .fragment:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush
  .a-link
  .a-heading.product-name:hover {
  color: #000;
}
@media (min-width: 750px) {
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-title {
    width: 70%;
  }
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-subscription
  .m-productsubscription
  .a-link {
  color: #000 !important;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-subscription
  .m-productsubscription
  .a-link:hover
  .text:after {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-subscription
  .m-productsubscription
  .a-link
  .text:after {
  content: "\e008";
  display: inline-block;
  font-size: 10px;
  height: 12px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 12px;
  font-family: icons;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .m-productlisttitlerebrush
  .product-list-code {
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  color: #7b89a1;
  margin: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .a-rating {
  height: 16px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .a-rating
  .a-link.scale {
  height: 16px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 5px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .a-rating
  .a-link.scale
  .icon {
  height: 18px;
}
@-moz-document url-prefix() {
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-code
    .a-rating
    .a-link.reviews
    .text,
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-code
    .a-rating
    > span.text.number {
    margin-top: -3px;
  }
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .a-rating
  > span.text.number {
  margin-right: 5px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .a-rating
  .a-link.reviews {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-code
  .a-rating
  .a-link.reviews
  .text {
  color: #a3acbd;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin: 24px 0 0;
  position: static;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  min-width: auto;
  max-width: none;
  padding: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  background: #f5f5f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  max-width: none;
  position: absolute;
  padding: 5px 10px;
  left: 0;
  top: auto;
  width: 59px;
  z-index: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon {
  height: 100%;
  line-height: unset;
  margin: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon::before {
  display: inline-block;
  font-size: 61px;
  font-family: icons;
  height: 28px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 59px;
  color: #000028;
  left: -2px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon:after {
  border-right: thin solid #a3acbd;
  content: "";
  display: none;
  height: 68%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image {
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .product-main-image-container {
  height: auto !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link {
  display: block;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link
  .a-image {
  display: inline;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link
  .a-image
  img {
  max-height: 200px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images {
  -webkit-column-gap: 5px;
  column-gap: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22%;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image
  picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image
  picture
  img {
  max-height: 90px;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image.highlight {
  border: none;
  outline: #3cc8be solid 2px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
  max-width: none;
  padding: 0 0 0 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-subscription {
  margin-bottom: 11px;
  margin-left: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-subscription
  .a-link {
  color: #e0173b;
  font-family: SiemensSans-Roman, sans-serif;
  text-decoration: underline;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  > div {
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .previous {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  word-break: normal;
  white-space: nowrap;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .previous:not(.sr-only)
  ~ .price-info-wrapper
  .current {
  color: #d4691b;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .secondary-currency {
  color: #2b2f43;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .additional-info {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper {
  line-height: 1;
  margin: 5px 0;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  white-space: nowrap;
  word-break: normal;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  line-height: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability
  > span {
  white-space: initial;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability
  .hidden {
  display: inline-block !important;
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
  white-space: initial;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .current {
  color: #000028;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  word-break: normal;
  white-space: nowrap;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .secondary-currency {
  margin: 0;
  -webkit-box-ordinal-group: 10001;
  -webkit-order: 10000;
  -ms-flex-order: 10000;
  order: 10000;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .additional-info,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .eco-fee {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .additional-info
  p,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .eco-fee
  p {
  font-size: 12px;
  line-height: 18px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-top: 10px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  margin-top: 6px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper {
  display: block;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download {
  color: #7b89a1;
  display: block;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  margin-top: 10px;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download:before {
  padding: 0 15px;
  height: 22px;
  display: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download
  .text {
  overflow-wrap: unset !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant
  .color-counter {
  margin: 0;
  line-height: 24px;
  padding: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles {
  display: block;
  gap: 0;
  position: relative;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper {
  float: unset !important;
  margin: 0;
  max-width: 100% !important;
  min-width: auto;
  padding: 0;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image {
  width: 100%;
  padding: 0 !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link {
  display: block;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link
  .a-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-image
  img {
  max-height: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images {
  -webkit-column-gap: 5px;
  column-gap: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px !important;
  row-gap: 5px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  max-width: 30px;
  width: 30px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image
  picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image
  picture
  img {
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image.highlight {
  border: none;
  outline: #3cc8be solid 2px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  margin: 0;
  max-width: none;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-subscription {
  margin-bottom: 11px;
  margin-left: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-subscription
  .a-link {
  color: #e0173b;
  font-family: SiemensSans-Roman, sans-serif;
  text-decoration: underline;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price {
  margin-bottom: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .previous {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
  word-break: normal;
  white-space: nowrap;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .previous:not(.sr-only)
  ~ .price-info-wrapper
  .current {
  color: #d4691b;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper {
  line-height: 1;
  margin: 5px 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  white-space: nowrap;
  word-break: normal;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability {
  line-height: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability
  .hidden {
  display: inline-block !important;
  font-size: 12px;
  line-height: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .current {
  color: #000028;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  word-break: normal;
  white-space: nowrap;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .current.basicprice {
  color: #7b89a1;
  font-family: var(--fontfamily-roman);
  font-size: 12px;
  margin-left: 8px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .additional-info,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .eco-fee {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .additional-info
  p,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .eco-fee
  p {
  font-size: 12px;
  line-height: 18px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .additional-info {
  margin-top: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .eco-fee {
  margin: 0 !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section {
  row-gap: 3px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  margin-top: 6px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper {
  display: block;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download {
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  color: #7b89a1;
  width: auto !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download:before {
  padding: 0 15px;
  height: 22px;
  display: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download
  .text {
  overflow-wrap: unset !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant
  .color-counter {
  margin: 0;
  line-height: 24px;
  padding: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant
  .a-image {
  margin: 0;
  max-width: 25px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant
  .a-image
  img {
  max-width: 25px !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section:not(.product-image-wrapper-big-tiles)
  .product-price-information
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section:not(.product-image-wrapper-big-tiles)
  .product-price-information
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section:not(.product-image-wrapper-big-tiles)
  .product-price-information
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy
  .repair-index-wrapper {
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .eu-product-title,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .eu-product-title {
  line-height: 1.2;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .m-imagelist,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: auto !important;
  margin-left: 0 !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .m-imagelist
  .a-link,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist
  .a-link {
  margin: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .m-imagelist
  .a-image,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist
  .a-image {
  height: 31px !important;
  max-height: 31px !important;
  min-height: 31px !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .m-imagelist
  .a-image
  img,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist
  .a-image
  img {
  height: 100%;
  width: auto;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .repair-index-wrapper
  .m-imagelist
  .a-image,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .repair-index-wrapper
  .m-imagelist
  .a-image {
  height: 42px !important;
  max-height: 42px !important;
  min-height: 42px !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .repair-index-wrapper
  .m-imagelist
  .a-image
  img,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .repair-index-wrapper
  .m-imagelist
  .a-image
  img {
  width: auto;
  max-width: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper {
  color: #7b89a1;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 18px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-decoration: none !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link
  .text.has-underline,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link
  .text.has-underline {
  text-decoration: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link:before,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link:before {
  display: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link:hover,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link:hover {
  text-decoration: underline;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  > div:last-of-type,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  > div:last-of-type {
  margin-bottom: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards {
  margin: 0;
  padding: 10px 0 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .slick-track {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip {
  margin: 0 10px 0 0 !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip
  .m-imagelist {
  margin-right: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip
  .m-imagelist
  .a-link {
  margin-bottom: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip
  .m-imagelist
  .a-link
  .a-image
  img {
  object-fit: contain;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip
  .a-link {
  margin-bottom: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip
  .a-link
  .a-image
  img {
  object-fit: contain;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip
  .a-image {
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  width: 60px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip
  .a-image
  img {
  height: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-awards
  .award-chip
  .title-heading {
  word-break: break-all;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-highlights-container {
  margin: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-highlights-container
  > .product-highlights {
  margin: 0 0 40px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-highlights-container
  .product-highlights
  .chip {
  background-color: rgba(236, 236, 240, 0.5);
  border-right: 8px solid #fff;
  border-left: none;
  color: #000;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1;
  width: auto !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-areas: unset;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 10px;
  margin: 20px 0 0;
  position: relative;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button {
  border-radius: 2px;
  font-size: 16px;
  line-height: 20px;
  min-width: auto;
  padding-left: 18px !important;
  padding-right: 18px !important;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .a-button
  .icon-shopping-cart {
  display: inline-block !important;
  font-size: 16px;
  margin-right: 4px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare {
  -ms-grid-row: 2;
  grid-row-start: 2;
  height: 1px;
  padding: 0;
  position: relative;
  top: auto;
  width: 100%;
  z-index: 2;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div {
  -webkit-transform: translateY(-29px);
  -ms-transform: translateY(-29px);
  transform: translateY(-29px);
  width: 50%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  padding: 0 0 0 38px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel::before {
  border-color: #cfd0d6;
  bottom: auto;
  top: 0;
  height: 28px;
  width: 28px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel:after {
  top: 5px !important;
  bottom: auto;
  font-size: 14px !important;
  left: 3px !important;
  width: 20px;
  height: 20px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel
  .label-text {
  color: #2b2f43;
  font-size: 12px;
  line-height: 16px;
  margin-top: 0 !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel
  .label-text.js-compare-label {
  border: none;
  text-decoration: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel
  .label-text.js-compare-label
  a {
  border: none;
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper {
  min-height: 84px;
  z-index: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  > div[data-replace-container] {
  position: relative;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-button,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-button {
  border-radius: 2px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-button
  .icon-shopping-cart,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-button
  .icon-shopping-cart {
  display: inline-block !important;
  font-size: 16px;
  margin-right: 4px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link {
  margin: 0 !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  line-height: 18px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link.wtb:not(.a-button),
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link.wtb:not(.a-button) {
  line-height: 1;
  padding-top: 0;
  position: static;
  margin-top: 15px !important;
  -webkit-transform: translateY(6px) !important;
  -ms-transform: translateY(6px) !important;
  transform: translateY(6px) !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link.wtb:not(.a-button):hover::before,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link.wtb:not(.a-button):hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link.wtb:not(.a-button):before,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link.wtb:not(.a-button):before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: auto;
  color: #007a7a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  > form.js-ajax-request,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  > form.js-ajax-request
  + div,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  > form.js-ajax-request,
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  > form.js-ajax-request
  + div {
  width: auto !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-left: auto;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-button:disabled {
  background: rgba(45, 55, 60, 0.2);
  border-color: transparent;
  color: rgba(45, 55, 60, 0.5);
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  + div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 20px;
  min-height: 33px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-cta-area
  .button-group-wrapper:only-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  grid-column: 1/3;
  max-width: none;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .a-link.product-online-dealers {
  margin-left: auto;
  margin-top: 19px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .a-link.product-online-dealers:hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .a-link.product-online-dealers:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: auto;
  color: #007a7a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area {
  margin: 24px 0 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area {
  padding-top: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits {
  color: #2b2f43;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits.keybenefits {
  max-height: 62px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits.keybenefits:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(white)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  bottom: 0;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  width: 100%;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits
  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits
  ul
  li {
  margin-bottom: 10px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits
  ul
  li
  span
  .icon {
  font-size: 16px;
  padding-right: 5px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits
  ul
  li
  a {
  text-decoration: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .product-expandable-icon-area {
  cursor: pointer;
  line-height: 10px;
  padding-top: 10px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .product-expandable-icon-area
  .icon {
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 900px) {
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area.toggle-bottom
    .arrow-down
    .icon.icon-arrow-down:after {
    content: "";
    height: 100%;
    left: 0;
    min-height: 72px;
    position: absolute;
    top: -65px;
    -webkit-transition: none;
    transition: none;
    width: 100%;
  }
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area
    .arrow-down
    .icon:before {
    -webkit-animation-name: animation-product-expandable-area-reverse;
    animation-name: animation-product-expandable-area-reverse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
  }
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area
    .icon.icon-arrow-up:not(.hidden)::before {
    -webkit-animation-name: animation-product-expandable-area-up-reverse;
    animation-name: animation-product-expandable-area-up-reverse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
  }
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area:hover
    .arrow-down
    .icon:before {
    -webkit-animation-name: animation-product-expandable-area;
    animation-name: animation-product-expandable-area;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area:hover
    .icon.icon-arrow-up:not(.hidden)::before {
    -webkit-animation-name: animation-product-expandable-area-up;
    animation-name: animation-product-expandable-area-up;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-online-dealers {
  margin: 0;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-online-dealers
  .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  margin-top: 15px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-online-dealers
  .a-link:hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-online-dealers
  .a-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: auto;
  color: #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-online-dealers
  .a-link
  .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-decoration: none;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-image-wrapper-big-tiles {
  max-width: 45% !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-image-wrapper-big-tiles
  .horizontal-thumbnail-images {
  margin-top: 5% !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-price-information-big-tiles {
  grid-template-areas: "subscription energy" "price energy";
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles {
  margin: 15px 0 0 !important;
  grid-area: price;
  position: relative;
  padding-top: 35px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles {
  width: 100% !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles {
  display: unset !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles
  .price-info-wrapper {
  margin-bottom: 5px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles
  .price-info-wrapper
  .stock-info-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles
  .price-info-wrapper
  .current {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles
  .stock-info-wrapper {
  position: absolute;
  top: 5px;
  margin: 0 !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .eco-fee-wrapper-big-tiles {
  width: 100% !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-subscription {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  grid-area: subscription;
  padding-bottom: 0;
  padding-top: 5px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-energylabelcolor-section {
  grid-area: energy;
  padding-left: 20px;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-energylabelcolor-section
  .energylabel-wrapper-big-tiles {
  width: 100% !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-energylabelcolor-section
  .energylabel-wrapper-big-tiles
  .m-imagelist {
  margin-left: 0 !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-color-variant-big-tiles.product-color-variant-big-tiles.product-color-variant-big-tiles {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: inherit !important;
  width: 100% !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-color-variant-big-tiles.product-color-variant-big-tiles.product-color-variant-big-tiles
  .color-variant-image-wrapper-big-tiles {
  max-width: 25px !important;
  width: 25px !important;
  margin-top: 0 !important;
}
.o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-color-variant-big-tiles.product-color-variant-big-tiles.product-color-variant-big-tiles
  .color-counter-big-tiles {
  padding-top: 5px !important;
}
@media (max-width: 749px) {
  .o-productlist-rebrush .productlist-products {
    margin-left: -webkit-calc(var(--max-pagewidth-padding-divided-by-2) * -1);
    margin-left: calc(var(--max-pagewidth-padding-divided-by-2) * -1);
    width: -webkit-calc(100% + var(--max-pagewidth-padding));
    width: calc(100% + var(--max-pagewidth-padding));
  }
}
.o-productlist-rebrush .productlist-rebrush-container {
  padding-left: 0;
  padding-right: 0;
}
.promotion-category {
  background: #000028;
  border: none;
  border-radius: 2px;
  height: auto;
  margin: 0;
  padding: 40px 24px;
}
.promotion-category .a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
.promotion-category .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  background: 0 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.promotion-category .link-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 24px 0 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.promotion-category .link-text-container .a-link {
  padding-left: 0;
}
.promotion-category .link-text-container .a-link .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.promotion-category .link-text-container .a-link .icon {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 15px;
  padding-right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.promotion-category .link-text-container .a-link:hover .icon {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.promotion-category .link-text-container .link-text {
  color: #3cc8be;
}
.promotion-category .tile-container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-gap: 24px;
  margin: 24px 0 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.promotion-category .tile-container .sub-container {
  background: 0 0;
  border: none;
  border-radius: 0;
  margin: 0 !important;
  padding: 0;
}
.promotion-category .tile-container .sub-container .a-link {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.promotion-category .tile-container .sub-container .a-link .a-heading {
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 16px;
  left: auto;
  right: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  top: auto;
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  text-align: left;
  width: auto;
  z-index: 1;
}
.promotion-category .tile-container .sub-container .a-link .image-container {
  background: #fff;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  width: 100%;
}
.promotion-category
  .tile-container
  .sub-container
  .a-link
  .image-container
  .a-image {
  width: 100%;
}
.promotion-category
  .tile-container
  .sub-container
  .a-link
  .image-container
  .a-image
  img {
  height: auto;
  max-height: 200px;
  object-fit: contain;
  width: 100%;
}
.promotion-category .m-layer.overlay .layer-wrapper {
  max-width: 90vw;
}
@media (min-width: 1400px) {
  .promotion-category .m-layer.overlay .layer-wrapper {
    max-width: 1400px;
  }
}
.promotion-category .m-layer.overlay .layer-content .o-teasercontainer {
  margin: 0 auto !important;
  max-width: 1160px;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-300 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-right: 0;
  padding-top: 0;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-300
  .teaser-wrap {
  gap: 40px;
  height: auto !important;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap
  .teaser-content,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-content {
  margin-top: 0;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap
  .teaser-content
  .a-heading,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-content
  .a-heading {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 16px !important;
  padding: 0;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap
  .teaser-media,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-media {
  margin-bottom: 0;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2
  .teaser-wrap
  .teaser-media
  .a-image
  img,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-media
  .a-image
  img {
  max-height: 400px;
  width: auto;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-200-2:not(:last-child),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser.teaser-300:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-200-2:not(:last-child),
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-300:not(:last-child) {
    margin-bottom: 80px;
  }
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-200-2:nth-child(odd)
    .teaser-wrap,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-300:nth-child(odd)
    .teaser-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-200-2:nth-child(even)
    .teaser-wrap,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser.teaser-300:nth-child(even)
    .teaser-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-media {
  -webkit-box-flex: unset !important;
  -webkit-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
  overflow: visible !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-media
  .a-image {
  margin-bottom: 0;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-content
  .a-heading {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 16px !important;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-content
  .content-inner {
  margin-bottom: 40px;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-content
  .content-inner
  p {
  font-size: 14px;
  line-height: 20px;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-media
  ~ .teaser-content {
  -webkit-box-flex: unset !important;
  -webkit-flex: unset !important;
  -ms-flex: unset !important;
  flex: unset !important;
  -webkit-transition: unset !important;
  transition: unset !important;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-media
  ~ .teaser-content
  .teaser-links,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-media
  ~ .teaser-content
  p,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-media
  ~ .teaser-content
  ul,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-media
  ~ .teaser-content
  > .content-inner {
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links {
  margin-bottom: 40px;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .a-button {
  margin-bottom: 40px;
  width: 100%;
}
.promotion-category .m-layer.overlay .layer-content .teaser-footer {
  background: 0 0;
  border: none;
  color: #000;
  margin: 15px auto 0;
  max-width: 1160px;
  padding: 0;
}
.promotion-category
  .m-layer.overlay
  .layer-content
  .layer-content-inner
  > h2.a-heading {
  margin: 0 auto 40px;
  max-width: 1160px;
}
.feature-promotion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000028;
  border: none;
  border-radius: 2px;
  height: auto;
  padding: 0 0 25px;
}
.feature-promotion .a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
.feature-promotion .subline {
  background: 0 0;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 20px;
}
.feature-promotion .subline .subline-text {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  background: 0 0;
  word-break: break-word;
}
.feature-promotion .promotion-content {
  margin: 0 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.feature-promotion .promotion-content .promotion-image {
  float: none;
  margin-left: -22px;
  width: -webkit-calc(100% + 44px);
  width: calc(100% + 44px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.feature-promotion .promotion-content .promotion-image img {
  height: auto;
  width: 100%;
}
.feature-promotion .promotion-content .promotion-image .a-image {
  width: 100%;
}
.feature-promotion .promotion-content .promotion-description {
  margin: 20px 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.feature-promotion
  .promotion-content
  .promotion-description
  .js-promotion-description,
.feature-promotion .promotion-content .promotion-description p {
  color: #a3acbd;
}
.feature-promotion .promotion-content .image-checkbox-wrapper {
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.feature-promotion
  .promotion-content
  .image-checkbox-wrapper
  .m-forminput-checkbox
  .a-formlabel
  .label-text {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
html:not(.mac-os):not(.ios-os)
  body
  .o-productlist-rebrush
  .productlist-products
  .product-tile-container
  .o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon::before {
  line-height: 25px;
}
.o-productsetdetail {
  margin-top: 50px;
}
@media (min-width: 900px) {
  .feature-promotion {
    background: 0 0;
    padding: 0;
  }
  .feature-promotion .subline {
    background: #000028;
  }
  .feature-promotion .promotion-content {
    background: #000028;
    height: auto;
    margin: 0;
    padding: 0 22px 22px;
  }
  .o-productsetdetail {
    margin-top: 90px;
  }
}
.o-productsetdetail .m-productteaserset {
  border: none;
}
.o-productsetdetail .m-productsetitemdetail .image-list {
  margin-top: 0;
}
.o-productsetdetail > .m-promotionbundle {
  margin-top: 50px;
}
@media (min-width: 750px) {
  .o-productlist-rebrush
    .productlist-products
    .product-tile-container
    .o-producttilerebrush
    .product-section.product-image-wrapper-big-tiles
    .product-image-wrapper
    .product-image {
    padding-left: 30px;
  }
  .o-productsetdetail,
  .o-productsetdetail > .m-promotionbundle {
    margin-top: 90px;
  }
}
@media (min-width: 900px) {
  .o-productsetdetail > .m-promotionbundle {
    margin-top: 90px;
  }
  .o-productsetdetail .m-tabs {
    padding: 70px 0 0;
  }
}
.o-productsetitemdetail .image-list {
  display: block;
}
.o-productteasergridcontainer {
  background: 0 0 !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30%, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  gap: 40px;
  padding-top: var(--element-margin);
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .stock-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.o-productteasergridcontainer .item {
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}
.o-productteasergridcontainer .m-productteaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 24px;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-images
  .callouts.onimage {
  top: 0;
}
.o-productteasergridcontainer .m-productteaser .product-conversion {
  width: 100%;
}
.o-productteasergridcontainer .m-productteaser .product-conversion:after {
  display: none;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .js-conversion-wrapper {
  height: auto !important;
  margin-bottom: 0 !important;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .js-price-wrapper {
  height: auto !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .js-price-wrapper
  .price
  .highlight {
  font-size: 20px;
  color: #2b2f43;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .details {
  height: auto !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .details
  p {
  font-size: 12px;
  line-height: 18px;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .details
  p
  a {
  color: #000;
  text-decoration: none;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .stock-info-wrapper:after {
  display: none;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .stock-info-wrapper
  .m-productsubscription {
  margin-top: 10px;
  margin-bottom: 0;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .stock-info-wrapper
  .m-productsubscription
  > .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .stock-info-wrapper
  .m-productsubscription
  > .a-link
  .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .stock-info-wrapper
  .m-productsubscription
  > .a-link:after {
  content: "\e008";
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 0 15px;
  padding: 0;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .js-button-group-wrapper {
  height: auto !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .js-button-group-wrapper
  .buttongroup
  .a-button {
  margin: 0;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .js-button-group-wrapper
  .js-ajax-request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .js-button-group-wrapper
  .js-ajax-request
  .a-button {
  margin: 0;
  width: 100%;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .a-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .a-rating:after {
  display: none;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .a-rating
  .number {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .a-rating
  .reviews {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .a-rating
  .scale {
  margin-left: 2px;
  margin-top: -1px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .data-sheet-energy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: auto;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .data-sheet-energy:after {
  display: none;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .data-sheet-energy
  .m-imagelist {
  margin: 0;
  width: 62px;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .data-sheet-energy
  .download {
  color: #7b89a1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1;
  margin: 0;
  text-decoration: none;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .data-sheet-energy
  .download
  .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .data-sheet-energy
  .download::before {
  content: "\e025";
  color: #7b89a1;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-size: 13px;
  speak: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 10px;
  padding-left: 0;
}
.o-productteasergridcontainer .m-productteaser .product-info {
  margin: 0;
  padding: 0;
  height: auto !important;
  width: 100%;
}
.o-productteasergridcontainer .m-productteaser .product-info:after {
  display: none;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-info
  .m-producttitle
  > .a-link.heading-link
  .a-heading {
  gap: 5px;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-info
  .m-producttitle
  > .a-link.heading-link
  .a-heading
  .fragment {
  margin: 0;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-info
  .m-producttitle
  > .a-link.heading-link
  .a-heading
  .fragment:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-info
  .m-producttitle
  .a-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-info
  .m-producttitle
  .a-heading
  .fragment {
  color: #000;
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 20px;
  font-weight: 400 !important;
  line-height: 24px;
}
.o-productteasergridcontainer
  .m-productteaser
  .product-info
  .m-producttitle
  .a-heading
  .fragment:last-child {
  color: #7b89a1;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.o-producttile {
  border-radius: 2px;
  -webkit-box-shadow: 1px 0 25px #e0e3e7;
  box-shadow: 1px 0 25px #e0e3e7;
  margin: 10px !important;
}
.o-producttile:first-child {
  margin-left: 0 !important;
}
.o-producttile .product-image-wrapper {
  padding-top: 20px;
}
.o-producttile .product-image-wrapper .a-image img {
  width: 150px;
  height: 178px;
  margin: 0;
}
.o-producttile .product-image-wrapper .callout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: -23px;
}
.o-producttile .product-image-wrapper .callout .a-callout {
  display: inline-block;
  margin-right: 0;
}
.o-producttile .tile-description {
  max-width: none;
  padding: 10px !important;
}
.o-producttile .tile-description .m-producttitle .product-code {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 0;
}
.o-producttile .tile-description .m-producttitle .product-code *,
.o-producttile .tile-description .m-producttitle .product-code .fragment {
  color: #a3acbd;
  display: inline-block;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 26px;
}
.o-producttile .tile-description .m-producttitle .a-heading:not(.product-code),
.o-producttile .tile-description .m-producttitle .product-name {
  font-size: 16px !important;
  line-height: 20px !important;
}
.o-producttile
  .tile-description
  .m-producttitle
  .a-heading:not(.product-code)
  .fragment,
.o-producttile
  .tile-description
  .m-producttitle
  .a-heading:not(.product-code)
  .fragment.std-header-1,
.o-producttile .tile-description .m-producttitle .product-name .fragment,
.o-producttile
  .tile-description
  .m-producttitle
  .product-name
  .fragment.std-header-1 {
  color: #000;
  display: inline !important;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px !important;
}
.o-producttile
  .tile-description
  .js-conversion-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-class-range {
  line-height: 18px;
  color: #a3acbd;
}
.o-producttile .tile-description .energylabel-wrapper .data-sheet-energy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .additional-energy-labels-repair-index
  .m-imagelist
  .a-image
  img {
  height: 34px;
  width: auto;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 15px;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .energy-label-text-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
  text-align: left;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-link-download {
  color: #7b89a1;
  font-size: 12px;
  line-height: 1.5;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-link-download::before {
  color: #7b89a1;
  font-size: 12px;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-link {
  width: auto;
  margin: 0;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-image {
  height: 30px;
}
.o-producttile
  .tile-description
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper
  .a-image
  img {
  width: auto;
  height: 100%;
}
.o-producttile .tile-description .cta-area {
  border-top: none;
  padding-top: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.o-producttile .tile-description .cta-area .details-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 210px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .tile-description
  .cta-area
  a.a-link-secondary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .tile-description
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .o-producttile
  .tile-description
  .cta-area
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .tile-description
  .cta-area
  a.a-link-secondary.a-button,
.m-oney-widget-section
  .o-producttile
  .tile-description
  .cta-area
  .a-link-secondary.a-button.oney-widget-link,
.m-popover
  .popover-content
  .o-producttile
  .tile-description
  .cta-area
  .a-link-secondary.a-button.a-button-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .tile-description
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .tile-description
  .cta-area
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-producttile .tile-description .cta-area .a-button-secondary,
.o-producttile .tile-description .cta-area .a-link-secondary.a-button.a-link,
.o-producttile
  .tile-description
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-secondary.a-button,
.o-producttile
  .tile-description
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-secondary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .tile-description
  .cta-area
  .m-contenttextmedia
  .m-productconversionarea
  .a-link-secondary.a-button.a-button-link[data-popover-id],
.o-producttile
  .tile-description
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-secondary.a-button,
.o-producttile
  .tile-description
  .cta-area
  .m-oney-widget-section
  .a-link-secondary.a-button.oney-widget-link,
.o-producttile
  .tile-description
  .cta-area
  .m-popover
  .popover-content
  .a-link-secondary.a-button.a-button-link,
.o-producttile
  .tile-description
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-secondary.a-button.a-button-link.a-link,
.o-producttile
  .tile-description
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-secondary.a-button.a-button-link.a-link.a-button-primary,
.o-producttile
  .tile-description
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-secondary.a-button.a-link,
.o-producttile
  .tile-description
  .cta-area
  a.a-link-secondary.a-button.a-button-link,
.o-producttile
  .tile-description
  .cta-area
  button.a-link-secondary.a-button.a-button-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .tile-description
  .cta-area
  .a-link-secondary.a-button.a-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px 18px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .tile-description
  .cta-area
  a.a-link-primary.a-button,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .tile-description
  .cta-area
  a.a-link-primary.a-button,
.m-oney-widget-section
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-producttile .tile-description .cta-area .a-button-primary,
.o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-button-link,
.o-producttile .tile-description .cta-area .a-link-primary.a-button.a-link,
.o-producttile
  .tile-description
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button,
.o-producttile
  .tile-description
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .tile-description
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button,
.o-producttile
  .tile-description
  .cta-area
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link,
.o-producttile
  .tile-description
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link-primary.a-button.a-button-link.a-link,
.o-producttile
  .tile-description
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary,
.o-producttile
  .tile-description
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-link {
  background-color: #3cc8be;
  border-color: #3cc8be;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .tile-description
  .cta-area
  a.a-link-primary.a-button
  .icon,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .tile-description
  .cta-area
  a.a-link-primary.a-button
  .icon,
.m-oney-widget-section
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.oney-widget-link
  .icon,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.o-producttile .tile-description .cta-area .a-button-primary .icon,
.o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-button-link
  .icon,
.o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-link
  .icon,
.o-producttile
  .tile-description
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link-primary.a-button
  .icon,
.o-producttile
  .tile-description
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link-primary.a-button.a-button-link.a-link:not(.a-button-plain)
  .icon,
.o-producttile
  .tile-description
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link-primary.a-button
  .icon,
.o-producttile
  .tile-description
  .cta-area
  .m-oney-widget-section
  .a-link-primary.a-button.oney-widget-link
  .icon,
.o-producttile
  .tile-description
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link-primary.a-button.a-button-link.a-link.a-button-primary
  .icon,
.o-producttile
  .tile-description
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link-primary.a-button.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .tile-description
  .cta-area
  .a-link-primary.a-button.a-link
  .icon {
  color: #000;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -4px;
}
.o-producttile .tile-description .price-information {
  display: block;
  margin-top: 0;
  text-align: right;
}
.o-producttile .tile-description .price-information .details a,
.o-producttile .tile-description .price-information .details a:active,
.o-producttile .tile-description .price-information .details a:focus,
.o-producttile .tile-description .price-information .details a:hover,
.o-producttile .tile-description .price-information .details a:visited {
  color: #000;
}
.o-producttile .tile-description .price-information .price-info-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-producttile
  .tile-description
  .price-information
  .price-info-wrapper
  .current {
  text-align: left;
}
.o-producttile
  .tile-description
  .price-information
  .price-info-wrapper
  .current.basicprice {
  color: #a3acbd;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px !important;
  line-height: 18px;
  margin: 0 !important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
}
.o-producttile
  .tile-description
  .price-information
  .price-info-wrapper
  .current.highlight {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 16px !important;
  line-height: 26px;
  margin: 0 !important;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-align: left;
}
.o-producttile .tile-description .price-information .js-price-wrapper .price {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  position: relative;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .stock-info-wrapper {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  position: static;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .stock-info-wrapper
  .m-productsubscription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .stock-info-wrapper
  .m-productsubscription
  .a-link.js-trigger-popover-link {
  display: inline;
  min-width: 100%;
  text-align: left;
  width: 100%;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .stock-info-wrapper
  .m-productsubscription
  .a-link.js-trigger-popover-link:hover
  .text:after {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .stock-info-wrapper
  .m-productsubscription
  .a-link.js-trigger-popover-link
  .text {
  display: block;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  width: 100%;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .stock-info-wrapper
  .m-productsubscription
  .a-link.js-trigger-popover-link
  .text:after {
  content: "\e008";
  display: inline-block;
  font-size: 10px;
  height: 12px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 12px;
  font-family: icons;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .stock-info-wrapper
  .a-productavailability {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .stock-info-wrapper
  .a-productavailability
  .text {
  display: block !important;
  margin-top: 8px;
}
.o-producttile
  .tile-description
  .price-information
  .js-price-wrapper
  .previous {
  color: #d4691b !important;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}
.o-producttile .tile-description .price-information .details {
  margin-top: 0;
  text-align: left;
}
.o-producttile .tile-description .price-information .details p {
  color: #a3acbd;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0 !important;
}
.o-producttile .tile-description .price-information .additional-info,
.o-producttile .tile-description .price-information .eco-fee {
  color: #a3acbd;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}
.o-producttile .cta-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px;
  grid-template-columns: 1fr 50px;
  width: 100%;
}
.o-producttile .cta-area .a-button {
  min-width: auto;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  a.a-button.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  a.a-button.a-button.a-link-secondary,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .a-button.a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-producttile
  .cta-area
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-producttile
  .cta-area
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-producttile .cta-area .a-button.a-button.a-button-secondary,
.o-producttile .cta-area .a-button.a-button.a-link-secondary.a-button-link,
.o-producttile .cta-area .a-button.a-button.a-link-secondary.a-link,
.o-producttile
  .cta-area
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.o-producttile
  .cta-area
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary,
.o-producttile
  .cta-area
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
.o-producttile
  .cta-area
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.o-producttile
  .cta-area
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .a-button.a-button.a-link-secondary.a-link {
  border-radius: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.o-producttile .cta-area .a-button:only-child {
  grid-column: 1/3;
  margin: 0;
}
.o-producttile .cta-area .js-ajax-request {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  .js-ajax-request
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  .js-ajax-request
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.oney-widget-link,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.a-button-primary.js-add-to-basket.add-to-basket,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-button-link,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.o-producttile
  .cta-area
  .js-ajax-request
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-oney-widget-section
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.oney-widget-link,
.o-producttile
  .cta-area
  .js-ajax-request
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  line-height: 20px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  .js-ajax-request
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary
  .icon,
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  .js-ajax-request
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary
  .icon,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.oney-widget-link
  .icon,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.a-button-primary.js-add-to-basket.add-to-basket
  .icon,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-button-link
  .icon,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link
  .icon,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary
  .icon,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary
  .icon,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-oney-widget-section
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.oney-widget-link
  .icon,
.o-producttile
  .cta-area
  .js-ajax-request
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link
  .icon,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link
  .icon {
  display: block !important;
  height: 20px;
  width: 20px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .o-producttile
  .cta-area
  .js-ajax-request
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary
  .icon::before,
.m-form.oidc-registration
  .m-termsconditions
  .o-producttile
  .cta-area
  .js-ajax-request
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary
  .icon::before,
.m-oney-widget-section
  .o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.oney-widget-link
  .icon::before,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.a-button-primary.js-add-to-basket.add-to-basket
  .icon::before,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-button-link
  .icon::before,
.o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link
  .icon::before,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary
  .icon::before,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-add-to-basket.add-to-basket.a-link-primary
  .icon::before,
.o-producttile
  .cta-area
  .js-ajax-request
  .m-oney-widget-section
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.oney-widget-link
  .icon::before,
.o-producttile
  .cta-area
  .js-ajax-request
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link
  .icon::before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-producttile
  .cta-area
  .js-ajax-request
  .a-button.js-add-to-basket.add-to-basket.a-link-primary.a-link
  .icon::before {
  display: inline-block;
  font-size: 20px;
  font-family: icons;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}
@keyframes animation-product-expandable-area {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: 10px;
  }
}
@keyframes animation-product-expandable-area-reverse {
  0% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes animation-product-expandable-area-up {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -10px;
  }
}
@keyframes animation-product-expandable-area-up-reverse {
  0% {
    margin-top: -10px;
  }
  100% {
    margin-top: 0;
  }
}
.o-producttilerebrush {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 1px 0 25px 0 rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px 0 rgba(236, 236, 240, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 24px 24px;
  position: relative;
  width: 100%;
}
.o-producttilerebrush .product-promotion-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-producttilerebrush .campaign-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-producttilerebrush .product-code {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-producttilerebrush .product-title {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.o-producttilerebrush .product-section {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.o-producttilerebrush .product-highlights-container {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.o-producttilerebrush .js-product-expandable-area {
  margin-bottom: 24px !important;
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.o-producttilerebrush .product-awards {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.o-producttilerebrush .product-cta-area {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.o-producttilerebrush .product-online-dealers {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.o-producttilerebrush .campaign-title {
  display: initial;
  border-radius: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 -24px;
  width: auto;
}
.o-producttilerebrush .campaign-title .campaign-title-text {
  background: #000028;
  font-size: 12px !important;
  font-weight: 700;
  text-align: left;
  padding: 8px 17px;
  border-radius: 0;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}
.o-producttilerebrush .product-promotion-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 -24px;
  width: auto;
}
.o-producttilerebrush .product-promotion-wrapper .a-callout {
  margin: 0;
}
.o-producttilerebrush
  .product-promotion-wrapper
  .promotion-wrapper-left
  .a-callout
  .callout-text {
  background: #000028;
  display: table-cell;
  font-size: 12px !important;
  padding: 8px 17px;
  text-align: left;
  width: auto;
  vertical-align: middle;
}
.o-producttilerebrush
  .product-promotion-wrapper
  .promotion-wrapper-right
  .a-callout
  .callout-text {
  vertical-align: middle;
}
.o-producttilerebrush .product-code {
  margin: 24px 0 0;
}
.o-producttilerebrush .product-code .m-productlisttitlerebrush .a-link :hover,
.o-producttilerebrush .product-code .m-productlisttitlerebrush .a-link:hover {
  color: #7b89a1;
  text-decoration: underline;
}
.o-producttilerebrush
  .product-code
  .m-productlisttitlerebrush
  .a-link
  .a-heading {
  color: #7b89a1;
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
.o-producttilerebrush .product-code .tracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-producttilerebrush .product-code .tracking .a-rating .a-link.ratings {
  color: #7b89a1 !important;
  font-size: 12px !important;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-producttilerebrush .product-code .tracking .a-rating .a-link.scale {
  margin-left: 10px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-producttilerebrush .product-code .tracking .a-rating .text {
  color: #7b89a1 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-producttilerebrush .product-title {
  margin: 0;
  margin-top: 8px !important;
}
.o-producttilerebrush .product-title:hover {
  color: inherit;
}
.o-producttilerebrush .product-title .m-productlisttitlerebrush {
  width: 100%;
}
.o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush
  .a-link
  .a-heading.product-name,
.o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush
  .a-link
  .a-heading.product-name
  .fragment {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}
.o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush
  .a-link
  .a-heading.product-name
  .fragment:hover,
.o-producttilerebrush
  .product-title
  .m-productlisttitlerebrush
  .a-link
  .a-heading.product-name:hover {
  color: #000;
}
@media (min-width: 750px) {
  .o-producttilerebrush .product-title {
    width: 70%;
  }
}
.o-producttilerebrush .product-subscription .m-productsubscription .a-link {
  color: #000 !important;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: none !important;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-producttilerebrush
  .product-subscription
  .m-productsubscription
  .a-link:hover
  .text:after {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-producttilerebrush
  .product-subscription
  .m-productsubscription
  .a-link
  .text:after {
  content: "\e008";
  display: inline-block;
  font-size: 10px;
  height: 12px;
  line-height: 10px;
  text-align: center;
  vertical-align: middle;
  width: 12px;
  font-family: icons;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-producttilerebrush
  .product-code
  .m-productlisttitlerebrush
  .product-list-code {
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  color: #7b89a1;
  margin: 0;
}
.o-producttilerebrush .product-code .a-rating {
  height: 16px;
}
.o-producttilerebrush .product-code .a-rating .a-link.scale {
  height: 16px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 5px;
}
.o-producttilerebrush .product-code .a-rating .a-link.scale .icon {
  height: 18px;
}
@-moz-document url-prefix() {
  .o-producttilerebrush .product-code .a-rating .a-link.reviews .text,
  .o-producttilerebrush .product-code .a-rating > span.text.number {
    margin-top: -3px;
  }
}
.o-producttilerebrush .product-code .a-rating > span.text.number {
  margin-right: 5px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-producttilerebrush .product-code .a-rating .a-link.reviews {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.o-producttilerebrush .product-code .a-rating .a-link.reviews .text {
  color: #a3acbd;
}
.o-producttilerebrush .product-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin: 24px 0 0;
  position: static;
  width: 100%;
}
.o-producttilerebrush .product-section .product-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  min-width: auto;
  max-width: none;
  padding: 0;
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  background: #f5f5f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  max-width: none;
  position: absolute;
  padding: 5px 10px;
  left: 0;
  top: auto;
  width: 59px;
  z-index: 0;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon {
  height: 100%;
  line-height: unset;
  margin: 0;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 100%;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon::before {
  display: inline-block;
  font-size: 61px;
  font-family: icons;
  height: 28px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  width: 59px;
  color: #000028;
  left: -2px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .home-connect-image
  .icon:after {
  border-right: thin solid #a3acbd;
  content: "";
  display: none;
  height: 68%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.o-producttilerebrush .product-section .product-image-wrapper .product-image {
  width: 100%;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .product-main-image-container {
  height: auto !important;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link {
  display: block;
  width: 100%;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link
  .a-image {
  display: inline;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link
  .a-image
  img {
  max-height: 200px;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images {
  -webkit-column-gap: 5px;
  column-gap: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22%;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image
  picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image
  picture
  img {
  max-height: 90px;
  width: 100%;
}
.o-producttilerebrush
  .product-section
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image.highlight {
  border: none;
  outline: #3cc8be solid 2px;
}
.o-producttilerebrush .product-section .product-price-information {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
  max-width: none;
  padding: 0 0 0 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 50%;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-subscription {
  margin-bottom: 11px;
  margin-left: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-subscription
  .a-link {
  color: #e0173b;
  font-family: SiemensSans-Roman, sans-serif;
  text-decoration: underline;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  > div {
  width: 100%;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .previous {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  word-break: normal;
  white-space: nowrap;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .previous:not(.sr-only)
  ~ .price-info-wrapper
  .current {
  color: #d4691b;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .secondary-currency {
  color: #2b2f43;
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .additional-info {
  -webkit-box-ordinal-group: 16;
  -webkit-order: 15;
  -ms-flex-order: 15;
  order: 15;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper {
  line-height: 1;
  margin: 5px 0;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  white-space: nowrap;
  word-break: normal;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  line-height: 1;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability
  > span {
  white-space: initial;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability
  .hidden {
  display: inline-block !important;
  font-size: 12px;
  line-height: 16px;
  margin-left: 5px;
  white-space: initial;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .current {
  color: #000028;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  word-break: normal;
  white-space: nowrap;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .secondary-currency {
  margin: 0;
  -webkit-box-ordinal-group: 10001;
  -webkit-order: 10000;
  -ms-flex-order: 10000;
  order: 10000;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .additional-info,
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .eco-fee {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .additional-info
  p,
.o-producttilerebrush
  .product-section
  .product-price-information
  .price-wrapper
  .eco-fee
  p {
  font-size: 12px;
  line-height: 18px;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-top: 10px;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  margin-top: 6px;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper {
  display: block;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download {
  color: #7b89a1;
  display: block;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  margin-top: 10px;
  width: 100%;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download:before {
  padding: 0 15px;
  height: 22px;
  display: none;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download
  .text {
  overflow-wrap: unset !important;
}
.o-producttilerebrush
  .product-section
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant
  .color-counter {
  margin: 0;
  line-height: 24px;
  padding: 0;
}
.o-producttilerebrush .product-section.product-image-wrapper-big-tiles {
  display: block;
  gap: 0;
  position: relative;
  width: 100%;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper {
  float: unset !important;
  margin: 0;
  max-width: 100% !important;
  min-width: auto;
  padding: 0;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image {
  width: 100%;
  padding: 0 !important;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto !important;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link {
  display: block;
  width: 100%;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-link
  .a-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .product-main-image-container
  .a-image
  img {
  max-height: none;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images {
  -webkit-column-gap: 5px;
  column-gap: 5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px !important;
  row-gap: 5px;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0;
  max-width: 30px;
  width: 30px;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image
  picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image
  picture
  img {
  width: 100%;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-image-wrapper
  .product-image
  .horizontal-thumbnail-images
  .a-image.highlight {
  border: none;
  outline: #3cc8be solid 2px;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  margin: 0;
  max-width: none;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-subscription {
  margin-bottom: 11px;
  margin-left: 0;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-subscription
  .a-link {
  color: #e0173b;
  font-family: SiemensSans-Roman, sans-serif;
  text-decoration: underline;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper {
  display: block;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price {
  margin-bottom: 0;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .previous {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
  word-break: normal;
  white-space: nowrap;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .previous:not(.sr-only)
  ~ .price-info-wrapper
  .current {
  color: #d4691b;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper {
  line-height: 1;
  margin: 5px 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  white-space: nowrap;
  word-break: normal;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability {
  line-height: 1;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .stock-info-wrapper
  .a-productavailability
  .hidden {
  display: inline-block !important;
  font-size: 12px;
  line-height: 1;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .current {
  color: #000028;
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  word-break: normal;
  white-space: nowrap;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .price
  .price-info-wrapper
  .current.basicprice {
  color: #7b89a1;
  font-family: var(--fontfamily-roman);
  font-size: 12px;
  margin-left: 8px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .additional-info,
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .eco-fee {
  color: #7b89a1;
  font-size: 12px;
  line-height: 18px;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .additional-info
  p,
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .eco-fee
  p {
  font-size: 12px;
  line-height: 18px;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .additional-info {
  margin-top: 0;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .price-wrapper
  .eco-fee {
  margin: 0 !important;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section {
  row-gap: 3px;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-class-range {
  color: #7b89a1;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  margin-top: 6px;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper {
  display: block;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download {
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1.5;
  color: #7b89a1;
  width: auto !important;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download:before {
  padding: 0 15px;
  height: 22px;
  display: none;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .energy-label-wrapper
  .a-link-download
  .text {
  overflow-wrap: unset !important;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant
  .color-counter {
  margin: 0;
  line-height: 24px;
  padding: 0;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant
  .a-image {
  margin: 0;
  max-width: 25px;
}
.o-producttilerebrush
  .product-section.product-image-wrapper-big-tiles
  .product-price-information
  .product-energylabelcolor-section
  .product-color-variant
  .a-image
  img {
  max-width: 25px !important;
}
.o-producttilerebrush
  .product-section:not(.product-image-wrapper-big-tiles)
  .product-price-information
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.o-producttilerebrush
  .product-section:not(.product-image-wrapper-big-tiles)
  .product-price-information
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-wrapper {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-producttilerebrush
  .product-section:not(.product-image-wrapper-big-tiles)
  .product-price-information
  .product-energylabelcolor-section
  .energylabel-wrapper
  .data-sheet-energy
  .repair-index-wrapper {
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-producttilerebrush .energylabel-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.o-producttilerebrush .energylabel-wrapper .data-sheet-energy .eu-product-title,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .eu-product-title {
  line-height: 1.2;
}
.o-producttilerebrush .energylabel-wrapper .data-sheet-energy .m-imagelist,
.o-producttilerebrush .energylabel-wrapper .energy-label-wrapper .m-imagelist {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: auto !important;
  margin-left: 0 !important;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .m-imagelist
  .a-link,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist
  .a-link {
  margin: 0;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .m-imagelist
  .a-image,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist
  .a-image {
  height: 31px !important;
  max-height: 31px !important;
  min-height: 31px !important;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .m-imagelist
  .a-image
  img,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .m-imagelist
  .a-image
  img {
  height: 100%;
  width: auto;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .repair-index-wrapper
  .m-imagelist
  .a-image,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .repair-index-wrapper
  .m-imagelist
  .a-image {
  height: 42px !important;
  max-height: 42px !important;
  min-height: 42px !important;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .repair-index-wrapper
  .m-imagelist
  .a-image
  img,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .repair-index-wrapper
  .m-imagelist
  .a-image
  img {
  width: auto;
  max-width: none;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper {
  color: #7b89a1;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 18px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-decoration: none !important;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link
  .text.has-underline,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link
  .text.has-underline {
  text-decoration: none;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link:before,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link:before {
  display: none;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  .energy-label-text-wrapper
  .a-link:hover,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  .energy-label-text-wrapper
  .a-link:hover {
  text-decoration: underline;
}
.o-producttilerebrush
  .energylabel-wrapper
  .data-sheet-energy
  > div:last-of-type,
.o-producttilerebrush
  .energylabel-wrapper
  .energy-label-wrapper
  > div:last-of-type {
  margin-bottom: 0;
}
.o-producttilerebrush .product-awards {
  margin: 0;
  padding: 10px 0 0;
}
.o-producttilerebrush .product-awards .slick-track {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-producttilerebrush .product-awards .award-chip {
  margin: 0 10px 0 0 !important;
}
.o-producttilerebrush .product-awards .award-chip .m-imagelist {
  margin-right: 0;
}
.o-producttilerebrush .product-awards .award-chip .m-imagelist .a-link {
  margin-bottom: 0;
}
.o-producttilerebrush
  .product-awards
  .award-chip
  .m-imagelist
  .a-link
  .a-image
  img {
  object-fit: contain;
}
.o-producttilerebrush .product-awards .award-chip .a-link {
  margin-bottom: 0;
}
.o-producttilerebrush .product-awards .award-chip .a-link .a-image img {
  object-fit: contain;
}
.o-producttilerebrush .product-awards .award-chip .a-image {
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  min-height: 60px;
  min-width: 60px;
  width: 60px;
}
.o-producttilerebrush .product-awards .award-chip .a-image img {
  height: 100%;
}
.o-producttilerebrush .product-awards .award-chip .title-heading {
  word-break: break-all;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 5px;
}
.o-producttilerebrush .product-highlights-container {
  margin: 0;
}
.o-producttilerebrush .product-highlights-container > .product-highlights {
  margin: 0 0 40px;
}
.o-producttilerebrush .product-highlights-container .product-highlights .chip {
  background-color: rgba(236, 236, 240, 0.5);
  border-right: 8px solid #fff;
  border-left: none;
  color: #000;
  font-size: 12px;
  font-family: SiemensSans-Roman, sans-serif;
  line-height: 1;
  width: auto !important;
}
.o-producttilerebrush .product-cta-area {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-areas: unset;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 10px;
  margin: 20px 0 0;
  position: relative;
}
.o-producttilerebrush .product-cta-area .a-button {
  border-radius: 2px;
  font-size: 16px;
  line-height: 20px;
  min-width: auto;
  padding-left: 18px !important;
  padding-right: 18px !important;
  width: 100%;
}
.o-producttilerebrush .product-cta-area .a-button .icon-shopping-cart {
  display: inline-block !important;
  font-size: 16px;
  margin-right: 4px;
}
.o-producttilerebrush .product-cta-area .product-cta-compare {
  -ms-grid-row: 2;
  grid-row-start: 2;
  height: 1px;
  padding: 0;
  position: relative;
  top: auto;
  width: 100%;
  z-index: 2;
}
.o-producttilerebrush .product-cta-area .product-cta-compare > div {
  -webkit-transform: translateY(-29px);
  -ms-transform: translateY(-29px);
  transform: translateY(-29px);
  width: 50%;
}
.o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  padding: 0 0 0 38px;
}
.o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel::before {
  border-color: #cfd0d6;
  bottom: auto;
  top: 0;
  height: 28px;
  width: 28px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel:after {
  top: 5px !important;
  bottom: auto;
  font-size: 14px !important;
  left: 3px !important;
  width: 20px;
  height: 20px;
}
.o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel
  .label-text {
  color: #2b2f43;
  font-size: 12px;
  line-height: 16px;
  margin-top: 0 !important;
}
.o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel
  .label-text.js-compare-label {
  border: none;
  text-decoration: none;
}
.o-producttilerebrush
  .product-cta-area
  .product-cta-compare
  > div
  .a-formlabel
  .label-text.js-compare-label
  a {
  border: none;
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}
.o-producttilerebrush .product-cta-area .button-group-wrapper {
  min-height: 84px;
  z-index: 1;
}
.o-producttilerebrush .product-cta-area .button-group-wrapper,
.o-producttilerebrush .product-cta-area form.js-ajax-request,
.o-producttilerebrush .product-cta-area > div[data-replace-container] {
  position: relative;
  width: 100%;
}
.o-producttilerebrush .product-cta-area .button-group-wrapper .a-button,
.o-producttilerebrush .product-cta-area form.js-ajax-request .a-button {
  border-radius: 2px;
}
.o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-button
  .icon-shopping-cart,
.o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-button
  .icon-shopping-cart {
  display: inline-block !important;
  font-size: 16px;
  margin-right: 4px;
}
.o-producttilerebrush .product-cta-area .button-group-wrapper .a-link,
.o-producttilerebrush .product-cta-area form.js-ajax-request .a-link {
  margin: 0 !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  line-height: 18px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link.wtb:not(.a-button),
.o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link.wtb:not(.a-button) {
  line-height: 1;
  padding-top: 0;
  position: static;
  margin-top: 15px !important;
  -webkit-transform: translateY(6px) !important;
  -ms-transform: translateY(6px) !important;
  transform: translateY(6px) !important;
}
.o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link.wtb:not(.a-button):hover::before,
.o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link.wtb:not(.a-button):hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  .a-link.wtb:not(.a-button):before,
.o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-link.wtb:not(.a-button):before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: auto;
  color: #007a7a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  > form.js-ajax-request,
.o-producttilerebrush
  .product-cta-area
  .button-group-wrapper
  > form.js-ajax-request
  + div,
.o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  > form.js-ajax-request,
.o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  > form.js-ajax-request
  + div {
  width: auto !important;
}
.o-producttilerebrush .product-cta-area form.js-ajax-request {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-left: auto;
}
.o-producttilerebrush
  .product-cta-area
  form.js-ajax-request
  .a-button:disabled {
  background: rgba(45, 55, 60, 0.2);
  border-color: transparent;
  color: rgba(45, 55, 60, 0.5);
}
.o-producttilerebrush .product-cta-area form.js-ajax-request + div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 20px;
  min-height: 33px;
}
.o-producttilerebrush .product-cta-area .button-group-wrapper:only-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  grid-column: 1/3;
  max-width: none;
  width: 100%;
}
.o-producttilerebrush .a-link.product-online-dealers {
  margin-left: auto;
  margin-top: 19px;
}
.o-producttilerebrush .a-link.product-online-dealers:hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.o-producttilerebrush .a-link.product-online-dealers:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: auto;
  color: #007a7a;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-producttilerebrush .js-product-expandable-area {
  margin: 24px 0 0;
}
.o-producttilerebrush .js-product-expandable-area .product-expandable-area {
  padding-top: 0;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits {
  color: #2b2f43;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits.keybenefits {
  max-height: 62px;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits.keybenefits:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(white)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
  bottom: 0;
  content: "";
  height: 26px;
  left: 0;
  position: absolute;
  width: 100%;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits
  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits
  ul
  li {
  margin-bottom: 10px;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits
  ul
  li
  span
  .icon {
  font-size: 16px;
  padding-right: 5px;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .js-keybenefits
  ul
  li
  a {
  text-decoration: none;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .product-expandable-icon-area {
  cursor: pointer;
  line-height: 10px;
  padding-top: 10px;
}
.o-producttilerebrush
  .js-product-expandable-area
  .product-expandable-area
  .product-expandable-icon-area
  .icon {
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 900px) {
  .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area.toggle-bottom
    .arrow-down
    .icon.icon-arrow-down:after {
    content: "";
    height: 100%;
    left: 0;
    min-height: 72px;
    position: absolute;
    top: -65px;
    -webkit-transition: none;
    transition: none;
    width: 100%;
  }
  .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area
    .arrow-down
    .icon:before {
    -webkit-animation-name: animation-product-expandable-area-reverse;
    animation-name: animation-product-expandable-area-reverse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
  }
  .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area
    .icon.icon-arrow-up:not(.hidden)::before {
    -webkit-animation-name: animation-product-expandable-area-up-reverse;
    animation-name: animation-product-expandable-area-up-reverse;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
  }
  .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area:hover
    .arrow-down
    .icon:before {
    -webkit-animation-name: animation-product-expandable-area;
    animation-name: animation-product-expandable-area;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .o-producttilerebrush
    .js-product-expandable-area
    .product-expandable-area
    .product-expandable-icon-area:hover
    .icon.icon-arrow-up:not(.hidden)::before {
    -webkit-animation-name: animation-product-expandable-area-up;
    animation-name: animation-product-expandable-area-up;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.o-producttilerebrush .product-online-dealers {
  margin: 0;
}
.o-producttilerebrush .product-online-dealers .a-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  margin-top: 15px;
}
.o-producttilerebrush .product-online-dealers .a-link:hover::before {
  -webkit-transform: translateY(-2px) translateX(16px);
  -ms-transform: translateY(-2px) translateX(16px);
  transform: translateY(-2px) translateX(16px);
}
.o-producttilerebrush .product-online-dealers .a-link:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  bottom: auto;
  color: #000;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin: 0;
  position: relative;
  padding: 0 0 0 12px;
  right: auto;
  top: auto;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.o-producttilerebrush .product-online-dealers .a-link .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  text-decoration: none;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-image-wrapper-big-tiles {
  max-width: 45% !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-image-wrapper-big-tiles
  .horizontal-thumbnail-images {
  margin-top: 5% !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-price-information-big-tiles {
  grid-template-areas: "subscription energy" "price energy";
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles {
  margin: 15px 0 0 !important;
  grid-area: price;
  position: relative;
  padding-top: 35px;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles {
  width: 100% !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles {
  display: unset !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles
  .price-info-wrapper {
  margin-bottom: 5px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles
  .price-info-wrapper
  .stock-info-wrapper {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles
  .price-info-wrapper
  .current {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .price-inner-wrapper-big-tiles
  .price-big-tiles
  .stock-info-wrapper {
  position: absolute;
  top: 5px;
  margin: 0 !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .price-outer-wrapper-big-tiles
  .eco-fee-wrapper-big-tiles {
  width: 100% !important;
}
.o-producttilerebrush .product-image-wrapper-big-tiles .product-subscription {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  grid-area: subscription;
  padding-bottom: 0;
  padding-top: 5px;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-energylabelcolor-section {
  grid-area: energy;
  padding-left: 20px;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-energylabelcolor-section
  .energylabel-wrapper-big-tiles {
  width: 100% !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-energylabelcolor-section
  .energylabel-wrapper-big-tiles
  .m-imagelist {
  margin-left: 0 !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-color-variant-big-tiles.product-color-variant-big-tiles.product-color-variant-big-tiles {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-right: inherit !important;
  width: 100% !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-color-variant-big-tiles.product-color-variant-big-tiles.product-color-variant-big-tiles
  .color-variant-image-wrapper-big-tiles {
  max-width: 25px !important;
  width: 25px !important;
  margin-top: 0 !important;
}
.o-producttilerebrush
  .product-image-wrapper-big-tiles
  .product-color-variant-big-tiles.product-color-variant-big-tiles.product-color-variant-big-tiles
  .color-counter-big-tiles {
  padding-top: 5px !important;
}
.o-producttilesslider {
  margin: var(--element-margin) 0 0 0;
  background-color: #f5f5f7;
}
.o-producttilesslider .o-producttilesslider {
  margin: 0;
  padding: 0;
}
.o-producttilesslider > .a-heading {
  font-size: 28px;
  line-height: 33px;
  margin-bottom: 8px;
  padding-left: 30px;
}
.o-producttilesslider .tiles-slider {
  margin: 0 20px;
  width: -webkit-calc(100% - $container-padding-sm);
  width: calc(100% - $container-padding-sm);
}
.o-producttilesslider .producttile-slider-arrows {
  bottom: 30px;
  height: 44px;
  position: absolute;
  right: 20px;
  width: 100px;
}
.o-producttilesslider .producttile-slider-arrows .next,
.o-producttilesslider .producttile-slider-arrows .prev {
  margin-top: 0;
  top: 0;
}
.o-producttilesslider .producttile-slider-arrows .prev {
  margin-left: 0;
}
.o-producttilesslider .producttile-slider-arrows .next {
  margin-right: 0;
}
.o-raw {
  display: none;
}
.o-recommendedproducts
  .m-carousel
  .carousel-paginationarrows.paginationarrowposition-outside {
  left: 0;
  right: 0;
}
.o-recommendedproducts .m-carousel .m-productteaser {
  padding: 0 4px;
}
.o-recommendedproducts .m-carousel .m-productteaser .product-images,
.o-recommendedproducts .m-carousel .m-productteaser .product-info {
  width: 100%;
}
@media (min-width: 750px) {
  .o-producttilerebrush
    .product-section.product-image-wrapper-big-tiles
    .product-image-wrapper
    .product-image {
    padding-left: 30px;
  }
  .o-recommendedproducts .m-carousel .m-productteaser .product-images {
    width: 30%;
  }
}
.o-recommendedproducts
  .m-carousel
  .m-productteaser
  .product-images
  .product-awards {
  margin-bottom: 0;
}
.o-recommendedproducts
  .m-carousel
  .m-productteaser
  .product-images
  .product-thumbnail {
  margin: 0;
}
.o-recommendedproducts
  .m-carousel
  .m-productteaser
  .product-images
  .product-thumbnail
  a
  .a-image {
  text-align: left;
}
.o-retailerreviewcontainer {
  margin-bottom: 0;
}
.o-review,
.o-review.o-reviewmandatory,
.o-review.o-reviewoptional {
  margin-top: 0;
}
.o-review .m-layer.m-review-layer,
.o-review.o-reviewmandatory .m-layer.m-review-layer,
.o-review.o-reviewoptional .m-layer.m-review-layer {
  z-index: 100;
}
.o-review .m-layer[data-id="bv_picture_upload_layer"] .a-image.js-preview img,
.o-review.o-reviewmandatory
  .m-layer[data-id="bv_picture_upload_layer"]
  .a-image.js-preview
  img,
.o-review.o-reviewoptional
  .m-layer[data-id="bv_picture_upload_layer"]
  .a-image.js-preview
  img {
  height: auto;
  object-fit: unset;
  width: auto;
}
.o-review .side-col .product-image,
.o-review.o-reviewmandatory .side-col .product-image,
.o-review.o-reviewoptional .side-col .product-image {
  margin-bottom: 20px;
  width: 100%;
}
.o-review .side-col .product-image .a-image,
.o-review.o-reviewmandatory .side-col .product-image .a-image,
.o-review.o-reviewoptional .side-col .product-image .a-image {
  text-align: center;
  margin-bottom: 20px;
}
.o-review .side-col .m-producttitle .a-link.heading-link,
.o-review .side-col .m-producttitle .js-brandsection-wrapper,
.o-review.o-reviewmandatory .side-col .m-producttitle .a-link.heading-link,
.o-review.o-reviewmandatory .side-col .m-producttitle .js-brandsection-wrapper,
.o-review.o-reviewoptional .side-col .m-producttitle .a-link.heading-link,
.o-review.o-reviewoptional .side-col .m-producttitle .js-brandsection-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.o-review .side-col .m-producttitle .a-link.heading-link .a-heading,
.o-review .side-col .m-producttitle .js-brandsection-wrapper .a-heading,
.o-review.o-reviewmandatory
  .side-col
  .m-producttitle
  .a-link.heading-link
  .a-heading,
.o-review.o-reviewmandatory
  .side-col
  .m-producttitle
  .js-brandsection-wrapper
  .a-heading,
.o-review.o-reviewoptional
  .side-col
  .m-producttitle
  .a-link.heading-link
  .a-heading,
.o-review.o-reviewoptional
  .side-col
  .m-producttitle
  .js-brandsection-wrapper
  .a-heading {
  font-size: var(--heading-h5-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h5-line-height);
  color: #000;
}
.o-review .side-col .m-producttitle .a-link.heading-link .a-heading.brand,
.o-review .side-col .m-producttitle .js-brandsection-wrapper .a-heading.brand,
.o-review.o-reviewmandatory
  .side-col
  .m-producttitle
  .a-link.heading-link
  .a-heading.brand,
.o-review.o-reviewmandatory
  .side-col
  .m-producttitle
  .js-brandsection-wrapper
  .a-heading.brand,
.o-review.o-reviewoptional
  .side-col
  .m-producttitle
  .a-link.heading-link
  .a-heading.brand,
.o-review.o-reviewoptional
  .side-col
  .m-producttitle
  .js-brandsection-wrapper
  .a-heading.brand {
  color: #7b89a1;
  font-family: var(--fontfamily-roman);
  font-size: 12px;
  text-transform: capitalize;
}
.o-review .side-col .m-producttitle .a-link.heading-link .std-header-6,
.o-review .side-col .m-producttitle .js-brandsection-wrapper .std-header-6,
.o-review.o-reviewmandatory
  .side-col
  .m-producttitle
  .a-link.heading-link
  .std-header-6,
.o-review.o-reviewmandatory
  .side-col
  .m-producttitle
  .js-brandsection-wrapper
  .std-header-6,
.o-review.o-reviewoptional
  .side-col
  .m-producttitle
  .a-link.heading-link
  .std-header-6,
.o-review.o-reviewoptional
  .side-col
  .m-producttitle
  .js-brandsection-wrapper
  .std-header-6 {
  color: #2b2f43;
  font-size: 16px;
  padding-top: 10px;
}
.o-review .side-col > h2.a-heading,
.o-review.o-reviewmandatory .side-col > h2.a-heading,
.o-review.o-reviewoptional .side-col > h2.a-heading {
  color: #2b2f43;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 899px) {
  .o-review .side-col .m-layer .layer-wrapper,
  .o-review.o-reviewmandatory .side-col .m-layer .layer-wrapper,
  .o-review.o-reviewoptional .side-col .m-layer .layer-wrapper {
    width: 100%;
    max-width: none;
  }
}
.o-review .side-col .m-layer .layer-content,
.o-review .side-col .m-layer .layer-wrapper .layer-content,
.o-review.o-reviewmandatory .side-col .m-layer .layer-content,
.o-review.o-reviewmandatory .side-col .m-layer .layer-wrapper .layer-content,
.o-review.o-reviewoptional .side-col .m-layer .layer-content,
.o-review.o-reviewoptional .side-col .m-layer .layer-wrapper .layer-content {
  background-color: #f5f5f7;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #2b2f43;
  padding: 15px 10px;
}
.o-review .side-col .m-layer .layer-content p,
.o-review .side-col .m-layer .layer-content ul li,
.o-review .side-col .m-layer .layer-wrapper .layer-content p,
.o-review .side-col .m-layer .layer-wrapper .layer-content ul li,
.o-review.o-reviewmandatory .side-col .m-layer .layer-content p,
.o-review.o-reviewmandatory .side-col .m-layer .layer-content ul li,
.o-review.o-reviewmandatory .side-col .m-layer .layer-wrapper .layer-content p,
.o-review.o-reviewmandatory
  .side-col
  .m-layer
  .layer-wrapper
  .layer-content
  ul
  li,
.o-review.o-reviewoptional .side-col .m-layer .layer-content p,
.o-review.o-reviewoptional .side-col .m-layer .layer-content ul li,
.o-review.o-reviewoptional .side-col .m-layer .layer-wrapper .layer-content p,
.o-review.o-reviewoptional
  .side-col
  .m-layer
  .layer-wrapper
  .layer-content
  ul
  li {
  color: #2b2f43;
}
.o-review .side-col .m-layer .layer-content a,
.o-review .side-col .m-layer .layer-content p a,
.o-review .side-col .m-layer .layer-content ul li a,
.o-review .side-col .m-layer .layer-wrapper .layer-content a,
.o-review .side-col .m-layer .layer-wrapper .layer-content p a,
.o-review .side-col .m-layer .layer-wrapper .layer-content ul li a,
.o-review.o-reviewmandatory .side-col .m-layer .layer-content a,
.o-review.o-reviewmandatory .side-col .m-layer .layer-content p a,
.o-review.o-reviewmandatory .side-col .m-layer .layer-content ul li a,
.o-review.o-reviewmandatory .side-col .m-layer .layer-wrapper .layer-content a,
.o-review.o-reviewmandatory
  .side-col
  .m-layer
  .layer-wrapper
  .layer-content
  p
  a,
.o-review.o-reviewmandatory
  .side-col
  .m-layer
  .layer-wrapper
  .layer-content
  ul
  li
  a,
.o-review.o-reviewoptional .side-col .m-layer .layer-content a,
.o-review.o-reviewoptional .side-col .m-layer .layer-content p a,
.o-review.o-reviewoptional .side-col .m-layer .layer-content ul li a,
.o-review.o-reviewoptional .side-col .m-layer .layer-wrapper .layer-content a,
.o-review.o-reviewoptional .side-col .m-layer .layer-wrapper .layer-content p a,
.o-review.o-reviewoptional
  .side-col
  .m-layer
  .layer-wrapper
  .layer-content
  ul
  li
  a {
  color: #007a7a;
}
.o-review .side-col .m-layer.is-active .layer-overlay,
.o-review.o-reviewmandatory .side-col .m-layer.is-active .layer-overlay,
.o-review.o-reviewoptional .side-col .m-layer.is-active .layer-overlay {
  background-color: #f5f5f7;
  color: #2b2f43;
}
.o-review .m-form,
.o-review.o-reviewmandatory .m-form,
.o-review.o-reviewoptional .m-form {
  margin-top: 0;
  padding-top: 0;
}
.o-review .m-form .form-row,
.o-review.o-reviewmandatory .m-form .form-row,
.o-review.o-reviewoptional .m-form .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-review .m-form .form-row > .a-formlabel,
.o-review.o-reviewmandatory .m-form .form-row > .a-formlabel,
.o-review.o-reviewoptional .m-form .form-row > .a-formlabel {
  padding-right: 0;
  width: auto;
}
.o-review .m-form .form-row > .a-formlabel + .a-link.has-icon,
.o-review.o-reviewmandatory .m-form .form-row > .a-formlabel + .a-link.has-icon,
.o-review.o-reviewoptional .m-form .form-row > .a-formlabel + .a-link.has-icon {
  margin-left: 16px;
}
.o-review .m-form .form-row > .a-formlabel + .a-link.has-icon .icon,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  > .a-formlabel
  + .a-link.has-icon
  .icon,
.o-review.o-reviewoptional
  .m-form
  .form-row
  > .a-formlabel
  + .a-link.has-icon
  .icon {
  padding: 0;
}
.o-review .m-form .form-row .form-radio-group-wrapper,
.o-review.o-reviewmandatory .m-form .form-row .form-radio-group-wrapper,
.o-review.o-reviewoptional .m-form .form-row .form-radio-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-review .m-form .form-row .form-radio-group-wrapper .a-formlabel.radio,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .form-radio-group-wrapper
  .a-formlabel.radio,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .form-radio-group-wrapper
  .a-formlabel.radio {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
.o-review
  .m-form
  .form-row
  .form-radio-group-wrapper
  .m-forminput.m-forminput-radio,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .form-radio-group-wrapper
  .m-forminput.m-forminput-radio,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .form-radio-group-wrapper
  .m-forminput.m-forminput-radio {
  padding: 5px 0;
}
.o-review
  .m-form
  .form-row
  .form-radio-group-wrapper
  .m-forminput.m-forminput-radio
  span.label-text,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .form-radio-group-wrapper
  .m-forminput.m-forminput-radio
  span.label-text,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .form-radio-group-wrapper
  .m-forminput.m-forminput-radio
  span.label-text {
  font-family: var(--fontfamily-roman);
  margin: 0;
}
.o-review
  .m-form
  .form-row
  .upload-button-wrapper
  button.a-button
  span.loader-el:before,
.o-review
  .m-form
  .form-row
  .upload-button-wrapper
  button.a-button
  span.loading-indicator:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .upload-button-wrapper
  button.a-button
  span.loader-el:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .upload-button-wrapper
  button.a-button
  span.loading-indicator:before,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .upload-button-wrapper
  button.a-button
  span.loader-el:before,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .upload-button-wrapper
  button.a-button
  span.loading-indicator:before {
  color: #fff !important;
}
.o-review .m-form .form-row .a-formlabel .label-text,
.o-review.o-reviewmandatory .m-form .form-row .a-formlabel .label-text,
.o-review.o-reviewoptional .m-form .form-row .a-formlabel .label-text {
  font-size: var(--heading-h6-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h6-line-height);
  margin: var(--heading-h6-margin);
  color: #000;
}
.o-review .m-form .form-row .m-forminput,
.o-review.o-reviewmandatory .m-form .form-row .m-forminput,
.o-review.o-reviewoptional .m-form .form-row .m-forminput {
  color: #000;
  width: 100%;
}
.o-review .m-form .form-row .m-forminput.m-forminput-clickable-rating,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-clickable-rating,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-clickable-rating {
  padding-left: 0;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  input.m-forminput:checked
  ~ .a-formlabel:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  input.m-forminput:checked
  ~ .a-formlabel:before,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  input.m-forminput:checked
  ~ .a-formlabel:before {
  border-color: #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox {
  color: #000;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox:before,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox:before {
  background: 0 0;
  border-color: #cfd0d6;
  outline: 0;
  top: 5px;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox:after,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox:after,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox:after {
  color: #000;
  font-weight: 900;
  top: 6px !important;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text {
  color: #000;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 26px;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link,
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  a,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  a,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  a {
  color: #007a7a;
  display: inline;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link:hover,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link:hover,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link:hover {
  border-bottom: 1px solid #007a7a;
}
.o-review .m-form .form-row .m-forminput.m-forminput-dropdown,
.o-review.o-reviewmandatory .m-form .form-row .m-forminput.m-forminput-dropdown,
.o-review.o-reviewoptional .m-form .form-row .m-forminput.m-forminput-dropdown {
  height: 60px;
  width: 100%;
}
.o-review .m-form .form-row .m-forminput.m-forminput-dropdown .select-wrap,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap {
  margin-bottom: 14px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.o-review .m-form .form-row .m-forminput.m-forminput-textarea textarea.input,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-textarea
  textarea.input,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-textarea
  textarea.input {
  color: #000;
  height: 100px;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-radio
  .a-formlabel.radio
  .label-text,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-radio
  .a-formlabel.radio
  .label-text,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-radio
  .a-formlabel.radio
  .label-text {
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.o-review .m-form .form-row .m-forminput.m-forminput-bv-picture-upload button,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  button {
  float: left;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container {
  padding-bottom: 20px;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item {
  width: auto;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item
  > div,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item
  > div,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item
  > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
}
.o-review
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item
  > div
  img,
.o-review.o-reviewmandatory
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item
  > div
  img,
.o-review.o-reviewoptional
  .m-form
  .form-row
  .m-forminput.m-forminput-bv-picture-upload
  .item-container
  .item
  > div
  img {
  height: auto;
  max-width: 100%;
}
.o-review .m-form .form-row .form-error-wrapper,
.o-review.o-reviewmandatory .m-form .form-row .form-error-wrapper,
.o-review.o-reviewoptional .m-form .form-row .form-error-wrapper {
  font-size: 12px;
  position: relative;
  text-align: right;
  top: -6px;
}
.o-review .m-form .form-row.rating-likely-row,
.o-review.o-reviewmandatory .m-form .form-row.rating-likely-row,
.o-review.o-reviewoptional .m-form .form-row.rating-likely-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-review .m-form .form-row.rating-likely-row .rating-likely-range-labels,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-labels,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-labels {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio {
  display: block;
  float: left;
  margin: 0;
  min-width: 20px;
  padding: 0;
  text-align: center;
  width: -webkit-calc(100% / 11);
  width: calc(100% / 11);
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel {
  padding: 0;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel:last-child:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel:last-child:before,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel:last-child:before {
  border-right: 1px solid #000 !important;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel:before,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel:before {
  background: #fff;
  border-bottom: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  border-top: 1px solid #000 !important;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  position: absolute;
  top: -5px;
  width: 100%;
  z-index: -1;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel
  .label-text,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel
  .label-text,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  .a-formlabel
  .label-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input
  ~ .a-formlabel
  .label-text,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input
  ~ .a-formlabel
  .label-text,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input
  ~ .a-formlabel
  .label-text {
  font-size: 12px;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:checked
  ~ .a-formlabel:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:checked
  ~ .a-formlabel:before,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:checked
  ~ .a-formlabel:before {
  background: #3cc8be;
  border: 1px solid #3cc8be !important;
  -webkit-box-shadow: inset 0 0 0 2px #3cc8be, inset 0 0 0 7px #3cc8be,
    inset 0 0 0 12px #3cc8be;
  box-shadow: inset 0 0 0 2px #3cc8be, inset 0 0 0 7px #3cc8be,
    inset 0 0 0 12px #3cc8be;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:checked
  ~ .a-formlabel
  .label-text,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:checked
  ~ .a-formlabel
  .label-text,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:checked
  ~ .a-formlabel
  .label-text {
  font-weight: 600;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:hover
  ~ .a-formlabel:before,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:hover
  ~ .a-formlabel:before,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:hover
  ~ .a-formlabel:before {
  background: #3cc8be;
  border: 1px solid #3cc8be !important;
  -webkit-box-shadow: inset 0 0 0 2px #3cc8be, inset 0 0 0 7px #3cc8be,
    inset 0 0 0 12px #3cc8be;
  box-shadow: inset 0 0 0 2px #3cc8be, inset 0 0 0 7px #3cc8be,
    inset 0 0 0 12px #3cc8be;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:hover
  ~ .a-formlabel
  .label-text,
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:hover
  ~ .a-formlabel
  .label-text,
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio
  input:hover
  ~ .a-formlabel
  .label-text {
  font-weight: 600;
}
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio:has(input:checked),
.o-review
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio:has(input:hover),
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio:has(input:checked),
.o-review.o-reviewmandatory
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio:has(input:hover),
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio:has(input:checked),
.o-review.o-reviewoptional
  .m-form
  .form-row.rating-likely-row
  .rating-likely-range-options
  .m-forminput-radio:has(input:hover) {
  z-index: 2;
}
.o-review .m-form .form-row.rating-row,
.o-review.o-reviewmandatory .m-form .form-row.rating-row,
.o-review.o-reviewoptional .m-form .form-row.rating-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
}
.o-review .m-form .form-row.rating-row .a-formlabel,
.o-review.o-reviewmandatory .m-form .form-row.rating-row .a-formlabel,
.o-review.o-reviewoptional .m-form .form-row.rating-row .a-formlabel {
  width: 100%;
}
.o-review .m-form .form-layout-full#questions-container,
.o-review.o-reviewmandatory .m-form .form-layout-full#questions-container,
.o-review.o-reviewoptional .m-form .form-layout-full#questions-container {
  background-color: #f5f5f7;
  -webkit-box-shadow: inset 0 0 0 0 #007a7a;
  box-shadow: inset 0 0 0 0 #007a7a;
  margin: 20px 0 0;
  padding: 20px;
  width: 100%;
}
.o-review .m-form .form-layout-full#questions-container.questions-highlighted,
.o-review.o-reviewmandatory
  .m-form
  .form-layout-full#questions-container.questions-highlighted,
.o-review.o-reviewoptional
  .m-form
  .form-layout-full#questions-container.questions-highlighted {
  background-color: #f5f5f7;
  -webkit-box-shadow: inset 0 0 0 3px #007a7a;
  box-shadow: inset 0 0 0 3px #007a7a;
}
.o-review .m-form .form-layout-full#questions-container .a-formlabel,
.o-review.o-reviewmandatory
  .m-form
  .form-layout-full#questions-container
  .a-formlabel,
.o-review.o-reviewoptional
  .m-form
  .form-layout-full#questions-container
  .a-formlabel {
  width: 100%;
}
.o-review .m-form .form-layout-full#questions-container .form-row,
.o-review.o-reviewmandatory
  .m-form
  .form-layout-full#questions-container
  .form-row,
.o-review.o-reviewoptional
  .m-form
  .form-layout-full#questions-container
  .form-row {
  margin: 0;
}
.o-review
  .m-form
  .form-layout-full#questions-container
  .form-row:not(:first-child),
.o-review.o-reviewmandatory
  .m-form
  .form-layout-full#questions-container
  .form-row:not(:first-child),
.o-review.o-reviewoptional
  .m-form
  .form-layout-full#questions-container
  .form-row:not(:first-child) {
  margin-top: 32px;
}
.o-review
  .m-form
  .form-layout-full#questions-container
  .form-row:last-child
  .m-forminput,
.o-review.o-reviewmandatory
  .m-form
  .form-layout-full#questions-container
  .form-row:last-child
  .m-forminput,
.o-review.o-reviewoptional
  .m-form
  .form-layout-full#questions-container
  .form-row:last-child
  .m-forminput {
  margin-bottom: 0;
}
.o-review .m-form .m-termsconditions,
.o-review.o-reviewmandatory .m-form .m-termsconditions,
.o-review.o-reviewoptional .m-form .m-termsconditions {
  margin: 0;
}
.o-review
  .m-form
  .m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text,
.o-review.o-reviewmandatory
  .m-form
  .m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text,
.o-review.o-reviewoptional
  .m-form
  .m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text {
  color: #000;
}
.o-review
  .m-form
  .m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link,
.o-review.o-reviewmandatory
  .m-form
  .m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link,
.o-review.o-reviewoptional
  .m-form
  .m-termsconditions
  .m-forminput.m-forminput-checkbox
  .a-formlabel.checkbox
  .label-text
  .a-link {
  color: #007a7a;
  display: inline;
}
.o-review .m-form .m-termsconditions .form-error-wrapper,
.o-review.o-reviewmandatory .m-form .m-termsconditions .form-error-wrapper,
.o-review.o-reviewoptional .m-form .m-termsconditions .form-error-wrapper {
  font-size: 12px;
  position: relative;
  text-align: right;
  top: -6px;
}
.o-review .m-form .m-termsconditions .form-error-wrapper:before,
.o-review.o-reviewmandatory
  .m-form
  .m-termsconditions
  .form-error-wrapper:before,
.o-review.o-reviewoptional
  .m-form
  .m-termsconditions
  .form-error-wrapper:before {
  font-size: 12px;
  line-height: 1;
  margin: 0;
  right: -18px;
  top: -34px;
}
.o-review .m-form .m-termsconditions .form-error-wrapper .a-errormessage,
.o-review.o-reviewmandatory
  .m-form
  .m-termsconditions
  .form-error-wrapper
  .a-errormessage,
.o-review.o-reviewoptional
  .m-form
  .m-termsconditions
  .form-error-wrapper
  .a-errormessage {
  padding: 0;
  text-align: left;
}
.o-review .m-form a.a-link.a-link-ajaxpopoverlink .label-ajaxpopoverlink,
.o-review.o-reviewmandatory
  .m-form
  a.a-link.a-link-ajaxpopoverlink
  .label-ajaxpopoverlink,
.o-review.o-reviewoptional
  .m-form
  a.a-link.a-link-ajaxpopoverlink
  .label-ajaxpopoverlink {
  margin-bottom: 0;
}
.o-review .m-form > h2.a-heading,
.o-review.o-reviewmandatory .m-form > h2.a-heading,
.o-review.o-reviewoptional .m-form > h2.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  color: #000;
}
.o-review .content-col > h2.a-heading,
.o-review.o-reviewmandatory .content-col > h2.a-heading,
.o-review.o-reviewoptional .content-col > h2.a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
}
.o-review .content-col > h3.a-heading,
.o-review.o-reviewmandatory .content-col > h3.a-heading,
.o-review.o-reviewoptional .content-col > h3.a-heading {
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  color: #2b2f43;
  line-height: 26px;
}
.o-review.o-reviewmandatory .m-producttitle .a-link.heading-link,
.o-review.o-reviewmandatory.o-reviewmandatory
  .m-producttitle
  .a-link.heading-link,
.o-review.o-reviewoptional.o-reviewmandatory
  .m-producttitle
  .a-link.heading-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.o-review.o-reviewmandatory .content-col form,
.o-review.o-reviewmandatory.o-reviewmandatory .content-col form,
.o-review.o-reviewoptional.o-reviewmandatory .content-col form {
  padding: 0;
}
.o-review.o-reviewmandatory.o-reviewoptional .content-col form,
.o-review.o-reviewoptional .content-col form,
.o-review.o-reviewoptional.o-reviewoptional .content-col form {
  padding: 0;
}
@media (min-width: 750px) {
  .o-review .m-form .form-row .m-forminput.m-forminput-dropdown .select-wrap,
  .o-review.o-reviewmandatory
    .m-form
    .form-row
    .m-forminput.m-forminput-dropdown
    .select-wrap,
  .o-review.o-reviewoptional
    .m-form
    .form-row
    .m-forminput.m-forminput-dropdown
    .select-wrap {
    margin-bottom: 0;
  }
  .o-review .m-form .m-termsconditions .form-error-wrapper:before,
  .o-review.o-reviewmandatory
    .m-form
    .m-termsconditions
    .form-error-wrapper:before,
  .o-review.o-reviewoptional
    .m-form
    .m-termsconditions
    .form-error-wrapper:before {
    right: -18px;
  }
  .o-review,
  .o-review.o-reviewmandatory,
  .o-review.o-reviewoptional {
    margin-top: 20px;
  }
}
@media (min-width: 900px) {
  .o-review .m-form .form-layout-full#questions-container,
  .o-review.o-reviewmandatory .m-form .form-layout-full#questions-container,
  .o-review.o-reviewoptional .m-form .form-layout-full#questions-container {
    padding: 60px;
    width: -webkit-fit-content;
    width: fit-content;
  }
  .o-review .m-form .m-termsconditions .form-error-wrapper:before,
  .o-review.o-reviewmandatory
    .m-form
    .m-termsconditions
    .form-error-wrapper:before,
  .o-review.o-reviewoptional
    .m-form
    .m-termsconditions
    .form-error-wrapper:before {
    right: -22px;
  }
  .o-review .content-col,
  .o-review.o-reviewmandatory .content-col,
  .o-review.o-reviewoptional .content-col {
    width: 50%;
  }
  .o-review.o-reviewmandatory.o-reviewoptional .content-col,
  .o-review.o-reviewoptional .content-col,
  .o-review.o-reviewoptional.o-reviewoptional .content-col {
    padding-left: 2%;
    width: 70%;
  }
  .o-review,
  .o-review.o-reviewmandatory,
  .o-review.o-reviewoptional {
    margin-top: 20px;
  }
  .o-reviewcontainer .reviewcontainer-row {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    margin-bottom: 40px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
}
.o-reviewcontainer {
  padding-top: var(--element-margin);
}
.o-reviewcontainer .reviewcontainer-row:after {
  display: none;
}
.o-reviewcontainer .reviewcontainer-row .reviewitem-wrapper {
  width: 100%;
}
.o-reviewdisplay {
  margin-top: 0;
}
.o-reviewdisplay > h3.a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
}
.o-reviewdisplay .review-item-container .average-rating-container {
  display: block;
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .notice-buttons-container {
  padding: 0;
  -ms-grid-row: 2;
  grid-row: 2;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-column: span 3;
  grid-column: span 3;
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .notice-buttons-container
  .legal-notice-container {
  padding: 0;
  display: inline-block;
  -ms-grid-column: span 3;
  grid-column: span 3;
  margin-top: 30px;
}
@media (min-width: 600px) {
  .o-reviewdisplay .review-item-container .average-rating-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(100px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 40px;
  }
  .o-reviewdisplay
    .review-item-container
    .average-rating-container
    .notice-buttons-container {
    gap: 40px;
    margin-top: 0;
  }
  .o-reviewdisplay
    .review-item-container
    .average-rating-container
    .notice-buttons-container
    .legal-notice-container {
    -ms-grid-column: span 2;
    grid-column: span 2;
    margin-top: 0;
  }
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .notice-buttons-container
  .legal-notice-container
  .a-link {
  display: inline;
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .notice-buttons-container
  .review-header-buttons {
  display: inline-block;
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .notice-buttons-container
  .review-header-buttons
  .a-button,
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .notice-buttons-container
  .review-header-buttons
  .a-link {
  min-width: 240px;
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .m-averageproductrating {
  margin: 0;
  text-align: left;
  width: 100%;
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .m-averageproductrating
  .a-heading.avg-rating {
  line-height: 60px;
  padding-bottom: 0;
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .m-averageproductrating
  .totalReviews {
  font-family: SiemensSans-Roman, sans-serif;
  margin-top: 0;
  text-align: left;
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .m-product-questions {
  margin-left: 0;
  text-align: center;
}
@media (max-width: 599px) {
  .o-reviewdisplay
    .review-item-container
    .average-rating-container
    .m-averageproductrating {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
  }
  .o-reviewdisplay
    .review-item-container
    .average-rating-container
    .m-product-questions {
    width: 48% !important;
  }
  .o-reviewdisplay
    .review-item-container
    .average-rating-container
    .review-header-buttons {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
    margin-top: 20px;
  }
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons {
  width: 100%;
}
@media (min-width: 750px) {
  .o-reviewdisplay
    .review-item-container
    .average-rating-container
    .review-header-buttons {
    -ms-grid-column-span: 4;
    -ms-grid-column: 1;
    grid-column: 1 / span 4;
  }
}
@media (min-width: 900px) {
  .o-reviewdisplay
    .review-item-container
    .average-rating-container
    .review-header-buttons {
    -ms-grid-column: unset;
    grid-column: unset;
    margin-top: 0;
  }
}
.o-reviewdisplay
  .review-item-container
  .average-rating-container
  .review-header-buttons
  .a-button {
  display: inline-block;
  padding: 11px !important;
  width: 100%;
}
.o-reviewdisplay
  .review-item-container
  .ratingdistribution-wrapper
  .m-ratingdistribution
  .average-distribution-container
  .a-heading,
.o-reviewdisplay
  .review-item-container
  .ratingdistribution-wrapper
  .m-ratingdistribution
  .rating-distribution-container
  .a-heading {
  font-size: 25px;
  margin-bottom: 0;
}
.o-reviewdisplay
  .review-item-container
  .ratingdistribution-wrapper
  .m-ratingdistribution
  .average-distribution-container
  .m-ratingrow,
.o-reviewdisplay
  .review-item-container
  .ratingdistribution-wrapper
  .m-ratingdistribution
  .rating-distribution-container
  .m-ratingrow {
  width: 100% !important;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filterbar {
  background-color: #f5f7fa;
  color: #000;
  margin-bottom: 10px;
}
@media (max-width: 749px) {
  .o-productteasergridcontainer {
    -ms-grid-columns: (minmax(50%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
  .o-producttilesslider {
    width: 100vw;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
  }
  .o-reviewdisplay
    .review-item-container
    .review-filterbar-container
    .m-reviewfilterbar
    .filterbar {
    padding: 13px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-reviewdisplay
    .review-item-container
    .review-filterbar-container
    .m-reviewfilterbar
    .filterbar
    .sort-container {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .o-reviewdisplay
    .review-item-container
    .review-filterbar-container
    .m-reviewfilterbar
    .filterbar
    .sort-container
    .reviewfilterbar-dropdown {
    width: 100%;
  }
  .o-reviewdisplay
    .review-item-container
    .review-filterbar-container
    .m-reviewfilterbar
    .filterbar
    .sort-container
    .reviewfilterbar-dropdown
    .select-wrap
    .select2 {
    margin-left: 0;
  }
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filterbar
  .sort-container
  .reviewfilterbar-sort-text {
  margin-right: 10px;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options {
  display: block;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(250px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  row-gap: 20px !important;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .js-contextDataValueCookingExpertise
  + .m-forminput.m-forminput-checkbox {
  margin: 0;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .js-contextDataValueCookingExpertise
  + .m-forminput.m-forminput-checkbox
  .a-toggleSwitch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .js-contextDataValueCookingExpertise
  + .m-forminput.m-forminput-checkbox
  .a-toggleSwitch
  .label-text {
  line-height: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips {
  max-width: 100%;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips
  .dropdown-content {
  padding: 16px;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips
  .dropdown-content
  .m-forminput.m-forminput-checkbox {
  margin-bottom: 16px;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips
  .dropdown-content
  .m-forminput.m-forminput-checkbox:last-of-type {
  margin-bottom: 0 !important;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips
  .dropdown-content
  .m-forminput.m-forminput-checkbox
  .a-formlabel {
  line-height: 21px;
  padding: 0 34px 0 0;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips
  .dropdown-content
  .m-forminput.m-forminput-checkbox
  .a-formlabel:before {
  left: unset;
  right: 0;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips
  .dropdown-content
  .m-forminput.m-forminput-checkbox
  .a-formlabel:after {
  left: unset !important;
  right: 1.5px;
}
.o-reviewdisplay
  .review-item-container
  .review-filterbar-container
  .m-reviewfilterbar
  .filter-options
  .m-chips-group
  .m-chips
  .dropdown-content
  .a-button.multiselect-submit {
  min-width: unset;
  padding: 11px !important;
  width: 100%;
}
.o-reviewdisplay .review-item-container .selected-filter-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 899px) {
  .o-reviewdisplay .review-item-container .selected-filter-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .selected-filter-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  margin: 0;
  width: 100%;
}
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .selected-filter-items
  .a-selectedfilter.selected-filter {
  display: inline;
  margin: 0;
  padding: 0;
}
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .selected-filter-items
  .a-selectedfilter.selected-filter
  .text {
  font-family: var(--fontfamily-bold);
  font-size: 12px;
}
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .selected-filter-items
  .a-selectedfilter.selected-filter
  .icon {
  color: inherit;
  font-size: unset;
  font-weight: 900;
  line-height: unset;
  padding: 0 0 0 15px;
  top: 1px;
}
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .selected-filter-items
  .a-selectedfilter.selected-filter
  .icon:before {
  font-size: 10px;
  height: unset;
  line-height: 1;
  width: unset;
}
@media (max-width: 899px) {
  .o-reviewdisplay
    .review-item-container
    .selected-filter-container
    .reset-filter-container {
    margin-top: 30px;
  }
}
.o-reviewdisplay
  .review-item-container
  .selected-filter-container
  .reset-filter-container
  .a-button.reset-filter-button {
  border: 0 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  font-size: 12px;
  max-height: 30px;
  min-height: 30px;
  min-width: 150px;
  padding: 0 8px !important;
}
.o-reviewdisplay .review-search-container {
  margin: 0 0 0 auto;
  position: unset !important;
}
.o-reviewdisplay .o-reviewdisplay_noreviews .a-button {
  max-width: 320px;
  width: auto;
}
.o-reviewdisplay .selected-filter-items .selected-filter {
  color: #879baa;
}
.o-reviewdisplay .loadmore-review {
  margin: 20px auto;
}
.o-reviewdisplay .m-layer-reviewDispaly .layer-wrapper {
  background: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  margin: 0 auto;
  min-height: auto;
}
.o-reviewdisplay .m-layer-reviewDispaly .layer-wrapper .layer-content {
  height: auto;
  max-width: 95vw !important;
}
.o-reviewdisplay
  .m-layer-reviewDispaly
  .layer-wrapper
  .layer-content
  .layer-content-inner {
  height: auto;
  margin: 50px 43px 15px;
  padding: 0;
}
@media (min-width: 1920px) {
  .o-reviewdisplay .m-layer-reviewDispaly .layer-wrapper .layer-content {
    margin: auto;
    max-height: none;
  }
}
@media (min-width: 750px) {
  .o-reviewdisplay
    .m-layer-reviewDispaly
    .layer-wrapper
    .layer-content
    .layer-content-inner {
    margin: 100px auto 40px;
    max-width: 660px;
    padding: 0;
  }
  .o-reviewdisplay .m-layer-reviewDispaly .layer-wrapper .layer-content {
    height: auto !important;
    margin: auto;
    max-height: none;
    max-width: 90vw !important;
    min-height: 0;
    max-width: 920px !important;
    width: 920px;
  }
  .o-reviewdisplay .m-layer-reviewDispaly .layer-wrapper {
    height: 100% !important;
  }
}
@media (max-width: 749px) {
  .o-reviewdisplay .m-layer-reviewDispaly .layer-close {
    margin-top: 16px !important;
    margin-right: 16px !important;
  }
  .o-reviewdisplay .m-layer-reviewDispaly .layer-close .a-button {
    height: 16px !important;
    width: 16px !important;
  }
  .o-reviewdisplay .m-layer-reviewDispaly .layer-close .a-button .icon-close {
    font-size: 16px;
    height: 16px !important;
    width: 16px !important;
  }
  .o-reviewdisplay
    .m-layer-reviewDispaly
    .layer-close
    .a-button
    .icon-close:before {
    font-size: 16px !important;
    height: 16px !important;
    left: 1px !important;
    line-height: 8px;
    width: 16px !important;
  }
}
.o-reviewdisplay .m-mediagallerylayer-reviewgallery {
  top: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.o-reviewdisplay
  .m-mediagallerylayer-reviewgallery
  .m-slider.slick-initialized.slick-initialized
  .slide {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-reviewdisplay .m-mediagallerylayer-reviewgallery .a-image {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 140px;
  padding: 0;
}
.o-reviewdisplay .m-mediagallerylayer-reviewgallery .a-image picture {
  height: 100%;
  width: 100%;
}
.o-reviewdisplay .m-mediagallerylayer-reviewgallery .a-image img {
  aspect-ratio: unset;
  height: auto;
  max-height: 140px;
  max-width: none;
  object-fit: contain;
  width: auto;
}
.o-reviewdisplay .m-mediagallerylayer-reviewgallery .review-caption-txt {
  text-align: left;
  padding-bottom: 0;
}
.o-reviewdisplay .m-mediagallerylayer-reviewgallery .a-paginationdots {
  display: none;
}
.o-reviewdisplay .m-mediagallerylayer .paginationarrows.hidden-mobile {
  display: block !important;
}
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows {
  background: 0 0;
}
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.next,
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.prev {
  top: -webkit-calc(140px / 2);
  top: calc(140px / 2);
}
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.next.slick-disabled,
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.prev.slick-disabled {
  opacity: 0.5;
}
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows:hover {
  background: 0 0;
  opacity: 1;
}
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.next {
  right: -40px !important;
}
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.next:before {
  content: "\e008" !important;
}
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.prev {
  left: -40px !important;
}
.o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.prev:before {
  content: "\e007" !important;
}
.o-reviewdisplay .m-mediagallerylayer .paginationnumber {
  margin: 24px 0 0;
  position: relative;
}
@media (min-width: 750px) {
  .o-reviewdisplay
    .m-mediagallerylayer-reviewgallery
    .m-slider.slick-initialized.slick-initialized
    .slide {
    gap: 24px;
  }
  .o-reviewdisplay .m-mediagallerylayer-reviewgallery .a-image {
    height: 380px;
    max-width: none !important;
    padding: 0;
  }
  .o-reviewdisplay .m-mediagallerylayer-reviewgallery .a-image img {
    max-height: 380px;
    max-width: none;
  }
  .o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.next,
  .o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.prev {
    top: -webkit-calc(380px / 2);
    top: calc(380px / 2);
  }
  .o-reviewdisplay .m-mediagallerylayer .paginationnumber {
    margin: 32px 0 0;
    position: relative;
  }
}
.o-searchresultcontentsection .searchresult-content {
  margin: 0 -20px;
}
.o-serviceteaserarea {
  --paddingTop: 20px;
  --paddingButtom: 20px;
  --color-bg: #fff;
  margin: 0;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  max-width: none;
  background-color: var(--color-bg);
  padding: var(--element-margin) 0 0 0;
  width: -webkit-calc(100% + var(--max-pagewidth-padding));
  width: calc(100% + var(--max-pagewidth-padding));
}
.o-serviceteaserarea:after,
.o-serviceteaserarea:before {
  display: none;
}
.o-serviceteaserarea.almond-theme {
  background-color: #d6b493;
}
.o-serviceteaserarea .m-serviceteaser {
  display: none;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.o-serviceteaserarea .m-serviceteaser:nth-child(1),
.o-serviceteaserarea .m-serviceteaser:nth-child(2),
.o-serviceteaserarea .m-serviceteaser:nth-child(3) {
  display: block;
}
.o-serviceteaserarea .m-serviceteaser:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 900px) {
  .o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.next {
    right: -90px !important;
  }
  .o-reviewdisplay .m-mediagallerylayer .a-paginationarrows.prev {
    left: -90px !important;
  }
  .o-serviceteaserarea {
    --paddingTop: 40px;
    --paddingButtom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
  }
  .o-serviceteaserarea .m-serviceteaser {
    margin: 0 !important;
    max-width: 554px;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 1920px) {
  .o-serviceteaserarea {
    width: -webkit-calc(var(--max-pagewidth) - var(--max-pagewidth-padding));
    width: calc(var(--max-pagewidth) - var(--max-pagewidth-padding));
  }
}
.o-similarproducttable,
.o-similarproducttable .similar-product-container {
  overflow: visible;
}
.o-similarproducttable .similar-product-table {
  gap: 15px;
  overflow: visible;
  padding-left: 0;
}
.o-similarproducttable .similar-product-table .similar-product-item {
  background: #fff;
  -webkit-box-shadow: 1px 0 25px 0 #e0e3e7;
  box-shadow: 1px 0 25px 0 #e0e3e7;
  border: none;
  padding: 0 0 32px;
}
@media (max-width: 899px) {
  .o-similarproducttable .similar-product-table .similar-product-item {
    min-width: 215px;
    position: static !important;
    width: 100%;
  }
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title {
  padding-bottom: 0;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 28px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle
  .a-heading,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle
  .a-link
  .a-heading {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .o-similarproducttable .similar-product-table {
    gap: 40px;
  }
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .js-product-title
    .m-producttitle
    .a-heading,
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .js-product-title
    .m-producttitle
    .a-link
    .a-heading {
    font-size: 20px;
    line-height: 24px;
  }
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle
  .a-heading
  .fragment,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle
  .a-link
  .a-heading
  .fragment {
  color: #000;
  display: inline-block;
  font-family: var(--fontfamily-headlinesfont);
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}
@media (min-width: 900px) {
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .js-product-title
    .m-producttitle
    .a-heading
    .fragment,
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .js-product-title
    .m-producttitle
    .a-link
    .a-heading
    .fragment {
    font-size: 20px;
    line-height: 24px;
  }
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle
  .a-heading
  .fragment.std-header-6,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle
  .a-heading
  .fragment.vervibtID,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle
  .a-link
  .a-heading
  .fragment.std-header-6,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .js-product-title
  .m-producttitle
  .a-link
  .a-heading
  .fragment.vervibtID {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list {
  padding: 0;
  margin: 0;
  height: auto !important;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-image
  .similar-product-thumbnail {
  margin: 0 0 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-image
  .similar-product-thumbnail
  .a-image {
  padding: 14px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-heading {
  padding: 10px 28px 0;
  text-align: left;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-heading
  .compare-title {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  padding: 5px 0 10px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-heading
  .compare-title.not-visible {
  visibility: visible;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-heading
  .icon.icon-info {
  font-size: 14px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-value
  .compare-list-value {
  margin: 0;
  padding: 0 28px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-value
  .compare-list-value
  .compare-value {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 2px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-value
  .compare-list-value
  .compare-value
  .icon.icon-s {
  font-size: 16px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-value
  .compare-list-value
  .compare-value
  .icon-strich {
  margin: 0;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-compare-value
  .compare-list-value
  .compare-value
  .icon-strich:before {
  content: "\e01b" !important;
  color: #e0173b;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-rating {
  margin: 9px 0 15px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-rating
  .similar-product-rating
  .m-ratingsummary {
  margin-bottom: 0;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-highlights
  > p {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin: 20px 0;
  padding: 0 40px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-price {
  padding: 0 14px;
}
@media (min-width: 900px) {
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .similar-product-list.js-product-compare-heading
    .compare-title {
    font-size: 12px;
    line-height: 12px;
  }
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .similar-product-list.js-product-compare-value
    .compare-list-value
    .compare-value {
    padding: 7px 0 11px;
  }
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .similar-product-list.js-product-compare-value
    .compare-list-value
    .compare-value
    .icon.icon-s {
    font-size: 24px;
  }
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .similar-product-list.js-product-price {
    padding: 0 28px;
  }
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-price
  .similar-product-price-info {
  margin: 20px 0 0;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-price
  .similar-product-price-info
  .price {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-price
  .similar-product-price-info
  .previous {
  color: #d4691b;
  display: block;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  width: 100%;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-price
  .similar-product-price-info
  .product-status {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: inline;
  margin: 0 0 0 10px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-price
  .similar-product-price-info
  .current {
  display: inline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  width: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-size: 20px;
  line-height: 26px;
  white-space: nowrap;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-detail-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 14px;
  width: 100%;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-detail-link
  .similar-product-detail-link {
  margin: 10px 0 0;
  padding: 0;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-detail-link
  .similar-product-detail-link
  .a-link {
  all: revert;
  border: none !important;
  color: #007a7a;
  cursor: pointer;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 1;
  margin: 0;
  min-width: auto !important;
  padding: 0 !important;
  text-decoration: none;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-detail-link
  .similar-product-detail-link
  .a-link:after {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  top: 3px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-detail-link
  .similar-product-detail-link
  .a-link:active,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-detail-link
  .similar-product-detail-link
  .a-link:focus,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-list.js-product-detail-link
  .similar-product-detail-link
  .a-link:hover {
  all: revert;
  border: none !important;
  color: #007a7a;
  cursor: pointer;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label {
  padding: 0 14px;
}
@media (min-width: 900px) {
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .similar-product-energy-label,
  .o-similarproducttable
    .similar-product-table
    .similar-product-item
    .similar-product-list.js-product-detail-link {
    padding: 0 28px;
  }
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .a-link,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .energy-class-range,
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  p {
  color: #2b2f43;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  > p {
  margin: 40px 0 25px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .a-link::before {
  display: none;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .energy-class-range {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: 15px;
  margin-left: 0;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .data-sheet-energy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .data-sheet-energy
  .data-sheet-repair-index.additional-energy-labels-repair-index {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .data-sheet-energy
  .data-sheet-repair-index.additional-energy-labels-repair-index
  .m-imagelist
  .a-link
  .a-image
  img {
  height: 42px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .data-sheet-energy
  .m-imagelist
  .a-link {
  margin: 0;
  text-decoration: none;
  width: auto;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .data-sheet-energy
  .m-imagelist
  .a-link
  .a-image {
  max-width: none;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-energy-label
  .data-sheet-energy
  .m-imagelist
  .a-link
  .a-image
  img {
  width: auto;
  height: 30px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item.current-product {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #007a7a;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item.current-product
  .similar-product-list
  .compare-list-value {
  margin-left: 0;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item.current-product
  .similar-product-list
  .compare-value {
  padding: 10px 10px 5px;
}
.o-similarproducttable
  .similar-product-table
  .similar-product-item
  .similar-product-rating {
  padding: 0 28px;
  margin: 0;
}
.o-similarproducttable .compare-button-wrapper {
  margin: 40px 0 80px;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary,
.o-myproducts
  > .myproducts-controls
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-button-secondary,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary,
.o-similarproducttable
  .compare-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-secondary.a-button-link,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary,
.o-similarproducttable
  .compare-button-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary {
  all: revert;
  border: none !important;
  color: #000;
  font-size: 16px;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 1;
  margin: 0;
  min-width: auto !important;
  padding: 0 !important;
  text-decoration: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain):after,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:after,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:after,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-button-secondary:after,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:after,
.o-similarproducttable
  .compare-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain):after,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-secondary.a-button-link:after,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:after,
.o-similarproducttable
  .compare-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:after,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:after {
  -webkit-font-smoothing: antialiased;
  margin: 0 0 0 10px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:focus:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:focus,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:focus,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover,
.o-myproducts
  > .myproducts-controls
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:active:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-button-secondary:active,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-button-secondary:focus,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-button-secondary:hover,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:active,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:focus,
.o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:hover,
.o-similarproducttable
  .compare-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:active:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:focus:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-secondary.a-button-link:active,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-secondary.a-button-link:focus,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-secondary.a-button-link:hover,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:active,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:focus,
.o-similarproducttable
  .compare-button-wrapper
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-secondary.a-button-link.a-button-primary:hover,
.o-similarproducttable
  .compare-button-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-secondary.a-button-link:active:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .o-myproducts
  > .myproducts-controls
  .a-link.a-button.a-link-secondary.a-button-link:hover:not(.a-button-plain),
.o-similarproducttable
  .compare-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:active,
.o-similarproducttable
  .compare-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:focus,
.o-similarproducttable
  .compare-button-wrapper
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-secondary:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:focus,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-similarproducttable
  .compare-button-wrapper
  .a-link.a-button.a-link-secondary:hover {
  all: revert;
  border: transparent !important;
  color: #000;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.o-teasercontainer {
  --color-teasercontainer-bg: #fff;
  background-color: var(--color-teasercontainer-bg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: var(--element-margin);
}
.o-teasercontainer::after {
  display: none;
}
.o-teasercontainer .m-teaser {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  height: 100%;
  padding: 0;
}
.o-teasercontainer .m-teaser:last-child {
  padding-bottom: 0 !important;
}
.o-teasercontainer .m-teaser.teaser-100 {
  margin: 0 -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin: 0 calc(var(--max-pagewidth-padding) * -1);
  width: -webkit-calc(100% + var(--max-pagewidth-padding-x2));
  width: calc(100% + var(--max-pagewidth-padding-x2));
}
.o-teasercontainer .m-teaser:only-child .teaser-media {
  margin-bottom: 24px !important;
}
@media (min-width: 750px) {
  .o-teasercontainer {
    margin-left: 0 !important;
    width: 100% !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .o-teasercontainer .m-teaser.teaser-200-2 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-right: 16%;
  }
  .o-teasercontainer .m-teaser.teaser-300 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    padding-right: 40px;
    width: 33%;
  }
  .o-teasercontainer .m-teaser:not(.row-0) {
    margin-top: 30px;
  }
}
@media (min-width: 900px) {
  .o-teasercontainer .m-teaser.teaser-200-2:not(.row-0) {
    margin-top: 50px;
  }
  .o-teasercontainer .m-teaser.teaser-200-2 .teaser-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .o-teasercontainer .m-teaser.teaser-200-2 .teaser-content .content-inner {
    margin-bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .o-teasercontainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(0, calc(1400px / 6))
      minmax(0, calc(1400px / 6)) minmax(0, calc(1400px / 6))
      minmax(0, calc(1400px / 6)) minmax(0, calc(1400px / 6))
      minmax(0, calc(1400px / 6)) 1fr;
    grid-template-columns: 1fr minmax(0, -webkit-calc(1400px / 6)) minmax(
        0,
        -webkit-calc(1400px / 6)
      ) minmax(0, -webkit-calc(1400px / 6)) minmax(0, -webkit-calc(1400px / 6)) minmax(
        0,
        -webkit-calc(1400px / 6)
      ) minmax(0, -webkit-calc(1400px / 6)) 1fr;
    grid-template-columns: 1fr minmax(0, calc(1400px / 6)) minmax(
        0,
        calc(1400px / 6)
      ) minmax(0, calc(1400px / 6)) minmax(0, calc(1400px / 6)) minmax(
        0,
        calc(1400px / 6)
      ) minmax(0, calc(1400px / 6)) 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    max-width: 1400px;
    margin: 0 auto !important;
    width: auto !important;
  }
  .o-teasercontainer .m-teaser {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    height: auto;
  }
  .o-teasercontainer .m-teaser:nth-child(1) {
    grid-column: 2/4;
  }
  .o-teasercontainer .m-teaser:nth-child(2n) {
    grid-column: 4/6;
  }
  .o-teasercontainer .m-teaser:nth-child(3n) {
    grid-column: 6/8;
  }
  .o-teasercontainer .m-teaser:nth-child(3n + 1) {
    grid-column: 2/4;
  }
  .o-teasercontainer .m-teaser:nth-child(3n + 2) {
    grid-column: 4/6;
  }
  .o-teasercontainer .m-teaser.teaser-200-2 + .teaser-200-2 + .teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 5/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 5/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 5/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 5/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 5/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 5/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 5/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2
    + .teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer .m-teaser.teaser-100 {
    grid-column: 1/9;
    margin-left: auto !important;
    margin-left: -webkit-calc(-50vw + 50%) !important;
    margin-left: calc(-50vw + 50%) !important;
    padding-left: 0;
    padding-right: 0;
    width: 100vw !important;
  }
  .o-teasercontainer .m-teaser.teaser-200-2 {
    grid-column: 2/5;
  }
  .o-teasercontainer .m-teaser.teaser-200-2 + .teaser-200-2 {
    grid-column: 5/8;
  }
  .o-teasercontainer .m-teaser.teaser-200-2 + .teaser-200-2 + .teaser-300 {
    grid-column: 2/4;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300 {
    grid-column: 4/6;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 6/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 2/4;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 4/6;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 6/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 2/4;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 4/6;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 6/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 2/4;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 4/6;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 6/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 2/4;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 4/6;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 6/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 2/4;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 4/6;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 6/8;
  }
  .o-teasercontainer
    .m-teaser.teaser-200-2
    + .teaser-200-2
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300
    + .teaser-300 {
    grid-column: 2/4;
  }
  .o-teasercontainer .m-teaser.teaser-300.teaser-300 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-right: 40px;
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .o-teasercontainer .m-teaser.teaser-100 {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
    max-width: none;
    width: 100vw !important;
  }
}
.o-technicaloverview > .g-layout-full {
  margin-bottom: 0;
}
.o-technicaloverview > .g-layout-full .content-wrapper {
  padding-top: 0;
}
.o-technicaloverview .content-wrapper .a-heading {
  color: #000;
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin-bottom: 40px;
}
.o-technicaloverview .overview-warpper .m-overviewtile {
  padding-right: 2%;
}
.o-technicaloverview .overview-warpper .m-overviewtile .content {
  border-left: none;
  padding-left: 0;
}
.o-technicaloverview .overview-warpper .m-overviewtile .content > p {
  color: #2b2f43;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.o-technicaloverview
  .overview-warpper
  .m-overviewtile
  .content
  > p
  .icon.icon-info-circle {
  color: #007a7a;
  font-size: 12px;
  height: 16px;
  margin-left: 5px;
  width: 16px;
}
.o-technicaloverview
  .overview-warpper
  .m-overviewtile
  .content
  > p
  .icon.icon-info-circle:before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 3px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #007a7a;
}
.o-technicaloverview .overview-warpper .m-overviewtile .content > p .highlight {
  font-size: 16px;
  line-height: 26px;
}
.o-technicaloverview .buttons {
  float: left;
  margin: 6px 0 0;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 20px !important;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary:before,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary:before,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary:before,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain):before,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link:before,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary:before,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary:before {
  content: "\e08f";
  color: #007a7a;
  font-size: 16px;
  display: inline-block;
  margin: 0 0 0 16px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link
  .text,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary
  .text,
.o-technicaloverview .buttons .a-link.a-button.a-button-primary .text,
.o-technicaloverview .buttons .a-link.a-button.a-link-primary .text,
.o-technicaloverview
  .buttons
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  .text,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-link.a-button.a-link-primary.a-button-link
  .text,
.o-technicaloverview
  .buttons
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-link.a-button.a-link-primary.a-button-link.a-button-primary
  .text,
.o-technicaloverview
  .buttons
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-link.a-button.a-link-primary
  .text,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .o-technicaloverview
  .buttons
  .a-link.a-button.a-link-primary
  .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media (min-width: 900px) {
  .o-technicaloverview .content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .o-technicaloverview .content-wrapper .a-heading {
    margin-top: 80px;
  }
  .o-technicaloverview .content-wrapper > .buttons {
    margin-top: 40px;
    margin-left: auto;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile {
    border-bottom: thin solid #d8d8d8;
    border-right: thin solid #d8d8d8;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
    padding-left: 39px;
    padding-right: 21px;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile .content .highlight {
    font-family: SiemensSans-Bold, sans-serif;
  }
  .o-technicaloverview
    .overview-warpper
    .m-overviewtile
    .content
    > p:first-child {
    font-family: SiemensSans-Bold, sans-serif;
    padding-bottom: 16px;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile:first-child,
  .o-technicaloverview .overview-warpper .m-overviewtile:nth-child(5n) {
    padding-left: 0;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile:nth-child(18),
  .o-technicaloverview .overview-warpper .m-overviewtile:nth-child(4),
  .o-technicaloverview .overview-warpper .m-overviewtile:nth-child(8) {
    border-right: none;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile:nth-child(n + 5) {
    border-bottom: none;
    padding-top: 40px;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile:last-child {
    border-right: none !important;
  }
}
@media (max-width: 749px) {
  .o-technicaloverview .content-wrapper .a-heading {
    margin-top: 32px;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    width: 100%;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile:after {
    bottom: 0;
    border: thin solid #e0e3e7;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
  }
  .o-technicaloverview .overview-warpper .m-overviewtile .content {
    padding-bottom: 24px;
  }
  .o-technicaloverview .buttons {
    margin: 20px 0;
    width: 100%;
  }
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .o-technicaloverview
    .buttons
    .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .o-technicaloverview
    .buttons
    .a-link.a-button.a-link-primary.a-button-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .o-technicaloverview
    .buttons
    .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
  .o-technicaloverview .buttons .a-link.a-button.a-button-primary,
  .o-technicaloverview .buttons .a-link.a-button.a-link-primary,
  .o-technicaloverview
    .buttons
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
  .o-technicaloverview
    .buttons
    .m-tabs-rebrush
    .tab-rebrush-panel
    .m-contenttextmedia
    .content
    .content-inner
    .list-unstyled
    .a-link.a-button.a-link-primary.a-button-link,
  .o-technicaloverview
    .buttons
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-link.a-button.a-link-primary.a-button-link.a-button-primary,
  .o-technicaloverview
    .buttons
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-link.a-button.a-link-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .o-technicaloverview
    .buttons
    .a-link.a-button.a-link-primary {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  body[data-page-dimensions*="Shop|Startpage"i]
    .o-productteasergridcontainer
    .item
    .m-productteaser
    .product-images
    .product-thumbnail
    .callouts {
    position: absolute;
    top: 55px;
  }
}
.m-slider {
  --color-arrows: #000;
}
.m-slider .paginationnumber.paginationnumberposition-bottom {
  display: none;
}
.m-slider .slide .m-contenttextmedia {
  padding-bottom: 0;
}
.a-image.a-image-hotspots button.a-button.image-hotspot {
  background: #3cc8be;
  border-radius: 50% !important;
  -webkit-box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  box-shadow: 0 0 0 10px rgba(60, 200, 190, 0.2);
  color: #41aaaa;
  font-size: 12px;
  height: 60px !important;
  line-height: 25px !important;
  min-height: 60px;
  max-height: 60px;
  min-width: 60px;
  max-width: 60px;
  padding: 11px !important;
  width: 60px !important;
}
.a-image.a-image-hotspots button.a-button.image-hotspot:before {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  color: #000;
  height: 24px;
}
.a-image.a-image-hotspots button.a-button.image-hotspot:active,
.a-image.a-image-hotspots button.a-button.image-hotspot:focus,
.a-image.a-image-hotspots button.a-button.image-hotspot:hover {
  background: #fff;
  color: inherit;
  outline: 0;
}
.a-image-hotspots .image-hotspot,
.a-image-hotspots .image-hotspot.a-button {
  display: block;
}
.a-image-ocr .sparepart-scan-frame {
  border: 2px solid #3cc8be;
}
@media (min-width: 750px) {
  .a-image.a-image-hotspots button.a-button.image-hotspot {
    font-size: 16px;
    height: 72px !important;
    min-height: 72px;
    max-height: 72px;
    min-width: 72px;
    max-width: 72px;
    width: 72px !important;
  }
  .a-image.a-image-hotspots button.a-button.image-hotspot:before {
    height: 27px;
  }
  .a-image-ocr .sparepart-scan-frame {
    height: 18px;
    width: 40px;
  }
}
@media (min-width: 900px) {
  .a-image-ocr .sparepart-scan-frame {
    height: 18px;
    width: 55px;
  }
}
@media (min-width: 1400px) {
  .a-image-ocr .sparepart-scan-frame {
    height: 19px;
    width: 60px;
  }
}
@media (min-width: 1920px) {
  .a-image-ocr .sparepart-scan-frame {
    height: 23px;
    width: 65px;
  }
}
.m-forminput-bv-picture-upload .js-upload-picture {
  margin-bottom: 30px;
}
.m-forminput-datepicker {
  border: none;
  margin: 0;
  position: relative;
}
.m-forminput-datepicker.input.is-not-selected input {
  border-color: #e0173b;
}
.m-forminput-datepicker .input {
  border-bottom-width: 1px !important;
}
.m-forminput-datepicker .input:focus {
  border-bottom-width: 2px !important;
}
.m-forminput-datepicker .input::-webkit-input-placeholder {
  color: #000 !important;
  font-family: SiemensSans-Bold, sans-serif !important;
}
.m-forminput-datepicker .input:-ms-input-placeholder {
  color: #000 !important;
  font-family: SiemensSans-Bold, sans-serif !important;
}
.m-forminput-datepicker .input::placeholder {
  color: #000 !important;
  font-family: SiemensSans-Bold, sans-serif !important;
}
.date-picker:after {
  bottom: 18px;
  display: inline-block;
  color: #000;
  font-family: icons;
  font-size: 24px;
  font-style: normal;
  position: absolute;
  right: 8px;
  speak: none;
}
.date-picker .input {
  font-family: SiemensSans-Bold, sans-serif;
}
.date-picker .input.has-error {
  border-color: #e0173b !important;
}
.pika-single {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.pika-single.calendar .pika-lendar,
.pika-single.is-bound {
  background: #fff;
  border: none;
  border-radius: 2px;
  margin-top: 0;
  padding: 40px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pika-single.calendar .pika-lendar:after,
.pika-single.calendar .pika-lendar:before,
.pika-single.is-bound:after,
.pika-single.is-bound:before {
  display: none;
}
.pika-single.calendar .pika-lendar .pika-lendar,
.pika-single.is-bound .pika-lendar {
  margin: 0;
  position: relative;
}
.pika-single.calendar .pika-lendar .pika-title,
.pika-single.is-bound .pika-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
  position: static;
}
.pika-single.calendar .pika-lendar .pika-label,
.pika-single.is-bound .pika-label {
  color: #2d373c;
  font-size: 16px;
  height: auto;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.pika-single.calendar .pika-lendar .pika-label:after,
.pika-single.is-bound .pika-label:after {
  color: #000;
  display: none;
  line-height: 10px;
  opacity: 1;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.pika-single.calendar .pika-lendar .pika-next,
.pika-single.calendar .pika-lendar .pika-prev,
.pika-single.is-bound .pika-next,
.pika-single.is-bound .pika-prev {
  background: 0 0;
  color: #000;
  font-size: 16px;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pika-single.calendar .pika-lendar .pika-next.is-disabled,
.pika-single.calendar .pika-lendar .pika-prev.is-disabled,
.pika-single.is-bound .pika-next.is-disabled,
.pika-single.is-bound .pika-prev.is-disabled {
  display: none;
}
.pika-single.calendar .pika-lendar .pika-next:hover,
.pika-single.calendar .pika-lendar .pika-prev:hover,
.pika-single.is-bound .pika-next:hover,
.pika-single.is-bound .pika-prev:hover {
  color: #3cc8be;
}
.pika-single.calendar .pika-lendar abbr,
.pika-single.is-bound abbr {
  color: #7b89a1;
  cursor: inherit;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.pika-single.calendar .pika-lendar .pika-table,
.pika-single.is-bound .pika-table {
  border-collapse: collapse;
}
.pika-single.calendar .pika-lendar .pika-table thead,
.pika-single.is-bound .pika-table thead {
  border-bottom: none;
}
.pika-single.calendar .pika-lendar .pika-table th,
.pika-single.is-bound .pika-table th {
  line-height: 10px;
  padding-bottom: 15px;
}
.pika-single.calendar .pika-lendar .pika-table tr:first-child td,
.pika-single.is-bound .pika-table tr:first-child td {
  padding-top: 15px;
}
.pika-single.calendar .pika-lendar .pika-day,
.pika-single.is-bound .pika-day {
  background: 0 0;
  border-radius: 2px;
  color: #000;
  font-size: 14px;
  font-family: SiemensSans-Roman, sans-serif;
  margin: 0 auto;
  width: 30px;
}
.pika-single.calendar .pika-lendar .pika-day:hover,
.pika-single.is-bound .pika-day:hover {
  outline: #000 solid thin;
}
.pika-single.calendar .pika-lendar .is-selected .pika-day,
.pika-single.is-bound .is-selected .pika-day {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  font-family: SiemensSans-Bold, sans-serif;
}
.pika-single.calendar .pika-lendar .is-today,
.pika-single.is-bound .is-today {
  background: 0 0;
  border: none;
  font-weight: 400;
}
.pika-single.calendar .pika-lendar .is-today .pika-button,
.pika-single.is-bound .is-today .pika-button {
  background-color: #ececf0;
  border-radius: 2px;
  border: none;
}
.pika-single.is-bound .pika-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.pika-single.is-bound .pika-title .pika-next,
.pika-single.is-bound .pika-title .pika-prev {
  bottom: auto;
  height: 21px;
  position: absolute;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  top: 0;
  width: 16px;
}
.pika-single.is-bound .pika-title .pika-prev {
  margin-right: auto;
  left: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  right: unset;
}
.pika-single.is-bound .pika-title .pika-next {
  margin-left: auto;
  left: unset;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  right: 0;
}
.pika-single.is-bound .pika-title .pika-label {
  font-family: var(--fontfamily-bold);
  font-weight: 400;
  margin-right: 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.pika-single.is-bound .pika-title .pika-label:last-of-type {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.pika-single:not(.is-bound) .pika-prev {
  top: 50px;
  left: 20px;
}
.pika-single:not(.is-bound) .pika-next {
  top: 50px;
  right: 20px;
}
.pika-single.calendar .pika-lendar {
  margin: 0;
  width: 100%;
}
.pika-single.calendar .pika-lendar:after,
.pika-single.calendar .pika-lendar:before {
  content: none;
}
@media (min-width: 750px) {
  .pika-single.calendar .pika-lendar {
    width: auto;
  }
}
@media (min-width: 900px) {
  .pika-single:not(.is-bound) .pika-prev::before {
    left: 0;
    right: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .pika-single:not(.is-bound) .pika-next::before {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .pika-single.calendar .pika-lendar:first-child {
    border-right: none;
  }
  .pika-single.calendar .pika-lendar {
    min-height: 325px;
  }
}
.pika-single.container {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.m-forminput-checkbox {
  outline: 0;
  padding-top: 1px;
}
.m-forminput-checkbox .a-formlabel {
  line-height: 18px;
  margin: 0;
  padding: 0 0 6px 34px;
  position: relative;
}
.m-forminput-checkbox .a-formlabel .label-text {
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.m-forminput-checkbox .a-formlabel:before {
  border: 1px solid #000;
  border-radius: 2px;
  content: "" !important;
  height: 20px;
  outline: 0;
  margin-top: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  width: 20px;
}
.m-forminput-checkbox .a-formlabel:after {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  content: "\e040" !important;
  color: #000;
  display: none !important;
  font-size: 12px !important;
  left: 0 !important;
  line-height: 6px;
  position: absolute !important;
  top: 0 !important;
  -webkit-transform: translate(5px, 10px);
  -ms-transform: translate(5px, 10px);
  transform: translate(5px, 10px);
  height: 20px !important;
  width: 20px !important;
  z-index: 1;
}
.m-forminput-checkbox input.has-error ~ .a-formlabel:before {
  border-color: #e0173b;
}
.m-forminput-checkbox input.has-error ~ .a-formlabel .label-text,
.m-forminput-checkbox input.has-error ~ .a-formlabel:after {
  color: #e0173b;
}
.m-forminput-checkbox input:checked ~ .a-formlabel:before {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
  content: "" !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  outline: 0;
}
.m-forminput-checkbox input:checked ~ .a-formlabel:after {
  display: inline-block !important;
}
.m-forminput-checkbox .text {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.m-forminput-checkbox:hover .a-formlabel:before {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-color: #5f7586;
  outline: 0;
}
.m-forminput-checkbox:hover input:checked {
  outline: 0;
}
.m-forminput-checkbox:hover input:checked ~ .a-formlabel {
  color: #000;
}
.m-forminput-checkbox:hover input:checked ~ .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  color: #41aaaa;
  outline: 0;
}
.m-forminput-checkbox:hover .a-formlabel .label-text {
  outline: 0;
}
.m-forminput-checkbox input[disabled] ~ .a-formlabel .label-text,
.m-forminput-checkbox input[disabled] ~ .a-formlabel:hover .label-text,
.m-forminput-checkbox input[readonly] ~ .a-formlabel .label-text,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:hover .label-text {
  color: #cfd0d6 !important;
}
.m-forminput-checkbox input[disabled] ~ .a-formlabel .label-text a,
.m-forminput-checkbox input[disabled] ~ .a-formlabel .label-text a.a-link,
.m-forminput-checkbox input[disabled] ~ .a-formlabel:hover .label-text a,
.m-forminput-checkbox input[disabled] ~ .a-formlabel:hover .label-text a.a-link,
.m-forminput-checkbox input[readonly] ~ .a-formlabel .label-text a,
.m-forminput-checkbox input[readonly] ~ .a-formlabel .label-text a.a-link,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:hover .label-text a,
.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a.a-link {
  color: #cfd0d6 !important;
  text-decoration: underline;
}
.m-forminput-checkbox input[disabled] ~ .a-formlabel:before,
.m-forminput-checkbox input[disabled] ~ .a-formlabel:hover:before,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:before,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:hover:before {
  border-color: #cfd0d6 !important;
}
.m-forminput-checkbox input[disabled] ~ .a-formlabel:after,
.m-forminput-checkbox input[disabled] ~ .a-formlabel:hover:after,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:after,
.m-forminput-checkbox input[readonly] ~ .a-formlabel:hover:after {
  color: #cfd0d6 !important;
}
.m-forminput-checkbox input[disabled]:checked ~ .a-formlabel:before,
.m-forminput-checkbox input[disabled]:checked ~ .a-formlabel:hover:before,
.m-forminput-checkbox input[readonly]:checked ~ .a-formlabel:before,
.m-forminput-checkbox input[readonly]:checked ~ .a-formlabel:hover:before {
  border-color: #cfd0d6 !important;
  -webkit-box-shadow: inset 0 0 0 1px #cfd0d6;
  box-shadow: inset 0 0 0 1px #cfd0d6;
}
.m-forminput-checkbox input[disabled]:checked ~ .a-formlabel:after,
.m-forminput-checkbox input[disabled]:checked ~ .a-formlabel:hover:after,
.m-forminput-checkbox input[readonly]:checked ~ .a-formlabel:after,
.m-forminput-checkbox input[readonly]:checked ~ .a-formlabel:hover:after {
  color: #cfd0d6 !important;
}
.o-cookielaw .m-forminput-checkbox {
  outline: 0;
  padding-top: 1px;
}
.o-cookielaw .m-forminput-checkbox .a-formlabel {
  line-height: 18px;
  margin: 0;
  padding: 0 0 6px 34px;
  position: relative;
}
.o-cookielaw .m-forminput-checkbox .a-formlabel .label-text {
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.o-cookielaw .m-forminput-checkbox .a-formlabel:before {
  border: 1px solid #fff;
  border-radius: 2px;
  content: "" !important;
  height: 20px;
  outline: 0;
  margin-top: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  width: 20px;
  background-color: transparent;
}
.o-cookielaw .m-forminput-checkbox .a-formlabel:after {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  content: "\e040" !important;
  display: none !important;
  font-size: 12px !important;
  left: 0 !important;
  line-height: 6px;
  position: absolute !important;
  top: 0 !important;
  -webkit-transform: translate(5px, 10px);
  -ms-transform: translate(5px, 10px);
  transform: translate(5px, 10px);
  height: 20px !important;
  width: 20px !important;
  z-index: 1;
  color: #fff;
}
.o-cookielaw .m-forminput-checkbox input.has-error ~ .a-formlabel:before {
  border-color: #e0173b;
}
.o-cookielaw .m-forminput-checkbox input.has-error ~ .a-formlabel .label-text,
.o-cookielaw .m-forminput-checkbox input.has-error ~ .a-formlabel:after {
  color: #e0173b;
}
.o-cookielaw .m-forminput-checkbox input:checked ~ .a-formlabel:before {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  content: "" !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  outline: 0;
  border-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
.o-cookielaw .m-forminput-checkbox input:checked ~ .a-formlabel:after {
  display: inline-block !important;
}
.o-cookielaw .m-forminput-checkbox .text {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.o-cookielaw .m-forminput-checkbox:hover .a-formlabel:before {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-color: #fff;
  outline: 0;
}
.o-cookielaw .m-forminput-checkbox:hover input:checked {
  outline: 0;
}
.o-cookielaw .m-forminput-checkbox:hover input:checked ~ .a-formlabel {
  color: #fff;
}
.o-cookielaw .m-forminput-checkbox:hover input:checked ~ .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  outline: 0;
  border-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
.o-cookielaw .m-forminput-checkbox:hover .a-formlabel .label-text {
  outline: 0;
  color: #fff;
}
.o-cookielaw .m-forminput-checkbox input[disabled] ~ .a-formlabel .label-text,
.o-cookielaw
  .m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text,
.o-cookielaw .m-forminput-checkbox input[readonly] ~ .a-formlabel .label-text,
.o-cookielaw
  .m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text {
  color: #cfd0d6 !important;
}
.o-cookielaw .m-forminput-checkbox input[disabled] ~ .a-formlabel .label-text a,
.o-cookielaw
  .m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a.a-link,
.o-cookielaw
  .m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a,
.o-cookielaw
  .m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a.a-link,
.o-cookielaw .m-forminput-checkbox input[readonly] ~ .a-formlabel .label-text a,
.o-cookielaw
  .m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a.a-link,
.o-cookielaw
  .m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a,
.o-cookielaw
  .m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a.a-link {
  color: #cfd0d6 !important;
  text-decoration: underline;
}
.o-cookielaw .m-forminput-checkbox input[disabled] ~ .a-formlabel:before,
.o-cookielaw .m-forminput-checkbox input[disabled] ~ .a-formlabel:hover:before,
.o-cookielaw .m-forminput-checkbox input[readonly] ~ .a-formlabel:before,
.o-cookielaw .m-forminput-checkbox input[readonly] ~ .a-formlabel:hover:before {
  border-color: #cfd0d6 !important;
}
.o-cookielaw .m-forminput-checkbox input[disabled] ~ .a-formlabel:after,
.o-cookielaw .m-forminput-checkbox input[disabled] ~ .a-formlabel:hover:after,
.o-cookielaw .m-forminput-checkbox input[readonly] ~ .a-formlabel:after,
.o-cookielaw .m-forminput-checkbox input[readonly] ~ .a-formlabel:hover:after {
  color: #cfd0d6 !important;
}
.o-cookielaw
  .m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:before,
.o-cookielaw
  .m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:before,
.o-cookielaw
  .m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:before,
.o-cookielaw
  .m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:before {
  border-color: #cfd0d6 !important;
  -webkit-box-shadow: inset 0 0 0 1px #cfd0d6;
  box-shadow: inset 0 0 0 1px #cfd0d6;
}
.o-cookielaw .m-forminput-checkbox input[disabled]:checked ~ .a-formlabel:after,
.o-cookielaw
  .m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:after,
.o-cookielaw .m-forminput-checkbox input[readonly]:checked ~ .a-formlabel:after,
.o-cookielaw
  .m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:after {
  color: #cfd0d6 !important;
}
.m-forminput-clickable-rating {
  margin-bottom: 20px;
}
.m-forminput-clickable-rating .icon.icon-ratingstar {
  font-size: 16px;
}
.m-forminput-clickable-rating .text {
  color: #2b2f43;
  font-size: 12px;
  line-height: 1;
}
.m-forminput-clickable-rating .rating-stars > input + label > .icon:before {
  color: #e0e3e7;
}
.m-customfilterdateselection {
  margin-bottom: 25px;
  margin-top: 0;
}
.m-customfilterdateselection .clear-input .icon {
  color: #879baa;
  font-size: 12px;
  margin-right: 10px;
}
.m-customfilterdateselection .select2-selection__arrow {
  width: 40px;
}
.m-customfilterdateselection .select2-selection__arrow b {
  color: #879baa;
  padding: 4px 3px 2px;
}
.m-customfilterdateselection .customfilterdateselection-inner {
  color: #2d373c;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .custom-input-dropdown {
  background: 0 0;
  border: 1px solid #000;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .select2-selection__arrow {
  font-size: 12px;
  top: 0;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .select2-selection__arrow
  b {
  font-weight: 400;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider.is-slide-active {
  background: #fff;
  border: 1px solid #cdd9e1;
  border-top: none;
  height: auto;
  padding: 10px;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider.is-slide-active
  ul {
  margin-bottom: 14px;
}
.m-customfilterdateselection
  .customfilterdateselection-inner
  .customfilterdateselection-slider.is-slide-active
  li {
  list-style-type: none;
}
.m-forminput-dropdown {
  --forminputdropdown--color-border: #000000;
  --forminputdropdown--color-text: #000;
  --forminputdropdown--color-icon: #000;
  margin: 0 0 25px;
}
.m-forminput-dropdown select {
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  height: 40px;
}
@media (min-width: 750px) {
  .m-forminput-dropdown select {
    border: none;
    height: 1px;
  }
}
.m-forminput-dropdown select:focus {
  outline: 0;
}
.m-forminput-dropdown .select-wrap {
  margin-top: 0;
}
.m-forminput-dropdown .select-wrap:after {
  content: none;
}
.m-forminput-dropdown
  .select-wrap
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered {
  color: #7b89a1 !important;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
}
.m-forminput-dropdown
  .select-wrap
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered:focus,
.m-forminput-dropdown
  .select-wrap
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered:hover {
  color: #7b89a1 !important;
}
.m-forminput-dropdown .select-wrap.select-disabled .select2-container {
  border: none;
}
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection {
  border-color: #979797;
}
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection:focus,
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection:hover {
  background-color: transparent !important;
}
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection
  .select2-selection__arrow,
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection:focus
  .select2-selection__arrow,
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection:hover
  .select2-selection__arrow {
  color: #7b89a1;
}
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered {
  color: #7b89a1 !important;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
}
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered:focus,
.m-forminput-dropdown
  .select-wrap.select-disabled
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered:hover {
  color: #7b89a1;
}
.m-forminput-dropdown
  .select-wrap.readonly
  .select2-container--disabled
  .select2-selection {
  border-color: #7b89a1;
  color: #7b89a1;
  font-weight: 400;
  padding-left: 10px;
}
.m-forminput-dropdown
  .select-wrap.readonly
  .select2-container--disabled
  .select2-selection:hover {
  border-color: #7b89a1 !important;
}
.m-forminput-dropdown
  .select-wrap.readonly
  .select2-container--disabled
  .select2-selection:hover
  .select2-selection__arrow {
  color: #c2c2cc;
}
.m-forminput-dropdown
  .select-wrap.readonly
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered {
  color: #7b89a1 !important;
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
}
.m-forminput-dropdown
  .select-wrap.readonly
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered:hover {
  color: #7b89a1 !important;
}
.m-forminput-dropdown .select2-container {
  border: none;
  height: auto;
}
.m-forminput-dropdown .select2-container .select2-selection {
  background-color: transparent !important;
  border-bottom: 1px solid var(--forminputdropdown--color-border);
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 16px;
  height: 40px;
  outline: 0;
  padding: 10px 10px 10px 0 !important;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__arrow {
  color: #000;
}
.m-forminput-dropdown .select2-container .select2-selection:focus {
  background-color: transparent !important;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered {
  color: var(--forminputdropdown--color-text);
  font-family: SiemensSans-Bold, sans-serif;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:hover {
  color: #000 !important;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection[class*="--single"]
  .select2-selection__rendered {
  padding-right: 29px;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection[class*="--single"]
  .select2-selection__rendered:hover {
  color: #879baa;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection[class*="--single"]
  .select2-selection__arrow {
  right: 0;
  top: 0;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection[class*="--single"]
  .select2-selection__arrow
  b {
  left: 50%;
  top: 50%;
}
.m-forminput-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple:after {
  color: #000;
  font-size: 12px;
  right: -4px;
}
.m-forminput-dropdown .select2-container .select2-selection__arrow {
  height: 40px;
  padding: 0;
  width: 40px;
}
.m-forminput-dropdown .select2-container .select2-selection__arrow b {
  height: 100%;
  width: 38px;
}
.m-forminput-dropdown .select2-container .select2-selection__arrow b:before {
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--forminputdropdown--color-icon);
  font-size: 16px;
  font-weight: 400 !important;
  height: 16px;
  line-height: 21px;
  top: 53%;
  width: 16px;
}
.m-forminput-dropdown .select2-container--disabled {
  border: none;
}
.m-forminput-dropdown .select2-container--disabled .select2-selection {
  font-family: SiemensSans-Bold, sans-serif;
  font-weight: 400;
}
.m-forminput-dropdown .select2-container--disabled .select2-selection:hover {
  color: #c2c2cc !important;
}
.m-forminput-dropdown
  .select2-container--disabled
  .select2-selection:hover.select2-selection__arrow {
  color: #c2c2cc !important;
}
.m-forminput-dropdown
  .select2-container--disabled
  .select2-selection
  .select2-selection__rendered:hover {
  color: #c2c2cc !important;
}
.m-forminput-dropdown .select2-container.select2 {
  margin-top: 0;
  overflow-y: hidden;
}
.m-forminput-dropdown .select2-dropdown {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border-top: 2px solid #3cc8be !important;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.m-forminput-dropdown
  .select2-dropdown
  .select2-search
  .select2-search__field:focus {
  outline: 0;
}
.m-forminput-dropdown.multiple-dropdown
  .select2-container
  .select2-results
  li[aria-selected="true"] {
  background: #1700e9;
  position: relative;
}
.m-forminput-dropdown.multiple-dropdown
  .select2-container
  .select2-results
  li[aria-selected="true"]:after {
  bottom: auto;
  float: none;
  font-size: 16px;
  height: 20px;
  left: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
}
.m-forminput-dropdown.multiple-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple {
  padding: 0 39px 0 10px;
}
.m-forminput-dropdown.multiple-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple:after {
  right: 13px;
}
.m-forminput-dropdown.multiple-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple
  .select2-selection__rendered {
  height: 38px;
  margin-top: -7px;
}
.m-forminput-dropdown.multiple-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple
  .select2-selection__choice {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: none;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 28px;
}
.m-forminput-dropdown.multiple-dropdown
  .select2-container
  .select2-selection.select2-selection--multiple
  .select2-selection__choice__remove {
  background-color: #000;
  color: #fff;
  height: 21px;
  line-height: 19px;
  margin-right: 5px;
  margin-top: -3px;
  padding-left: 5px;
  width: 21px;
}
.m-forminput-dropdown.has-error .select2-selection {
  border-color: #e0173b;
}
.select2.select2-container {
  margin-top: 1px;
}
.select2-container--disabled .select2-selection {
  border-bottom: 1px solid #7b89a1;
  border-top: none;
  border-left: none;
  border-right: none;
}
.select2-container--disabled .select2-selection__arrow {
  border-color: #c2c2cc;
}
.select2-container--disabled.select2-selection:hover {
  color: #c2c2cc;
}
.select2-results {
  color: #2d373c;
  display: block;
}
.select2-results__options {
  background: #fff;
  color: #2d373c;
  padding: 10px;
}
.select2-results__option {
  background-color: #fff !important;
  border-left: thin solid transparent;
  border-right: thin solid transparent;
  border-bottom: thin solid #979797;
  color: #000;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 21px;
  padding: 14px 10px !important;
}
.select2-results__option:first-child {
  padding-top: 10px !important;
}
.select2-results__option:last-child {
  padding-bottom: 10px !important;
}
.select2-results__option:hover {
  border-left: thin solid #979797;
  border-right: thin solid #979797;
  color: #000 !important;
  font-weight: 400 !important;
}
.select2-results__option.select2-results__option--highlighted {
  background-color: #000028 !important;
  border-color: #ececf0;
  color: #fff !important;
  font-weight: 700 !important;
  position: relative;
}
.select2-results__option.select2-results__option--highlighted:after {
  background: #ececf0 !important;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 1;
}
.select2-results__option[aria-selected="true"] {
  background-color: #000028 !important;
  border-color: #ececf0;
  color: #fff !important;
  font-weight: 400 !important;
  position: relative;
}
.select2-results__option[aria-selected="true"]:after {
  background: #ececf0 !important;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
  z-index: 1;
}
.select2-container--open {
  z-index: 500;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
}
.select2-container--open .select2-selection {
  background-color: transparent !important;
}
.form-row .m-forminput-dropdown {
  margin-bottom: 25px;
}
.m-forminput-password-wrapper {
  color: #2d373c;
  font-family: SiemensSans-Roman, sans-serif;
}
.m-forminput-radio {
  margin-bottom: 15px;
  padding-top: 0;
}
.m-forminput-radio.has-error .a-formlabel::before {
  border-color: #e0173b;
}
.m-forminput-radio .a-formlabel {
  line-height: 21px;
  padding-left: 35px;
}
.m-forminput-radio .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  border: none !important;
  margin-top: 4px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  height: 24px;
  width: 24px;
}
.m-forminput-radio .a-formlabel ~ .text {
  margin-top: 10px;
}
.m-forminput-radio input:checked ~ .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 7px #fff,
    inset 0 0 0 12px #000;
  box-shadow: inset 0 0 0 2px #000, inset 0 0 0 7px #fff, inset 0 0 0 12px #000;
  background: #000;
  outline: 0;
}
.m-forminput-radio .text {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
}
.m-forminput-radio .text:last-child {
  margin-bottom: 0;
}
.m-forminput-radio .form-error-wrapper {
  padding-top: 5px;
}
.m-forminput-radio:hover input ~ .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 7px #fff,
    inset 0 0 0 12px #000;
  box-shadow: inset 0 0 0 2px #000, inset 0 0 0 7px #fff, inset 0 0 0 12px #000;
}
.m-forminput-radio:hover input:checked ~ .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 2px #000, inset 0 0 0 8px #fff,
    inset 0 0 0 12px #000;
  box-shadow: inset 0 0 0 2px #000, inset 0 0 0 8px #fff, inset 0 0 0 12px #000;
}
.m-forminput-radio:hover ~ .a-formlabel .label-text {
  color: #2d373c;
}
.m-forminput-radio input[disabled] ~ .a-formlabel .label-text,
.m-forminput-radio input[disabled] ~ .a-formlabel:hover .label-text,
.m-forminput-radio input[readonly] ~ .a-formlabel .label-text,
.m-forminput-radio input[readonly] ~ .a-formlabel:hover .label-text {
  color: #cfd0d6 !important;
}
.m-forminput-radio input[disabled] ~ .a-formlabel:before,
.m-forminput-radio input[disabled] ~ .a-formlabel:hover:before,
.m-forminput-radio input[readonly] ~ .a-formlabel:before,
.m-forminput-radio input[readonly] ~ .a-formlabel:hover:before {
  -webkit-box-shadow: inset 0 0 0 1px #cfd0d6 !important;
  box-shadow: inset 0 0 0 1px #cfd0d6 !important;
}
.m-forminput-radio input[disabled]:checked ~ .a-formlabel .label-text,
.m-forminput-radio input[disabled]:checked ~ .a-formlabel:hover .label-text,
.m-forminput-radio input[readonly]:checked ~ .a-formlabel .label-text,
.m-forminput-radio input[readonly]:checked ~ .a-formlabel:hover .label-text {
  color: #cfd0d6 !important;
}
.m-forminput-radio input[disabled]:checked ~ .a-formlabel:before,
.m-forminput-radio input[disabled]:checked ~ .a-formlabel:hover:before,
.m-forminput-radio input[readonly]:checked ~ .a-formlabel:before,
.m-forminput-radio input[readonly]:checked ~ .a-formlabel:hover:before {
  -webkit-box-shadow: inset 0 0 0 2px #cfd0d6, inset 0 0 0 7px #fff,
    inset 0 0 0 12px #cfd0d6 !important;
  box-shadow: inset 0 0 0 2px #cfd0d6, inset 0 0 0 7px #fff,
    inset 0 0 0 12px #cfd0d6 !important;
}
.m-forminput-simple-captcha .reset-captcha .a-button-plain {
  border: none;
  color: #41aaaa;
}
.m-forminput-simple-captcha .js-captcha-img-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.m-forminput-slider-captcha {
  margin-bottom: 25px;
}
.m-forminput-slider-captcha .slider {
  background: #000;
}
.m-forminput-slider-captcha .slider .noUi-handle {
  background: #41aaaa;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.m-forminput-slider-captcha .slider .noUi-handle:hover {
  background: #a5e1e1;
}
.m-forminput-textarea {
  color: #879baa;
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 25px;
}
.m-forminput-textarea.has-error textarea.input {
  border-color: #e0173b !important;
}
.m-forminput-textarea textarea.input {
  -webkit-appearance: none;
  appearance: none;
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2d373c;
  font-size: 16px;
  margin: 0 0 -4px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 0;
}
.m-forminput-textarea textarea.input:focus {
  border-bottom: 2px solid #3cc8be !important;
  outline: 0;
}
.m-forminput-textarea
  textarea.input:not(:placeholder-shown):not([type="password"]) {
  border-bottom: 1px solid #000;
}
.m-forminput-textarea textarea.input.has-error {
  border-color: #e0173b !important;
}
.m-forminput-textarea textarea.input [disabled],
.m-forminput-textarea textarea.input:disabled,
.m-forminput-textarea textarea.input[disabled] {
  border-color: #7b89a1;
  color: #7b89a1;
}
.m-forminput-textarea textarea.input [disabled]::-webkit-input-placeholder,
.m-forminput-textarea textarea.input:disabled::-webkit-input-placeholder,
.m-forminput-textarea textarea.input[disabled]::-webkit-input-placeholder {
  color: #7b89a1 !important;
}
.m-forminput-textarea textarea.input [disabled]:-ms-input-placeholder,
.m-forminput-textarea textarea.input:disabled:-ms-input-placeholder,
.m-forminput-textarea textarea.input[disabled]:-ms-input-placeholder {
  color: #7b89a1 !important;
}
.m-forminput-textarea textarea.input [disabled]::placeholder,
.m-forminput-textarea textarea.input:disabled::placeholder,
.m-forminput-textarea textarea.input[disabled]::placeholder {
  color: #7b89a1 !important;
}
.m-forminput-textarea textarea.input[readonly] {
  border-color: #7b89a1;
}
.m-forminput-textarea textarea.input[readonly]:focus {
  background-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-forminput-textarea textarea.input {
    margin-bottom: 4px;
  }
}
@supports (-ms-ime-align: auto) {
  .m-forminput-textarea textarea.input {
    margin-bottom: 4px;
  }
}
.o-header-sticky .nav-sticky-elements .first-level {
  overflow: hidden;
}
.o-headerreworked-sticky .nav-sticky {
  max-width: none;
}
.o-headerreworked-sticky .nav-sticky-elements {
  margin: 0 auto;
  max-width: 1360px;
  padding: 10px 40px;
}
.o-headerreworked-sticky .nav-sticky-elements .m-navmainreworked .navigation {
  margin: 0;
}
body,
html {
  background: #fff;
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
body.no-scroll .a-feedbackbutton.a-feedbackbutton-primary,
body.no-scroll .m-fly-in-layer .a-area--fly-in-flag {
  display: none;
}
body.no-scroll .header-breadcrumb {
  pointer-events: none;
}
body#_fs_preview_path {
  height: 188px;
  z-index: 1001;
}
body #_fs_preview_path {
  padding: 20px;
  position: relative;
  width: 100vw;
  z-index: 2;
  top: 0;
}
body.pagetype-shop-list .m-hero {
  margin-top: 0;
}
body.pagetype-shop-list .js-content .m-contenttextmedia:first-child {
  padding-top: 24px;
}
body.pinned .o-headerrebrush {
  opacity: 0;
}
body #content > .g-container > .g-layout-full > .g-col > p:not([class]) {
  margin-top: 120px;
}
.a-heading.h2:empty,
h2.a-heading:empty {
  margin: 0;
}
.g-col > h2.a-heading:empty,
.g-col > h3.a-heading:empty {
  margin: 0;
}
.g-container {
  max-width: var(--max-pagewidth);
  padding: 0 var(--max-pagewidth-padding);
  z-index: 1;
}
.g-container .g-container {
  padding: 0;
}
.g-container .g-col {
  padding-left: 0;
  padding-right: 0;
}
.g-container .g-col.margin-l,
.g-container .g-col.margin-m,
.g-container .g-col.margin-s,
.g-container .g-col.margin-xl,
.g-container .g-col.margin-xls {
  margin: 0;
}
.g-container .g-layout-full .g-col {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 750px) {
  .g-container {
    padding: 0 var(--max-pagewidth-padding);
  }
  .g-container .g-layout-full:first-child .g-col .m-contentheader {
    width: 100%;
  }
  body[data-page-dimensions*="Shop|CEW|Landing"i]
    .m-contenttextmedia:not([data-media-size="size-1of3"]) {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 900px) {
  body #previewoverlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto !important;
    width: 100%;
  }
  body #previewoverlay:before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 19px;
    width: 100%;
  }
  body #previewoverlay > :not(#previewUserLogin) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  body #previewoverlay > :not(#previewUserLogin) h1 {
    width: 100%;
  }
  body #previewoverlay > :not(#previewUserLogin) p {
    margin: 0;
  }
  body #previewoverlay > :not(#previewUserLogin) p + div {
    width: auto !important;
  }
  body #previewoverlay > :not(#previewUserLogin) #endPreviewLink {
    margin: 0 !important;
    width: 100%;
  }
  body #previewoverlay #previewUserLogin {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }
  body #_fs_preview_path {
    top: 26px;
  }
  .g-col > h2.a-heading,
  .g-col > h3.a-heading {
    width: 50%;
  }
  .g-container .g-layout-full:first-child .g-col .m-contentheader {
    padding-left: 17% !important;
    padding-right: 22% !important;
  }
  .g-container .g-layout-full:first-child .g-col .m-contentheader .content p,
  .g-container
    .g-layout-full:first-child
    .g-col
    .m-contentheader
    .content
    p
    .a-link {
    font-size: 20px;
    line-height: 30px;
  }
}
.g-container .g-layout-third .g-col {
  float: left !important;
}
.g-container .g-layout-fourth {
  width: 100%;
}
.g-container .g-layout-fourth .g-col {
  padding-left: 0;
  padding-right: 0;
}
.g-container .js-content .g-col {
  float: none;
}
.g-container .js-content .g-layout-fourth .g-col {
  float: left;
}
.g-container .js-content .m-navanchor:first-child {
  margin-top: 0;
  padding-top: 0;
}
.header-content,
.header-content .own-stage {
  margin-left: auto !important;
  margin-left: -webkit-calc(-50vw + 50%) !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 0;
  padding-right: 0;
  width: 100vw !important;
}
.highlight {
  font-family: SiemensSans-Bold, sans-serif;
  font-weight: 400;
}
body[dir="rtl"] .icon-arrow_left_small:before,
body[dir="rtl"] .icon-arrow_right_small:before,
body[dir="rtl"] .m-comparetable__slide-controls .icon-arrow-left:before,
body[dir="rtl"] .m-comparetable__slide-controls .icon-arrow-right:before {
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
}
body[dir="rtl"] #BVRRContainer .bv-cleanslate.bv-cv2-cleanslate,
body[dir="rtl"] #BVRRSearchContainer .bv-cleanslate.bv-cv2-cleanslate,
body[dir="rtl"] #BVRRSummaryContainer .bv-cleanslate.bv-cv2-cleanslate {
  direction: rtl !important;
  text-align: right !important;
}
body[dir="rtl"]
  #BVRRContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-content-search
  .bv-masthead
  .bv-searchbar,
body[dir="rtl"]
  #BVRRContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-generic-submission
  .bv-masthead
  .bv-searchbar,
body[dir="rtl"]
  #BVRRContainer
  .bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-action-bar-header,
body[dir="rtl"]
  #BVRRSearchContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-content-search
  .bv-masthead
  .bv-searchbar,
body[dir="rtl"]
  #BVRRSearchContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-generic-submission
  .bv-masthead
  .bv-searchbar,
body[dir="rtl"]
  #BVRRSummaryContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-content-search
  .bv-masthead
  .bv-searchbar,
body[dir="rtl"]
  #BVRRSummaryContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-generic-submission
  .bv-masthead
  .bv-searchbar,
body[dir="rtl"]
  .bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-details-offset-off,
body[dir="rtl"]
  .bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-details-offset-on,
body[dir="rtl"]
  .bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-rating-stars-on {
  float: right !important;
}
body[dir="rtl"]
  .bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-badges-container {
  left: 0 !important;
  right: auto !important;
  text-align: left !important;
}
body[dir="rtl"]
  .bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-section-summary
  .bv-section-summary-inline
  .bv-inline-histogram-ratings
  .bv-histogram-filter-helper {
  text-align: right !important;
}
body[dir="rtl"]
  #BVRRContainer
  .bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-write-review-container {
  float: left !important;
}
body[dir="rtl"]
  #BVRRContainer
  .bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-section-summary-inline
  .bv-secondary-rating-summary
  .bv-table
  .bv-table-row
  span.bv-table-cell:first-of-type {
  padding-right: 20px !important;
}
body[dir="rtl"]
  #BVRRContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-secondary-summary,
body[dir="rtl"]
  #BVRRContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-generic-submission
  .bv-masthead
  .bv-masthead-product
  .bv-secondary-summary,
body[dir="rtl"]
  #BVRRSearchContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-secondary-summary,
body[dir="rtl"]
  #BVRRSearchContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-generic-submission
  .bv-masthead
  .bv-masthead-product
  .bv-secondary-summary,
body[dir="rtl"]
  #BVRRSummaryContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-content-search
  .bv-masthead
  .bv-masthead-product
  .bv-secondary-summary,
body[dir="rtl"]
  #BVRRSummaryContainer
  .bv-cleanslate.bv-cv2-cleanslate
  [class*="bv-core-container-"]
  .bv-generic-submission
  .bv-masthead
  .bv-masthead-product
  .bv-secondary-summary {
  width: 100% !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-helper-icon:before {
  content: "";
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-section-summary
  .bv-section-summary-inline
  .bv-inline-histogram-ratings
  .bv-histogram-filter-helper {
  text-align: left !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram {
  border-color: #999 !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets.bv-fieldsets-actions
  .bv-form-actions-submit,
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-action-bar
  .bv-toplevel-actions
  button.bv-read-review {
  background-color: #41aaaa !important;
  border: 1px solid #41aaaa !important;
  color: #fff !important;
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  height: auto !important;
  letter-spacing: 0.2em !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  -webkit-transition: 0.2s ease-in-out !important;
  transition: 0.2s ease-in-out !important;
  padding: 10px 30px !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets.bv-fieldsets-actions
  .bv-form-actions-submit:hover,
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-action-bar
  .bv-toplevel-actions
  button.bv-read-review:hover {
  background-color: #a5e1e1 !important;
  border: 1px solid #a5e1e1 !important;
  color: #fff !important;
  font-family: SiemensSans-Roman, sans-serif !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-popup-histogram-ratings
  table
  .bv-popup-histogram-ratings-score,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-popup-histogram-ratings
  .bv-popup-histogram-ratings-star {
  color: #879baa !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-popup-histogram-ratings
  .bv-popup-histogram-ratings-star
  .bv-glyph {
  color: #ffb902 !important;
}
.bv-cleanslate.bv-popup-in
  div[class*="bv-core-container"]
  .bv-popup.bv-popup-histogram
  .bv-content-secondary-ratings-container
  .bv-content-secondary-ratings-value {
  background-color: #41aaaa !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox
  .bv-mbox-sidebar
  .bv-submission-sidebar
  .bv-subject-info-section
  .bv-subject-info
  h3 {
  color: #2d373c !important;
  font-family: SiemensSans-Roman, sans-serif !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-mbox-content-container
  .bv-mbox-breadcrumb
  span {
  margin-top: 40px !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox
  .bv-mbox-sidebar
  .bv-sidebar,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox
  .bv-mbox-sidebar
  .bv-submission-sidebar {
  margin-top: 60px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"].bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating
  .bv-rating-helper {
  width: 100% !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-rating-helper {
  padding-left: 0.3em !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-details-offset-off,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-details-offset-on,
.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-rating-stars-on {
  float: left !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-agreedments
  .bv-helper,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-rating
  .bv-helper,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-radio-field
  .bv-helper,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-select-field
  .bv-helper {
  margin-top: -27px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  li.bv-radio-isrecommended
  label.bv-radio-wrapper-label {
  background-color: #41aaaa !important;
  letter-spacing: 0.2em !important;
  outline: 0 !important;
  text-transform: uppercase !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  li.bv-radio-isrecommended
  label.bv-radio-wrapper-label:hover,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  li.bv-radio-isrecommended.bv-radio-container-li-active
  label {
  background-color: #a5e1e1 !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-helper {
  right: 15px !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  .bv-review-field-content-wrapper,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  input,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  select,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  textarea,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error:hover
  .bv-review-field-content-wrapper,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error:hover
  input,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error:hover
  select,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error:hover
  textarea {
  border-color: #e0173b !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  label
  .bv-fieldset-label
  .bv-fieldset-label-text,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  label.bv-helper-label {
  color: #e0173b !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-error
  label.bv-helper-label,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-active
  .bv-helper
  label,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-active
  .bv-helper
  label,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-rating
  .bv-helper
  label,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-rating.bv-error
  .bv-helper
  label,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-select-field
  .bv-helper
  label,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-select-field.bv-error
  .bv-helper
  label {
  display: none !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-active
  .bv-review-field-content-wrapper,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset:hover
  .bv-review-field-content-wrapper,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset:hover
  input.bv-text,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset:hover
  textarea,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-review-field-content-wrapper {
  border: 1px solid #000 !important;
}
@media screen and (max-width: 1000px) {
  .bv-cv2-cleanslate
    div[class*="bv-core-container"]
    .bv-mbox-wide
    .bv-submission
    .bv-fieldsets
    .bv-fieldset.bv-fieldset-isrecommended
    .bv-radio-group,
  .bv-cv2-cleanslate
    div[class*="bv-core-container"]
    .bv-submission
    .bv-fieldsets
    .bv-fieldset.bv-fieldset-isrecommended
    .bv-fieldset-isrecommended-group {
    width: 100% !important;
  }
}
@media screen and (max-width: 736px) {
  .bv-cv2-cleanslate
    div[class*="bv-core-container"]
    .bv-content-search
    .bv-masthead
    .bv-masthead-search
    .bv-fieldsets
    input.bv-text,
  .bv-cv2-cleanslate
    div[class*="bv-core-container"]
    .bv-content-search
    .bv-searchbar
    .bv-masthead-search
    .bv-fieldsets
    input.bv-text,
  .bv-cv2-cleanslate
    div[class*="bv-core-container"]
    .bv-generic-submission
    .bv-masthead
    .bv-masthead-search
    .bv-fieldsets
    input.bv-text,
  .bv-cv2-cleanslate
    div[class*="bv-core-container"]
    .bv-generic-submission
    .bv-searchbar
    .bv-masthead-search
    .bv-fieldsets
    input.bv-text {
    padding: 0.5em 32px 0.5em 10px !important;
  }
  .bv-cv2-cleanslate
    div[class*="bv-core-container"]
    .bv-action-bar
    .bv-write-container {
    float: right !important;
  }
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-generic-submission
  .bv-search-control-icon,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead-search
  .bv-search-control-icon,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-generic-submission
  .bv-generic-submission
  .bv-search-control-icon,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-generic-submission
  .bv-masthead-search
  .bv-search-control-icon {
  right: 20px !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-review-field-content-wrapper,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  input.bv-text,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  textarea,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox
  .bv-mbox-sidebar
  .bv-submission-sidebar
  .bv-subject-info-section
  .bv-subject-info
  span,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-active.bv-select-field
  .bv-fieldset-select-wrapper
  .bv-select,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-select-field
  .bv-fieldset-select-wrapper
  .bv-select {
  border-color: #000 !important;
  color: #2d373c !important;
  font-family: SiemensSans-Roman, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-review-field-content-wrapper:hover,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  input.bv-text:hover,
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  textarea:hover,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-mbox
  .bv-mbox-sidebar
  .bv-submission-sidebar
  .bv-subject-info-section
  .bv-subject-info
  span:hover,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-active.bv-select-field
  .bv-fieldset-select-wrapper
  .bv-select:hover,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-select-field
  .bv-fieldset-select-wrapper
  .bv-select:hover {
  border-color: #000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-generic-submission
  .bv-fieldsets
  input.bv-text,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead-search
  .bv-fieldsets
  input.bv-text,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-generic-submission
  .bv-generic-submission
  .bv-fieldsets
  input.bv-text,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-generic-submission
  .bv-masthead-search
  .bv-fieldsets
  input.bv-text {
  height: 40px !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-generic-submission
  .bv-content-search-btn,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-content-search
  .bv-masthead-search
  .bv-content-search-btn,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-generic-submission
  .bv-generic-submission
  .bv-content-search-btn,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-generic-submission
  .bv-masthead-search
  .bv-content-search-btn {
  background-color: #41aaaa !important;
  height: 40px !important;
}
.bv-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset
  .bv-helper-icon {
  display: block !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset.bv-fieldset-isrecommended
  .bv-fieldset-isrecommended-group
  .bv-radio-container-li {
  outline: 0 !important;
  width: 48% !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-fieldset-active
  .bv-fieldset-isrecommended-group,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldsets
  .bv-radio-field
  .bv-fieldset-radio-wrapper {
  outline: 0 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-radio-wrapper
  li.bv-radio-isrecommended:first-child {
  margin-right: 5px !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-textdropdown.bv-dropdown-style-helperTextOverflow {
  background: #2d373c !important;
  border: 1px solid #2d373c !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-textdropdown.bv-dropdown-style-helperTextOverflow
  .bv-dropdown-style-helperTextOverflow-inner {
  border-radius: 0 !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-textdropdown.bv-dropdown-style-helperTextOverflow
  .bv-dropdown-style-helperTextOverflow-inner
  div,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-textdropdown.bv-dropdown-style-helperTextOverflow
  .bv-dropdown-style-helperTextOverflow-inner
  h2,
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-textdropdown.bv-dropdown-style-helperTextOverflow
  .bv-dropdown-style-helperTextOverflow-inner
  ul
  li {
  color: #fff !important;
}
.bv-cleanslate.bv-popup-in div[class*="bv-core-container"] .bv-popup:before {
  border-bottom-color: #2d373c !important;
  margin-left: -13px !important;
}
.bv-cleanslate.bv-popup-in div[class*="bv-core-container"] .bv-popup:after {
  border-bottom-color: #fff !important;
  border-width: 8px !important;
  left: 50% !important;
  margin-left: -11px !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r1
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h1
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r1
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h1
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: #e0173b !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r2
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h2
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r2
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h2
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: #a5e1e1 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r3
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h3
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r3
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h3
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: #78cdcd !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r4
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h4
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r4
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h4
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: #4bb9b9 !important;
}
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating.bv-fieldset-r5
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-rating[class*="bv-fieldset-r"].bv-fieldset-h5
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating.bv-fieldset-r5
  .bv-submission-star-rating.bv-submission-star-rating-on
  .bv-rating-link,
.bv-cleanslate.bv-mbox-opened
  div[class*="bv-core-container"]
  .bv-mbox-lightbox
  .bv-mbox-content-submission-review
  .bv-mbox
  .bv-submission
  .bv-fieldset-secondary-rating[class*="bv-fieldset-r"].bv-fieldset-h5
  .bv-submission-star-rating.bv-submission-star-rating-hover
  .bv-rating-link {
  color: #41aaaa !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldset-agreedtotermsandconditions
  .bv-text-link,
.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-text-link {
  color: #41aaaa !important;
  text-decoration: none !important;
}
.bv-cv2-cleanslate
  div[class*="bv-core-container"]
  .bv-submission
  .bv-fieldset-agreedtotermsandconditions
  .bv-text-link:hover,
.bv-cv2-cleanslate div[class*="bv-core-container"] .bv-text-link:hover {
  color: #a5e1e1 !important;
}
.bv-cv2-cleanslate,
.bv-cv2-cleanslate .bv-shared ol li,
.bv-cv2-cleanslate .bv-shared ul li,
.bv-cv2-cleanslate a,
.bv-cv2-cleanslate abbr,
.bv-cv2-cleanslate acronym,
.bv-cv2-cleanslate address,
.bv-cv2-cleanslate applet,
.bv-cv2-cleanslate article,
.bv-cv2-cleanslate aside,
.bv-cv2-cleanslate audio,
.bv-cv2-cleanslate b,
.bv-cv2-cleanslate big,
.bv-cv2-cleanslate blockquote,
.bv-cv2-cleanslate button,
.bv-cv2-cleanslate caption,
.bv-cv2-cleanslate cite,
.bv-cv2-cleanslate code,
.bv-cv2-cleanslate dd,
.bv-cv2-cleanslate del,
.bv-cv2-cleanslate dfn,
.bv-cv2-cleanslate dialog,
.bv-cv2-cleanslate div,
.bv-cv2-cleanslate dl,
.bv-cv2-cleanslate dt,
.bv-cv2-cleanslate em,
.bv-cv2-cleanslate fieldset,
.bv-cv2-cleanslate figure,
.bv-cv2-cleanslate font,
.bv-cv2-cleanslate footer,
.bv-cv2-cleanslate form,
.bv-cv2-cleanslate h1,
.bv-cv2-cleanslate h2,
.bv-cv2-cleanslate h3,
.bv-cv2-cleanslate h4,
.bv-cv2-cleanslate h5,
.bv-cv2-cleanslate h6,
.bv-cv2-cleanslate header,
.bv-cv2-cleanslate hgroup,
.bv-cv2-cleanslate hr,
.bv-cv2-cleanslate i,
.bv-cv2-cleanslate iframe,
.bv-cv2-cleanslate img,
.bv-cv2-cleanslate input,
.bv-cv2-cleanslate ins,
.bv-cv2-cleanslate kbd,
.bv-cv2-cleanslate label,
.bv-cv2-cleanslate legend,
.bv-cv2-cleanslate li,
.bv-cv2-cleanslate mark,
.bv-cv2-cleanslate menu,
.bv-cv2-cleanslate nav,
.bv-cv2-cleanslate object,
.bv-cv2-cleanslate ol,
.bv-cv2-cleanslate ol li,
.bv-cv2-cleanslate option,
.bv-cv2-cleanslate p,
.bv-cv2-cleanslate pre,
.bv-cv2-cleanslate q,
.bv-cv2-cleanslate s,
.bv-cv2-cleanslate samp,
.bv-cv2-cleanslate section,
.bv-cv2-cleanslate select.bv-select-cleanslate,
.bv-cv2-cleanslate small,
.bv-cv2-cleanslate span,
.bv-cv2-cleanslate strike,
.bv-cv2-cleanslate strong,
.bv-cv2-cleanslate sub,
.bv-cv2-cleanslate sup,
.bv-cv2-cleanslate table,
.bv-cv2-cleanslate tbody,
.bv-cv2-cleanslate td,
.bv-cv2-cleanslate textarea,
.bv-cv2-cleanslate tfoot,
.bv-cv2-cleanslate th,
.bv-cv2-cleanslate thead,
.bv-cv2-cleanslate time,
.bv-cv2-cleanslate tr,
.bv-cv2-cleanslate tt,
.bv-cv2-cleanslate ul,
.bv-cv2-cleanslate ul li,
.bv-cv2-cleanslate var,
.bv-cv2-cleanslate video {
  color: #2d373c !important;
  font-family: SiemensSans-Roman, sans-serif !important;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: SiemensSans-Roman, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body {
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
h1,
h2,
h3,
h4 {
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
}
h5,
h6 {
  font-family: SiemensSans-Roman, sans-serif;
  font-weight: 400;
}
strong {
  font-family: SiemensSans-Bold, sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 44px;
  line-height: 50px;
}
@media (min-width: 900px) {
  h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
h2 {
  font-size: 36px;
  line-height: 44px;
}
@media (min-width: 900px) {
  h2 {
    font-size: 54px;
    line-height: 60px;
  }
}
h3 {
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 900px) {
  h3 {
    font-size: 40px;
    line-height: 48px;
  }
}
h4 {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 900px) {
  h4 {
    font-size: 34px;
    line-height: 42px;
  }
}
h5 {
  font-size: 20px;
  line-height: 26px;
}
@media (min-width: 900px) {
  h5 {
    font-size: 28px;
    line-height: 33px;
  }
}
h6 {
  font-size: 20px;
  line-height: 24px;
}
a,
a:active,
a:focus,
a:hover {
  outline: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link,
html[lang="es-ES"] .o-cookielaw .cookielaw-actions .a-button.a-button-secondary,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.m-contenttextmedia
  .m-productconversionarea
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-contenttextmedia
  .m-productconversionarea
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link:hover,
.m-popover
  .popover-content
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link:hover,
.m-popover
  .popover-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  button.a-button.a-link-secondary.a-button-link:hover,
.o-alternativeproduct
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-alternativeproduct
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
.o-myproducts
  > .myproducts-controls
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.o-myproducts
  > .myproducts-controls
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link:hover[data-popover-id],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary:hover:not(.a-button),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link:hover:not(.a-button-plain),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary.a-button-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  button.a-button.a-link-secondary.a-button-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary:active,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:active:not(.a-button-plain),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="true"],
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"] {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contenttextmedia
  .m-productconversionarea
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary[disabled="true"]:hover,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-popover
  .popover-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.o-alternativeproduct
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
.o-myproducts
  > .myproducts-controls
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .introtext
  p
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contenttextmedia
  .m-productconversionarea
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover[data-popover-id],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-popover
  .popover-content
  .a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .o-alternativeproduct
  .tile-description
  > .a-button.a-link-secondary.a-link.a-link-primary[disabled="disabled"]:hover:not(
    .a-button
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .o-myproducts
  > .myproducts-controls
  .a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.js-deny.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.js-deny.a-link-secondary.a-button-link.a-link.a-button-primary,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary:hover,
.m-oney-widget-section
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.js-deny.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.js-deny.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary:active,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.js-deny.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link:active,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  a.a-button.js-deny.a-link-secondary[disabled="true"]:hover,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.a-button-secondary.js-deny[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-button-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .a-button.js-deny.a-link-secondary.a-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.js-deny.a-link-secondary[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.js-deny.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.js-deny.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.js-deny.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.js-deny.a-link-secondary[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .m-oney-widget-section
  .a-button.js-deny.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link[disabled=""],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link[disabled=""]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link[disabled="disabled"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link[disabled="disabled"]:hover,
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link[disabled="true"],
html[lang="es-ES"]
  .o-cookielaw
  .cookielaw-actions
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.js-deny.a-link-secondary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
body > span:first-child ~ .g-container .m-hero .g-layout-full:before {
  display: none;
}
body.pagetype-checkout-confirmation .g-layout-full .g-col .alert-warning {
  margin: var(--element-margin) 0 0 0;
}
body.pagetype-checkout-confirmation .m-linklist {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
}
body.pagetype-checkout-confirmation .m-linklist .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
}
body.pagetype-checkout-confirmation #content {
  padding-bottom: 0;
}
body[data-page-dimensions*="DOB|Problem"i] #content > .m-form,
body[data-page-dimensions*="Productselection" i] #content > .m-form {
  padding-top: 0;
}
body[data-page-dimensions*="DOB|Problem"i] #content > .m-form .form-actions,
body[data-page-dimensions*="Productselection" i]
  #content
  > .m-form
  .form-actions {
  margin-top: 0;
}
body[data-page-dimensions*="DOB|Problem"i]
  #content
  > .g-layout-full
  > .g-col
  .a-heading,
body[data-page-dimensions*="Productselection" i]
  #content
  > .g-layout-full
  > .g-col
  .a-heading {
  padding-top: 0;
}
body[data-page-dimensions*="Shop|CEW|Landing"i] .m-pagetitle {
  padding-left: 0;
  padding-right: 0;
}
body[data-page-dimensions*="Shop|CEW|Landing"i]
  .m-contenttextmedia:not([data-media-size="size-1of3"]) {
  margin-left: 0 !important;
  width: 100% !important;
}
body[data-page-dimensions*="My Siemens | SingleKey-FAQ"i]
  .m-hero
  > .g-layout-full
  .m-pagetitle
  .a-heading,
body[data-page-dimensions*="My Siemens | SingleKey-FAQ"i]
  .m-hero
  > .g-layout-full
  > .a-heading,
body[data-page-dimensions*="My Siemens | SingleKey-FAQ"i]
  .m-hero
  > .g-layout-full
  > .g-col
  > .a-heading {
  font-size: var(--heading-h1-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h1-line-height);
}
body[data-page-dimensions*="Checkout|Payment"i]
  .dynamic-legal-text
  .m-contenttextmedia,
body[data-page-dimensions*="Shop|Checkout|Adyen_Api"i]
  .dynamic-legal-text
  .m-contenttextmedia,
body[data-page-dimensions*="Shop|Checkout|Summary_page"i]
  .dynamic-legal-text
  .m-contenttextmedia {
  margin: 20px 0;
  padding: 0;
}
body[data-page-dimensions*="Checkout|Payment"i] #summaryForm,
body[data-page-dimensions*="Shop|Checkout|Adyen_Api"i] #summaryForm,
body[data-page-dimensions*="Shop|Checkout|Summary_page"i] #summaryForm {
  padding-top: 0;
}
body[data-page-dimensions*="Checkout|Payment"i]
  .g-layout-full:last-of-type
  .a-backlink,
body[data-page-dimensions*="Checkout|Payment"i]
  .g-layout-full:last-of-type
  .m-form.cart
  .a-link.a-backlink,
body[data-page-dimensions*="Shop|Checkout|Adyen_Api"i]
  .g-layout-full:last-of-type
  .a-backlink,
body[data-page-dimensions*="Shop|Checkout|Adyen_Api"i]
  .g-layout-full:last-of-type
  .m-form.cart
  .a-link.a-backlink,
body[data-page-dimensions*="Shop|Checkout|Summary_page"i]
  .g-layout-full:last-of-type
  .a-backlink,
body[data-page-dimensions*="Shop|Checkout|Summary_page"i]
  .g-layout-full:last-of-type
  .m-form.cart
  .a-link.a-backlink {
  margin: 40px 0;
}
body[data-page-dimensions*="Checkout|Payment"i] .g-layout-full .a-backlink,
body[data-page-dimensions*="Shop|Checkout|Adyen_Api"i]
  .g-layout-full
  .a-backlink,
body[data-page-dimensions*="Shop|Checkout|Summary_page"i]
  .g-layout-full
  .a-backlink {
  margin: 24px 0 16px;
}
body.pagetype-checkout-handling .a-backlink,
body.pagetype-checkout-handling .m-form.cart .a-link.a-backlink,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i] .a-backlink,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .m-form.cart
  .a-link.a-backlink {
  margin: 24px 0;
}
@media (min-width: 900px) {
  body[data-page-dimensions*="Checkout|Payment"i]
    .g-layout-full:last-of-type
    .a-backlink,
  body[data-page-dimensions*="Checkout|Payment"i]
    .g-layout-full:last-of-type
    .m-form.cart
    .a-link.a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Adyen_Api"i]
    .g-layout-full:last-of-type
    .a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Adyen_Api"i]
    .g-layout-full:last-of-type
    .m-form.cart
    .a-link.a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Summary_page"i]
    .g-layout-full:last-of-type
    .a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Summary_page"i]
    .g-layout-full:last-of-type
    .m-form.cart
    .a-link.a-backlink {
    margin: 56px 0 40px;
  }
  body.pagetype-checkout-handling .a-backlink,
  body.pagetype-checkout-handling .m-form.cart .a-link.a-backlink,
  body[data-page-dimensions*="Checkout|Payment"i] .g-layout-full .a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Adyen_Api"i]
    .g-layout-full
    .a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Cartpage"i] .a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Cartpage"i]
    .m-form.cart
    .a-link.a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Summary_page"i]
    .g-layout-full
    .a-backlink {
    margin: 24px 0 40px;
  }
}
body.pagetype-checkout-handling .g-layout-full:last-of-type .a-backlink,
body.pagetype-checkout-handling
  .g-layout-full:last-of-type
  .m-form.cart
  .a-link.a-backlink,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .g-layout-full:last-of-type
  .a-backlink,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .g-layout-full:last-of-type
  .m-form.cart
  .a-link.a-backlink {
  margin: 40px 0;
}
@media (min-width: 900px) {
  body.pagetype-checkout-handling .g-layout-full:last-of-type .a-backlink,
  body.pagetype-checkout-handling
    .g-layout-full:last-of-type
    .m-form.cart
    .a-link.a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Cartpage"i]
    .g-layout-full:last-of-type
    .a-backlink,
  body[data-page-dimensions*="Shop|Checkout|Cartpage"i]
    .g-layout-full:last-of-type
    .m-form.cart
    .a-link.a-backlink {
    margin: 56px 0 40px;
  }
}
body.pagetype-checkout-handling .m-form#summaryForm,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i] .m-form#summaryForm {
  padding-top: 0;
}
body[data-page-dimensions*="Shop|Checkout|Handling_page"i] #content,
body[data-page-dimensions*="Shop|Checkout|Summary_page"i] #content {
  padding-bottom: 0;
}
body[data-page-dimensions*="Shop|Checkout|Handling_page"i]
  #content
  > .g-layout-full
  > .g-col
  > .a-heading {
  padding-top: 0;
}
body[data-page-dimensions*="Shop|Startpage"i]
  .o-productteasergridcontainer
  .item
  .m-productteaser
  .product-conversion
  .m-productconversionarea
  .details
  p {
  display: block;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  .m-form.cart
  .m-carousel
  .m-slider
  .m-teaser.m-teaser-linkteaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link {
  width: 100%;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  .m-carousel
  .m-teaser.m-teaser-linkteaser:not(.teaser-100):not(.teaser-200-2):not(
    .teaser-200-4
  )
  .teaser-wrap {
  height: auto !important;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  .m-carousel
  .m-teaser.m-teaser-linkteaser:not(.teaser-100):not(.teaser-200-2):not(
    .teaser-200-4
  )
  .teaser-wrap
  .teaser-content {
  position: relative;
  height: auto !important;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  .m-carousel
  .m-teaser.m-teaser-linkteaser:not(.teaser-100):not(.teaser-200-2):not(
    .teaser-200-4
  )
  .teaser-wrap
  .teaser-content
  .teaser-links {
  height: auto !important;
  opacity: 1;
  display: block;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  .m-carousel
  .m-teaser.m-teaser-linkteaser:not(.teaser-100):not(.teaser-200-2):not(
    .teaser-200-4
  )
  .teaser-wrap
  .teaser-content
  .teaser-links
  li,
body[data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  .m-carousel
  .m-teaser.m-teaser-linkteaser:not(.teaser-100):not(.teaser-200-2):not(
    .teaser-200-4
  )
  .teaser-wrap
  .teaser-content
  .teaser-links
  li:first-child {
  margin-bottom: 15px;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  .m-carousel
  .m-teaser.m-teaser-linkteaser:not(.teaser-100):not(.teaser-200-2):not(
    .teaser-200-4
  )
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link.a-link-primary:hover,
body[data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  .m-carousel
  .m-teaser.m-teaser-linkteaser:not(.teaser-100):not(.teaser-200-2):not(
    .teaser-200-4
  )
  .teaser-wrap
  .teaser-content
  .teaser-links
  li
  .a-link:hover {
  border: 1px solid #007a7a;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
  color: #007a7a;
}
body[data-page-dimensions*="Homepage|BrandReshapeHomepage"i]
  #content
  .own-stage
  .m-carousel
  .m-slider
  .slick-list
  .slick-track
  .slide
  .m-teaser
  .teaser-wrap
  .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-page-dimensions*="Homepage|BrandReshapeHomepage"i]
  #content
  .own-stage
  .m-carousel
  .m-slider
  .slick-list
  .slick-track
  .slide
  .m-teaser
  .teaser-wrap
  .teaser-content
  .teaser-links,
body[data-page-dimensions*="Homepage|BrandReshapeHomepage"i]
  #content
  .own-stage
  .m-carousel
  .m-slider
  .slick-list
  .slick-track
  .slide
  .m-teaser
  .teaser-wrap
  .teaser-content
  .teaser-links
  li {
  margin-bottom: 0;
}
body[data-page-dimensions*="Homepage|BrandReshapeHomepage"i]
  #content
  .own-stage
  .m-carousel
  .m-slider
  .slick-list
  .slick-track
  .slide
  .m-teaser
  .teaser-wrap
  .teaser-content
  .content-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 899px) {
  body[data-page-dimensions*="Homepage|BrandReshapeHomepage"i]
    #content
    .m-contenttextmediaslider
    .m-slider
    .slick-list
    .slick-track
    .media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  body[data-page-dimensions*="Homepage|BrandReshapeHomepage"i]
    #content
    .m-contenttextmediaslider
    .m-slider
    .slick-list
    .slick-track
    .content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
body[data-page-dimensions*="Service|Repair"i] #content > .m-contenttextmedia,
body[data-page-dimensions*="Service|Support Center|Troubleshooting"i]
  #content
  > .m-contenttextmedia {
  margin: 0 auto !important;
  width: -webkit-calc(
    100vw - -webkit-calc(var(--max-pagewidth-padding) * 2)
  ) !important;
  width: calc(100vw - calc(var(--max-pagewidth-padding) * 2)) !important;
}
body[data-page-dimensions*="Service|Repair"i]
  #content
  > .m-contenttextmedia
  .content,
body[data-page-dimensions*="Service|Support Center|Troubleshooting"i]
  #content
  > .m-contenttextmedia
  .content {
  margin: 0;
  padding: 0;
}
body[data-page-dimensions*="Service" i] #content .m-searchheader {
  --searchheader--fieldbackground: transparent;
  --searchheader--fieldbackground: rgba(60, 200, 190, 0.1);
}
body #content > .g-layout-full > .g-col > .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: 0;
  padding: var(--element-margin) 0 2px 0;
}
body.pagetype-campaign .m-linklist {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
  --color-linklist-bg: #000028;
  --color-linklist-text: #3cc8be;
  --color-linklist-headline: #fff;
  --color-linklist-black: #000;
  --color-linklist-icon: #3cc8be;
}
body.pagetype-campaign .m-linklist .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: minmax(0, auto) minmax(0, 1fr);
  grid-template-rows: minmax(0, auto) minmax(0, 1fr);
  grid-template-areas: "headline content" "headline content-1" "headline content-2" "headline content-3" "headline content-4" "headline content-5" "headline content-6" "headline content-8" "headline content-7" "headline content-9" "headline content-10" "headline content-11" "headline content-12" "headline content-13" "headline content-14";
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  .list-unstyled
  li,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  .list-unstyled
  li {
  padding-left: 0;
  padding-right: 0;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > h2,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > h3.a-heading,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > h2,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > h3.a-heading {
  font-size: 25px;
  line-height: 30px;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  .a-image,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  .a-image {
  grid-area: headline;
  padding-right: 20px;
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -ms-flex: unset;
  flex: unset;
  max-width: 150px;
  min-width: 150px;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > p:first-of-type:not(:only-child),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > p:first-of-type:not(:only-child) {
  font-size: 18px;
  line-height: 24px;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):nth-child(1),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):nth-child(1) {
  grid-area: content-1;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):nth-child(2),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):nth-child(2) {
  grid-area: content-2;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):nth-child(3),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):nth-child(3) {
  grid-area: content-3;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):nth-child(4),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):nth-child(4) {
  grid-area: content-4;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):nth-child(5),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):nth-child(5) {
  grid-area: content-5;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):nth-child(6),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):nth-child(6) {
  grid-area: content-6;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):nth-child(7),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):nth-child(7) {
  grid-area: content-7;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image) {
  margin: 0 0 10px;
  padding: 0;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):last-child,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):last-child {
  margin-bottom: 0;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .popover-content
  > :not(.a-image):nth-child(8),
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .popover-content
  > :not(.a-image):nth-child(8) {
  grid-area: content-8;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail
  .m-contenttextmedia,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i]
  .m-contenttextmedia {
  margin: 0 !important;
  width: 100% !important;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail.flexcampaign-popover-wrapper,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i].flexcampaign-popover-wrapper {
  min-height: auto;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail.flexcampaign-popover-wrapper
  .popover-content
  .a-heading,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i].flexcampaign-popover-wrapper
  .popover-content
  .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
body[data-page-dimensions*="Shop|Checkout|Cartpage"i].pagetype-shop-detail.flexcampaign-popover-wrapper
  .popover-content
  *,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i][data-page-dimensions*="Shop|Checkout|Cartpage"i].flexcampaign-popover-wrapper
  .popover-content
  * {
  padding: 0;
}
body[data-page-dimensions*="Shop|Checkout"i] .m-paymentoptions {
  padding: 40px 0;
}
body[data-page-dimensions*="Shop|Checkout"i] .m-trustedshops {
  padding-top: 40px;
  padding-bottom: 0;
}
body[data-page-dimensions*="Shop|Checkout"i] .m-trustedshops .m-imagelist {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
body[data-page-dimensions*="Shop|Checkout"i]
  .m-trustedshops
  .m-imagelist:after {
  display: none;
}
body[data-page-dimensions*="Shop|Checkout"i]
  .m-trustedshops
  .m-imagelist
  .a-image {
  margin: 0;
}
body.pagetype-product-list,
body.pagetype-shop-list {
  background: #f5f5f7;
}
body.pagetype-product-list .m-pagetitle,
body.pagetype-shop-list .m-pagetitle {
  padding-left: 0;
  padding-right: 0;
}
body.pagetype-product-list
  .js-content
  > .m-contenttextmedia
  .content
  .heading
  .a-heading,
body.pagetype-shop-list
  .js-content
  > .m-contenttextmedia
  .content
  .heading
  .a-heading {
  margin: 0 0 35px !important;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover)
  .popover-content
  .a-image
  img,
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover)
  .popover-content
  .a-image
  img {
  width: auto;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover)
  .popover-content
  > p:first-of-type:not(:only-child),
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover)
  .popover-content
  > p:first-of-type:not(:only-child) {
  font-size: 18px;
  line-height: 24px;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper),
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper) {
  max-width: 400px !important;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content,
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content
  .a-image,
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content
  .a-image {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: left;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content
  .a-image
  + p,
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content
  .a-image
  + p {
  margin: 0 !important;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content
  > p:first-of-type:not(:only-child),
body.pagetype-product-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content
  > p:first-of-type:not(:only-child)
  strong,
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content
  > p:first-of-type:not(:only-child),
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover):not(.flexcampaign-popover-wrapper)
  .popover-content
  > p:first-of-type:not(:only-child)
  strong {
  font-family: var(--fontfamily-headlinesfont);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover).flexcampaign-popover-wrapper,
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover).flexcampaign-popover-wrapper {
  min-height: auto;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover).flexcampaign-popover-wrapper
  .popover-content
  .a-heading,
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover).flexcampaign-popover-wrapper
  .popover-content
  .a-heading {
  font-family: SiemensSans-Bold, sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
body.pagetype-product-list
  .m-popover:not(.hotstorypopover).flexcampaign-popover-wrapper
  .popover-content
  *,
body.pagetype-shop-list
  .m-popover:not(.hotstorypopover).flexcampaign-popover-wrapper
  .popover-content
  * {
  padding: 0;
}
body.pagetype-product-list > .g-container,
body.pagetype-shop-list > .g-container {
  background: #f5f5f7;
}
body.pagetype-product-list > .g-container:after,
body.pagetype-shop-list > .g-container:after {
  display: none;
}
body.pagetype-product-list .o-list.grid-view,
body.pagetype-shop-list .o-list.grid-view {
  margin: 20px 0 0;
}
body.pagetype-product-list .m-categorypromotion,
body.pagetype-shop-list .m-categorypromotion {
  margin-bottom: 0;
  margin-top: 0;
}
body.pagetype-product-list .m-categorypromotion .category-slider-container,
body.pagetype-shop-list .m-categorypromotion .category-slider-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 749px) {
  body.pagetype-product-list .m-categorypromotion,
  body.pagetype-shop-list .m-categorypromotion {
    overflow: hidden;
  }
  body.pagetype-product-list .m-categorypromotion .category-slider-container,
  body.pagetype-shop-list .m-categorypromotion .category-slider-container {
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }
  body.pagetype-product-list #content > .m-contenttextmedia:first-child .media,
  body.pagetype-shop-list #content > .m-contenttextmedia:first-child .media {
    width: 100%;
  }
}
body.pagetype-product-list .m-expandablestage,
body.pagetype-shop-list .m-expandablestage {
  --expandablestages-shadow: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --expandablestages-shadow: linear-gradient(
    180deg,
    rgba(245, 245, 247, 0) 0%,
    rgba(245, 245, 247, 1) 100%
  );
  margin-bottom: 20px;
}
@media (max-width: 899px) {
  body.pagetype-product-list .js-content > .m-contenttextmedia .content,
  body.pagetype-shop-list .js-content > .m-contenttextmedia .content {
    padding-right: 0;
    width: 100% !important;
  }
  body.pagetype-product-list .m-expandablestage,
  body.pagetype-shop-list .m-expandablestage {
    margin-top: 20px;
  }
}
body.pagetype-product-list .m-expandablestage .expandable-area,
body.pagetype-shop-list .m-expandablestage .expandable-area {
  width: 100%;
}
body.pagetype-product-list
  .m-expandablestage
  .expandable-stage-elements-wrap
  .expandable-area[style*="max-height: none;"]
  + .icon.expand-toggle,
body.pagetype-shop-list
  .m-expandablestage
  .expandable-stage-elements-wrap
  .expandable-area[style*="max-height: none;"]
  + .icon.expand-toggle {
  display: none !important;
}
body.pagetype-product-list
  .m-expandablestage
  .expandable-stage-elements-wrap
  .a-heading,
body.pagetype-shop-list
  .m-expandablestage
  .expandable-stage-elements-wrap
  .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
body.pagetype-product-list .m-expandablestage .m-contenttextmedia .content,
body.pagetype-shop-list .m-expandablestage .m-contenttextmedia .content {
  padding: 0;
}
body.pagetype-product-list
  .m-expandablestage
  .m-contenttextmedia
  .heading
  .a-heading,
body.pagetype-shop-list
  .m-expandablestage
  .m-contenttextmedia
  .heading
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
}
body.pagetype-product-list .m-contenttextmedia,
body.pagetype-shop-list .m-contenttextmedia {
  --color-ctm-bg: #fff;
  --color-ctm-heading: #000;
  --color-ctm-text: #000;
  --color-ctm-linklist: #000;
  --color-ctm-paddingTop: 50px;
  --color-ctm-paddingBottom: 0;
  --color-ctm-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --color-ctm-arrows: #007a7a;
  --color-ctm-bg: #f5f5f7;
  --color-ctm-text: #000;
  --color-ctm-gradient: linear-gradient(
    180deg,
    rgba(245, 245, 247, 0) 0%,
    rgba(245, 245, 247, 1) 100%
  );
  margin: 0 !important;
  width: 100% !important;
}
@media (min-width: 750px) {
  body.pagetype-product-list
    .m-expandablestage
    .expandable-stage-elements-wrap
    .a-heading,
  body.pagetype-shop-list
    .m-expandablestage
    .expandable-stage-elements-wrap
    .a-heading {
    margin: 0;
  }
  body.pagetype-product-list
    .m-expandablestage
    .m-contenttextmedia[data-media-float="right"]
    .content-inner,
  body.pagetype-shop-list
    .m-expandablestage
    .m-contenttextmedia[data-media-float="right"]
    .content-inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
    padding-left: 0;
    padding-right: 100px;
    width: auto;
  }
  body.pagetype-product-list .m-contenttextmedia,
  body.pagetype-shop-list .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
}
body.pagetype-product-list .o-teasercontainer,
body.pagetype-shop-list .o-teasercontainer {
  background: 0 0;
}
body.pagetype-product-list .productlist-wrap form.js-ajax-request .m-filter,
body.pagetype-shop-list .productlist-wrap form.js-ajax-request .m-filter {
  margin-top: 50px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  h3,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  h3 {
  margin-bottom: 25px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  p,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 750px) {
  body.pagetype-product-list
    .o-onlinedealerlayer
    .m-layer
    .layer-content
    .layer-content-inner
    .container,
  body.pagetype-shop-list
    .o-onlinedealerlayer
    .m-layer
    .layer-content
    .layer-content-inner
    .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  h4,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  h4 {
  margin: 0 0 15px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .list-layout,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .list-layout {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 0 !important;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item {
  margin: 0 !important;
  width: 50% !important;
  padding: 0 10px 30px 0;
}
@media (min-width: 600px) {
  body.pagetype-product-list
    .o-onlinedealerlayer
    .m-layer
    .layer-content
    .layer-content-inner
    .container
    .list-width
    .o-list
    .item,
  body.pagetype-shop-list
    .o-onlinedealerlayer
    .m-layer
    .layer-content
    .layer-content-inner
    .container
    .list-width
    .o-list
    .item {
    padding: 0 20px 30px 0;
  }
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .a-heading.shop-title,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .a-heading.shop-title {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 !important;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .media
  .a-link
  .icon-wrapper,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .media
  .a-link
  .icon-wrapper {
  bottom: 15px;
  right: 15px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .media
  .a-link
  .icon-wrapper
  .icon.icon-follow-link,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .media
  .a-link
  .icon-wrapper
  .icon.icon-follow-link {
  font-size: 10px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .dealer-info,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .dealer-info {
  font-size: 14px;
  line-height: 20px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .a-loadmore,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .list-width
  .o-list
  .a-loadmore {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width {
  margin: 0 !important;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .input-wrap {
  width: 66.6666%;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap {
  height: 40px;
  width: 40px;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  min-height: 40px;
  max-height: 40px;
  min-width: 40px;
  max-width: 40px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton
  .icon,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton
  .icon {
  font-size: 16px;
  line-height: 16px;
  position: unset;
  left: unset;
  top: unset;
  margin-top: 0 !important;
}
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton
  .icon:before,
body.pagetype-shop-list
  .o-onlinedealerlayer
  .m-layer
  .layer-content
  .layer-content-inner
  .container
  .dealerlocator-width
  .m-searchfield-dealerlocator
  .m-searchinput
  .searchfield-fieldset
  .searchinput
  .submit-wrap
  .a-button.searchfield-searchbutton
  .icon:before {
  font-size: 16px;
  line-height: 16px;
  height: 16px;
  width: 16px;
}
body.pagetype-product-list .o-serviceteaserarea,
body.pagetype-shop-list .o-serviceteaserarea {
  padding-top: 0;
}
body.pagetype-product-list #content,
body.pagetype-shop-list #content {
  margin: 0 auto;
  max-width: 1400px;
}
body.pagetype-product-list #content > .g-layout-full > .g-col > .a-heading,
body.pagetype-shop-list #content > .g-layout-full > .g-col > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
body.pagetype-product-list #content .m-contenttextmedia + .g-layout-full,
body.pagetype-shop-list #content .m-contenttextmedia + .g-layout-full {
  position: relative;
}
body.pagetype-product-list
  #content
  > .m-contenttextmedia:first-child
  .content:only-child,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:first-child
  .content:only-child {
  padding-left: 0;
  width: 90%;
}
body.pagetype-product-list
  #content
  > .m-contenttextmedia:first-child
  .content:only-child
  .content-inner,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:first-child
  .content:only-child
  .content-inner {
  width: 100%;
}
body.pagetype-product-list
  #content
  > .m-contenttextmedia:first-child
  .heading
  .a-heading,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:first-child
  .heading
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
}
body.pagetype-product-list #content > .m-contenttextmedia:not(:first-child),
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"],
body.pagetype-shop-list #content > .m-contenttextmedia:not(:first-child),
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"] {
  display: block !important;
  width: 100% !important;
  padding-top: 0;
}
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)
  .content,
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
  .content,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:not(:first-child)
  .content,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
  .content {
  padding: 0;
}
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)
  .media,
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
  .media,
body.pagetype-shop-list #content > .m-contenttextmedia:not(:first-child) .media,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
  .media {
  width: 100%;
}
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)
  .heading,
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
  .heading,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:not(:first-child)
  .heading,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
  .heading {
  padding: 0;
}
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)
  + .m-contenttextmedia,
body.pagetype-product-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
  + .m-contenttextmedia,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:not(:first-child)
  + .m-contenttextmedia,
body.pagetype-shop-list
  #content
  > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
  + .m-contenttextmedia {
  margin-top: var(--element-margin) !important;
}
@media (max-width: 899px) {
  body.pagetype-product-list #content > .m-contenttextmedia:not(:first-child),
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"],
  body.pagetype-shop-list #content > .m-contenttextmedia:not(:first-child),
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"] {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .media,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .media,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .media,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .media {
    padding: 0 !important;
  }
}
@media (min-width: 900px) {
  body.pagetype-product-list .m-pagetitle,
  body.pagetype-shop-list .m-pagetitle {
    padding-right: 39%;
  }
  body.pagetype-product-list
    .m-expandablestage
    .expandable-stage-elements-wrap
    .a-heading,
  body.pagetype-shop-list
    .m-expandablestage
    .expandable-stage-elements-wrap
    .a-heading {
    font-size: var(--heading-h2-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h2-line-height);
    margin: var(--heading-h2-margin);
  }
  body.pagetype-product-list .m-contenttextmedia,
  body.pagetype-shop-list .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
  body.pagetype-product-list
    .o-onlinedealerlayer
    .m-layer
    .layer-content
    .layer-content-inner
    .container
    .list-width
    .o-list
    .item,
  body.pagetype-shop-list
    .o-onlinedealerlayer
    .m-layer
    .layer-content
    .layer-content-inner
    .container
    .list-width
    .o-list
    .item {
    width: 33.3333% !important;
    padding: 0 30px 40px 0;
  }
  body.pagetype-product-list #content > .m-contenttextmedia:first-child .media,
  body.pagetype-shop-list #content > .m-contenttextmedia:first-child .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:first-child
    .content:not(:only-child)
    .content-inner,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:first-child
    .content:not(:only-child)
    .heading,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:first-child
    .content:not(:only-child)
    .content-inner,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:first-child
    .content:not(:only-child)
    .heading {
    width: 100%;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:first-child
    .content:not(:only-child):first-child
    > *,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:first-child
    .content:not(:only-child):first-child
    > * {
    padding-right: 40px;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:first-child
    .content:not(:only-child):not(:first-child)
    > *,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:first-child
    .content:not(:only-child):not(:first-child)
    > * {
    padding-left: 40px;
  }
  body.pagetype-product-list #content > .m-contenttextmedia:not(:first-child),
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"],
  body.pagetype-shop-list #content > .m-contenttextmedia:not(:first-child),
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"] {
    display: -ms-grid !important;
    display: grid !important;
    grid-column-gap: 75px;
    grid-template-areas: "heading media" "content media";
    -ms-grid-columns: 1fr 63%;
    grid-template-columns: 1fr 63%;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    width: 100% !important;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .heading,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .heading,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .heading,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .heading {
    grid-area: heading;
    padding: 0;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content:not(:only-child),
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content:not(:only-child),
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content:not(:only-child),
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content:not(:only-child) {
    grid-area: content;
    padding: 0;
    width: 100%;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content
    .heading,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content:not(:only-child)
    .heading,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content
    .heading,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content:not(:only-child)
    .heading,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content
    .heading,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content:not(:only-child)
    .heading,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content
    .heading,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content:not(:only-child)
    .heading {
    width: 100%;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content
    .content-inner,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content:not(:only-child)
    .content-inner,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content
    .content-inner,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content:not(:only-child)
    .content-inner,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content
    .content-inner,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content:not(:only-child)
    .content-inner,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content
    .content-inner,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content:not(:only-child)
    .content-inner {
    padding: 0 !important;
    width: 100% !important;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content:only-child,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content:only-child,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .content:only-child,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .content:only-child {
    grid-column: 1/3;
    width: 100%;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .media,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .media,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .media,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .media {
    grid-area: media;
    margin: 0;
    width: -webkit-calc(100% + (100vw - 158%)/ 2);
    width: calc(100% + (100vw - 158%) / 2);
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child):not([data-media-float="right"]),
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]:not(
      [data-media-float="right"]
    ),
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child):not([data-media-float="right"]),
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]:not(
      [data-media-float="right"]
    ) {
    -ms-grid-columns: 63% 1fr;
    grid-template-columns: 63% 1fr;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child):not([data-media-float="right"])
    .content,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]:not(
      [data-media-float="right"]
    )
    .content,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child):not([data-media-float="right"])
    .content,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]:not(
      [data-media-float="right"]
    )
    .content {
    grid-column: 2/3;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child):not([data-media-float="right"])
    .content:only-child,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]:not(
      [data-media-float="right"]
    )
    .content:only-child,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child):not([data-media-float="right"])
    .content:only-child,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]:not(
      [data-media-float="right"]
    )
    .content:only-child {
    grid-column: 1/3;
    width: 100%;
  }
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child):not([data-media-float="right"])
    .media,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]:not(
      [data-media-float="right"]
    )
    .media,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child):not([data-media-float="right"])
    .media,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]:not(
      [data-media-float="right"]
    )
    .media {
    grid-column: 1/2;
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-left: calc(var(--max-pagewidth-padding) * -1);
  }
}
@media only screen and (min-width: 1920px) {
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .media,
  body.pagetype-product-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .media,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)
    .media,
  body.pagetype-shop-list
    #content
    > .m-contenttextmedia:not(:first-child)[data-media-size="size-2of3"]
    .media {
    width: -webkit-calc(100% + (var(--max-pagewidth) - 158%)/ 2);
    width: calc(100% + (var(--max-pagewidth) - 158%) / 2);
  }
}
body.pagetype-product-list #content .m-linklist,
body.pagetype-shop-list #content .m-linklist {
  position: relative;
  margin-top: var(--element-margin);
  padding-bottom: var(--element-margin);
}
body.pagetype-product-list #content .m-linklist:after,
body.pagetype-shop-list #content .m-linklist:after {
  background: #000028;
  content: "";
  display: block !important;
  height: 100%;
  left: -webkit-calc(calc(var(--max-pagewidth-padding) + 1px) * -1);
  left: calc(calc(var(--max-pagewidth-padding) + 1px) * -1);
  position: absolute;
  top: 0;
  width: -webkit-calc(100% + var(--max-pagewidth-padding-x2) + 2px);
  width: calc(100% + var(--max-pagewidth-padding-x2) + 2px);
  z-index: -1;
}
@media (max-width: 749px) {
  body.pagetype-product-list #content .m-linklist,
  body.pagetype-shop-list #content .m-linklist {
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    margin-left: calc(var(--max-pagewidth-padding) * -1);
    overflow: visible;
    padding: var(--max-pagewidth-padding);
    width: 100vw;
  }
  body.pagetype-product-list #content .m-linklist:after,
  body.pagetype-shop-list #content .m-linklist:after {
    left: -webkit-calc(var(--max-pagewidth-padding) * -1);
    left: calc(var(--max-pagewidth-padding) * -1);
    width: 100vw;
  }
  body[data-page-dimensions*="SearchResults" i] #content .m-teaser.teaser-300 {
    margin-top: -webkit-calc(var(--element-margin) / 2);
    margin-top: calc(var(--element-margin) / 2);
  }
}
body.pagetype-myaccount-login .m-hero {
  margin-top: 0;
}
body.pagetype-myaccount-login .m-hero .g-layout-full:only-child .m-pagetitle {
  margin-top: 40px;
}
body.pagetype-myaccount-login .m-contenttextmedia:first-child {
  padding-top: 10px;
}
@media (min-width: 750px) {
  body.pagetype-myaccount-login .m-contenttextmedia:first-child {
    padding: 24px 64px 90px;
  }
  body.pagetype-myaccount-login
    .m-contenttextmedia:first-child
    .content:only-child {
    padding-left: 0;
    width: 100%;
  }
}
@media (min-width: 900px) {
  body.pagetype-myaccount-login .m-hero .g-layout-full:only-child .m-pagetitle {
    margin-top: 120px;
  }
  body.pagetype-myaccount-login
    .m-contenttextmedia:first-child
    .content:only-child {
    padding: 0 22% 0 17%;
  }
  body.pagetype-product-detail .tab-rebrush-panel#section-manuals,
  body.pagetype-shop-detail .tab-rebrush-panel#section-manuals {
    width: -webkit-calc(100% + 240px);
    width: calc(100% + 240px);
    margin-left: -120px;
  }
}
@media (min-width: 1400px) {
  body.pagetype-myaccount-login .m-contenttextmedia:first-child {
    margin: 0 !important;
    width: 100% !important;
    padding: 24px 0 90px;
  }
  body.pagetype-myaccount-login
    .m-contenttextmedia:first-child
    .content:only-child
    > * {
    width: 100%;
  }
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner {
  padding-top: 67px;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  > h3,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  > h3 {
  margin-top: 0;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  > .a-heading,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  > .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: 0 0 20px;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaser,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaser {
  display: block;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaser
  .media,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaser
  .media {
  border: 1px solid #d4d9de;
  padding: 10px;
  margin: 0;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaser
  .dealer-info,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaser
  .dealer-info {
  margin: 0;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaser
  .a-heading.shop-title,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaser
  .a-heading.shop-title {
  font-size: 16px !important;
  line-height: 1.2 !important;
  margin-bottom: 5px !important;
  margin-top: 10px;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaserrebrush
  .media
  .a-link
  .icon-wrapper,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  .m-dealerteaserrebrush
  .media
  .a-link
  .icon-wrapper {
  bottom: 11px;
  right: 11px;
  font-size: 16px;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  > .a-heading.shop-title,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .m-tabs
  .tabs-wrapper
  .tab-panel
  .o-list
  .item
  > .a-heading.shop-title {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 10px;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  > h4,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  > h4 {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: 0 0 20px;
  display: none;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .m-dealerteaserrebrush
  .media
  .a-link,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .m-dealerteaserrebrush
  .media
  .a-link {
  border: 1px solid #d4d9de;
  display: block;
  padding: 0;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .m-dealerteaserrebrush
  .media
  .a-link
  .a-image,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .m-dealerteaserrebrush
  .media
  .a-link
  .a-image {
  width: 100%;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .m-dealerteaserrebrush
  .media
  .a-link
  .icon-wrapper,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  .m-dealerteaserrebrush
  .media
  .a-link
  .icon-wrapper {
  bottom: 11px;
  right: 11px;
  font-size: 16px;
}
body.pagetype-product-detail
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  > .a-heading.shop-title,
body.pagetype-product-list
  .o-onlinedealerlayer
  .m-layer[data-id="online-dealer-layer"]
  .layer-wrapper
  .layer-content-inner
  .container
  .list-width
  .o-list
  .item
  > .a-heading.shop-title {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: 10px;
}
@media (min-width: 750px) {
  body.pagetype-product-detail
    .o-onlinedealerlayer
    .m-layer[data-id="online-dealer-layer"]
    .layer-wrapper,
  body.pagetype-product-list
    .o-onlinedealerlayer
    .m-layer[data-id="online-dealer-layer"]
    .layer-wrapper {
    margin-top: 0;
    max-width: 90vw;
  }
  body.pagetype-product-detail
    .o-onlinedealerlayer
    .m-layer[data-id="online-dealer-layer"]
    .layer-wrapper
    .layer-content,
  body.pagetype-product-list
    .o-onlinedealerlayer
    .m-layer[data-id="online-dealer-layer"]
    .layer-wrapper
    .layer-content {
    margin-top: 40px;
  }
  body.pagetype-product-detail
    .o-onlinedealerlayer
    .m-layer[data-id="online-dealer-layer"]
    .layer-wrapper
    .layer-content-inner,
  body.pagetype-product-list
    .o-onlinedealerlayer
    .m-layer[data-id="online-dealer-layer"]
    .layer-wrapper
    .layer-content-inner {
    padding-top: 74px;
  }
}
body.pagetype-product-detail,
body.pagetype-shop-detail {
  background: #f5f5f7;
}
body.pagetype-product-detail .tab-rebrush-panel,
body.pagetype-shop-detail .tab-rebrush-panel {
  margin-top: 0;
}
body.pagetype-product-detail
  .tab-rebrush-panel
  .o-producttilesslider
  .a-heading.tiles-slider-heading,
body.pagetype-shop-detail
  .tab-rebrush-panel
  .o-producttilesslider
  .a-heading.tiles-slider-heading {
  display: none;
}
body.pagetype-product-detail
  .tab-rebrush-panel
  .o-producttilesslider
  .tiles-slider
  .slick-list
  .slick-track,
body.pagetype-shop-detail
  .tab-rebrush-panel
  .o-producttilesslider
  .tiles-slider
  .slick-list
  .slick-track {
  margin: 0;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-accessories
  .m-togglebox
  .item,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-accessories
  .m-togglebox
  .item {
  border-top: 0 !important;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-setcomponents
  > h2.a-heading,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-setcomponents
  > h2.a-heading {
  padding-top: 50px;
}
body.pagetype-product-detail .tab-rebrush-panel#section-manuals > h2.a-heading,
body.pagetype-shop-detail .tab-rebrush-panel#section-manuals > h2.a-heading {
  background: #fff;
  margin-bottom: 0;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-manuals
  .g-col
  .m-togglebox
  .item,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-manuals
  .g-col
  .m-togglebox
  .item {
  border-top: 0;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-manuals
  .g-col
  .g-layout-full
  .m-linklist,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-manuals
  .g-col
  .g-layout-full
  .m-linklist {
  padding-bottom: 70px !important;
  padding-top: 70px !important;
  margin: 0 !important;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-manuals
  .g-col
  .g-layout-full
  .m-linklist
  .list-unstyled,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-manuals
  .g-col
  .g-layout-full
  .m-linklist
  .list-unstyled {
  -ms-grid-columns: (minmax(200px, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (min-width: 900px) {
  body.pagetype-product-detail
    .tab-rebrush-panel#section-manuals
    > h2.a-heading,
  body.pagetype-shop-detail .tab-rebrush-panel#section-manuals > h2.a-heading {
    padding: 50px 120px 0;
  }
  body.pagetype-product-detail
    .tab-rebrush-panel#section-manuals
    .g-col
    .g-layout-full
    .m-linklist
    .a-heading,
  body.pagetype-product-detail
    .tab-rebrush-panel#section-manuals
    .g-col
    .g-layout-full
    .m-linklist
    .list-unstyled,
  body.pagetype-product-detail
    .tab-rebrush-panel#section-manuals
    .g-col
    .m-togglebox,
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-manuals
    .g-col
    .g-layout-full
    .m-linklist
    .a-heading,
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-manuals
    .g-col
    .g-layout-full
    .m-linklist
    .list-unstyled,
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-manuals
    .g-col
    .m-togglebox {
    padding: 0 120px;
  }
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"],
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"] {
  bottom: auto;
  height: 100%;
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  width: 100vw;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper {
  left: 0;
  margin: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 750px) {
  body.pagetype-product-detail
    .tab-rebrush-panel#section-reviews
    .m-layer.j-question-layer,
  body.pagetype-product-detail
    .tab-rebrush-panel#section-reviews
    [data-id="question-layer"],
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-reviews
    .m-layer.j-question-layer,
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-reviews
    [data-id="question-layer"] {
    height: 100vw;
  }
  body.pagetype-product-detail
    .tab-rebrush-panel#section-reviews
    .m-layer.j-question-layer
    .layer-wrapper,
  body.pagetype-product-detail
    .tab-rebrush-panel#section-reviews
    [data-id="question-layer"]
    .layer-wrapper,
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-reviews
    .m-layer.j-question-layer
    .layer-wrapper,
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-reviews
    [data-id="question-layer"]
    .layer-wrapper {
    left: 30px;
    top: 158px;
    width: 66%;
  }
  body.pagetype-product-detail .m-trustedshops,
  body.pagetype-shop-detail .m-trustedshops {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper {
  display: block;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .col-img
  .a-image,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .col-img
  .a-image
  img,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .col-img
  .a-image,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .col-img
  .a-image
  img,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .col-img
  .a-image,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .col-img
  .a-image
  img,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .col-img
  .a-image,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .col-img
  .a-image
  img {
  width: auto;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link
  .js-brandsection-wrapper,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link
  .js-brandsection-wrapper,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link
  .js-brandsection-wrapper,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link
  .js-brandsection-wrapper {
  width: 100%;
}
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link
  h2.a-heading
  .fragment,
body.pagetype-product-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link
  h2.a-heading
  .fragment,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  .m-layer.j-question-layer
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link
  h2.a-heading
  .fragment,
body.pagetype-shop-detail
  .tab-rebrush-panel#section-reviews
  [data-id="question-layer"]
  .layer-wrapper
  .layer-content-wrapper
  .m-producttitle
  .a-link.heading-link
  h2.a-heading
  .fragment {
  font-family: SiemensSans-Roman, sans-serif;
  display: inline;
}
body.pagetype-product-detail .tab-rebrush-panel#section-reviews #scrollToFilter,
body.pagetype-shop-detail .tab-rebrush-panel#section-reviews #scrollToFilter {
  padding: 0 !important;
}
body.pagetype-product-detail .o-serviceteaserarea,
body.pagetype-shop-detail .o-serviceteaserarea {
  position: relative;
}
body.pagetype-product-detail .o-serviceteaserarea:before,
body.pagetype-shop-detail .o-serviceteaserarea:before {
  background: #000028;
  content: "";
  display: block !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
@media only screen and (min-width: 1920px) {
  body.pagetype-product-detail
    .tab-rebrush-panel#section-reviews
    .m-layer.j-question-layer
    .layer-wrapper,
  body.pagetype-product-detail
    .tab-rebrush-panel#section-reviews
    [data-id="question-layer"]
    .layer-wrapper,
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-reviews
    .m-layer.j-question-layer
    .layer-wrapper,
  body.pagetype-shop-detail
    .tab-rebrush-panel#section-reviews
    [data-id="question-layer"]
    .layer-wrapper {
    margin-left: -webkit-calc(
      calc(100vw - var(--max-pagewidth)) / 2
    ) !important;
    margin-left: calc(calc(100vw - var(--max-pagewidth)) / 2) !important;
    width: -webkit-calc(
      100vw - -webkit-calc(100vw - var(--max-pagewidth)) -
        -webkit-calc(var(--max-pagewidth) * 33 / 100)
    ) !important;
    width: calc(
      100vw - calc(100vw - var(--max-pagewidth)) -
        calc(var(--max-pagewidth) * 33 / 100)
    ) !important;
  }
  body.pagetype-product-detail .o-serviceteaserarea,
  body.pagetype-shop-detail .o-serviceteaserarea {
    width: 100%;
  }
  body.pagetype-product-detail .o-serviceteaserarea:before,
  body.pagetype-shop-detail .o-serviceteaserarea:before {
    display: none !important;
  }
  body.pagetype-product-detail .o-serviceteaserarea .m-serviceteaser,
  body.pagetype-shop-detail .o-serviceteaserarea .m-serviceteaser {
    max-width: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  body.pagetype-product-detail .o-headerrebrush,
  body.pagetype-shop-detail .o-headerrebrush {
    margin-left: 0 !important;
  }
}
body.pagetype-product-detail #content .g-layout-full .g-col .a-backlink,
body.pagetype-shop-detail #content .g-layout-full .g-col .a-backlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
}
body.pagetype-product-detail
  #content
  .g-layout-full
  .g-col
  .a-backlink:not(.a-button-plain),
body.pagetype-shop-detail
  #content
  .g-layout-full
  .g-col
  .a-backlink:not(.a-button-plain) {
  border-color: #000 !important;
  min-width: auto !important;
  width: -webkit-fit-content !important;
  width: fit-content !important;
}
body.pagetype-product-detail #content .g-layout-full .g-col .a-backlink .icon,
body.pagetype-shop-detail #content .g-layout-full .g-col .a-backlink .icon {
  padding: 0 15px 0 0;
}
body.pagetype-product-detail
  #content
  .g-layout-full
  .g-col
  .a-backlink
  .icon::before,
body.pagetype-shop-detail
  #content
  .g-layout-full
  .g-col
  .a-backlink
  .icon::before {
  line-height: 11px;
}
@media (min-width: 750px) {
  body.pagetype-product-detail #content .g-layout-full .g-col .a-backlink,
  body.pagetype-shop-detail #content .g-layout-full .g-col .a-backlink {
    margin-left: 40px;
    position: absolute;
    z-index: 100;
  }
  body.pagetype-product-detail > .g-container,
  body.pagetype-shop-detail > .g-container {
    max-width: 1920px;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  body.pagetype-product-detail #content .g-layout-full .g-col .a-backlink,
  body.pagetype-shop-detail #content .g-layout-full .g-col .a-backlink {
    margin-left: 120px;
  }
}
body.pagetype-product-detail > .g-container:after,
body.pagetype-shop-detail > .g-container:after {
  display: none;
}
body.pagetype-product-detail .popover-header .popover-close,
body.pagetype-shop-detail .popover-header .popover-close {
  padding: 13px 13px 0 0 !important;
}
body.pagetype-product-detail .popover-header .popover-close .icon,
body.pagetype-shop-detail .popover-header .popover-close .icon {
  font-size: 18px;
}
body.pagetype-product-detail .popover-content,
body.pagetype-shop-detail .popover-content {
  display: block;
}
body.pagetype-product-detail .popover-content > p,
body.pagetype-shop-detail .popover-content > p {
  margin-bottom: 24px;
  margin-top: 0 !important;
  padding-left: 0;
  padding-right: 0;
}
body.pagetype-product-detail .popover-content > h2,
body.pagetype-shop-detail .popover-content > h2 {
  font-size: 24px;
  line-height: 28px;
  margin-top: 0;
  -ms-grid-row: 1;
  grid-row: 1;
}
body.pagetype-product-detail .popover-content > .a-image,
body.pagetype-shop-detail .popover-content > .a-image {
  float: left;
  padding-right: 28px;
  width: auto;
}
body.pagetype-product-detail .popover-content > .a-image.float-right,
body.pagetype-shop-detail .popover-content > .a-image.float-right {
  float: right;
  padding-right: 0;
  padding-left: 28px;
}
body.pagetype-product-detail .popover-content > .a-image img,
body.pagetype-shop-detail .popover-content > .a-image img {
  max-width: 100%;
  width: auto;
}
body.pagetype-product-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink,
body.pagetype-shop-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 16px;
}
body.pagetype-product-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink
  .icon,
body.pagetype-shop-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink
  .icon {
  padding: 0;
}
body.pagetype-product-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink:active
  .icon::before,
body.pagetype-product-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink:focus
  .icon::before,
body.pagetype-product-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink:hover
  .icon::before,
body.pagetype-shop-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink:active
  .icon::before,
body.pagetype-shop-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink:focus
  .icon::before,
body.pagetype-shop-detail[dir="rtl"]
  #content
  .g-layout-full
  .g-col
  .a-backlink:hover
  .icon::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
body[data-page-dimensions*="SearchResults" i] {
  background: #f5f5f7 !important;
}
body[data-page-dimensions*="SearchResults" i] .m-searchheader {
  --searchheader--fieldbackground: transparent;
  --searchheader--fieldbackground: rgba(60, 200, 190, 0.1);
}
body[data-page-dimensions*="SearchResults" i] > .g-container {
  background: #f5f5f7 !important;
}
body[data-page-dimensions*="SearchResults" i] .m-tabs {
  --color-bg: #fff;
  --color-border--bottom: #000;
  --color-links: #000;
  --color-links--activeborder: 4px solid #000;
  --color-links--active: #3cc8be;
  --color-bg: #f5f5f7;
}
body[data-page-dimensions*="SearchResults" i] .m-tabs .tab-panel {
  padding-top: -webkit-calc(var(--element-margin) / 2);
  padding-top: calc(var(--element-margin) / 2);
}
body[data-page-dimensions*="SearchResults" i] .m-tabs .tab-panel > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
body[data-page-dimensions*="SearchResults" i]
  .m-tabs
  .tab-panel
  .content-search {
  margin-top: -webkit-calc(var(--element-margin) / 2);
  margin-top: calc(var(--element-margin) / 2);
}
body[data-page-dimensions*="SearchResults" i] .m-hero .m-pagetitle {
  margin-top: -webkit-calc(var(--element-margin) / 2);
  margin-top: calc(var(--element-margin) / 2);
  padding: 0;
}
body[data-page-dimensions*="SearchResults" i] .m-hero .m-pagetitle .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
  font-family: var(--fontfamily-headlinesfont);
}
body[data-page-dimensions*="SearchResults" i] .m-hero + #content {
  padding-top: 20px !important;
}
body[data-page-dimensions*="SearchResults" i] .m-hero + #content .m-tabs {
  padding-top: 0;
}
body[data-page-dimensions*="SearchResults" i]
  #content
  > .g-layout-full
  > .g-col
  > .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: var(--heading-h2-margin);
  width: 100%;
  margin-top: var(--element-margin);
}
body[data-page-dimensions*="SearchResults" i] #content .m-contenttextmedia {
  background: #f5f5f7;
}
body[data-page-dimensions*="SearchResults" i] #content .m-teaser.teaser-300 {
  padding-top: 0;
}
@media (min-width: 750px) {
  body.pagetype-product-detail .o-footer,
  body.pagetype-product-detail .o-footer-rebrush,
  body.pagetype-shop-detail .o-footer,
  body.pagetype-shop-detail .o-footer-rebrush {
    margin-left: 0 !important;
  }
  body.pagetype-product-detail .popover-content > h2,
  body.pagetype-shop-detail .popover-content > h2 {
    font-size: 28px;
    -ms-grid-row: unset;
    grid-row: unset;
    line-height: 33px;
  }
  body[data-page-dimensions*="SearchResults" i]
    #content
    .m-teaser.teaser-300:not(.row-0) {
    margin-top: -webkit-calc(var(--element-margin) / 2);
    margin-top: calc(var(--element-margin) / 2);
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchresultpromotionteaser
    .promotion-teaser-wrap {
    padding-bottom: 0;
    padding-right: 40px;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchresultpromotionteaser
    .promotion-teaser-wrap
    .a-button {
    margin-bottom: 40px;
    min-width: none;
  }
}
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100% !important;
}
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links {
  margin-top: auto;
}
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0 !important;
  text-align: left;
}
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link:after {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  margin-left: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  speak: none;
}
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link:active:after,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link:focus:after,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-links
  .a-link:hover:after {
  -webkit-transform: translateX(16px) !important;
  -ms-transform: translateX(16px) !important;
  transform: translateX(16px) !important;
}
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-media
  ~ .teaser-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto !important;
}
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-media
  ~ .teaser-content
  .teaser-links,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-media
  ~ .teaser-content
  p,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-media
  ~ .teaser-content
  ul,
body[data-page-dimensions*="SearchResults" i]
  #content
  .m-teaser.teaser-300
  .teaser-wrap
  .teaser-media
  ~ .teaser-content
  > .content-inner {
  display: block !important;
  opacity: 1;
  height: auto !important;
}
body[data-page-dimensions*="SearchResults" i]
  #content
  .o-teasercontainer.o-teasercontainer {
  background: #f5f5f7;
  margin-top: -webkit-calc(var(--element-margin) / 2) !important;
  margin-top: calc(var(--element-margin) / 2) !important;
  padding-top: 0;
}
body[data-page-dimensions*="SearchResults" i]
  .m-footnotes-rebrush
  .showless-button,
body[data-page-dimensions*="SearchResults" i]
  .m-footnotes-rebrush
  .showmore-button.fade-out-footnote {
  -webkit-box-shadow: 5px -22px 15px #f5f5f7;
  box-shadow: 5px -22px 15px #f5f5f7;
}
body[data-page-dimensions*="SearchResults" i]
  .m-footnotes-rebrush
  .showless-button
  .icon::before,
body[data-page-dimensions*="SearchResults" i]
  .m-footnotes-rebrush
  .showmore-button.fade-out-footnote
  .icon::before {
  position: relative;
  bottom: -4px;
  margin-right: 10px;
}
body.pagetype-no-results-page,
body.pagetype-no-results-page > .g-container,
body.pagetype-no-results-pagesite-structure-level-0,
body.pagetype-no-results-pagesite-structure-level-0 > .g-container {
  background: #fff !important;
}
body.pagetype-no-results-page .m-searchheader,
body.pagetype-no-results-pagesite-structure-level-0 .m-searchheader {
  --searchheader--fieldbackground: transparent;
  --searchheader--fieldbackground: rgba(60, 200, 190, 0.1);
}
body.pagetype-no-results-page .a-alert,
body.pagetype-no-results-pagesite-structure-level-0 .a-alert {
  background: #f5f5f7;
  border: none;
  margin: 0;
}
body.pagetype-no-results-page .a-alert .alert-text,
body.pagetype-no-results-pagesite-structure-level-0 .a-alert .alert-text {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
body.pagetype-no-results-page .a-alert .alert-link,
body.pagetype-no-results-pagesite-structure-level-0 .a-alert .alert-link {
  margin-left: 0;
  padding-left: 0;
}
body.pagetype-no-results-page .a-alert .alert-link::after,
body.pagetype-no-results-pagesite-structure-level-0
  .a-alert
  .alert-link::after {
  content: "";
  display: none;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem {
  display: block;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"],
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .description
  > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .description
  > p
  span {
  font-weight: 400;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .billing-adress,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .shipping-adress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .billing-adress
  b,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .shipping-adress
  b {
  font-weight: 400;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .billing-adress
  .address-header-edit,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .shipping-adress
  .address-header-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .billing-adress
  .address-header-edit
  .a-heading.address-headline,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .shipping-adress
  .address-header-edit
  .a-heading.address-headline {
  margin: 0;
  width: auto;
}
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .billing-adress
  .address-header-edit
  .a-link.edit,
body[data-page-dimensions*="Account|SubscriptionDetail"i]
  .m-subscriptiondetailitem
  div[data-t-name="SubscriptionDetailItem"]
  .delivery-info
  .shipping-adress
  .address-header-edit
  .a-link.edit {
  height: auto;
  line-height: 1;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
}
body[data-page-dimensions*="Account|OrderDetail"i]
  #content
  > .g-layout-full
  > .g-col
  > .a-heading {
  padding-top: 25px;
}
body[data-page-dimensions*="Account|OrderDetail"i] .m-orderitem {
  -webkit-box-shadow: 1px 0 25px 0 rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px 0 rgba(236, 236, 240, 0.5);
  margin-top: var(--element-margin);
}
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-orderitem
  .item-wrapper.order-info {
  padding: 0;
}
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-orderitem
  .item-wrapper.order-info
  .item-detail-big.buttons:last-child {
  margin: 0;
}
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-orderitem
  + .a-horizontalrule.no-gutter,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-totalamount
  + .a-horizontalrule {
  display: none;
}
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details {
  margin-top: 20px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  a.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  a.a-button.a-link-secondary,
.m-oney-widget-section
  body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .a-button.a-link-secondary.a-link,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .a-button.a-button-secondary,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .a-button.a-link-secondary.a-button-link,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .a-button.a-link-secondary.a-link,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-link-secondary,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-link-secondary,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .m-oney-widget-section
  .a-button.a-link-secondary.oney-widget-link,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
body[data-page-dimensions*="Account|OrderDetail"i]
  .m-itemserviceitem.service-item
  .subscription-details
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-link-secondary.a-link {
  width: 100%;
}
@media (min-width: 900px) {
  body[data-page-dimensions*="SearchResults" i] .m-hero .m-pagetitle {
    width: 100%;
  }
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    a.a-button.a-link-secondary,
  .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  .m-form.oidc-registration
    .m-termsconditions
    body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    a.a-button.a-link-secondary,
  .m-oney-widget-section
    body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .a-button.a-link-secondary.oney-widget-link,
  .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .a-button.a-link-secondary.a-link,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .a-button.a-button-secondary,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .a-button.a-link-secondary.a-button-link,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .a-button.a-link-secondary.a-link,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
    a.a-button.a-link-secondary,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .m-contentcomparetable
    .container
    .content-wrap
    .item
    .item-content
    .item-content-information
    .inner-information
    .a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .m-form.oidc-registration
    .m-termsconditions
    a.a-button.a-link-secondary,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .m-oney-widget-section
    .a-button.a-link-secondary.oney-widget-link,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .m-tabs-rebrush.my-pdp
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content
    .a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details
    .promotion-category
    .m-layer.overlay
    .layer-content
    .o-teasercontainer
    .m-teaser
    .teaser-wrap
    .teaser-links
    li
    .a-button.a-link-secondary.a-link {
    width: auto;
  }
  body[data-page-dimensions*="Account|OrderDetail"i]
    .m-itemserviceitem.service-item
    .subscription-details {
    margin-top: 0;
  }
}
body[data-page-dimensions*="Account|OrderDetail"i] .m-deliverydetails {
  background: 0 0;
  margin: var(--element-margin) 0 0 0;
  padding: 0 !important;
}
body[data-page-dimensions*="Account|OrderDetail"i] .m-deliverydetails::before {
  display: none;
}
body[data-page-dimensions*="Account|OrderDetail"i] .m-deliverydetails b {
  font-weight: 400;
}
body[data-page-dimensions*="Account|OrderDetail"i] .o-orderpurchasedetail {
  margin: 30px 0 0;
}
body.pagetype-account-registered-product-detail .m-contenttextmedia .content,
body.pagetype-marketing-activity-success .m-contenttextmedia .content,
body[data-page-dimensions*="Account|ProductList"i] .m-contenttextmedia .content,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-contenttextmedia
  .content {
  padding: 0;
}
body.pagetype-account-registered-product-detail .g-col .m-teaser.teaser-100,
body.pagetype-account-registered-product-detail
  .g-layout-full
  .m-teaser.teaser-100,
body.pagetype-account-registered-product-detail
  .m-togglebox
  .m-teaser.teaser-100,
body.pagetype-account-registered-product-detail .tab-panel .m-teaser.teaser-100,
body.pagetype-marketing-activity-success .g-col .m-teaser.teaser-100,
body.pagetype-marketing-activity-success .g-layout-full .m-teaser.teaser-100,
body.pagetype-marketing-activity-success .m-togglebox .m-teaser.teaser-100,
body.pagetype-marketing-activity-success .tab-panel .m-teaser.teaser-100,
body[data-page-dimensions*="Account|ProductList"i] .g-col .m-teaser.teaser-100,
body[data-page-dimensions*="Account|ProductList"i]
  .g-layout-full
  .m-teaser.teaser-100,
body[data-page-dimensions*="Account|ProductList"i]
  .m-togglebox
  .m-teaser.teaser-100,
body[data-page-dimensions*="Account|ProductList"i]
  .tab-panel
  .m-teaser.teaser-100,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-col
  .m-teaser.teaser-100,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-layout-full
  .m-teaser.teaser-100,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-togglebox
  .m-teaser.teaser-100,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .tab-panel
  .m-teaser.teaser-100 {
  margin: 0 0 40px;
}
body.pagetype-account-registered-product-detail
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body.pagetype-account-registered-product-detail
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body.pagetype-account-registered-product-detail
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body.pagetype-account-registered-product-detail
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body.pagetype-marketing-activity-success
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body.pagetype-marketing-activity-success
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body.pagetype-marketing-activity-success
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body.pagetype-marketing-activity-success
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body[data-page-dimensions*="Account|ProductList"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body[data-page-dimensions*="Account|ProductList"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body[data-page-dimensions*="Account|ProductList"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body[data-page-dimensions*="Account|ProductList"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media {
  display: block;
  margin: 0;
  width: auto;
}
body.pagetype-account-registered-product-detail
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body.pagetype-account-registered-product-detail
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body.pagetype-account-registered-product-detail
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body.pagetype-account-registered-product-detail
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body.pagetype-marketing-activity-success
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body.pagetype-marketing-activity-success
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body.pagetype-marketing-activity-success
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body.pagetype-marketing-activity-success
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body[data-page-dimensions*="Account|ProductList"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body[data-page-dimensions*="Account|ProductList"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body[data-page-dimensions*="Account|ProductList"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body[data-page-dimensions*="Account|ProductList"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img {
  max-width: 100%;
  width: auto;
}
body.pagetype-account-registered-product-detail
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body.pagetype-account-registered-product-detail
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body.pagetype-account-registered-product-detail
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body.pagetype-account-registered-product-detail
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body.pagetype-marketing-activity-success
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body.pagetype-marketing-activity-success
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body.pagetype-marketing-activity-success
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body.pagetype-marketing-activity-success
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body[data-page-dimensions*="Account|ProductList"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body[data-page-dimensions*="Account|ProductList"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body[data-page-dimensions*="Account|ProductList"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body[data-page-dimensions*="Account|ProductList"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content {
  display: block;
  margin: 30px 0 0;
  padding: 0;
}
body.pagetype-account-registered-product-detail
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body.pagetype-account-registered-product-detail
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body.pagetype-account-registered-product-detail
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body.pagetype-account-registered-product-detail
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body.pagetype-marketing-activity-success
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body.pagetype-marketing-activity-success
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body.pagetype-marketing-activity-success
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body.pagetype-marketing-activity-success
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body[data-page-dimensions*="Account|ProductList"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body[data-page-dimensions*="Account|ProductList"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body[data-page-dimensions*="Account|ProductList"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body[data-page-dimensions*="Account|ProductList"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner {
  padding: 0;
}
body.pagetype-account-registered-product-detail
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body.pagetype-account-registered-product-detail
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body.pagetype-account-registered-product-detail
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body.pagetype-account-registered-product-detail
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body.pagetype-marketing-activity-success
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body.pagetype-marketing-activity-success
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body.pagetype-marketing-activity-success
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body.pagetype-marketing-activity-success
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body[data-page-dimensions*="Account|ProductList"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body[data-page-dimensions*="Account|ProductList"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body[data-page-dimensions*="Account|ProductList"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body[data-page-dimensions*="Account|ProductList"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form {
  padding-top: 0;
}
body.pagetype-account-registered-product-detail
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body.pagetype-account-registered-product-detail
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body.pagetype-account-registered-product-detail
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body.pagetype-account-registered-product-detail
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body.pagetype-marketing-activity-success
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body.pagetype-marketing-activity-success
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body.pagetype-marketing-activity-success
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body.pagetype-marketing-activity-success
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body[data-page-dimensions*="Account|ProductList"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body[data-page-dimensions*="Account|ProductList"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body[data-page-dimensions*="Account|ProductList"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body[data-page-dimensions*="Account|ProductList"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin-bottom: 30px;
  padding: 0;
}
body.pagetype-account-registered-product-detail
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body.pagetype-account-registered-product-detail
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body.pagetype-account-registered-product-detail
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body.pagetype-account-registered-product-detail
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body.pagetype-marketing-activity-success
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body.pagetype-marketing-activity-success
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body.pagetype-marketing-activity-success
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body.pagetype-marketing-activity-success
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body[data-page-dimensions*="Account|ProductList"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body[data-page-dimensions*="Account|ProductList"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body[data-page-dimensions*="Account|ProductList"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body[data-page-dimensions*="Account|ProductList"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .g-layout-full
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-togglebox
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .tab-panel
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled {
  padding: 0;
}
@media (min-width: 900px) {
  body.pagetype-account-registered-product-detail
    .g-col
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body.pagetype-account-registered-product-detail
    .g-layout-full
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body.pagetype-account-registered-product-detail
    .m-togglebox
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body.pagetype-account-registered-product-detail
    .tab-panel
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body.pagetype-marketing-activity-success
    .g-col
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body.pagetype-marketing-activity-success
    .g-layout-full
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body.pagetype-marketing-activity-success
    .m-togglebox
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body.pagetype-marketing-activity-success
    .tab-panel
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body[data-page-dimensions*="Account|ProductList"i]
    .g-col
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body[data-page-dimensions*="Account|ProductList"i]
    .g-layout-full
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body[data-page-dimensions*="Account|ProductList"i]
    .m-togglebox
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body[data-page-dimensions*="Account|ProductList"i]
    .tab-panel
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .g-col
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .g-layout-full
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .m-togglebox
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .tab-panel
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content {
    margin: 0 0 30px 30px;
  }
  body.pagetype-account-registered-product-detail .g-col .m-teaser.teaser-100,
  body.pagetype-account-registered-product-detail
    .g-layout-full
    .m-teaser.teaser-100,
  body.pagetype-account-registered-product-detail
    .m-togglebox
    .m-teaser.teaser-100,
  body.pagetype-account-registered-product-detail
    .tab-panel
    .m-teaser.teaser-100,
  body.pagetype-marketing-activity-success .g-col .m-teaser.teaser-100,
  body.pagetype-marketing-activity-success .g-layout-full .m-teaser.teaser-100,
  body.pagetype-marketing-activity-success .m-togglebox .m-teaser.teaser-100,
  body.pagetype-marketing-activity-success .tab-panel .m-teaser.teaser-100,
  body[data-page-dimensions*="Account|ProductList"i]
    .g-col
    .m-teaser.teaser-100,
  body[data-page-dimensions*="Account|ProductList"i]
    .g-layout-full
    .m-teaser.teaser-100,
  body[data-page-dimensions*="Account|ProductList"i]
    .m-togglebox
    .m-teaser.teaser-100,
  body[data-page-dimensions*="Account|ProductList"i]
    .tab-panel
    .m-teaser.teaser-100,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .g-col
    .m-teaser.teaser-100,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .g-layout-full
    .m-teaser.teaser-100,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .m-togglebox
    .m-teaser.teaser-100,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .tab-panel
    .m-teaser.teaser-100 {
    left: auto;
    padding: 0;
    width: 100% !important;
  }
}
body.pagetype-account-registered-product-detail #bshRegisteredProductForm,
body.pagetype-marketing-activity-success #bshRegisteredProductForm,
body[data-page-dimensions*="Account|ProductList"i] #bshRegisteredProductForm,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  #bshRegisteredProductForm {
  margin: 40px 0 0;
  padding: 0;
}
body.pagetype-account-registered-product-detail
  #bshRegisteredProductForm
  .productitemdata-wrapper,
body.pagetype-marketing-activity-success
  #bshRegisteredProductForm
  .productitemdata-wrapper,
body[data-page-dimensions*="Account|ProductList"i]
  #bshRegisteredProductForm
  .productitemdata-wrapper,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  #bshRegisteredProductForm
  .productitemdata-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
body.pagetype-account-registered-product-detail
  #bshRegisteredProductForm
  .productitemdata-wrapper
  .form-row,
body.pagetype-marketing-activity-success
  #bshRegisteredProductForm
  .productitemdata-wrapper
  .form-row,
body[data-page-dimensions*="Account|ProductList"i]
  #bshRegisteredProductForm
  .productitemdata-wrapper
  .form-row,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  #bshRegisteredProductForm
  .productitemdata-wrapper
  .form-row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  float: none;
  margin: 0 !important;
  width: auto;
}
body.pagetype-account-registered-product-detail
  #bshRegisteredProductForm
  .productitemdata-wrapper
  .a-formlabel,
body.pagetype-marketing-activity-success
  #bshRegisteredProductForm
  .productitemdata-wrapper
  .a-formlabel,
body[data-page-dimensions*="Account|ProductList"i]
  #bshRegisteredProductForm
  .productitemdata-wrapper
  .a-formlabel,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  #bshRegisteredProductForm
  .productitemdata-wrapper
  .a-formlabel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  float: none;
  width: auto;
}
body.pagetype-account-registered-product-detail
  #bshRegisteredProductForm
  .productitemdata-wrapper:after,
body.pagetype-marketing-activity-success
  #bshRegisteredProductForm
  .productitemdata-wrapper:after,
body[data-page-dimensions*="Account|ProductList"i]
  #bshRegisteredProductForm
  .productitemdata-wrapper:after,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  #bshRegisteredProductForm
  .productitemdata-wrapper:after {
  display: none;
}
body.pagetype-account-registered-product-detail
  #bshRegisteredProductForm
  .form-action
  .a-button,
body.pagetype-marketing-activity-success
  #bshRegisteredProductForm
  .form-action
  .a-button,
body[data-page-dimensions*="Account|ProductList"i]
  #bshRegisteredProductForm
  .form-action
  .a-button,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  #bshRegisteredProductForm
  .form-action
  .a-button {
  margin: 0;
}
body.pagetype-account-registered-product-detail .m-productitem.bottomspacing,
body.pagetype-marketing-activity-success .m-productitem.bottomspacing,
body[data-page-dimensions*="Account|ProductList"i] .m-productitem.bottomspacing,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  > .delete,
body.pagetype-marketing-activity-success .m-productitem.bottomspacing > .delete,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  > .delete,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  > .delete {
  margin: 0 0 20px;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing:after,
body.pagetype-marketing-activity-success .m-productitem.bottomspacing:after,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing:after,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing:after {
  display: none;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .media,
body.pagetype-marketing-activity-success .m-productitem.bottomspacing .media,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .media,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .media {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin: 0;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-left,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-left,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-left,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 !important;
  padding: 0;
  width: auto;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  gap: 10px;
  margin: 0;
  padding: 0;
  width: auto;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .a-link,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .a-link,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .a-link,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .a-link {
  display: block;
  text-align: center;
  width: 100% !important;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  .action,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  .action,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  .action,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  a,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  p,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  a,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  p,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  a,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  p,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  a,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  p {
  margin: 0;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  a:empty,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  p:empty,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  a:empty,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  p:empty,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  a:empty,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  p:empty,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  a:empty,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .actions
  p:empty {
  display: none;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information {
  margin: 0;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button),
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button) {
  padding: 11px;
  line-height: 25px;
  width: auto;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button)
  .icon,
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button):before,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button)
  .icon,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button):before,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button)
  .icon,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button):before,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button)
  .icon,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .content-right
  .information
  > .a-link:first-child:not(.a-button):before {
  display: none;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink {
  margin: 0;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .more-less-button,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .more-less-button,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .more-less-button,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .more-less-button {
  display: none;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  margin: 0 !important;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content:after,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content:after,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content:after,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content:after {
  display: none;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  > div,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  > div,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  > div,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  dl,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  dl,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  dl,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  margin: 0 !important;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  .form-action,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  .form-action,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  .form-action,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  .form-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin: 10px 0 0;
  max-width: none;
}
body.pagetype-account-registered-product-detail
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  .form-action
  .a-link,
body.pagetype-marketing-activity-success
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  .form-action
  .a-link,
body[data-page-dimensions*="Account|ProductList"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  .form-action
  .a-link,
body[data-page-dimensions*="Myaccount|My_products_details"i]
  .m-productitem.bottomspacing
  .content-wrap
  .a-morecontenttogglelink
  .content
  .form-action
  .a-link {
  display: block;
  margin: 0;
  padding: 10px !important;
  width: 100%;
}
body.pagetype-account-registered-product-detail .m-pagetitle {
  padding: 0;
  margin: var(--element-margin) 0 0 0;
}
body.pagetype-account-registered-product-detail .myaccount-menu {
  max-width: none;
}
body.pagetype-account-registered-product-detail .myaccount-menu .list-unstyled {
  margin: 0;
}
body.pagetype-account-registered-product-detail
  .myaccount-menu
  .list-unstyled
  li:last-child {
  margin-bottom: 0;
}
body.pagetype-account-registered-product-detail
  #content
  div[data-replace-container="registeredProductDetail"]
  .g-layout-full
  .g-col
  .a-link.a-backlink {
  margin-top: 33px;
}
body[data-page-dimensions*="Account|ProductList"i],
body[data-page-dimensions*="Account|ProductList"i] > .g-container {
  background: #f5f5f7 !important;
}
body[data-page-dimensions*="Account|ProductList"i] .m-pagetitle {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 900px) {
  body.pagetype-account-registered-product-detail
    .m-productitem.bottomspacing
    .content-wrap
    .a-morecontenttogglelink
    .content
    .form-action,
  body.pagetype-marketing-activity-success
    .m-productitem.bottomspacing
    .content-wrap
    .a-morecontenttogglelink
    .content
    .form-action,
  body[data-page-dimensions*="Account|ProductList"i]
    .m-productitem.bottomspacing
    .content-wrap
    .a-morecontenttogglelink
    .content
    .form-action,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .m-productitem.bottomspacing
    .content-wrap
    .a-morecontenttogglelink
    .content
    .form-action {
    max-width: 60%;
  }
  body.pagetype-account-registered-product-detail
    .m-productitem.bottomspacing
    .content-wrap,
  body.pagetype-marketing-activity-success
    .m-productitem.bottomspacing
    .content-wrap,
  body[data-page-dimensions*="Account|ProductList"i]
    .m-productitem.bottomspacing
    .content-wrap,
  body[data-page-dimensions*="Myaccount|My_products_details"i]
    .m-productitem.bottomspacing
    .content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
  body.pagetype-account-registered-product-detail .myaccount-menu {
    margin: 0;
  }
  body[data-page-dimensions*="Account|ProductList"i] .o-serviceteaserarea {
    --paddingTop: 40px;
    --paddingButtom: 40px;
  }
}
body[data-page-dimensions*="Account|ProductList"i]
  .o-myproducts-rebrush
  .head-container
  .add-product {
  padding-left: 0;
  padding-right: 0;
}
body[data-page-dimensions*="Account|ProductList"i]
  .o-myproducts-rebrush
  .producttiles-container
  .producttiles-grid {
  padding: 0;
}
body[data-page-dimensions*="Account|ProductList"i]
  .o-myproducts-rebrush
  .myaccount-menu {
  margin-top: var(--element-margin);
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  max-width: unset;
  width: 100vw;
}
body[data-page-dimensions*="Account|ProductList"i]
  .o-myproducts-rebrush
  .myaccount-menu
  .m-linklist {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
  --color-linklist-bg: #000028;
  --color-linklist-text: #3cc8be;
  --color-linklist-headline: #fff;
  --color-linklist-black: #000;
  --color-linklist-icon: #3cc8be;
  padding-top: var(--element-margin);
  padding-bottom: var(--element-margin);
}
body[data-page-dimensions*="Account|ProductList"i]
  .o-myproducts-rebrush
  .myaccount-menu
  .m-linklist
  .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
@media (max-width: 749px) {
  body[data-page-dimensions*="Account|ProductList"i]
    .o-myproducts-rebrush
    .myaccount-menu
    .m-linklist {
    padding: var(--element-margin) var(--max-pagewidth-padding) 0
      var(--max-pagewidth-padding);
    width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  body[data-page-dimensions*="Account|ProductList"i] .o-serviceteaserarea {
    width: 100%;
  }
  body[data-page-dimensions*="Account|ProductList"i]
    .o-myproducts-rebrush
    .myaccount-menu {
    margin-left: 0;
    width: 100%;
  }
  body[data-page-dimensions*="Account|ProductList"i]
    .o-myproducts-rebrush
    .myaccount-menu
    .m-linklist {
    margin: 0 !important;
    width: 100% !important;
  }
}
body[data-page-dimensions*="Account|ProductList"i] .o-serviceteaserarea {
  --paddingTop: 20px;
  --paddingButtom: 20px;
  --color-bg: #fff;
  --color-bg: #f5f5f7;
  padding-top: 0;
  background: #000028;
  margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1);
  margin-left: calc(var(--max-pagewidth-padding) * -1);
  padding-left: var(--max-pagewidth-padding);
  width: -webkit-calc(
    100% + var(--max-pagewidth-padding) + var(--max-pagewidth-padding)
  );
  width: calc(
    100% + var(--max-pagewidth-padding) + var(--max-pagewidth-padding)
  );
}
@media only screen and (min-width: 1920px) {
  body[data-page-dimensions*="Account|ProductList"i] .o-serviceteaserarea {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
}
body[data-page-dimensions*="Account|ProductList"i] .m-contenttextmedia {
  background: 0 0;
  margin: -webkit-calc(var(--element-margin) / 2) 0 0 0 !important;
  margin: calc(var(--element-margin) / 2) 0 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
body[data-page-dimensions*="Account|ProductRegistration"i] .m-contenttextmedia {
  background: 0 0;
  margin: -webkit-calc(var(--element-margin)) 0 0 0 !important;
  margin: calc(var(--element-margin)) 0 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
body[data-page-dimensions*="Myaccount|My_profile"i] {
  background: #f5f5f7 !important;
}
body[data-page-dimensions*="Myaccount|My_profile"i] > .g-container {
  background: #f5f5f7;
}
body[data-page-dimensions*="Myaccount|My_profile"i] .m-form .m-forminput.input {
  background: 0 0 !important;
}
body[data-page-dimensions*="Myaccount|My_profile"i] .m-pagetitle {
  padding-left: 0 !important;
}
body[data-page-dimensions*="Myaccount|My_profile"i] .m-contenttextmedia {
  background: 0 0;
  width: 100% !important;
  margin: -webkit-calc(var(--element-margin) / 3) 0 0 0 !important;
  margin: calc(var(--element-margin) / 3) 0 0 0 !important;
  padding: 0 !important;
}
body[data-page-dimensions*="My_orders" i] {
  background: #f5f5f7 !important;
}
body[data-page-dimensions*="My_orders" i] .g-container {
  background: #f5f5f7;
}
body[data-page-dimensions*="My_orders" i] .g-container .o-list {
  margin: 40px 0 0 !important;
}
body[data-page-dimensions*="My_orders" i] .g-container .o-list .filterbar-wrap {
  margin-bottom: 16px;
}
body[data-page-dimensions*="My_orders" i]
  .g-container
  .o-list
  .filterbar-wrap
  .filterbar-results {
  padding: 0;
}
body[data-page-dimensions*="My_orders" i]
  .g-container
  .o-list
  .filterbar-wrap
  .filterbar-results
  .filterbar-title-label {
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
body[data-page-dimensions*="My_orders" i] .m-contenttextmedia,
body[data-page-dimensions*="My_orders" i] .o-serviceteaserarea {
  background: 0 0;
}
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i] {
  background: #f5f5f7 !important;
}
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .a-page-part-container,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection,
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  > .g-container {
  background: #f5f5f7;
}
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .a-page-part-container
  .page-part-container-wrap
  > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-linklist-rebrush {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
  --color-linklist-bg: #f5f5f7;
}
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-searchheader:not(:last-child) {
  margin-bottom: var(--element-margin);
}
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .m-footnotes-rebrush {
  margin-top: 0;
  margin-bottom: var(--element-margin);
}
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > div
  > .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
  .o-searchresultcontentsection
  > .pagination-loadmore {
  display: inherit;
}
@media (min-width: 900px) {
  body[data-page-dimensions*="My_orders" i] .g-container .o-list {
    margin: 56px 0 0 !important;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .a-page-part-container {
    max-width: none;
    margin: 0;
    width: auto;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .a-page-part-container
    .page-part-container-wrap {
    max-width: none;
    margin: 0;
    padding: 0;
    width: auto;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .a-page-part-container
    .page-part-container-wrap
    > .a-heading {
    margin-bottom: 40px;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-productlist-rebrush
    .productlist-rebrush-container {
    margin: 0;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-productlist-rebrush
    .productlist-rebrush-container
    .o-list
    > .pagination-loadmore {
    display: inherit;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    > div
    > .a-heading {
    margin-bottom: 40px;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content {
    gap: 20px;
    margin: 0;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchResultContentCardSpareParts,
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchresultcontentcard {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchresultpromotionteaser {
    margin: 0;
    width: -webkit-calc((100%/3 - 3px) * 2);
    width: calc((100% / 3 - 3px) * 2);
  }
}
@media (max-width: 899px) {
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .m-searchheader {
    max-width: none;
    width: 100%;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .a-page-part-container {
    margin: 0;
    max-width: none;
    width: 100%;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .a-page-part-container
    .page-part-container-wrap {
    padding: 0;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
    margin: 0;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchResultContentCardSpareParts,
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchresultcontentcard {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc(100%/2 - 40px);
    -ms-flex: 1 1 calc(100% / 2 - 40px);
    flex: 1 1 calc(100% / 2 - 40px);
    margin: 0;
    width: auto;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchresultpromotionteaser {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc((100%/3 - 10px) * 2);
    -ms-flex: 1 1 calc((100% / 3 - 10px) * 2);
    flex: 1 1 calc((100% / 3 - 10px) * 2);
    margin: 0;
    width: auto;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-searchresultcontentsection
    .searchresult-content
    .m-searchresultpromotionteaser
    .promotion-teaser-wrap
    .a-button {
    min-width: auto;
  }
}
@media (max-width: 749px) {
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-productlist-rebrush
    .o-list {
    margin: 0;
  }
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-productlist-rebrush
    .list-layout
    .productlist-products,
  body[data-page-dimensions*="SearchResults" i][data-page-dimensions*="product_filter_interaction" i]
    .o-productlist-rebrush
    .m-filter-rebrush {
    margin: 0;
    width: 100%;
  }
  body.pagetype-category-page #content .m-navanchor {
    --anchor-color-text-totop: #000;
  }
}
body[data-page-dimensions*="SearchResults|NoResults"i]
  .m-tilenavigation
  .tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .icon-wrapper
  .icon {
  color: #000;
}
body[data-page-dimensions*="PreferenceCenterNPS" i] .m-contenttextmedia,
body[data-page-dimensions*="PreferenceCenterNPS" i]
  .m-contenttextmedia:not([data-media-size="size-1of3"]) {
  max-width: 600px !important;
  margin: 0 auto !important;
  padding-left: 0;
  width: auto !important;
}
body[data-page-dimensions*="PreferenceCenterNPS" i]
  .m-contenttextmedia
  .content,
body[data-page-dimensions*="PreferenceCenterNPS" i]
  .m-contenttextmedia:not([data-media-size="size-1of3"])
  .content {
  padding: 0;
}
body[data-page-dimensions*="Account|Registration"i] .g-layout-full + .m-form {
  padding-top: 0;
}
body[data-page-dimensions*="Shop|Checkout|Invoice_payment"i] #content {
  padding-bottom: 0;
}
body[data-page-dimensions*="Shop|Checkout|Invoice_payment"i]
  #content
  > .m-form {
  padding: 0;
}
body[data-page-dimensions*="Shop|Checkout"i]:not(
    [data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  )
  #content,
body[data-page-dimensions*="Shop|Checkout|Cartpage"i] #content {
  padding-bottom: 0;
}
body[data-page-dimensions*="Shop|Checkout"i]:not(
    [data-page-dimensions*="Shop|Checkout|Cartpage_Empty"i]
  )
  #content
  > .m-form {
  padding: 0;
}
body[data-page-dimensions*="returnOrderTrackTracePage" i]
  #parcellab-track-and-trace,
body[data-page-dimensions*="returnOrderTrackTracePage" i]
  #parcellab-track-and-trace
  .parcellab-styles {
  margin-top: 0;
}
body[data-page-dimensions*="Return_order_tracktrace" i]
  #content
  .g-layout-full:first-child
  .g-col:first-child {
  padding-bottom: 30px;
}
body[data-page-dimensions*="Return_order_tracktrace" i]
  #content
  .g-layout-full:first-child
  .g-col:first-child
  h2.a-heading {
  padding: 30px 0 24px;
}
body[data-page-dimensions*="Review|Mandatory"i] .m-processbar,
body[data-page-dimensions*="Review|Optional"i] .m-processbar {
  background-color: #f5f5f7;
  left: 0;
  margin-top: 0;
  padding: 30px 20px;
  -webkit-transform: translateX(
    -webkit-calc(var(--max-pagewidth-padding) * -1)
  );
  -ms-transform: translateX(calc(var(--max-pagewidth-padding) * -1));
  transform: translateX(calc(var(--max-pagewidth-padding) * -1));
  width: 100vw;
}
@media (min-width: 900px) {
  body[data-page-dimensions*="PreferenceCenterNPS" i] .m-contenttextmedia,
  body[data-page-dimensions*="PreferenceCenterNPS" i]
    .m-contenttextmedia:not([data-media-size="size-1of3"]) {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: none !important;
    padding: 80px 22% 0 17%;
  }
  body[data-page-dimensions*="Review|Mandatory"i] .m-processbar,
  body[data-page-dimensions*="Review|Optional"i] .m-processbar {
    padding: 30px 25%;
  }
  body[data-page-dimensions*="Service|Support Center|Troubleshooting"i]
    .m-contentheader {
    padding-left: 0;
  }
}
body[data-page-dimensions*="Review|Mandatory"i] .m-processbar ul,
body[data-page-dimensions*="Review|Optional"i] .m-processbar ul {
  width: 100%;
}
body[data-page-dimensions*="Review|Mandatory"i] .m-processbar ul li,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active,
body[data-page-dimensions*="Review|Optional"i] .m-processbar ul li,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active {
  background: #fff;
  border-radius: 50px;
  height: 5px;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-active:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-active:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active:before {
  background: #3cc8be;
  border-radius: 50px;
  height: 5px;
  left: 0;
  width: 40px;
  position: absolute;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done
  .icon:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done.is-done
  .icon:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-done
  .icon:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-done.is-done
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done.is-done
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-done
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-done.is-done
  .icon:before {
  background: 0 0;
  color: #007a7a;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done
  span,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done.is-done
  span,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-done
  span,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-done.is-done
  span,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done
  span,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done.is-done
  span,
body[data-page-dimensions*="Review|Optional"i] .m-processbar ul li.is-done span,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-done.is-done
  span {
  color: #000;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done,
body[data-page-dimensions*="Review|Mandatory"i] .m-processbar ul li.is-done,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-done,
body[data-page-dimensions*="Review|Optional"i] .m-processbar ul li.is-done {
  background: #007a7a !important;
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
  z-index: 3;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li
  .step-content,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li
  .step-content,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li
  .step-content
  .icon,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content
  .icon,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li
  .step-content
  .icon,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content
  .icon {
  background: 0 0;
  border: none;
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content
  .icon:before {
  background: 0 0;
  border: none;
  color: #7b89a1;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li
  .step-content
  span,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content
  span,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li
  .step-content
  span,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active
  .step-content
  span {
  color: #7b89a1;
  display: block;
  font-family: var(--fontfamily-roman);
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  margin-top: 0;
  text-transform: capitalize !important;
}
body[data-page-dimensions*="Review|Mandatory"i] .m-processbar ul li.is-active,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-active,
body[data-page-dimensions*="Review|Optional"i] .m-processbar ul li.is-active,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-active {
  z-index: 2;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-active
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active
  .step-content
  .icon:before,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-active
  .step-content
  .icon:before {
  color: #000028;
}
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active
  .step-content
  span,
body[data-page-dimensions*="Review|Mandatory"i]
  .m-processbar
  ul
  li.is-active.is-active.is-active
  .step-content
  span,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active
  .step-content
  span,
body[data-page-dimensions*="Review|Optional"i]
  .m-processbar
  ul
  li.is-active.is-active.is-active
  .step-content
  span {
  color: #000028;
  font-family: var(--fontfamily-bold);
}
@media only screen and (min-width: 1920px) {
  body[data-page-dimensions*="Review|Mandatory"i] .m-processbar,
  body[data-page-dimensions*="Review|Optional"i] .m-processbar {
    margin-left: -webkit-calc(-webkit-calc(calc(100vw - 1920px) / 2) * -1);
    margin-left: calc(calc(calc(100vw - 1920px) / 2) * -1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-calc(100vw) !important;
    width: calc(100vw) !important;
  }
}
body[data-page-dimensions*="Review|Mandatory"i] #content,
body[data-page-dimensions*="Review|Optional"i] #content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body[data-page-dimensions*="Review|Mandatory"i]
  #content
  > .m-contenttextmedia:first-child,
body[data-page-dimensions*="Review|Optional"i]
  #content
  > .m-contenttextmedia:first-child {
  padding-top: 0;
}
body[data-page-dimensions*="Review|Mandatory"i]
  #content
  > .m-contenttextmedia:first-child
  + .g-layout-full,
body[data-page-dimensions*="Review|Optional"i]
  #content
  > .m-contenttextmedia:first-child
  + .g-layout-full {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
body[data-page-dimensions*="Review|Mandatory"i]
  #content
  > .m-contenttextmedia:first-child
  ~ .o-review,
body[data-page-dimensions*="Review|Optional"i]
  #content
  > .m-contenttextmedia:first-child
  ~ .o-review {
  margin: -webkit-calc(var(--element-margin)) 0 0 0 !important;
  margin: calc(var(--element-margin)) 0 0 0 !important;
}
body[data-page-dimensions*="Service|Support Center|Troubleshooting"i]
  .m-pagetitle {
  padding-top: 40px;
}
body[data-page-dimensions*="Service|Support Center|Troubleshooting"i]
  .m-enterenumberproductids {
  padding-top: -webkit-calc(var(--element-margin) / 2);
  padding-top: calc(var(--element-margin) / 2);
}
body[data-page-dimensions*="Service|Support Center|Troubleshooting"i]
  .m-contenttextmedia[data-media-size="size-1of3"]
  .content:not(:only-child)
  .content-inner,
body[data-page-dimensions*="Service|Support Center|Troubleshooting"i]
  .m-contenttextmedia[data-media-size="size-1of3"]
  .content:not(:only-child)
  > .heading {
  width: 91%;
}
body[data-page-dimensions*="Service|Support Center|Troubleshooting"i]
  #content
  > .g-layout-full:first-child
  > .g-col
  .m-contentheader {
  padding-top: -webkit-calc(var(--element-margin) / 2);
  padding-top: calc(var(--element-margin) / 2);
}
@media (min-width: 900px) {
  body[data-page-dimensions*="Service|Warranties"i] .m-contentheader {
    padding-left: 0;
    padding-top: -webkit-calc(var(--element-margin) / 2);
    padding-top: calc(var(--element-margin) / 2);
  }
}
body[data-page-dimensions*="Service|Warranties"i]
  #content
  > .g-layout-full:first-child
  > .g-col
  .m-contentheader,
body[data-page-dimensions*="Service|Warranties"i] .m-tabs {
  padding-top: -webkit-calc(var(--element-margin) / 2);
  padding-top: calc(var(--element-margin) / 2);
}
@media (max-width: 899px) {
  body[data-page-dimensions*="Local|Promotions|Asesoramiento_Campanas"i]
    #content
    .m-contenttextmedia:first-child {
    padding-top: -webkit-calc(var(--element-margin) / 2);
    padding-top: calc(var(--element-margin) / 2);
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .content
    .content-inner
    .heading
    h2.a-heading {
    font-size: var(--heading-h2-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h2-line-height);
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .content
    .content-inner
    .heading
    h3.a-heading {
    font-size: var(--heading-h4-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h4-line-height);
  }
}
body[data-page-dimensions*="Shop|Checkout"i] .pika-single.is-bound .pika-label {
  font-family: var(--fontfamily-roman);
}
body[data-page-dimensions*="Shop|Checkout"i]
  .pika-single.is-bound
  .pika-label:after {
  display: inline-block;
}
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i] .m-pagetitle {
  margin: 40px 0 0;
  padding: 0;
}
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-pagetitle
  .a-heading {
  font-size: var(--heading-h2-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h2-line-height);
  margin: 0;
}
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData {
  margin: 40px 0 0;
  padding: 0;
}
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
}
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-row {
  max-width: none;
  margin: 0;
}
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-row
  .label-text
  a {
  font-family: var(--fontfamily-roman);
}
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  .form-actions {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
  .m-collapsableprocesstoggle
  + #applianceData
  h2.a-heading {
  margin-top: 40px;
}
@media (min-width: 900px) {
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i]
    .m-collapsableprocesstoggle
    + #applianceData,
  body[data-page-dimensions*="DOB2.0OneCollapsiblePage"i] .m-pagetitle {
    margin-top: 80px;
  }
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  #content
  .m-contenttextmedia {
  margin: 0 !important;
  padding-top: -webkit-calc(var(--element-margin) / 2);
  padding-top: calc(var(--element-margin) / 2);
  width: 100% !important;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  #content
  .m-contenttextmedia
  .content {
  padding: 0;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .a-horizontalrule {
  display: block;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100 {
  margin: 0 0 40px !important;
  float: none;
  width: 100% !important;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100:first-child {
  padding-top: -webkit-calc(var(--element-margin) / 2);
  padding-top: calc(var(--element-margin) / 2);
  margin-bottom: 0;
  display: block;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media {
  display: block;
  margin: 0;
  width: auto;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-media
  .a-image
  img {
  max-width: 100%;
  width: auto;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content {
  display: block;
  margin: 30px 0 0;
  padding: 0;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .content-inner {
  padding: 0;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .m-form {
  padding-top: 0;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin-bottom: 30px;
  padding: 0;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .teaser-links.list-unstyled {
  padding: 0;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  + .a-horizontalrule
  + .o-teasercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
}
body[data-page-dimensions*="Myaccount|WPEActivity"i]
  .g-layout-full
  .g-col
  .m-teaser.teaser-100
  + .a-horizontalrule
  + .o-teasercontainer
  .m-teaser.teaser-100 {
  padding-top: 0;
  margin: 0 !important;
}
body[data-page-dimensions*="ProductCompare" i] .a-backlink {
  margin: 0 0 40px;
}
body[data-page-dimensions*="errorPage" i] .m-hero .m-stage.m-stage-campaign {
  margin-bottom: 0;
}
body[data-page-dimensions*="errorPage" i] #content {
  padding-bottom: 0;
}
body[data-page-dimensions*="My_subscriptions_No_subscriptions" i]
  #content
  .g-layout-full
  .g-col
  .a-link.a-backlink {
  margin-top: -webkit-calc(var(--element-margin) * 2);
  margin-top: calc(var(--element-margin) * 2);
}
body[data-page-dimensions*="Account|SubscriptionList"i]
  .m-subscriptionitem
  .item-wrapper
  .item-detail
  .list.list-unstyled
  li
  .label,
body[data-page-dimensions*="Account|SubscriptionList"i]
  .m-subscriptionitem
  .item-wrapper
  .item-detail-big
  .list.list-unstyled
  li
  .label {
  font-family: var(--fontfamily-bold);
}
@media (min-width: 900px) {
  body[data-page-dimensions*="Myaccount|WPEActivity"i]
    .g-layout-full
    .g-col
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  body[data-page-dimensions*="Myaccount|WPEActivity"i]
    .g-layout-full
    .g-col
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-media
    .a-image
    img {
    width: 100%;
  }
  body[data-page-dimensions*="Myaccount|WPEActivity"i]
    .g-layout-full
    .g-col
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-content {
    margin: 0 0 30px 30px;
  }
  body[data-page-dimensions*="Myaccount|WPEActivity"i]
    .g-layout-full
    .g-col
    .m-teaser.teaser-100 {
    left: auto;
    padding: 0;
    width: 100% !important;
  }
  body[data-page-dimensions*="Myaccount|WPEActivity"i]
    .g-layout-full
    .g-col
    .m-teaser.teaser-100
    + .a-horizontalrule
    + .o-teasercontainer
    .m-teaser.teaser-100
    .teaser-wrap
    .teaser-media {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  body[data-page-dimensions*="Myaccount|WPEActivity"i]
    .g-layout-full
    .g-col
    .m-teaser.teaser-100
    + .a-horizontalrule
    + .o-teasercontainer
    .m-teaser.teaser-100
    .teaser-content {
    margin: 0 30px 0 0;
  }
  body[data-page-dimensions*="Account|SubscriptionList"i] .o-list {
    margin-top: 45px;
  }
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .o-list
    .filterbar-wrap
    .m-filterbar
    .filterbar-results {
    padding: 0;
  }
  body[data-page-dimensions*="Account|SubscriptionList"i] .o-list .list-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .m-subscriptionitem
    .item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .m-subscriptionitem
    .item-wrapper:after {
    display: none;
  }
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .m-subscriptionitem
    .item-wrapper
    .item-detail,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .m-subscriptionitem
    .item-wrapper
    .item-detail-big {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 30%;
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    width: auto;
  }
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .m-subscriptionitem
    .item-wrapper
    .item-detail-big.image
    .a-image,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .m-subscriptionitem
    .item-wrapper
    .item-detail.image
    .a-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .m-subscriptionitem
    .item-wrapper
    .item-detail-big.buttons,
  body[data-page-dimensions*="Account|SubscriptionList"i]
    .m-subscriptionitem
    .item-wrapper
    .item-detail.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.pagetype-category-page
    #content
    .m-contenttextmediaslider
    .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
}
@media only screen and (min-width: 1920px) {
  body {
    background: #fff !important;
  }
  body.pagetype-product-detail,
  body.pagetype-product-list,
  body.pagetype-shop-detail,
  body.pagetype-shop-list {
    background: #f5f5f7 !important;
  }
  body.pagetype-category-page {
    background: #000028 !important;
  }
  body > .g-container {
    max-width: 1920px;
  }
  body > .g-container:after {
    display: none;
  }
  body .own-stage {
    margin-left: -260px !important;
    overflow: visible;
    width: 1920px;
  }
  body .own-stage .m-carousel {
    margin: 0 auto !important;
    width: -webkit-calc(1920px - -webkit-calc(260px * 2)) !important;
    width: calc(1920px - calc(260px * 2)) !important;
  }
}
.m-linklist {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
}
.m-linklist .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
}
#content {
  padding-bottom: var(--element-margin);
}
#content .o-serviceteaserarea:last-child {
  margin-bottom: -webkit-calc(var(--element-margin) * -1);
  margin-bottom: calc(var(--element-margin) * -1);
}
body.pagetype-category-page,
body.pagetype-category-page > .g-container {
  background: #000028;
}
body.pagetype-category-page #content > .g-layout-full > .g-col > .a-heading {
  color: #fff;
}
body.pagetype-category-page #content > .g-col:last-child .m-imagetext {
  margin-bottom: -webkit-calc(var(--element-margin) * -1) !important;
  margin-bottom: calc(var(--element-margin) * -1) !important;
}
body.pagetype-category-page
  #content
  > .g-col:last-child
  .m-imagetext
  .textcontainer.left {
  width: -webkit-calc(
    100vw - -webkit-calc(var(--max-pagewidth-padding) * 2)
  ) !important;
  width: calc(100vw - calc(var(--max-pagewidth-padding) * 2)) !important;
}
body.pagetype-category-page #content .m-tilenavigation {
  --tilenavigation--color-text: #000;
  --tilenavigation--color-text: #fff;
}
body.pagetype-category-page
  #content
  .m-tilenavigation
  .tile-wrapper.tile-wrapper
  .a-link.tile-navigation-link
  .grid-container
  .image-content
  .icon-wrapper
  .icon {
  color: #000;
}
body.pagetype-category-page #content .m-contenttextmediaslider {
  --color-bg: transparent;
  --color-pagination: #000;
  --color-arrows-color: #007a7a;
  --color-bg: #000028;
  --color-pagination: #fff;
  --color-arrows-color: #3cc8be;
}
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia {
  --color-ctm-bg: #fff;
  --color-ctm-heading: #000;
  --color-ctm-text: #000;
  --color-ctm-linklist: #000;
  --color-ctm-paddingTop: 50px;
  --color-ctm-paddingBottom: 0;
  --color-ctm-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --color-ctm-arrows: #007a7a;
  --color-ctm-bg: #000028;
  --color-ctm-heading: #fff;
  --color-ctm-text: #a3acbd;
  --color-ctm-linklist: #fff;
  --color-ctm-gradient: linear-gradient(
    180deg,
    rgba(0, 0, 40, 0) 0%,
    #000028 100%
  );
  --color-ctm-arrows: #3cc8be;
}
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
body.pagetype-category-page
  #content
  .m-contenttextmediaslider
  .m-contenttextmedia
  .a-link.a-morelesslink {
  --color-text: #000;
  --color-text: #fff;
}
body.pagetype-category-page #content .m-contenttextmedia {
  --color-ctm-bg: #fff;
  --color-ctm-heading: #000;
  --color-ctm-text: #000;
  --color-ctm-linklist: #000;
  --color-ctm-paddingTop: 50px;
  --color-ctm-paddingBottom: 0;
  --color-ctm-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --color-ctm-arrows: #007a7a;
  --color-ctm-bg: #000028;
  --color-ctm-heading: #fff;
  --color-ctm-text: #a3acbd;
  --color-ctm-linklist: #fff;
  --color-ctm-gradient: linear-gradient(
    180deg,
    rgba(0, 0, 40, 0) 0%,
    #000028 100%
  );
  --color-ctm-arrows: #3cc8be;
}
body.pagetype-category-page #content .m-contenttextmedia .a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
body.pagetype-category-page
  #content
  .m-contenttextmedia
  .a-link.a-morelesslink {
  --color-text: #000;
  --color-text: #fff;
}
body.pagetype-category-page #content .m-contenttextmedia .heading .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
}
body.pagetype-category-page #content .m-contentcomparetable {
  --color-bg: #fff;
  --color-heading: #000;
  --color-text: #000;
  --color-icon: #000;
  --color-border: #000;
  --color-bg: #000028;
  --color-heading: #fff;
  --color-text: #a3acbd;
  --color-icon: #fff;
  --color-border: #fff;
  padding-top: 90px;
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  > .item-headline,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  > .main-heading {
  color: var(--color-heading);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-header
  .form-row
  .m-forminput.m-forminput-dropdown {
  background: var(--color-bg);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-header
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection {
  border-color: var(--color-border) !important;
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-header
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection
  .select2-selection__arrow
  b::before,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-header
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection[class*="--single"]
  .select2-selection__rendered,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-header
  .form-row
  .m-forminput.m-forminput-dropdown
  .select-wrap
  .select2-container
  .select2-selection[class*="--single"]
  .select2-selection__rendered:hover {
  color: var(--color-heading) !important;
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-headline
  .headline-expand-area {
  color: var(--color-heading);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-headline
  .icon {
  color: var(--color-heading);
  visibility: visible !important;
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .divider-dark {
  background-color: rgba(255, 255, 255, 0.5);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .divider-light {
  background-color: rgba(255, 255, 255, 0.2);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information {
  color: var(--color-text);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  strong,
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .item-headline
  .headline-expand-area {
  color: var(--color-heading);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .expand-area {
  background-color: var(--color-bg);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .expand-area:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(var(--color-bg))
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), var(--color-bg));
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .expand-area
  .icon {
  color: var(--color-text);
}
body.pagetype-category-page
  #content
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .divider-light {
  background-color: rgba(255, 255, 255, 0.2);
}
body.pagetype-category-page #content .feature-stories.color-tiles {
  margin-top: var(--element-margin) !important;
}
body.pagetype-category-page #content .m-linklist {
  --color-linklist-bg: #fff;
  --color-linklist-text: #007a7a;
  --color-linklist-headline: #000;
  --color-linklist-icon: #007a7a;
  --color-linklist-bg: #000028;
  --color-linklist-text: #3cc8be;
  --color-linklist-headline: #fff;
  --color-linklist-black: #000;
  --color-linklist-icon: #3cc8be;
}
body.pagetype-category-page #content .m-linklist .a-link.a-link {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
body.pagetype-category-page #content .o-teasercontainer {
  --color-teasercontainer-bg: #fff;
  --color-teasercontainer-bg: #000028;
}
body.pagetype-category-page #content .o-teasercontainer .m-teaser.m-teaser {
  --color-teaser-bg: transparent;
  --color-teaser-bg-video: #fff;
  --color-teaser-heading: #000;
  --color-teaser-content: #000;
  --color-teaser-link: #000;
  --color-teaser-link-icon: #000;
  --color-teaser-border: #000;
  --color-teaser-primary-bg: #000028;
  --color-teaser-100-primary-bg: #3cc8be;
  --color-teaser-100-secondary-bg: #fdf8f0;
  --color-teaser-100-primary-color: #000;
  --color-teaser-100-secondary-color: #000;
  --color-teaser-bg: #000028;
  --color-teaser-bg-video: #000028;
  --color-teaser-heading: #fff;
  --color-teaser-content: #a3acbd;
  --color-teaser-link: #fff;
  --color-teaser-link-icon: #3cc8be;
  --color-teaser-border: #fff;
}
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary {
  --color-teaser-primary-bg: #3cc8be;
  --color-teaser-heading: #000;
  --color-teaser-content: #2b2f43;
  --color-teaser-link: #000;
  --color-teaser-link-icon: #000;
}
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser
  .teaser-links
  li
  .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser
  .teaser-links
  li
  a.a-link:not(.a-button) {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  a.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-links
  li
  .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .o-teasercontainer
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-links
  li
  a.a-link:not(.a-button) {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
}
body.pagetype-category-page #content .m-carousel {
  --color-carousel-bg: transparent;
  --color-carousel-pagination: #000;
  --color-carousel-arrows: #007a7a;
  --carousel--element-margin: var(--element-margin);
  --color-carousel-bg: #000028;
  --color-carousel-pagination: #fff;
  --color-carousel-arrows: #3cc8be;
}
body.pagetype-category-page #content .m-carousel .m-teaser.m-teaser {
  --color-teaser-bg: transparent;
  --color-teaser-bg-video: #fff;
  --color-teaser-heading: #000;
  --color-teaser-content: #000;
  --color-teaser-link: #000;
  --color-teaser-link-icon: #000;
  --color-teaser-border: #000;
  --color-teaser-primary-bg: #000028;
  --color-teaser-100-primary-bg: #3cc8be;
  --color-teaser-100-secondary-bg: #fdf8f0;
  --color-teaser-100-primary-color: #000;
  --color-teaser-100-secondary-color: #000;
  --color-teaser-bg: #000028;
  --color-teaser-bg-video: #000028;
  --color-teaser-heading: #fff;
  --color-teaser-content: #a3acbd;
  --color-teaser-link: #fff;
  --color-teaser-link-icon: #3cc8be;
  --color-teaser-border: #fff;
}
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser:not(.teaser-100)
  .teaser-wrap.teaser-wrap.a-area.a-area-primary {
  --color-teaser-primary-bg: #3cc8be;
  --color-teaser-heading: #000;
  --color-teaser-content: #2b2f43;
  --color-teaser-link: #000;
  --color-teaser-link-icon: #000;
}
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser
  .teaser-links
  li
  .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser
  .teaser-links
  li
  a.a-link:not(.a-button) {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser
  .teaser-wrap.teaser-wrap.a-area.a-area-primary
  .teaser-links
  li
  a.a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-links
  li
  .a-link:not(.a-button),
body.pagetype-category-page
  #content
  .m-carousel
  .m-teaser.m-teaser.teaser-100
  .teaser-wrap.a-area
  .teaser-links
  li
  a.a-link:not(.a-button) {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
}
body.pagetype-category-page #content .m-togglebox {
  --color-togglebox-bg: #fff;
  --color-togglebox-border: #000;
  --color-togglebox-title: #000;
  --color-togglebox-icon: #000;
  --color-togglebox-title-hover: #000;
  --color-togglebox-bg: #000028;
  --color-togglebox-border: #fff;
  --color-togglebox-title: #fff;
  --color-togglebox-icon: #3cc8be;
  --color-togglebox-title-hover: #fff;
}
body.pagetype-category-page #content .m-contentteaser {
  --color-bg: #fff;
  --color-heading: #000;
  --color-text: #000;
  --content-primary-position-top: 24px;
  --content-secondary-position-top: 24px;
  --content-default-position-top: 24px;
  --media-secondary-width: 100%;
  --content-primary-paddings-media-left: 0 0 0 22%;
  --content-primary-paddings-media-right: 0 22% 0 6%;
  --content-default-position-copy: 40px;
  --color-bg: #000028;
  --color-heading: #fff;
  --color-text: #a3acbd;
  --content-primary-position-top: -40px;
  --content-secondary-position-top: -41px;
  --content-default-position-top: -40px;
  --media-secondary-width: 77%;
  --content-primary-paddings-media-left: 0 6% 0 22%;
  --content-primary-paddings-media-right: 0 22% 0 6%;
  --content-default-position-copy: -80px;
}
body.pagetype-category-page
  #content
  .m-contentteaser
  .a-link.a-link-secondary:not(.a-button),
body.pagetype-category-page #content .m-contentteaser .a-link:not(.a-button) {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
}
@media (min-width: 900px) {
  body.pagetype-category-page #content .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
  body.pagetype-category-page #content .m-contentteaser {
    --content-primary-position-top: -71px;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area
    .content
    .content-inner,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area
    .content
    .content-inner
    p {
    font-size: 18px;
    line-height: 28px;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: var(--content-primary-paddings-media-left);
    width: 100%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content:before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      #000 0,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0) 70%
    );
    background-image: none;
    mix-blend-mode: unset;
    z-index: -1;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    .heading {
    padding-right: 0;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    p {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 65%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    ul {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: auto;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    .heading,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    p,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .content
    .content-inner
    ul {
    text-align: right;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .media
    .media-inner {
    position: relative;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary
    .media
    .media-inner:after {
    content: "";
    background: linear-gradient(
      329deg,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 40%
    );
    right: 0;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 120;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner
    .heading,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner
    p,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .content
    .content-inner
    ul {
    padding-left: 0;
    padding-top: 0;
    text-align: left;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-primary.media-right
    .media
    .media-inner:after {
    background: linear-gradient(
      46deg,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0) 40%
    );
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .content
    .content-inner,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .content
    .content-inner
    p,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .content
    .content-inner,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .content
    .content-inner
    p {
    font-size: 18px;
    line-height: 28px;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    .a-image,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    .m-video,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    .a-image,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    .m-video {
    position: relative;
    z-index: 1;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    .m-video:after,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    .m-video:after {
    content: "";
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      color-stop(2%, #000d28),
      color-stop(21%, rgba(0, 0, 40, 0.05))
    );
    background: linear-gradient(270deg, #000d28 2%, rgba(0, 0, 40, 0.05) 21%);
    right: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    .a-image:before,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    .m-video:before,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    .a-image:before,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    .m-video:before {
    position: absolute;
    pointer-events: none;
    content: "";
    bottom: 0;
    right: 0;
    width: 110px;
    height: 100%;
    -webkit-backdrop-filter: blur(5px) brightness(0.9);
    backdrop-filter: blur(5px) brightness(0.9);
    -webkit-mask-image: radial-gradient(
      ellipse at center,
      #000 0,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0) 70%
    );
    background-image: none;
    mix-blend-mode: unset;
    z-index: 3;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .media-inner
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .media-inner
    .m-video:after,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area).media-right
    .media
    .media-inner
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area).media-right
    .media
    .media-inner
    .m-video:after {
    right: auto;
    left: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(2%, #000d28),
      color-stop(21%, rgba(0, 0, 40, 0.05))
    );
    background: linear-gradient(90deg, #000d28 2%, rgba(0, 0, 40, 0.05) 21%);
  }
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .media-inner
    .a-image:before,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .media-inner
    .m-video:before,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area).media-right
    .media
    .media-inner
    .a-image:before,
  body.pagetype-category-page
    #content
    .m-contentteaser.m-contentteaser
    .contentteaser-wrap:not(.a-area).media-right
    .media
    .media-inner
    .m-video:before {
    right: auto;
    left: 0;
  }
  body.pagetype-category-page #content .o-serviceteaserarea {
    --paddingTop: 40px;
    --paddingButtom: 40px;
  }
}
body.pagetype-category-page #content .o-serviceteaserarea {
  --paddingTop: 20px;
  --paddingButtom: 20px;
  --color-bg: #fff;
  --paddingTop: 20px;
  --paddingButtom: 0;
  --color-bg: #000028;
}
body.pagetype-category-page #content .m-navanchor {
  --anchor-color-bg: #f5f5f7;
  --anchor-color-text: #000;
  --anchor-color-text-active: #2b2f43;
  --anchor-color-text-totop: #2b2f43;
  --anchor-color-active: #007a7a;
  --anchor-color-text-totop: #fff;
  --anchor-color-bg: #000028;
  --anchor-color-text-active: #3cc8be;
  --anchor-color-active: #3cc8be;
}
body.pagetype-category-page #content .m-navanchor,
body.pagetype-category-page #content .m-navanchor .a-link {
  --anchor-color-text: #fff;
}
body.pagetype-category-page #content .m-layer {
  color: #000;
}
body.pagetype-category-page #content .m-layer .m-contenttextmedia {
  --color-ctm-bg: #fff;
  --color-ctm-heading: #000;
  --color-ctm-text: #000;
  --color-ctm-linklist: #000;
  --color-ctm-paddingTop: 50px;
  --color-ctm-paddingBottom: 0;
  --color-ctm-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  --color-ctm-arrows: #007a7a;
}
@media (min-width: 750px) {
  body.pagetype-category-page #content .m-contenttextmedia,
  body.pagetype-category-page
    #content
    .m-contenttextmediaslider
    .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
  body.pagetype-category-page #content .m-contentteaser.m-contentteaser {
    margin: 0 !important;
    width: 100% !important;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap {
    max-width: none !important;
    margin: 0 !important;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap
    .content {
    pointer-events: none;
    z-index: 2;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap
    .content
    .content-inner {
    pointer-events: auto;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap
    .content
    .content-inner
    p:last-child {
    margin-bottom: 0;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap
    .media {
    z-index: 1;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area) {
    padding-left: 0;
    padding-right: 0;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .content,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area).media-right
    .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .content
    .content-inner
    .a-heading,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area).media-right
    .content
    .content-inner
    .a-heading {
    font-size: var(--heading-h4-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h4-line-height);
    margin-bottom: 16px;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .content
    .content-inner
    .list-unstyled,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area).media-right
    .content
    .content-inner
    .list-unstyled {
    margin-bottom: 0;
    margin-top: 24px;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .media {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 48%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    > .a-image,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .media
    .media-inner
    > a
    > .a-image {
    position: relative;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .media
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .media
    .m-video
    .a-image:after {
    content: "";
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.6)),
      color-stop(37%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 37%
    );
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .media
    .cliplister-viewer
    > div {
    position: relative;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area)
    .media
    .cliplister-viewer
    > div:after {
    content: "";
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.6)),
      color-stop(37%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 37%
    );
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area).media-right
    .media
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area).media-right
    .media
    .cliplister-viewer
    > div:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area).media-right
    .media
    .m-video
    .a-image:after {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.6)),
      color-stop(37%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 37%
    );
    left: 0;
    right: auto;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap:not(.a-area).media-right
    .content {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
    margin-left: -webkit-calc(
      calc(var(--max-pagewidth-padding) * -1)
    ) !important;
    margin-left: calc(calc(var(--max-pagewidth-padding) * -1)) !important;
    position: relative;
    width: -webkit-calc(100% + var(--max-pagewidth-padding) - 80px);
    width: calc(100% + var(--max-pagewidth-padding) - 80px);
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary.media-right {
    margin-left: var(--max-pagewidth-padding) !important;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .content,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .media {
    grid-row: 1/2;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .media {
    grid-column: 1/-1;
    z-index: 1;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .media
    .media-inner
    > .a-image,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .media
    .media-inner
    > a
    > .a-image {
    position: relative;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .media
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .media
    .m-video
    .a-image:after {
    content: "";
    background: linear-gradient(
      300deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 60%
    );
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .media
    .cliplister-viewer
    > div {
    position: relative;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .media
    .cliplister-viewer
    > div:after {
    content: "";
    background: linear-gradient(
      300deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 60%
    );
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .content {
    bottom: auto;
    grid-column: 1/-1;
    left: auto;
    padding: 0 !important;
    position: relative;
    right: auto;
    top: auto;
    width: 38%;
    z-index: 2;
    margin: auto 80px 80px auto;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .content
    .a-heading {
    font-size: var(--heading-h2-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h2-line-height);
    margin-bottom: 16px;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .content
    .list-unstyled {
    margin-bottom: 0;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .content-inner
    p {
    padding: 0;
    width: 100% !important;
    color: #fff;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary
    .content-inner
    p:first-of-type {
    padding-top: 0;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary.media-right {
    margin-left: -webkit-calc(80px) !important;
    margin-left: calc(80px) !important;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary.media-right
    .media
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary.media-right
    .media
    .cliplister-viewer
    > div:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary.media-right
    .media
    .m-video
    .a-image:after {
    background: linear-gradient(
      60deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 60%
    );
    left: 0;
    right: auto;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-primary.media-right
    .content {
    margin-left: 80px;
    margin-right: 0;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary) {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -webkit-calc(var(--max-pagewidth-padding) * -1) !important;
    margin-left: calc(var(--max-pagewidth-padding) * -1) !important;
    width: 100% !important;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary.media-right,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(
      .a-area-primary
    ).media-right {
    margin-left: -webkit-calc(var(--max-pagewidth-padding)) !important;
    margin-left: calc(var(--max-pagewidth-padding)) !important;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .cliplister-viewer
    > div:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary.media-right
    .media
    .m-video
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(
      .a-area-primary
    ).media-right
    .media
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(
      .a-area-primary
    ).media-right
    .media
    .cliplister-viewer
    > div:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(
      .a-area-primary
    ).media-right
    .media
    .m-video
    .a-image:after {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(0, 0, 0, 0.6)),
      color-stop(37%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 37%
    );
    left: 0;
    right: auto;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .media,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-calc(50% + var(--max-pagewidth-padding) - 3%);
    width: calc(50% + var(--max-pagewidth-padding) - 3%);
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    > .a-image,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .media
    .media-inner
    > a
    > .a-image,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .media
    .media-inner
    > .a-image,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .media
    .media-inner
    > a
    > .a-image {
    position: relative;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .media
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .media
    .m-video
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .media
    .a-image:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .media
    .m-video
    .a-image:after {
    content: "";
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.6)),
      color-stop(37%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 37%
    );
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .media
    .cliplister-viewer
    > div,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .media
    .cliplister-viewer
    > div {
    position: relative;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .media
    .cliplister-viewer
    > div:after,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .media
    .cliplister-viewer
    > div:after {
    content: "";
    background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(0, 0, 0, 0.6)),
      color-stop(37%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.6) 0,
      rgba(0, 0, 0, 0) 37%
    );
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .content,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .content
    .a-heading,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .content
    .a-heading {
    font-size: var(--heading-h4-font-size);
    font-family: var(--fontfamily-headlinesfont);
    font-weight: 400;
    line-height: var(--heading-h4-line-height);
    margin-bottom: 16px;
  }
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area.a-area-secondary
    .content
    .content-inner
    .list-unstyled,
  body.pagetype-category-page
    #content
    .m-contentteaser
    .contentteaser-wrap.contentteaser-wrap.a-area:not(.a-area-primary)
    .content
    .content-inner
    .list-unstyled {
    margin-bottom: 0;
    margin-top: 24px;
  }
  body.pagetype-category-page #content .m-layer .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
  body.pagetype-checkout-handling #content .g-layout-full .g-col .m-processbar,
  body.pagetype-checkout-handling
    .g-container
    #content
    .g-layout-full
    .g-col
    .m-processbar {
    margin-bottom: 0;
  }
}
body.pagetype-article,
body.pagetype-article .g-container {
  background: #fff;
}
body.pagetype-article .g-container .o-list ~ .o-serviceteaserarea,
body.pagetype-article .o-list ~ .o-serviceteaserarea {
  padding-top: var(--paddingTop);
}
body.pagetype-article .g-container .o-serviceteaserarea,
body.pagetype-article .o-serviceteaserarea {
  --paddingTop: 20px;
  --paddingButtom: 20px;
  --color-bg: #fff;
  padding-top: 50px;
}
body.pagetype-article .g-container .m-contentheader .a-heading,
body.pagetype-article .m-contentheader .a-heading {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h4-line-height);
}
body.pagetype-article #content .m-contentteaser,
body.pagetype-article .g-container #content .m-contentteaser {
  --color-bg: #fff;
  --color-heading: #000;
  --color-text: #000;
  --content-primary-position-top: 24px;
  --content-secondary-position-top: 24px;
  --content-default-position-top: 24px;
  --media-secondary-width: 100%;
  --content-primary-paddings-media-left: 0 0 0 22%;
  --content-primary-paddings-media-right: 0 22% 0 6%;
  --content-default-position-copy: 40px;
}
body.pagetype-article
  #content
  > .g-layout-full
  > .g-col
  > .m-contentheader
  .a-heading,
body.pagetype-article
  .g-container
  #content
  > .g-layout-full
  > .g-col
  > .m-contentheader
  .a-heading {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  font-weight: 400;
  line-height: var(--heading-h3-line-height);
}
body.pagetype-checkout-handling,
body.pagetype-checkout-handling .g-container {
  background: #fff;
}
body.pagetype-checkout-handling #content .g-layout-full .g-col h1.a-heading,
body.pagetype-checkout-handling
  .g-container
  #content
  .g-layout-full
  .g-col
  h1.a-heading {
  font-size: 28px;
  line-height: 34px;
  margin-top: 60px;
}
body.pagetype-checkout-handling #content .g-layout-full .g-col .m-processbar,
body.pagetype-checkout-handling
  .g-container
  #content
  .g-layout-full
  .g-col
  .m-processbar {
  margin-bottom: 0;
}
body.pagetype-checkout-handling #content .m-contenttextmedia,
body.pagetype-checkout-handling .g-container #content .m-contenttextmedia {
  margin: 0 !important;
  width: 100% !important;
  padding: 0 0 60px;
}
body.pagetype-checkout-handling #content .m-contenttextmedia .content,
body.pagetype-checkout-handling
  .g-container
  #content
  .m-contenttextmedia
  .content {
  padding-left: 0;
  padding-right: 0;
}
html body.pagetype-press-contact-list,
html body.pagetype-press-release-detail,
html body.pagetype-press-release-list,
html body[data-page-dimensions*="Press\|Images" i] {
  color: #fff;
  background: #000028 !important;
}
html body.pagetype-press-contact-list > .g-container,
html body.pagetype-press-release-detail > .g-container,
html body.pagetype-press-release-list > .g-container,
html body[data-page-dimensions*="Press\|Images" i] > .g-container {
  background: 0 0;
}
html body.pagetype-press-contact-list .a-link.a-link.a-backlink:not(.a-button),
html body.pagetype-press-contact-list .a-link.a-link:not(.a-button),
html body.pagetype-press-contact-list .a-link:not(.a-button):visited,
html
  body.pagetype-press-release-detail
  .a-link.a-link.a-backlink:not(.a-button),
html body.pagetype-press-release-detail .a-link.a-link:not(.a-button),
html body.pagetype-press-release-detail .a-link:not(.a-button):visited,
html body.pagetype-press-release-list .a-link.a-link.a-backlink:not(.a-button),
html body.pagetype-press-release-list .a-link.a-link:not(.a-button),
html body.pagetype-press-release-list .a-link:not(.a-button):visited,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-link.a-link.a-backlink:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-link.a-link:not(.a-button),
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-link:not(.a-button):visited {
  --alink-color-text: #007a7a;
  --alink-color-icon: #007a7a;
  --alink-color-text: #3cc8be;
  --alink-color-icon: #3cc8be;
  color: #fff;
}
html body.pagetype-press-contact-list .a-button.a-button,
html body.pagetype-press-release-detail .a-button.a-button,
html body.pagetype-press-release-list .a-button.a-button,
html body[data-page-dimensions*="Press\|Images" i] .a-button.a-button {
  font-size: 16px;
  line-height: 25px;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 11px 40px !important;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
html body.pagetype-press-contact-list .a-button.a-button.a-button-padding-sml,
html body.pagetype-press-release-detail .a-button.a-button.a-button-padding-sml,
html body.pagetype-press-release-list .a-button.a-button.a-button-padding-sml,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-padding-sml {
  min-width: auto;
  padding: 11px !important;
}
html body.pagetype-press-contact-list .a-button.a-button .text,
html body.pagetype-press-release-detail .a-button.a-button .text,
html body.pagetype-press-release-list .a-button.a-button .text,
html body[data-page-dimensions*="Press\|Images" i] .a-button.a-button .text {
  font-size: inherit;
  line-height: inherit;
}
html body.pagetype-press-contact-list .a-button.a-button:focus,
html body.pagetype-press-release-detail .a-button.a-button:focus,
html body.pagetype-press-release-list .a-button.a-button:focus,
html body[data-page-dimensions*="Press\|Images" i] .a-button.a-button:focus {
  outline: 0;
}
html body.pagetype-press-contact-list .a-button.a-button .a-loader,
html body.pagetype-press-release-detail .a-button.a-button .a-loader,
html body.pagetype-press-release-list .a-button.a-button .a-loader,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button
  .a-loader {
  -webkit-transform: translate(8px, -3px);
  -ms-transform: translate(8px, -3px);
  transform: translate(8px, -3px);
}
@media (min-width: 750px) {
  body.pagetype-checkout-handling #content .m-contenttextmedia,
  body.pagetype-checkout-handling .g-container #content .m-contenttextmedia {
    margin: 0 !important;
    width: 100% !important;
  }
  html body.pagetype-press-contact-list .a-button.a-button:not(.a-button-plain),
  html
    body.pagetype-press-release-detail
    .a-button.a-button:not(.a-button-plain),
  html body.pagetype-press-release-list .a-button.a-button:not(.a-button-plain),
  html
    body[data-page-dimensions*="Press\|Images" i]
    .a-button.a-button:not(.a-button-plain) {
    min-width: 240px;
    width: -webkit-max-content;
    width: max-content;
  }
}
html body.pagetype-press-contact-list .a-button.a-button:not(.a-button-plain),
html body.pagetype-press-release-detail .a-button.a-button:not(.a-button-plain),
html body.pagetype-press-release-list .a-button.a-button:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain) {
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 40px !important;
  text-align: center;
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)
  .text,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)
  .text,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)
  .text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)
  .text {
  font-family: SiemensSans-Bold, sans-serif;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)
  .icon,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)
  .icon,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)
  .icon,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)
  .icon {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)
  .icon
  + .text,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)
  .icon
  + .text,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)
  .icon
  + .text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)
  .icon
  + .text {
  margin-left: 12px;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain):hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain):hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain):hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain):hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain):active,
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain):hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain):active,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain):hover,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain):active,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain):hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain):active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain):hover {
  -webkit-tap-highlight-color: #007a7a;
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain)[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain)[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain)[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain)[disabled="true"]:hover {
  opacity: 0.4;
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button:not(.a-button-plain):active,
html
  body.pagetype-press-release-detail
  .a-button.a-button:not(.a-button-plain):active,
html
  body.pagetype-press-release-list
  .a-button.a-button:not(.a-button-plain):active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button:not(.a-button-plain):active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary:active,
html body.pagetype-press-contact-list .a-button.a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary:active,
html body.pagetype-press-release-list .a-button.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #2b2f43;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:before,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:before,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:before,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:before,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:before {
  color: #000;
  display: block;
  margin: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download:active:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download:focus:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary.a-link-download:hover:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download:active:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download:focus:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary.a-link-download:hover:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download:active:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download:focus:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary.a-link-download:hover:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:focus:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary.a-link-download:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-button-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link:not(
    .a-button-plain
  ):hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-download.a-link-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-download.a-link-primary.oney-widget-link:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-download.a-link-primary.a-button-link.a-link.a-button-primary:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:active:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:focus:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-download.a-link-primary.a-link:hover:before {
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link,
html body.pagetype-press-contact-list .a-button.a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link,
html body.pagetype-press-contact-list .a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link,
html body.pagetype-press-release-detail .a-button.a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link,
html body.pagetype-press-release-list .a-button.a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link,
html body.pagetype-press-release-list .a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link {
  min-height: 50px;
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary:active,
html body.pagetype-press-contact-list .a-button.a-button.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary:active,
html body.pagetype-press-release-list .a-button.a-button.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link:active,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link:active {
  color: #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-primary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-primary.a-button-link.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-primary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-primary.a-link[disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover {
  -webkit-box-shadow: inset 0 0 0 1px #007a7a;
  box-shadow: inset 0 0 0 1px #007a7a;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link,
html body.pagetype-press-contact-list .a-button.a-button.a-button-secondary,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link,
html body.pagetype-press-release-detail .a-button.a-button.a-button-secondary,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link,
html body.pagetype-press-release-list .a-button.a-button.a-button-secondary,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:not(.a-button-plain),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link {
  background: 0 0;
  border: 1px solid #3cc8be;
  color: #3cc8be;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:hover {
  background: 0 0;
  border: 1px solid #3cc8be;
  -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
  box-shadow: inset 0 0 0 1px #3cc8be;
  color: #3cc8be;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:active,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:active,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary:active,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary:active,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:active,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link:active {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="true"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled=""],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="true"],
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="true"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled=""],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""],
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"] {
  opacity: 0.4;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.4;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-button-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled=""]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="disabled"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .a-button.a-button.a-link-secondary.a-button-link.a-link[disabled="true"]:hover:not(
    .a-button-plain
  ),
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-link-secondary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-oney-widget-section
  .a-button.a-button.a-link-secondary.oney-widget-link[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .a-button.a-button.a-link-secondary.a-button-link.a-link.a-button-primary[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-link-secondary.a-link[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  opacity: 0.4;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 17px !important;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon:hover {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"] {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-plusIcon[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #7b89a1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7b89a1;
}
html body.pagetype-press-contact-list .a-button.a-button.a-button-plusIcon,
html body.pagetype-press-release-detail .a-button.a-button.a-button-plusIcon,
html body.pagetype-press-release-list .a-button.a-button.a-button-plusIcon,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding: 0 !important;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon:before {
  display: none;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon:after,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon:after,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon:after {
  -webkit-font-smoothing: antialiased;
  speak: none;
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  color: #3cc8be;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-left: 17px;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon[disabled="true"] {
  background: 0 0;
  border: none;
  color: #c2c2c2;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-plusIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-plusIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-plusIcon[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-plusIcon[disabled="true"]:hover {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c2c2c2;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 17px !important;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon:hover {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon:before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon:before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon:before {
  font-size: 16px;
  height: 16px;
  line-height: 11px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  display: inline-block;
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  margin-right: 17px;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon:hover {
  background: 0 0;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"] {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary-downloadIcon[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #7b89a1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7b89a1;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink {
  background-color: transparent;
  border: none;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink:hover {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink[disabled="true"] {
  background: 0 0;
  border: none;
  color: #c2c2c2;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--toLink[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--toLink[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--toLink[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--toLink[disabled="true"]:hover {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #c2c2c2;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant {
  background: 0 0;
  border: 1px solid #3cc8be;
  color: #3cc8be;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant:hover {
  background: 0 0;
  border: 1px solid #3cc8be;
  -webkit-box-shadow: inset 0 0 0 1px #3cc8be;
  box-shadow: inset 0 0 0 1px #3cc8be;
  color: #3cc8be;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant[disabled="true"] {
  background: 0 0;
  border: 1px solid #7b89a1;
  color: #7b89a1;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--vibrant[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--vibrant[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--vibrant[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--vibrant[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #7b89a1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #7b89a1;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black:hover {
  background: 0 0;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  color: #000;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black[disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black[disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black[disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black[disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black[disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black[disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black[disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black[disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black[disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black[disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black[disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black[disabled="true"] {
  background: 0 0;
  border: 1px solid #000;
  color: #000;
  opacity: 0.25;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black[disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black[disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--black[disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black[disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black[disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--black[disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black[disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black[disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--black[disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black[disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black[disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--black[disabled="true"]:hover {
  background: 0 0;
  border: 1px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  opacity: 0.25;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-link--toSecondaryButton,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-link--toSecondaryButton,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-link--toSecondaryButton,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-link--toSecondaryButton {
  border-radius: 2px;
  font-size: 16px;
  line-height: 25px;
  display: block;
  padding: 11px 40px !important;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-link--toSecondaryButton
  .text,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-link--toSecondaryButton
  .text,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-link--toSecondaryButton
  .text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-link--toSecondaryButton
  .text {
  font-size: inherit;
  line-height: inherit;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--petroldark,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--petroldark,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--petroldark,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--petroldark {
  border: 1px solid #007a7a;
  color: #007a7a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 40px;
  width: -webkit-fit-content;
  width: fit-content;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--petroldark
  .icon,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--petroldark
  .icon,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--petroldark
  .icon,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--petroldark
  .icon {
  border-color: #007a7a;
  display: inline-block;
  height: 16px;
  width: 16px;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--petroldark
  .icon::before,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--petroldark
  .icon::before,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--petroldark
  .icon::before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--petroldark
  .icon::before {
  display: inline-block;
  font-size: 16px;
  font-family: icons;
  height: 16px;
  line-height: 23px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--petroldark:active,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--petroldark:focus,
html
  body.pagetype-press-contact-list
  .a-button.a-button.a-button-secondary--petroldark:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--petroldark:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--petroldark:focus,
html
  body.pagetype-press-release-detail
  .a-button.a-button.a-button-secondary--petroldark:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--petroldark:active,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--petroldark:focus,
html
  body.pagetype-press-release-list
  .a-button.a-button.a-button-secondary--petroldark:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--petroldark:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--petroldark:focus,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button.a-button-secondary--petroldark:hover {
  background-color: transparent;
  border: 1px solid #007a7a !important;
  -webkit-box-shadow: inset 0 0 0 1px #007a7a !important;
  box-shadow: inset 0 0 0 1px #007a7a !important;
  color: #007a7a;
}
html body.pagetype-press-contact-list .a-button.a-button[data-popover-id],
html body.pagetype-press-release-detail .a-button.a-button[data-popover-id],
html body.pagetype-press-release-list .a-button.a-button[data-popover-id],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id] {
  background: #3cc8be;
  border: 1px solid #3cc8be;
  color: #000;
}
.no-touchevents
  html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id]:hover,
.no-touchevents
  html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id]:hover,
.no-touchevents
  html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id]:hover,
.no-touchevents
  html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id]:active,
html body.pagetype-press-contact-list .a-button.a-button[data-popover-id]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id]:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id]:active,
html body.pagetype-press-release-list .a-button.a-button[data-popover-id]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id]:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id]:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a;
  border: 1px solid #007a7a;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id]:active,
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id]:active,
html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id]:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id]:active {
  color: #000;
}
html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id][disabled=""],
html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id][disabled=""]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id][disabled="disabled"],
html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id][disabled="disabled"]:hover,
html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id][disabled="true"],
html
  body.pagetype-press-contact-list
  .a-button.a-button[data-popover-id][disabled="true"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id][disabled=""],
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id][disabled=""]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id][disabled="disabled"],
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id][disabled="disabled"]:hover,
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id][disabled="true"],
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id][disabled="true"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id][disabled=""],
html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id][disabled=""]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id][disabled="disabled"],
html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id][disabled="disabled"]:hover,
html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id][disabled="true"],
html
  body.pagetype-press-release-list
  .a-button.a-button[data-popover-id][disabled="true"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id][disabled=""],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id][disabled=""]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id][disabled="disabled"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id][disabled="disabled"]:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id][disabled="true"],
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id][disabled="true"]:hover {
  border: 1px solid #3cc8be;
  background: #3cc8be;
  color: #000;
  opacity: 0.4;
}
html body.pagetype-press-contact-list .a-button.a-button[data-popover-id] .icon,
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id]
  .icon,
html body.pagetype-press-release-list .a-button.a-button[data-popover-id] .icon,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id]
  .icon {
  display: none !important;
}
html body.pagetype-press-contact-list .a-button.a-button[data-popover-id] .text,
html
  body.pagetype-press-release-detail
  .a-button.a-button[data-popover-id]
  .text,
html body.pagetype-press-release-list .a-button.a-button[data-popover-id] .text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .a-button.a-button[data-popover-id]
  .text {
  margin: 0 !important;
}
html body.pagetype-press-contact-list input.m-forminput.m-forminput,
html body.pagetype-press-release-detail input.m-forminput.m-forminput,
html body.pagetype-press-release-list input.m-forminput.m-forminput,
html
  body[data-page-dimensions*="Press\|Images" i]
  input.m-forminput.m-forminput {
  --forminput--color-border: #000000;
  --forminput--color-placeholder: #7b89a1;
  --forminput--color-border: #fff;
  --forminput--color-placeholder: #fff;
}
html
  body.pagetype-press-contact-list
  .m-forminput-dropdown.m-forminput-dropdown,
html
  body.pagetype-press-release-detail
  .m-forminput-dropdown.m-forminput-dropdown,
html
  body.pagetype-press-release-list
  .m-forminput-dropdown.m-forminput-dropdown,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-dropdown.m-forminput-dropdown {
  --forminputdropdown--color-border: #000000;
  --forminputdropdown--color-text: #000;
  --forminputdropdown--color-icon: #000;
  --forminputdropdown--color-border: #fff;
  --forminputdropdown--color-text: #fff;
  --forminputdropdown--color-icon: #fff;
}
html
  body.pagetype-press-contact-list
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:active,
html
  body.pagetype-press-contact-list
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:focus,
html
  body.pagetype-press-contact-list
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:hover,
html
  body.pagetype-press-release-detail
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:active,
html
  body.pagetype-press-release-detail
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:focus,
html
  body.pagetype-press-release-detail
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:hover,
html
  body.pagetype-press-release-list
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:active,
html
  body.pagetype-press-release-list
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:focus,
html
  body.pagetype-press-release-list
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:focus,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-dropdown.m-forminput-dropdown
  .select2-container
  .select2-selection
  .select2-selection__rendered:hover {
  color: #fff !important;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox {
  outline: 0;
  padding-top: 1px;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel {
  line-height: 18px;
  margin: 0;
  padding: 0 0 6px 34px;
  position: relative;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel
  .label-text,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel
  .label-text,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel
  .label-text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel
  .label-text {
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:before {
  border: 1px solid #fff;
  border-radius: 2px;
  content: "" !important;
  height: 20px;
  outline: 0;
  margin-top: 0;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  width: 20px;
  background-color: transparent;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  .a-formlabel:after {
  font-family: icons;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  speak: none;
  content: "\e040" !important;
  display: none !important;
  font-size: 12px !important;
  left: 0 !important;
  line-height: 6px;
  position: absolute !important;
  top: 0 !important;
  -webkit-transform: translate(5px, 10px);
  -ms-transform: translate(5px, 10px);
  transform: translate(5px, 10px);
  height: 20px !important;
  width: 20px !important;
  z-index: 1;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel:before {
  border-color: #e0173b;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel
  .label-text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input.has-error
  ~ .a-formlabel:after {
  color: #e0173b;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input:checked
  ~ .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input:checked
  ~ .a-formlabel:before {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  content: "" !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  outline: 0;
  border-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input:checked
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input:checked
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input:checked
  ~ .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input:checked
  ~ .a-formlabel:after {
  display: inline-block !important;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  .text,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  .text,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  .text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  .text {
  font-family: SiemensSans-Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox:hover
  .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox:hover
  .a-formlabel:before {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border-color: #fff;
  outline: 0;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked {
  outline: 0;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked
  ~ .a-formlabel,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked
  ~ .a-formlabel,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked
  ~ .a-formlabel,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked
  ~ .a-formlabel {
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked
  ~ .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox:hover
  input:checked
  ~ .a-formlabel:before {
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
  outline: 0;
  border-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  .a-formlabel
  .label-text,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox:hover
  .a-formlabel
  .label-text,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox:hover
  .a-formlabel
  .label-text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox:hover
  .a-formlabel
  .label-text {
  outline: 0;
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text {
  color: #cfd0d6 !important;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a.a-link,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a.a-link,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a.a-link,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a.a-link,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a.a-link,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a.a-link,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a.a-link,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a.a-link,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a.a-link,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a.a-link,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a.a-link,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel
  .label-text
  a.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover
  .label-text
  a.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel
  .label-text
  a.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover
  .label-text
  a.a-link {
  color: #cfd0d6 !important;
  text-decoration: underline;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:before,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:before,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover:before {
  border-color: #cfd0d6 !important;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:after,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:after,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]
  ~ .a-formlabel:hover:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]
  ~ .a-formlabel:hover:after {
  color: #cfd0d6 !important;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:before,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:before {
  border-color: #cfd0d6 !important;
  -webkit-box-shadow: inset 0 0 0 1px #cfd0d6;
  box-shadow: inset 0 0 0 1px #cfd0d6;
}
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:after,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:after,
html
  body.pagetype-press-contact-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[disabled]:checked
  ~ .a-formlabel:hover:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-forminput-checkbox.m-forminput-checkbox
  input[readonly]:checked
  ~ .a-formlabel:hover:after {
  color: #cfd0d6 !important;
}
html body.pagetype-press-contact-list .a-formlabel,
html body.pagetype-press-release-detail .a-formlabel,
html body.pagetype-press-release-list .a-formlabel,
html body[data-page-dimensions*="Press\|Images" i] .a-formlabel {
  --forminput--color-text: #2b2f43;
  --forminput--color-labelradiotext: #2d373c;
  --forminput--color-text: #fff;
  --forminput--color-labelradiotext: #fff;
}
html body.pagetype-press-contact-list .m-pressteaser,
html body.pagetype-press-release-detail .m-pressteaser,
html body.pagetype-press-release-list .m-pressteaser,
html body[data-page-dimensions*="Press\|Images" i] .m-pressteaser {
  --color-pressteaser-color: #000;
  --color-pressteaser-text-color: #000;
  --color-pressteaser--date-color: #000;
  --color-pressteaser-color: #fff;
  --color-pressteaser-text-color: #a3acbd;
  --color-pressteaser--date-color: #3cc8be;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-secondary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-primary,
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-secondary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-primary,
.m-form.oidc-registration
  .m-termsconditions
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  a.a-button.a-button.a-button.a-link-secondary,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.oney-widget-link,
.m-oney-widget-section
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.oney-widget-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-link,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-button.a-link-primary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-button.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-button.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-contact-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-button.a-link-primary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-button.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-button.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-detail
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-button-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-button.a-link-primary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-button.a-link-secondary,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-button.a-button.a-link-primary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-button.a-button.a-link-secondary.oney-widget-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-button.a-link-primary.a-link,
html
  body.pagetype-press-release-list
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-button-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-button-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .a-button.a-button.a-button.a-link-secondary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-button.a-button.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-button.a-link-primary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-form.oidc-registration
  .m-termsconditions
  a.a-button.a-button.a-button.a-link-secondary,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-button.a-button.a-link-primary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .m-oney-widget-section
  .a-button.a-button.a-button.a-link-secondary.oney-widget-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-button.a-link-primary.a-link,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-popover.multioptionbutton-call-to-action
  .popover-content
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .a-button.a-button.a-button.a-link-secondary.a-link {
  word-break: break-all;
}
@media (max-width: 899px) {
  html
    body.pagetype-press-contact-list
    .m-popover.multioptionbutton-call-to-action
    .popover-header,
  html
    body.pagetype-press-release-detail
    .m-popover.multioptionbutton-call-to-action
    .popover-header,
  html
    body.pagetype-press-release-list
    .m-popover.multioptionbutton-call-to-action
    .popover-header,
  html
    body[data-page-dimensions*="Press\|Images" i]
    .m-popover.multioptionbutton-call-to-action
    .popover-header {
    position: relative;
    left: auto;
    top: auto;
  }
  html
    body.pagetype-press-contact-list
    .m-popover.multioptionbutton-call-to-action
    .popover-header
    .a-button.popover-close,
  html
    body.pagetype-press-release-detail
    .m-popover.multioptionbutton-call-to-action
    .popover-header
    .a-button.popover-close,
  html
    body.pagetype-press-release-list
    .m-popover.multioptionbutton-call-to-action
    .popover-header
    .a-button.popover-close,
  html
    body[data-page-dimensions*="Press\|Images" i]
    .m-popover.multioptionbutton-call-to-action
    .popover-header
    .a-button.popover-close {
    padding: 11px !important;
    width: auto;
  }
}
html body.pagetype-press-contact-list .m-contactteaser .person-details,
html
  body.pagetype-press-contact-list
  .m-contactteaser
  .person-details
  .a-heading,
html body.pagetype-press-release-detail .m-contactteaser .person-details,
html
  body.pagetype-press-release-detail
  .m-contactteaser
  .person-details
  .a-heading,
html body.pagetype-press-release-list .m-contactteaser .person-details,
html
  body.pagetype-press-release-list
  .m-contactteaser
  .person-details
  .a-heading,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contactteaser
  .person-details,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-contactteaser
  .person-details
  .a-heading {
  color: #fff;
}
html body.pagetype-press-contact-list .m-tabs,
html body.pagetype-press-release-detail .m-tabs,
html body.pagetype-press-release-list .m-tabs,
html body[data-page-dimensions*="Press\|Images" i] .m-tabs {
  --color-bg: #fff;
  --color-border--bottom: #000;
  --color-links: #000;
  --color-links--activeborder: 4px solid #000;
  --color-links--active: #3cc8be;
  --color-bg: #000028;
  --color-border--bottom: #fff;
  --color-links: #fff;
  --color-links--activeborder: 4px solid #3cc8be;
  --color-links--active: #3cc8be;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  > .a-heading,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  > .a-heading,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  > .a-heading,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  > .a-heading {
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-results,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-pressdateselection
  .a-heading,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-results,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-pressdateselection
  .a-heading,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-results,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-pressdateselection
  .a-heading,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-results,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-pressdateselection
  .a-heading {
  color: #3cc8be;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting {
  background: 0 0 !important;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting
  .m-forminput-dropdown
  .select2-container
  .select2-selection,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting
  .m-forminput-dropdown
  .select2-container
  .select2-selection,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting
  .m-forminput-dropdown
  .select2-container
  .select2-selection,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-sorting
  .m-forminput-dropdown
  .select2-container
  .select2-selection {
  border: thin solid #fff;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset {
  background: 0 0 !important;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button {
  background: 0 0;
  border: none !important;
  color: #fff;
  padding: 11px !important;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button
  .icon,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button
  .icon,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button
  .icon,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button
  .icon {
  color: #fff;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:focus,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:focus,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:focus,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:focus,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterbar
  .filterbar-nav
  .filterbar-item.filterbar-reset
  .a-button.a-button:hover {
  background: 0 0;
  border: none !important;
  color: #fff;
  outline: 0 !important;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist {
  border-bottom: thin solid #fff;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .m-forminput-checkbox
  .a-formlabel::before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .m-forminput-checkbox
  .a-formlabel::before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .m-forminput-checkbox
  .a-formlabel::before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .m-forminput-checkbox
  .a-formlabel::before {
  border-color: #000;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .m-forminput-checkbox
  .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .m-forminput-checkbox
  .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .m-forminput-checkbox
  .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .m-forminput-checkbox
  .a-formlabel:after {
  color: #000;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-container,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-container,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-container,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-container {
  display: none;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-container.open-mobile,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-container.open-mobile,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-container.open-mobile,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-container.open-mobile {
  display: block;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-heading,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-heading,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-heading,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .m-filter
  .m-filterlayer
  .m-filterlist
  .filterlist-heading {
  color: #fff;
  margin-bottom: 10px;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel
  .label-text,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel
  .label-text,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel
  .label-text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel
  .label-text {
  color: #a3acbd;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel:after,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel:after,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel:after,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press.o-list-press-pictures.press-pictures-flexbox
  .list-layout
  .m-presspictureteaser
  .m-forminput.m-forminput-checkbox
  .a-formlabel:after {
  color: #3cc8be;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  #listRequestData,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  #listRequestData::before,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  #listRequestData,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  #listRequestData::before,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  #listRequestData,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  #listRequestData::before,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  #listRequestData,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  #listRequestData::before {
  background: #2b2f43;
}
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button
  .icon,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:focus,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-selectedpresspicture
  .wrap-unselect
  .a-button,
html
  body.pagetype-press-contact-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .more-less-container
  .a-morelesslink
  .text,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button
  .icon,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:focus,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-selectedpresspicture
  .wrap-unselect
  .a-button,
html
  body.pagetype-press-release-detail
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .more-less-container
  .a-morelesslink
  .text,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button
  .icon,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:active,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:focus,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:hover,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-selectedpresspicture
  .wrap-unselect
  .a-button,
html
  body.pagetype-press-release-list
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .more-less-container
  .a-morelesslink
  .text,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button
  .icon,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:active,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:focus,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-multioptionbutton
  .a-button:hover,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .m-selectedpresspicture
  .wrap-unselect
  .a-button,
html
  body[data-page-dimensions*="Press\|Images" i]
  .m-tabs
  #press-content#press-content
  .o-list-press
  .m-downloadbaskettop
  .more-less-container
  .a-morelesslink
  .text {
  color: #fff;
}
html body.pagetype-press-contact-list #content,
html body.pagetype-press-release-detail #content,
html body.pagetype-press-release-list #content,
html body[data-page-dimensions*="Press\|Images" i] #content {
  padding-bottom: 0;
}
html body.pagetype-press-contact-list .m-pagetitle,
html body.pagetype-press-release-detail .m-pagetitle,
html body.pagetype-press-release-list .m-pagetitle,
html body[data-page-dimensions*="Press\|Images" i] .m-pagetitle {
  --color-bg: #fff;
  --color-heading: #000;
  --color-bg: #000028;
  --color-heading: #fff;
}
html body.pagetype-press-contact-list .m-hero,
html body.pagetype-press-release-detail .m-hero,
html body.pagetype-press-release-list .m-hero,
html body[data-page-dimensions*="Press\|Images" i] .m-hero {
  --hero-headline-color: #000;
  --hero-headline-color: #fff;
}
html body.pagetype-press-release-detail #content {
  margin-bottom: var(--element-margin);
}
html body.pagetype-press-release-detail #content #press-content > .a-backlink {
  margin-top: 0;
}
html body.pagetype-press-release-detail #content #press-content .release-text {
  color: #a3acbd;
}
html
  body.pagetype-press-release-detail
  #content
  #press-content
  .release-text
  sub
  .a-link,
html
  body.pagetype-press-release-detail
  #content
  #press-content
  .release-text
  sup
  .a-link {
  color: #a3acbd;
  font-size: 12px;
  font-weight: 400;
}
html
  body.pagetype-press-release-detail
  #content
  #press-content
  .m-mediagallery
  .mediagallery-caption {
  min-height: auto;
  margin: 0;
}
html
  body.pagetype-press-release-detail
  #content
  #press-content
  .m-mediagallery
  .m-slider
  .paginationarrows
  .a-paginationarrows.next:hover,
html
  body.pagetype-press-release-detail
  #content
  #press-content
  .m-mediagallery
  .m-slider
  .paginationarrows
  .a-paginationarrows.prev:hover {
  color: #3cc8be;
}
@media (max-width: 899px) and (min-width: 750px) {
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .pressdetail-position-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .pressdetail-position-wrapper
    .mediagallery-wrapper {
    width: 100%;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .mediagallery-downloads {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    left: auto;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    width: auto;
  }
}
@media (min-width: 900px) {
  body.pagetype-category-page #content .o-serviceteaserarea {
    --paddingTop: 90px;
  }
  body.pagetype-category-page #content .m-layer .m-contenttextmedia {
    --color-ctm-paddingTop: 90px;
    --color-ctm-paddingBottom: 0;
  }
  body.pagetype-article .g-container .o-serviceteaserarea,
  body.pagetype-article .o-serviceteaserarea {
    --paddingTop: 40px;
    --paddingButtom: 40px;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  body.pagetype-checkout-handling #content .g-layout-full .g-col h1.a-heading,
  body.pagetype-checkout-handling
    .g-container
    #content
    .g-layout-full
    .g-col
    h1.a-heading {
    font-size: 40px;
    line-height: 44px;
  }
  body.pagetype-checkout-handling #content .m-contenttextmedia,
  body.pagetype-checkout-handling .g-container #content .m-contenttextmedia {
    margin: 0 !important;
    width: 100% !important;
  }
  html body.pagetype-press-release-detail #content #press-content .a-button {
    min-width: 247px;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .margin-xl:first-of-type {
    position: relative;
    z-index: 2;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-multioptionbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery {
    margin-bottom: 0;
    margin-top: -44px;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .m-slider.mediagallery-mainslider {
    margin-bottom: 0;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .m-slider.mediagallery-mainslider
    .mediagallery-paginationarrows
    .a-paginationarrows.next,
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .m-slider.mediagallery-mainslider
    .mediagallery-paginationarrows
    .a-paginationarrows.prev {
    border-radius: 2px;
    background: #7b89a1;
    color: #fff;
    height: 60px;
    margin: 0;
    opacity: 0.8;
    padding: 0;
    visibility: visible;
    width: 60px;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .pressdetail-position-wrapper {
    margin-bottom: 80px;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .pressdetail-position-wrapper
    .mediagallery-wrapper {
    margin-bottom: 0;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .pressdetail-position-wrapper
    > .m-slider {
    margin: 25px 0 0 96px;
    max-width: 950px;
    width: 66.6667%;
  }
  html
    body.pagetype-press-release-detail
    #content
    #press-content
    .m-mediagallery
    .pressdetail-position-wrapper
    > .m-slider
    .slick-track {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 750px) {
  html body.pagetype-press-release-detail .m-popover {
    width: auto;
  }
  html body.pagetype-press-release-detail .m-popover .popover-content p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  html
    body.pagetype-press-release-detail
    .m-popover
    .popover-content
    p
    .a-link {
    width: 100%;
  }
  html
    body.pagetype-press-release-detail
    .m-popover.multioptionbutton-call-to-action {
    max-width: none !important;
  }
}
html body.pagetype-press-contact-list #content #press-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 749px) {
  html body.pagetype-press-contact-list .a-button.a-button,
  html body.pagetype-press-release-detail .a-button.a-button,
  html body.pagetype-press-release-list .a-button.a-button,
  html body[data-page-dimensions*="Press\|Images" i] .a-button.a-button {
    width: 100%;
  }
  html body.pagetype-press-release-detail .m-popover[x-placement="bottom"] {
    margin-top: 0;
  }
  html
    body.pagetype-press-contact-list
    #content
    #press-content
    .a-heading:first-child {
    margin-bottom: 0;
  }
  html body .cmpbox .cmpboxinner,
  html body .cmpbox.cmpfullscreen .cmpboxinner,
  html body .cmpfullscreen .cmpboxinner {
    height: auto;
  }
}
#gigya-content {
  margin: 0 auto;
  width: auto !important;
  max-width: none !important;
  padding: -webkit-calc(var(--element-margin) / 2) 0 0 0;
  padding: calc(var(--element-margin) / 2) 0 0 0;
}
#gigya-content .gigya-screen-loader {
  background: 0 0;
  height: 80px !important;
  margin: 0 auto;
  position: relative;
  width: 80px !important;
}
#gigya-content .gigya-screen-loader:after {
  -webkit-animation: 0.7s linear infinite spin;
  animation: 0.7s linear infinite spin;
  border-radius: 50%;
  border-top: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #3cc8be;
  border-left: 2px solid #3cc8be;
  content: "";
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gigya-screen.gigya-screen,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen,
.gigya-screen.gigya-screen.portrait {
  font-size: 16px;
  line-height: 26px;
  max-width: none !important;
  padding: 0 !important;
  width: auto !important;
}
.gigya-screen.gigya-screen a,
.gigya-screen.gigya-screen a:link,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  a,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  a:link,
.gigya-screen.gigya-screen.portrait a,
.gigya-screen.gigya-screen.portrait a:link {
  color: #007a7a;
}
.gigya-screen.gigya-screen p,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  p,
.gigya-screen.gigya-screen.portrait p {
  font-size: 16px;
  line-height: 26px;
}
.gigya-screen.gigya-screen label .gigya-label-text,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  label
  .gigya-label-text,
.gigya-screen.gigya-screen.portrait label .gigya-label-text {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--fontfamily-roman);
  line-height: 1;
}
.gigya-screen.gigya-screen .subscribe-thank-you,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .subscribe-thank-you,
.gigya-screen.gigya-screen.portrait .subscribe-thank-you {
  padding-top: 40px;
}
.gigya-screen.gigya-screen
  .gigya-composite-control-checkbox
  .gigya-input-checkbox,
.gigya-screen.gigya-screen
  .gigya-composite-control-checkbox
  input[type="checkbox"],
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-checkbox
  .gigya-input-checkbox,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-checkbox
  input[type="checkbox"],
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-checkbox
  .gigya-input-checkbox,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-checkbox
  input[type="checkbox"] {
  display: none;
  margin: 0;
}
.gigya-screen.gigya-screen
  .gigya-composite-control-checkbox
  input:checked
  ~ label:before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-checkbox
  input:checked
  ~ label:before,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-checkbox
  input:checked
  ~ label:before {
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}
.gigya-screen.gigya-screen
  .gigya-composite-control-checkbox
  input:checked
  ~ label:after,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-checkbox
  input:checked
  ~ label:after,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-checkbox
  input:checked
  ~ label:after {
  display: inline-block;
}
.gigya-screen.gigya-screen
  .gigya-composite-control-checkbox
  > label.gigya-label,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-checkbox
  > label.gigya-label,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-checkbox
  > label.gigya-label {
  margin: 0;
  position: relative;
  padding-left: 31px;
}
.gigya-screen.gigya-screen
  .gigya-composite-control-checkbox
  > label.gigya-label::before,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-checkbox
  > label.gigya-label::before,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-checkbox
  > label.gigya-label::before {
  background: #fff;
  border: 1px solid #cfd0d6;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 0 1px #cfd0d6;
  box-shadow: inset 0 0 0 1px #cfd0d6;
  content: "";
  display: block;
  font-size: 12px;
  height: 20px;
  line-height: 1;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.gigya-screen.gigya-screen
  .gigya-composite-control-checkbox
  > label.gigya-label:after,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-checkbox
  > label.gigya-label:after,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control-checkbox
  > label.gigya-label:after {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  display: none;
  font-family: icons;
  font-style: normal;
  height: 20px;
  left: 1px;
  position: absolute;
  speak: none;
  top: 6px;
  width: 20px;
  -webkit-font-smoothing: antialiased;
}
.gigya-screen.gigya-screen .gigya-spacer-divider,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-spacer-divider,
.gigya-screen.gigya-screen.portrait .gigya-spacer-divider {
  border: none;
  margin: 57px 0 0;
  padding: 0;
}
.gigya-screen.gigya-screen
  .gigya-composite-control.gigya-composite-control-checkbox.cdc-form-optin,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control.gigya-composite-control-checkbox.cdc-form-optin,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control.gigya-composite-control-checkbox.cdc-form-optin {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px;
}
.gigya-screen.gigya-screen
  .gigya-composite-control.gigya-composite-control-link
  small,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control.gigya-composite-control-link
  small,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control.gigya-composite-control-link
  small {
  color: #007a7a !important;
  font-size: 16px !important;
  font-weight: 400;
  font-family: SiemensSans-Bold, sans-serif;
  line-height: 20px;
}
.gigya-screen.gigya-screen
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 18px;
}
.gigya-screen.gigya-screen
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small
  > br,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small
  > br,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small
  > br {
  display: none;
}
.gigya-screen.gigya-screen
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small
  a,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small
  a,
.gigya-screen.gigya-screen.portrait
  .gigya-composite-control.gigya-composite-control-label.cdc-text
  small
  a {
  color: #007a7a;
  font-size: 12px !important;
  line-height: 18px;
  margin: 0;
}
.gigya-screen.gigya-screen .cdc-form-button-submit,
.gigya-screen.gigya-screen .gigya-composite-control-submit,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .cdc-form-button-submit,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-composite-control-submit,
.gigya-screen.gigya-screen.portrait .cdc-form-button-submit,
.gigya-screen.gigya-screen.portrait .gigya-composite-control-submit {
  margin-top: 20px;
}
.gigya-screen.gigya-screen .gigya-input-text,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-input-text,
.gigya-screen.gigya-screen.portrait .gigya-input-text {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  background: 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: thin solid #000;
  padding: 0;
}
.gigya-screen.gigya-screen .gigya-layout-row,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row,
.gigya-screen.gigya-screen.portrait .gigya-layout-row {
  color: #2b2f43;
}
.gigya-screen.gigya-screen .gigya-layout-row .cdc-form-email label,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row
  .cdc-form-email
  label,
.gigya-screen.gigya-screen.portrait .gigya-layout-row .cdc-form-email label {
  font-size: 12px;
  line-height: 1;
}
.gigya-screen.gigya-screen
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox.subscr-space,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox.subscr-space,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox.subscr-space {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gigya-screen.gigya-screen
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox.subscr-space
  .gigya-input-checkbox,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox.subscr-space
  .gigya-input-checkbox,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox.subscr-space
  .gigya-input-checkbox {
  margin: 0;
  padding: 0;
}
.gigya-screen.gigya-screen
  .gigya-layout-row
  .gigya-container
  .gigya-composite-control,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row
  .gigya-container
  .gigya-composite-control,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row
  .gigya-container
  .gigya-composite-control {
  margin: 0;
  padding: 0;
  height: auto;
}
.gigya-screen.gigya-screen .gigya-layout-row.subscribe-wrapper,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper,
.gigya-screen.gigya-screen.portrait .gigya-layout-row.subscribe-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-label.cdc-text,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-label.cdc-text,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-label.cdc-text {
  font-size: 16px;
  line-height: 26px;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-label,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-label,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox,
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small,
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small
  br,
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small
  br,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small
  br,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small
  br,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small
  br,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small
  br {
  display: none;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small
  a,
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small
  a,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small
  a,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small
  a,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-composite-control.gigya-composite-control-checkbox
  small
  a,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when
  small
  a {
  margin: 0;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when.gigya-container-enabled,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when.gigya-container-enabled,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  .gigya-container.gigya-visible-when.gigya-container-enabled {
  min-height: 46px;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-column-align: flex-start;
  justify-items: flex-start;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  > :not(.gigya-container),
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  > :not(.gigya-container),
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  > :not(.gigya-container) {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-composite-control.gigya-composite-control-checkbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 0 0 17px;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.2;
  margin: 0;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small
  a,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small
  a,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small
  a {
  color: #007a7a;
  margin: 0;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small
  > br,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small
  > br,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control.gigya-composite-control-label.boldfont
  small
  > br {
  display: none;
}
.gigya-screen.gigya-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control,
.gigya-screen.gigya-screen.mobile
  .gigya-screen.gigya-screen.portrait.mobile
  .gigya-screen.gigya-screen.gigya-update-profile-screen
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control,
.gigya-screen.gigya-screen.portrait
  .gigya-layout-row.subscribe-wrapper
  + .gigya-layout-row
  .gigya-container
  .gigya-composite-control {
  width: 100%;
}
html body .cmpbox .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save,
html
  body
  .cmpbox
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save,
html body .cmpbox .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes,
html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save,
html
  body
  .cmpbox.cmpfullscreen
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save,
html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save,
html
  body
  .cmpfullscreen
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes {
  font-size: 16px !important;
  line-height: 25px !important;
  background: #3cc8be !important;
  border: 1px solid #3cc8be !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000 !important;
  height: auto;
  margin: 0;
  padding: 11px 20px !important;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  width: 100%;
}
html body .cmpbox .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save span,
html
  body
  .cmpbox
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save
  span,
html body .cmpbox .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes span,
html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save span,
html
  body
  .cmpbox.cmpfullscreen
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save
  span,
html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes span,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save span,
html
  body
  .cmpfullscreen
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save
  span,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes span {
  font-size: 16px !important;
  line-height: 25px !important;
}
html body .cmpbox .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save:active,
html body .cmpbox .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save:hover,
html
  body
  .cmpbox
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save:active,
html
  body
  .cmpbox
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save:hover,
html body .cmpbox .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes:active,
html body .cmpbox .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes:hover,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save:active,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save:hover,
html
  body
  .cmpfullscreen
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save:active,
html
  body
  .cmpfullscreen
  .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save:hover,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes:active,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: #007a7a !important;
  border: 1px solid #007a7a !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff !important;
}
@media (min-width: 750px) {
  html body .cmpbox .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save,
  html
    body
    .cmpbox
    .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save,
  html body .cmpbox .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes,
  html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save,
  html
    body
    .cmpbox.cmpfullscreen
    .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save,
  html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes,
  html body .cmpfullscreen .cmpboxbtn.cmpboxbtnsave.cmptxt_btn_save,
  html
    body
    .cmpfullscreen
    .cmpboxbtn.cmpboxbtnyes.cmpboxbtnyescustomchoices.cmptxt_btn_save,
  html body .cmpfullscreen .cmpboxbtn.cmpboxbtnyes.cmptxt_btn_yes {
    width: auto;
  }
}
html body .cmpbox .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings,
html body .cmpbox .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no,
html body .cmpbox .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back,
html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings,
html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no,
html
  body
  .cmpbox.cmpfullscreen
  .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no,
html body .cmpfullscreen .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back {
  font-size: 16px !important;
  line-height: 25px !important;
  background: 0 0 !important;
  border: 1px solid #3cc8be !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3cc8be !important;
  height: auto;
  margin: 0;
  padding: 11px 20px !important;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  width: 100%;
}
html body .cmpbox .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings span,
html body .cmpbox .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no span,
html body .cmpbox .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back span,
html
  body
  .cmpbox.cmpfullscreen
  .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings
  span,
html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no span,
html
  body
  .cmpbox.cmpfullscreen
  .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back
  span,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings span,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no span,
html
  body
  .cmpfullscreen
  .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back
  span {
  font-size: 16px !important;
  line-height: 25px !important;
}
html body .cmpbox .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings:active,
html body .cmpbox .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings:hover,
html body .cmpbox .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no:active,
html body .cmpbox .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no:hover,
html body .cmpbox .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back:active,
html body .cmpbox .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back:hover,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings:active,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings:hover,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no:active,
html body .cmpfullscreen .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no:hover,
html
  body
  .cmpfullscreen
  .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back:active,
html
  body
  .cmpfullscreen
  .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back:hover {
  -webkit-tap-highlight-color: #007a7a;
  background: 0 0 !important;
  border: 1px solid #3cc8be !important;
  -webkit-box-shadow: inset 0 0 0 1px #3cc8be !important;
  box-shadow: inset 0 0 0 1px #3cc8be !important;
  color: #3cc8be !important;
}
@media (min-width: 750px) {
  html body .cmpbox .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings,
  html body .cmpbox .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no,
  html body .cmpbox .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back,
  html
    body
    .cmpbox.cmpfullscreen
    .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings,
  html body .cmpbox.cmpfullscreen .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no,
  html
    body
    .cmpbox.cmpfullscreen
    .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back,
  html body .cmpfullscreen .cmpboxbtn.cmpboxbtncustom.cmptxt_btn_settings,
  html body .cmpfullscreen .cmpboxbtn.cmpboxbtnno.cmptxt_btn_no,
  html
    body
    .cmpfullscreen
    .cmpmorelink.cmpmorelinkcustomchoices.cmptxt_btn_back {
    width: auto;
  }
}
html body .cmpbox,
html body .cmpbox.cmpfullscreen,
html body .cmpfullscreen {
  background: #000028;
  border: none;
}
html body .cmpbox *,
html body .cmpbox.cmpfullscreen *,
html body .cmpbox.cmpfullscreen > *,
html body .cmpbox > *,
html body .cmpfullscreen *,
html body .cmpfullscreen > * {
  font-family: var(--fontfamily-roman);
  font-size: 14px;
  line-height: 24px;
}
html body .cmpbox svg.cmpimgyesno,
html body .cmpbox.cmpfullscreen svg.cmpimgyesno,
html body .cmpfullscreen svg.cmpimgyesno {
  width: 22px;
  height: 22px;
}
html body .cmpbox svg.cmpimgyesno path,
html body .cmpbox.cmpfullscreen svg.cmpimgyesno path,
html body .cmpfullscreen svg.cmpimgyesno path {
  fill: #fff !important;
}
html body .cmpbox .cmpboxinner,
html body .cmpbox.cmpfullscreen .cmpboxinner,
html body .cmpfullscreen .cmpboxinner {
  max-width: 800px;
}
html body .cmpbox .cmpboxhl,
html body .cmpbox.cmpfullscreen .cmpboxhl,
html body .cmpfullscreen .cmpboxhl {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  color: #fff !important;
  font-weight: 400 !important;
}
html body .cmpbox .cmpboxtxt,
html body .cmpbox .cmpprpsdescr,
html body .cmpbox .cmpprpshl,
html body .cmpbox.cmpfullscreen .cmpboxtxt,
html body .cmpbox.cmpfullscreen .cmpprpsdescr,
html body .cmpbox.cmpfullscreen .cmpprpshl,
html body .cmpfullscreen .cmpboxtxt,
html body .cmpfullscreen .cmpprpsdescr,
html body .cmpfullscreen .cmpprpshl {
  color: #a3acbd !important;
}
html body .cmpbox .cmpboxtxt,
html body .cmpbox.cmpfullscreen .cmpboxtxt,
html body .cmpfullscreen .cmpboxtxt {
  text-align: left;
  width: 100%;
}
html body .cmpbox .cmpboxtxt a,
html body .cmpbox.cmpfullscreen .cmpboxtxt a,
html body .cmpfullscreen .cmpboxtxt a {
  color: #3cc8be !important;
}
html body .cmpbox .cmpboxtxt .cmpvendorinfohl,
html body .cmpbox.cmpfullscreen .cmpboxtxt .cmpvendorinfohl,
html body .cmpfullscreen .cmpboxtxt .cmpvendorinfohl {
  color: #fff;
  font-family: var(--fontfamily-bold) !important;
  margin-bottom: 10px;
}
html body .cmpbox .cmpboxtxt .cmpdatacategories,
html body .cmpbox.cmpfullscreen .cmpboxtxt .cmpdatacategories,
html body .cmpfullscreen .cmpboxtxt .cmpdatacategories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
html body .cmpbox .cmpboxtxt .cmpdatacategories .cmpdatacategory,
html body .cmpbox.cmpfullscreen .cmpboxtxt .cmpdatacategories .cmpdatacategory,
html body .cmpfullscreen .cmpboxtxt .cmpdatacategories .cmpdatacategory {
  background: 0 0;
  border: thin solid #a3acbd;
  border-radius: 4px;
  line-height: 1;
  margin: 0;
  padding: 10px;
}
html body .cmpbox .cmpwelcomeprpstxt,
html body .cmpbox.cmpfullscreen .cmpwelcomeprpstxt,
html body .cmpfullscreen .cmpwelcomeprpstxt {
  color: #fff !important;
}
html body .cmpbox .cmpmorelink,
html body .cmpbox.cmpfullscreen .cmpmorelink,
html body .cmpfullscreen .cmpmorelink {
  color: #3cc8be !important;
}
html body .cmpbox .cmpmoredivider,
html body .cmpbox.cmpfullscreen .cmpmoredivider,
html body .cmpfullscreen .cmpmoredivider {
  color: #3cc8be;
}
html body .cmpbox .cmptbl .cmponofftext,
html body .cmpbox.cmpfullscreen .cmptbl .cmponofftext,
html body .cmpfullscreen .cmptbl .cmponofftext {
  display: none;
}
html body .cmpbox .cmptbl thead tr th,
html body .cmpbox.cmpfullscreen .cmptbl thead tr th,
html body .cmpfullscreen .cmptbl thead tr th {
  background: #2b2f43;
  border: none;
  color: #fff !important;
  text-align: left;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
html body .cmpbox .cmptbl thead tr th:first-child,
html body .cmpbox.cmpfullscreen .cmptbl thead tr th:first-child,
html body .cmpfullscreen .cmptbl thead tr th:first-child {
  padding-left: 15px;
}
html body .cmpbox .cmptbl tbody td:empty,
html body .cmpbox.cmpfullscreen .cmptbl tbody td:empty,
html body .cmpfullscreen .cmptbl tbody td:empty {
  display: none;
}
html body .cmpbox .cmptbl tbody td.cmpvendname,
html body .cmpbox.cmpfullscreen .cmptbl tbody td.cmpvendname,
html body .cmpfullscreen .cmptbl tbody td.cmpvendname {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0 !important;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 20px 0 !important;
  text-align: left;
  width: 90%;
}
html body .cmpbox .cmptbl tbody td.cmptdchoice,
html body .cmpbox.cmpfullscreen .cmptbl tbody td.cmptdchoice,
html body .cmpfullscreen .cmptbl tbody td.cmptdchoice {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0 !important;
  color: #fff !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  text-align: center;
  width: auto !important;
}
html body .cmpbox .cmptbl tbody td.cmptdborder,
html body .cmpbox .cmptbl tbody tr.cmpvenditem,
html body .cmpbox.cmpfullscreen .cmptbl tbody td.cmptdborder,
html body .cmpbox.cmpfullscreen .cmptbl tbody tr.cmpvenditem,
html body .cmpfullscreen .cmptbl tbody td.cmptdborder,
html body .cmpfullscreen .cmptbl tbody tr.cmpvenditem {
  border-bottom: thin solid #2b2f43;
}
html body .cmpbox .cmptbl tbody tr th,
html body .cmpbox.cmpfullscreen .cmptbl tbody tr th,
html body .cmpfullscreen .cmptbl tbody tr th {
  background: #2b2f43;
  border: none;
  color: #fff !important;
  line-height: 1;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
}
html body .cmpbox .cmptbl tbody tr th.cmpallvend.cmpcenter,
html body .cmpbox.cmpfullscreen .cmptbl tbody tr th.cmpallvend.cmpcenter,
html body .cmpfullscreen .cmptbl tbody tr th.cmpallvend.cmpcenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
html body .cmpbox .cmptbl tbody tr th:first-child,
html body .cmpbox.cmpfullscreen .cmptbl tbody tr th:first-child,
html body .cmpfullscreen .cmptbl tbody tr th:first-child {
  padding-left: 15px;
}
html body .cmpbox .cmptbl tbody tr td.cmptdchoice,
html body .cmpbox.cmpfullscreen .cmptbl tbody tr td.cmptdchoice,
html body .cmpfullscreen .cmptbl tbody tr td.cmptdchoice {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
html body .cmpbox .cmptbl tbody tr td.cmptdborder.cmpvendorbox2,
html body .cmpbox.cmpfullscreen .cmptbl tbody tr td.cmptdborder.cmpvendorbox2,
html body .cmpfullscreen .cmptbl tbody tr td.cmptdborder.cmpvendorbox2 {
  padding: 20px 20px 0 0;
}
html
  body
  .cmpbox
  .cmptbl
  tbody
  tr
  td.cmptdborder.cmpvendorbox2
  .cmpvendboxclose
  svg
  path,
html
  body
  .cmpbox.cmpfullscreen
  .cmptbl
  tbody
  tr
  td.cmptdborder.cmpvendorbox2
  .cmpvendboxclose
  svg
  path,
html
  body
  .cmpfullscreen
  .cmptbl
  tbody
  tr
  td.cmptdborder.cmpvendorbox2
  .cmpvendboxclose
  svg
  path {
  fill: #fff;
}
html
  body
  .cmpbox
  .cmptbl
  tbody
  tr
  td.cmptdborder.cmpvendorbox2
  .cmpvendboxclose,
html
  body
  .cmpbox.cmpfullscreen
  .cmptbl
  tbody
  tr
  td.cmptdborder.cmpvendorbox2
  .cmpvendboxclose,
html
  body
  .cmpfullscreen
  .cmptbl
  tbody
  tr
  td.cmptdborder.cmpvendorbox2
  .cmpvendboxclose {
  right: 12px;
}
html body .cmpbox .cmpboxbtns,
html body .cmpbox.cmpfullscreen .cmpboxbtns,
html body .cmpfullscreen .cmpboxbtns {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html body .cmpbox .cmpboxbtns.cmpboxbtnscustomchoices,
html body .cmpbox.cmpfullscreen .cmpboxbtns.cmpboxbtnscustomchoices,
html body .cmpfullscreen .cmpboxbtns.cmpboxbtnscustomchoices {
  margin: 20px 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 900px) {
  html
    body.pagetype-press-contact-list
    #content
    #press-content
    .a-heading:first-child {
    margin-bottom: 43px;
  }
  #gigya-content {
    padding: -webkit-calc(var(--element-margin) / 2) 22% 0 17%;
    padding: calc(var(--element-margin) / 2) 22% 0 17%;
  }
  html body .cmpbox .cmpboxbtns.cmpboxbtnscustomchoices,
  html body .cmpbox.cmpfullscreen .cmpboxbtns.cmpboxbtnscustomchoices,
  html body .cmpfullscreen .cmpboxbtns.cmpboxbtnscustomchoices {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
html body .cmpbox .cmpboxbtns .cmpmore,
html body .cmpbox.cmpfullscreen .cmpboxbtns .cmpmore,
html body .cmpfullscreen .cmpboxbtns .cmpmore {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
html body .cmpbox .cmpboxbtns .cmpboxbtnspan,
html body .cmpbox .cmpboxbtns .cmpboxbtnspan a,
html body .cmpbox.cmpfullscreen .cmpboxbtns .cmpboxbtnspan,
html body .cmpbox.cmpfullscreen .cmpboxbtns .cmpboxbtnspan a,
html body .cmpfullscreen .cmpboxbtns .cmpboxbtnspan,
html body .cmpfullscreen .cmpboxbtns .cmpboxbtnspan a {
  width: 100%;
}
@media (min-width: 750px) {
  html body .cmpbox .cmpboxbtns,
  html body .cmpbox.cmpfullscreen .cmpboxbtns,
  html body .cmpfullscreen .cmpboxbtns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html body .cmpbox .cmpboxbtns .cmpboxbtnspan,
  html body .cmpbox.cmpfullscreen .cmpboxbtns .cmpboxbtnspan,
  html body .cmpfullscreen .cmpboxbtns .cmpboxbtnspan {
    width: auto;
  }
  .myproduct-productarea-container .myproduct-producttile-cta-area-right {
    padding: 0;
  }
}
html body .cmpbox .cmptblbox,
html body .cmpbox.cmpfullscreen .cmptblbox,
html body .cmpfullscreen .cmptblbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}
html body .cmpbox .cmptblbox .cmpboxdetailsouter,
html body .cmpbox .cmptblbox .cmpboxdetailsouter.cmpboxdetails,
html body .cmpbox.cmpfullscreen .cmptblbox .cmpboxdetailsouter,
html body .cmpbox.cmpfullscreen .cmptblbox .cmpboxdetailsouter.cmpboxdetails,
html body .cmpfullscreen .cmptblbox .cmpboxdetailsouter,
html body .cmpfullscreen .cmptblbox .cmpboxdetailsouter.cmpboxdetails {
  padding: 0;
  width: auto;
}
html body .cmpbox .cmptblbox .cmpboxdetailsouter .cmpprpshl,
html body .cmpbox .cmptblbox .cmpboxdetailsouter.cmpboxdetails .cmpprpshl,
html body .cmpbox.cmpfullscreen .cmptblbox .cmpboxdetailsouter .cmpprpshl,
html
  body
  .cmpbox.cmpfullscreen
  .cmptblbox
  .cmpboxdetailsouter.cmpboxdetails
  .cmpprpshl,
html body .cmpfullscreen .cmptblbox .cmpboxdetailsouter .cmpprpshl,
html
  body
  .cmpfullscreen
  .cmptblbox
  .cmpboxdetailsouter.cmpboxdetails
  .cmpprpshl {
  font-size: var(--heading-h4-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h4-line-height);
  margin: var(--heading-h4-margin);
  color: #fff !important;
  font-weight: 400 !important;
}
html body .cmpbox .cmptblbox .cmpboxdetailsouter .cmpboxhl.cmpboxhlcustomcoices,
html
  body
  .cmpbox
  .cmptblbox
  .cmpboxdetailsouter.cmpboxdetails
  .cmpboxhl.cmpboxhlcustomcoices,
html
  body
  .cmpbox.cmpfullscreen
  .cmptblbox
  .cmpboxdetailsouter
  .cmpboxhl.cmpboxhlcustomcoices,
html
  body
  .cmpbox.cmpfullscreen
  .cmptblbox
  .cmpboxdetailsouter.cmpboxdetails
  .cmpboxhl.cmpboxhlcustomcoices,
html
  body
  .cmpfullscreen
  .cmptblbox
  .cmpboxdetailsouter
  .cmpboxhl.cmpboxhlcustomcoices,
html
  body
  .cmpfullscreen
  .cmptblbox
  .cmpboxdetailsouter.cmpboxdetails
  .cmpboxhl.cmpboxhlcustomcoices {
  font-size: var(--heading-h3-font-size);
  font-family: var(--fontfamily-headlinesfont);
  line-height: var(--heading-h3-line-height);
  margin: var(--heading-h3-margin);
  color: #fff !important;
  font-weight: 400 !important;
}
html body .cmpbox .cmptblbox .cmpboxnavi,
html body .cmpbox.cmpfullscreen .cmptblbox .cmpboxnavi,
html body .cmpfullscreen .cmptblbox .cmpboxnavi {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  width: auto;
}
html body .cmpbox .cmptblbox .cmpboxnavi .cmpboxnaviitem,
html body .cmpbox.cmpfullscreen .cmptblbox .cmpboxnavi .cmpboxnaviitem,
html body .cmpfullscreen .cmptblbox .cmpboxnavi .cmpboxnaviitem {
  background: 0 0 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #3cc8be !important;
  font-size: 16px;
  font-family: var(--fontfamily-roman);
  font-weight: 400 !important;
  line-height: 28px;
  margin: 0;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
html body .cmpbox .cmptblbox .cmpboxnavi .cmpboxnaviitem.cmpboxnaviitemactive,
html
  body
  .cmpbox.cmpfullscreen
  .cmptblbox
  .cmpboxnavi
  .cmpboxnaviitem.cmpboxnaviitemactive,
html
  body
  .cmpfullscreen
  .cmptblbox
  .cmpboxnavi
  .cmpboxnaviitem.cmpboxnaviitemactive {
  background: 0 0 !important;
  font-family: var(--fontfamily-bold) !important;
}
html
  body
  .cmpbox
  .cmptblbox
  .cmpboxnavi
  .cmpboxnaviitem.cmpboxnaviitemactive
  span,
html
  body
  .cmpbox.cmpfullscreen
  .cmptblbox
  .cmpboxnavi
  .cmpboxnaviitem.cmpboxnaviitemactive
  span,
html
  body
  .cmpfullscreen
  .cmptblbox
  .cmpboxnavi
  .cmpboxnaviitem.cmpboxnaviitemactive
  span {
  font-family: var(--fontfamily-bold) !important;
}
html body .cmpbox .cmptblbox .cmpboxnavi .cmpboxnaviitem:not(:last-child):after,
html
  body
  .cmpbox.cmpfullscreen
  .cmptblbox
  .cmpboxnavi
  .cmpboxnaviitem:not(:last-child):after,
html
  body
  .cmpfullscreen
  .cmptblbox
  .cmpboxnavi
  .cmpboxnaviitem:not(:last-child):after {
  border-bottom: thin solid #3cc8be;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
html body .cmpbox .cmptblbox .cmpboxnavi .cmpboxnaviitem:first-child,
html
  body
  .cmpbox.cmpfullscreen
  .cmptblbox
  .cmpboxnavi
  .cmpboxnaviitem:first-child,
html body .cmpfullscreen .cmptblbox .cmpboxnavi .cmpboxnaviitem:first-child {
  padding-top: 0;
}
html body .cmpbox .cmptblbox .cmptblanddescrdiv .cmponofftext,
html body .cmpbox.cmpfullscreen .cmptblbox .cmptblanddescrdiv .cmponofftext,
html body .cmpfullscreen .cmptblbox .cmptblanddescrdiv .cmponofftext {
  color: #fff;
}
html body .cmpbox .cmptblbox .cmpvendurl svg path,
html body .cmpbox.cmpfullscreen .cmptblbox .cmpvendurl svg path,
html body .cmpfullscreen .cmptblbox .cmpvendurl svg path {
  fill: #fff;
}
@media (min-width: 900px) {
  html body .cmpbox .cmptblbox,
  html body .cmpbox.cmpfullscreen .cmptblbox,
  html body .cmpfullscreen .cmptblbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  html body .cmpbox .cmptblbox .cmpboxnavi,
  html body .cmpbox.cmpfullscreen .cmptblbox .cmpboxnavi,
  html body .cmpfullscreen .cmptblbox .cmpboxnavi {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    padding: 54px 0 0;
  }
}
.myproduct-productarea-container {
  grid-column-gap: 20px;
  margin: -webkit-calc(var(--element-margin) / 2) 0 80px 0;
  margin: calc(var(--element-margin) / 2) 0 80px 0;
}
.myproduct-productarea-container
  .myproduct-producttile-detail
  .m-myproducttile {
  -webkit-box-shadow: 1px 0 25px 0 rgba(236, 236, 240, 0.5);
  box-shadow: 1px 0 25px 0 rgba(236, 236, 240, 0.5);
  padding: 0;
  position: relative;
}
.myproduct-productarea-container
  .myproduct-producttile-detail
  .m-myproducttile
  .product-container {
  padding: 40px;
}
.myproduct-productarea-container
  .myproduct-producttile-detail
  .m-myproducttile
  .product-container
  .product-info {
  position: static;
}
.myproduct-productarea-container .myproduct-producttile-cta-area-right {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin: 32px 0 0;
}
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .information {
  width: 100%;
}
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .form-action.form-action-primary {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button:not(.a-button-plain).a-button-primary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain) {
  margin: 0;
  width: 100%;
}
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  span,
.m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  span,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush
  .tab-rebrush-panel
  .m-contenttextmedia
  .content
  .content-inner
  .list-unstyled
  a.a-link.a-button.a-link-primary.a-button-link:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-primary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button:not(.a-button-plain).a-button-primary
  span,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-primary:not(.a-button-plain)
  span {
  margin-left: 0;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  ),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain),
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button:not(.a-button-plain).a-button-secondary,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain) {
  margin: 0;
  width: 100%;
}
.m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain)
  span,
.m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain)
  span,
.m-form.oidc-registration
  .m-termsconditions
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain)
  span,
.m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-checkoutdeliverycontactpermission.m-checkoutdeliverycontactpermission
  a.a-link.a-button.a-link-secondary:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-contentcomparetable
  .container
  .content-wrap
  .item
  .item-content
  .item-content-information
  .inner-information
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-form.oidc-registration
  .m-termsconditions
  a.a-link.a-button.a-link-secondary:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .m-tabs-rebrush.my-pdp
  .m-teaser.teaser-100
  .teaser-wrap
  .teaser-content
  a.a-link.a-button.a-link-secondary.a-button-link.a-button-primary:not(
    .a-button-plain
  )
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  .promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  a.a-link.a-button.a-link-secondary:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary.a-button-link:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain)
  span,
.myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button:not(.a-button-plain).a-button-secondary
  span,
.promotion-category
  .m-layer.overlay
  .layer-content
  .o-teasercontainer
  .m-teaser
  .teaser-wrap
  .teaser-links
  li
  .myproduct-productarea-container
  .myproduct-producttile-cta-area-right
  a.a-link.a-button.a-link-secondary:not(.a-button-plain)
  span {
  margin-left: 0;
}
@media (min-width: 900px) {
  .myproduct-productarea-container .myproduct-producttile-cta-area-right {
    margin-top: 0;
  }
  .myproduct-productarea-container {
    -ms-grid-columns: auto minmax(200px, auto);
    grid-template-columns: auto minmax(200px, auto);
    gap: 40px;
  }
}
